@charset "utf-8";


/* @group Reset CSS */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
.red {
	color: #FF3931;
}
del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* @end */

/* @group Structure */

body {
    font: 100%/1.25 sans-serif;
    width: 100%;
    overflow-x: hidden;
   -webkit-text-size-adjust: 100%;
}

/* @end */

/* @group Header */

header {
    padding: 10px;
}

header aside {
    margin: -10px;
    margin-bottom: 0;
}

header aside img {
    width: 100%;
}

header h1 {
    margin: 5px auto;
    font-size: 115%;
    text-shadow: 1px 1px 2px #ccc;
    color: #422f1a;
    text-align: center;
}

nav#topnav {
    width: 350px;
    margin: .5em auto 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbbf00), to(#c97a00)) #c97a00;
    font-size: 100%;
    overflow: auto;
    border-radius: 8px;
}

nav#topnav li {
    float: left;
    border-left: 1px solid #fff;
    font-weight: bold;
    text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
    text-align: center;
}

nav#topnav li a {
    display: block;
    width: 99px;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
}

nav#topnav li:first-child {
    border: none;
}

/* @end */


.btn-circle-stitch {
  display: inline-block;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbbf00), to(#c97a00)) #c97a00;
  color: #FFF;
  font-weight: bold;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #fbbf00;
  border: dashed 1px #FFF;
  transition: .4s;
}

.btn-circle-stitch:hover {
  background: #c97a00;
  box-shadow: 0px 0px 0px 5px #c97a00;
  overflow: hidden;
}



/* @group Main */

#wrapper {
    padding: 10px;
    padding-top: 0;
    color: #fff;
}

#wrapper section h2 {
    height: 21px;
    line-height: 21px;
    margin: 10px 0 5px 8px;
    background: url('../images/_mark.png') no-repeat left center;
    text-indent: 16px;
}

#wrapper section p {
    margin: 5px 0 3px;
    text-indent: 8px;
}

#wrapper section aside {
    margin-bottom: 20px;
    padding: 8px;
    background-color: #fffee9;
    border-radius: 8px;
    color: #333;
}

#wrapper section aside p {
    text-indent: 0;
}

/* @end */

/* @group Menu */

nav#menu {
    background-color: #fffee9;
}

nav#menu ul {
    margin-top: 1em;
    border: 1px solid #333;
    border-radius: 8px;
}

nav#menu li {
    border-bottom: 1px solid #333;
}

nav#menu a {
    display: block;
    padding: 12px 10px;
    background: url('../images/_menu.png') no-repeat right center;
    color: #333 !important;
    font: 115%/1 sans-serif;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

nav#menu li:last-child {
    border: none;
}

/* @end */

/* @group Footer */

footer {
    position: relative;
    padding-top: 10px;
    background: url('../images/_footer.png') repeat-x bottom center;
    font-size: 85%;
}

footer .pagetop {
    padding: 10px;
    text-align: right;
}

footer .pagetop a {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 7em;
    padding: 2px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#afafaf)) #cbcccf;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
    border-radius: 15px;
}

footer .switch {
    text-align: center;
}

footer .copyright {
    height: 27px;
    margin-top: 10px;
    line-height: 27px;
    text-align: center;
    color: #767676;
}

/* @end */

/* @group Page > Bread */

#bread {
    height: 34px;
    margin: -3px -10px 0;
    border-bottom: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbbf00), to(#c97a00)) #c97a00;
    overflow: hidden;
}

#bread * {
    float: left;
    display: block;
}

#bread > .home {
    margin: 4px 7px 4px 6px;
    padding: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fbbf00), to(#c97a00)) #c97a00;
    opacity: .8;
    color: #000;
    border-radius: 50px;
}

#bread .home img {
    padding: 1px 0;
    width: 15px;
}

#bread li {
    line-height: 34px;
    color: #555;
    font-size: 95%;
    text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}

#bread li:after {
    content: ">";
    padding: 0 .5em;
    color: #555;
}

#bread li:last-child:after {
    content: "";
}

#bread li a {
    color: #555;
    text-decoration: none;
}

/* @end */

/* @group Page > Article */

.page #wrapper article h1 {
    margin: 10px 0 10px;
    font-size: 115%;
    text-shadow: 1px 1px 3px #ddd;
    text-align: center;
}

.page #wrapper article section {
    margin-bottom: 20px;
    padding: 8px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #f9f9f9;
    overflow: hidden;
}

.page #wrapper p {
    text-indent: 0;
}

.page #wrapper h2 {
    height: 23px;
    margin: .5em 0 .5em;
    background-position: left top;
    border-left: 3px solid transparent;
    border-bottom: 2px solid #51383a;
}

.page #wrapper section p + h2 {
    margin-top: 1em;
}

.page #wrapper h3 {
    margin: 1em 0 .5em;
    padding: 3px;
    border-bottom: 1px dotted #666;
    font-size: 90%;
}

.page #wrapper img.center {
    display: block;
    max-width: 278px;
    margin: .5em auto;
}

.page #wrapper img.left {
    float: right;
    display: block;
    max-width: 120px;
    margin-left: 5px;
    margin-bottom: 1em;
}

.page #wrapper img.right {
    float: left;
    display: block;
    max-width: 120px;
    margin-right: 5px;
    margin-bottom: 1em;
}

.page #wrapper article section h2,
.page #wrapper article section h3,
.page #wrapper article section p {
    clear: both;
}
.oyasumi{
	display:none;
}

/* @end */