@charset "utf-8";
/* CSS Document */


/*=========================================
			reset
==========================================*/

html {
    background: none repeat scroll 0 0 #fff;
    color: #4d4d4d;
    overflow-y: scroll;
}
body {
    font: 90% "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",'Lucida Grande',Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}
* + html body {
    font-family: 'メイリオ','ＭＳ Ｐゴシック';
    font-size: 90%;
}
* html body {
    font-family: 'ＭＳ Ｐゴシック';
    font-size: 90%;
}
a {
    overflow: hidden;
}
a img, img {
    border: 0 none;
}
abbr, acronym {
    border: 0 none;
}
address, caption, cite, code, dfn, em, th, strong, var {
    font-style: normal;
    font-weight: normal;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
    margin: 0;
    padding: 0;
}
caption, th {
    text-align: left;
}
code, kbd, pre, samp, tt {
    font-family: monospace;
    line-height: 100%;
}
* + html code, kbd, pre, samp, tt {
    font-size: 108%;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
ol, ul {
    list-style: none outside none;
}
q:before, q:after {
    content: "";
}
button, fieldset, form, input, label, legend, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}


/*=========================================
			basic
==========================================*/

a {
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
fieldset {
    border: 1px solid #CCCCCC;
    margin-bottom: 1em;
    padding: 0 1em 1em;
}
input, textarea {
    line-height: 1.4;
    padding: 0;
    vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
    vertical-align: text-bottom;
}
input[type="submit"] {
    padding: 0.1em;
}
legend {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0.3em;
}
select {
    padding: 0;
}
* html input {
    padding: 0.1em;
}
* html input.checkbox, * html input.radio {
    vertical-align: -0.3em;
}
* html input.submit {
    line-height: 1.2;
    padding-top: 0.2em;
}
* html select {
    vertical-align: -0.2em;
}
* + html input {
    padding: 0.1em;
}
* + html input.submit {
    line-height: 1.2;
    padding-top: 0.2em;
}
* + html select {
    vertical-align: -0.2em;
}
html:first-child input {
    padding: 0.1em;
}
html:first-child input[type="checkbox"], html:first-child input[type="radio"] {
    vertical-align: middle;
}
html:first-child input[type="submit"] {
    padding: 0.3em;
}
html:first-child select {
    padding: 0.2em 0.5em;
}
body:first-of-type input {
    padding: 0.1em;
}
body:first-of-type input[type="checkbox"], body:first-of-type input[type="radio"] {
    vertical-align: text-top;
}
body:first-of-type input[type="submit"] {
    padding: 0.3em 0.3em 0.2em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0;
}
table {
    margin-bottom: 1em;
}
td, th {
    /*border: 1px solid;*/
    padding: 0.5em;
}
th {
    text-align: left;
}
abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}
blockquote {
    margin: 1em;
}
caption {
    margin-bottom: 0.5em;
    text-align: center;
}
em, strong {
    font-weight: bold;
}
p {
    margin-bottom: 0;
    text-align: left;
    width: auto;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
* html .clearfix {
    display: inline-block;
}
* + html .clearfix {
    display: inline-block;
}


/*=========================================
			module
==========================================*/

a:link {
    color: #6a5b47;
    text-decoration: underline;
}
a:visited {
    color: #6a5b47;
    text-decoration: none;
}
a:hover {
    color: #6a5b47;
    text-decoration: none;
}
a:active {
    color: #6a5b47;
}
.cf:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.cf {
    display: inline-block;
    min-height: 1%;
}
* html .cf {
    height: 1%;
}
.cf {
    display: block;
}

ul.navi {
    margin: 0;
}
ul.navi li {
    list-style: none outside none;
}
p {
	line-height: 180%;
}

