@charset "shift_jis";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*共通*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
a,a:link,a:active,a:hover,a:visited{text-decoration: none; color:#000}
.mr5{ margin-right:5px}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px}
.mb45{ margin-bottom:45px}
.mb50{ margin-bottom:50px}
.fl{ float:left}
.fr{ float: right}
img{ vertical-align:bottom}
.w100{ width:100%}
.w80{ width:80%}
.fwb{ font-weight:bold}
.red{ color:#FF0000}
.grey{ color:#999999 }
/* page-top */
#page-top { position: fixed; bottom: 50px; right: 20px; z-index: 1000; 
}
/* nav */
.menu { border-bottom:1px solid #fff; z-index:100000; width:100%; font-size:105%; background-color: #000; }
.menu ul{ border-top-width: 1px; border-top-style: solid; border-top-color: #F00; }
.menu ul li a { color:#fff; font-weight:bold; display:block; padding:0 20px 0 15px; text-shadow:none; width:100%; text-align: left; }
.menu ul li a:hover { /*opacity: 0.7; background:#fff;*/ color:#FF0000; }
.menu ul li { padding-top:15px; padding-bottom:15px; background-image: url(../img/menu-icon.gif); background-repeat: no-repeat; background-position: right center; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #F00; }
.menu ul li:last-child { border-bottom:none }
/*--------------------------------------------------------------*/
body { font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif; text-align: center; width: 100%; display:block}
#wrap { width:100%;}
header { position: fixed; width:100%; z-index: 10000; top:0;}
header .top{ width: 100%; height: 0; padding-top: 28%; background-image: url(../img/sp_header_logo.png); background-size: contain; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #000; font-weight: normal; position: relative; }
header .logo { float:right; padding:10px 0 10px 0; }
/*.top .options ul li{ margin-top:39px; margin-left:34px; float: left; }*/
.top .options ul{ }
.top .options ul li{ position:absolute;top: 18.6%;
    left: 4.53%; width:18%}
header,footer{ overflow:hidden; margin:0 auto; }
header h1{ font-size:0px; line-height:0px; display:none}
.copyright{ font-size:10px; padding:25px 0;}
#container{ margin-top:110px; max-width:750px; overflow:hidden }
