@charset "UTF-8";


/* ==================================================================

	default.css

================================================================== */


/* --------------------------------------------------
	reset
-------------------------------------------------- */
* { font-style:normal;}
html { background: tranparent;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td { margin: 0; padding: 0;}
table { border-collapse: collapse; border-spacing: 0;}
fieldset, img { border: 0;}
img { vertical-align: middle; -ms-interpolation-mode: bicubic;}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, textarea, th, var { font:inherit;}
del, ins { text-decoration: none;}
li { list-style: none;}
caption, th { text-align: left;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
q:before, q:after { content: '';}
abbr, acronym { border: 0; font-variant: normal;}
sup { vertical-align: top;}
sub { vertical-align: baseline;}
/*because legend doesn't inherit in IE */
legend { color: #000;}

/* --------------------------------------------------
	body
-------------------------------------------------- */
body {
	color: #636C7F;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 14px;
	*font-size: 88%;
	font-style: normal;
	line-height: 2.2;
	letter-spacing: 0.1em;
	word-break: normal;
	-webkit-text-size-adjust:none;
	background: #FCFCF8;
}

/* --------------------------------------------------
	selection
-------------------------------------------------- */
::-moz-selection{background: #FCFCF8; color: #636C7F;}
::selection {background: #FCFCF8; color: #636C7F;}

/* --------------------------------------------------
	link
-------------------------------------------------- */
a{ text-decoration:none; color: #7A98D1;}
a:hover{ text-decoration:none; color: #7A98D1;}

/* --------------------------------------------------
	input style
-------------------------------------------------- */

input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent:.01px;
    text-overflow:"";
}

/* --------------------------------------------------
	clear
-------------------------------------------------- */
.clear{clear: both;}

/* --------------------------------------------------
	clearfix
-------------------------------------------------- */
.clearfix		{zoom:1;}
.clearfix:after	{content: " "; display:block; visibility:hidden; clear:both; height:0.1px; font-size:0.1em; line-height:0;}


#footer { width: 100%; border-top: solid 1px #dadbde; padding-top: 0px; background: #fff; }
#footer .inner { padding-top: 15px; padding-bottom: 15px; background:#fff;}
#footer ul.footnav, #footer p.copyright { margin-bottom: 0; line-height: 2.2;}
#footer ul.footnav li {font-size: 13px;}
#footer p.copyright { font-size: 10px; line-height: 1; }
#footer ul.ban li a { display: block; text-align: center;margin-top:20px; }
#footer ul.ban li p { font-size:11px;padding-bottom: 35px; }
.footnav img { width: 120px; height: auto; }


