@charset "Shift_JIS";

html {
	height:100%;
}

body {
	color:#000;
	line-height:1.4;
	margin:0px;
	padding:0px;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro",sans-serif;
	background-color: #FFF;
}

a:link,
a:visited {
	color: #005fbb;
	outline: none;
}

a:hover {
	color: #4a97e1;
	text-decoration:underline;
	outline: none;
}

#wwrapper {
	width:100%;
	position:relative;
	font-size:16px;
	z-index:20;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

/*------------------------------------------------
reset
------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
}

address, caption, cite, code, dfn, em, strong, var{
	font-style:normal;
	font-weight:normal;
}

ol, ul{
	list-style:none;
}

caption, th{
	text-align:left;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%; font-weight:normal;
}

/*
q:before, q:after{
	content:".";
}
*/

abbr, acronym{
	border:0;
}

/*------------------------------------------------
hheader
------------------------------------------------*/
#hheader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #FFF;
}

#hheader .inner {
	padding: 11px;
	margin:0 auto;
	position: relative;
	z-index: 50;
}

#hheader #logo {
	float: left;
	font-size: 0;
}
#hheader #btn_menu {
	float: right;
	font-size: 0;
}



div.snsBox {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #FFF;
	position: relative;
}

div.snsBox ul {
	width: 300px;
	margin:0 0 0 auto;
}

div.snsBox ul li {
	float: right;
	display: inline;
	margin-right: 14px;
}
div.snsBox ul li:first-child {
	margin-right: 0;
}

div.snsBox ul li a:hover {
	opacity: 0.7;
}


/*------------------------------------------------
menu
------------------------------------------------*/

#menu {

}

#menu .inner {
	margin: 0 auto 18px;
	position: relative;
	z-index: 100;

}

#menu ul {
	background-color: #FFF;
	display: none;
}

#menu li {
	border-bottom: 1px solid #4d4d4d;
}
#menu li:last-child {
	border-bottom: none;
}


#cover {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 950;
	background-color: rgba(0,0,0,0.85);
	display: none;
}
#cover.show {
	display: block;
}

/*------------------------------------------------
contents
------------------------------------------------*/




/*------------------------------------------------
ffooter
------------------------------------------------*/

#ffooter {
	width: 100%;
	background-color: #FFF;
}

#ffooter .inner {
	padding: 20px 3% 20px;
	text-align: center;
	font-size:10px;
	color:#FFF;
}

#ffooter .sns {
	text-align: center;
	margin-bottom: 20px;
}
#ffooter .sns li {
	width: 30px;
	display: inline-block;
	margin: 0 5px;
}


#copy {
	text-align: center;
	font-size: 11px;
	color: #000;
}


/*------------------------------------------------
other
------------------------------------------------*/

#btn_gotop {
	position: fixed;
	bottom: -105px;
	right: 20px;
	z-index: 5000;
}

.clear {
	clear:both;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.clearfix {
	zoom:1;
}

.posr{
	position: relative!important;
}

.p0 {
	padding:0!important;
}

.m0 {
	margin: 0!important;
}

.m0a {
	margin: 0 auto!important;
}

.mt0 {
	margin-top:0 !important;
}

.mt4 {
	margin-top:4px !important;
}

.mt6 {
	margin-top:6px !important;
}

.mt8 {
	margin-top:8px !important;
}

.mt10 {
	margin-top:10px !important;
}

.mt15 {
	margin-top:15px !important;
}

.mt20 {
	margin-top:20px !important;
}

.mb0 {
	margin-bottom:0 !important;
}

.mb1 {
	margin-bottom:1px !important;
}

.mb2 {
	margin-bottom:2px !important;
}

.mb5 {
	margin-bottom:5px !important;
}

.mb8 {
	margin-bottom:8px !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb12 {
	margin-bottom:12px !important;
}

.mb15 {
	margin-bottom:15px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb25 {
	margin-bottom:25px !important;
}

.mb28 {
	margin-bottom:28px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mb35 {
	margin-bottom:35px !important;
}

.mb40 {
	margin-bottom:40px !important;
}

.mb45 {
	margin-bottom:45px !important;
}

.mb50 {
	margin-bottom:50px !important;
}

.mb60 {
	margin-bottom:60px !important;
}

.mb80 {
	margin-bottom:80px !important;
}

.ml0 {
	margin-left:0 !important;
}

.ml10 {
	margin-left:10px !important;
}

.ml15 {
	margin-left:15px !important;
}

.ml20 {
	margin-left:20px !important;
}

.ml25 {
	margin-left:25px !important;
}

.ml30 {
	margin-left:30px !important;
}

.ml35 {
	margin-left:35px !important;
}

.mr0 {
	margin-right:0 !important;
}

.mr10 {
	margin-right:10px !important;
}

.mr20 {
	margin-right:20px !important;
}

.mr30 {
	margin-right:30px !important;
}

.pt0 {
	padding-top:0 !important;
}

.pt10 {
	padding-top:10px !important;
}

.pt15 {
	padding-top:15px !important;
}

.pt25 {
	padding-top:25px !important;
}

.pt40 {
	padding-top:40px !important;
}

.pb0 {
	padding-bottom:0 !important;
}

.pb15 {
	padding-bottom:15px !important;
}

.pb25 {
	padding-bottom:25px !important;
}

.pl0 {
	padding-left:0 !important;
}

.pl10 {
	padding-left:10px !important;
}

.pl20 {
	padding-left:20px !important;
}

.pr0 {
	padding-right:0 !important;
}

.fwb{
	font-weight:bold !important;
}

.fll{
	float:left !important;
	display:inline !important;
}

.flr{
	float:right !important;
	display:inline !important;
}

.tac {
	text-align:center;
	width:100%;
}

.tar {
	text-align:right;
	width:100%;
}

.bb {
	border-bottom:1px #DADADA solid !important;
}

.bn {
	border:none !important;
}

.fs0 {
	font-size:0 !important;
}

.fs10 {
	font-size:10px !important;
}

.fs12 {
	font-size:12px !important;
}

.fs13 {
	font-size:13px !important;
}

.fs14 {
	font-size:14px !important;
}

.fs69 {
	font-size:69% !important;
}

.fs86 {
	font-size:86% !important;
}

.fs115 {
	font-size:115% !important;
}

a.bha:hover{
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
	zoom:1;
}

a.bha2{
	position:relative !important;
	z-index:0 !important;
}

a.bha3{
    opacity: 0.75; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: 0.75; /* Safari 1.x */
    -moz-opacity: 0.75; /* FF lt 1.5, Netscape */
	zoom:1;
	display:block;
}

.db {
	display:inline-block !important;
}