@charset "utf-8";
@import "html5_default.css";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900);
/* CSS Document */

/* 初期設定 */
*{ -webkit-text-size-adjust:100%; }
body{
	font-size:12px;
	color:#333333;
	-webkit-text-size-adjust: none;
	line-height:1.2;
	width:100%;
	height: 100%;
	margin: 0;
	
	font-family: 'ヒラギノ角ゴ ProN W3','HiraKakuProN-W3','メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",serif;
	
}
body a{	
	text-decoration: none;
}
li { 
	margin-left:0px;
	list-style-type: none;
}
select{
	background:#FFFFFF;
	border:#CCCCCC solid 1px;
}
.co_wrap{
	display:block;
	margin:0 auto;
}
h1,h2,h3,h4{
	margin:0;
	font-size:12px;
}
.check_b{
	vertical-align:-2px;
}
.imgR{
	width:100%;
	height:auto;
}

/*cf*/
.cf:before,.cf:after{content:".";display:table;height:0;font-size:0;line-height:0;visibility:hidden;}
.cf:after{clear:both;}
.cf{*zoom:1;}

/*webフォント*/
.fWeb{
	font-family:'Roboto', sans-serif;
	font-weight:500;
}
.fWebB{
	font-family:'Roboto', sans-serif;
	font-weight:900;
}
/*-----------------------------------------------
	contents
-----------------------------------------------*/
#container{
	width:100%;
	position:relative;
	overflow:hidden !important;
}
#contents{
	width:100%;
	height:auto;
	float:left;
	margin-left:0;
	background:#fff;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	position:relative;
	z-index:300;
	box-sizing:content-box;
}
#bgMenu{
	background-color: #333; /*黒背景部分背景色*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
}
.menuOpen #bgMenu {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 9000;
	/*margin-right:300px;*/
}









/*++++++++++++++++++++++++++
	search
++++++++++++++++++++++++++*/
#search {
}
#search .btn{
	display:inline-block;
	vertical-align:top;
	width:16.8%;
	border-radius: 3px;
	text-align:center;
	height:32px;
	line-height:32px;
	color:#FFF;
	font-size:13px;
	box-sizing:border-box;
	background: #FF9900;
	border: 1px solid #C65502;
	box-shadow: 0px 5px 0px 0px #C65502;
	margin: 13px 0 0 4px;
}
#page_top{
	background: #79a0ce;
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 500;
	height: 50px;
	width: 50px;
	border-radius: 50px;
}
#page_top a{
	display: block;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	padding-top:6px;
	padding-left: 11px;
	height: 50px;
	width: 50px;
}
#page_top a span{
	position: relative;
	display: block;
	top: -10px;
	width:0;
	height:0;
	border: 14px solid transparent;
	border-bottom-color: #FFF;
}
#page_top a span::after{
	position: absolute;
	content: '';
	top: 14px;
	left: -7px;
	width: 14px;
	height: 13px;
	background: #FFF;
}

/*++++++++++++++++++++++++++
	footer
++++++++++++++++++++++++++*/
#footer{
}
#footer .link{
	background:#F7F7F7;
	text-align:center;
	height:44px;
	line-height:44px;
	font-size:12px;
}
#footer .link span{
	color:#ED6602;
}
#footer .bg{
	line-height:20px;
	padding:10px 0 0;
	text-align:center;
	color:#FFF;
	background: #1a429a;
}
#footer .bg a{
	color:#FFF;
	text-decoration:none;
	display: inline-block;
	height: 40px;
	line-height: 20px;
	padding: 10px 40px;
	font-size: 14px;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	background-image: url(../images/footer_arrow.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 15px 12px;
}
#footer .home{
	padding:10px 0;
	background: #326cb1;
}
#footer .home a{
	display:block;
	margin:0 auto;
	text-align:center;
}
#footer .copyright{
	height:24px;
	line-height:24px;
	font-size:12px;
	text-align:center;
	color:#FFF;
	background: #79a0ce;
}

#loadingObject{
	text-align:center;
	padding:10px 0 0px 0;
}




/*-----------------------------------------------
	sideMenu
-----------------------------------------------*/
#sideMenu{
	display:none;
	width:300px;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	-webkit-transition:all 0.2s ease-in-out;
	-webkit-transform:translateX(0);
	-moz-transition:all 0.2s ease-in-out;
	-moz-transform:translateX(0);
	z-index:100000;
	background:#FFF;
	box-sizing:content-box;
}
.menuOpen #sideMenu{
	display:block;
}
.menuOpen #sideMenu .wrapper{
	width:100%;
	height:100%;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	
}
#sideMenu .top_menu{
	background:#326db1;
	font-size:0;
	position: relative;
}
#sideMenu .titMenu::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -5px;
}
#sideMenu .titMenu{
	display:block;
	vertical-align:top;
	color:#FFF;
	font-size:13px;
	padding-left: 30px;
	text-align:left;
	line-height:50px;
}
#sideClose{
}
#sideMenu .btnArea{
	padding:15px 10px 5px;
	border-bottom:1px solid #CCC;
	background:#F3F3F3;
}
#sideMenu .btnArea a{
	display:block;
	width:300px;
	line-height:40px;
	color:#FFF;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	margin-bottom:10px;
}
#sideMenu .boxMenu{
	margin-bottom:30px;
}
#sideMenu .boxMenu li{
	border-bottom:1px solid #E6E7E8;
}
#sideMenu .boxMenu li.tit{
	background:#F0F0F0;
	color:#FF6C00;
	font-size:12px;
	font-weight:bold;
	line-height:40px;
	padding-left:10px;
	border-bottom:1px solid #D6D6D6;
}
#sideMenu .boxMenu li a{
	display:table-cell;
	width:300px;
	height:44px;
	line-height:130%;
	font-size:12px;
	color:#333;
	padding:0 10px 0 10px;
	background:url(../img/icon/icon23.png) right center no-repeat #fff;
    background-size:18px 12px;
	vertical-align:middle;
	box-sizing:border-box;
	text-decoration:none;
}
#sideMenu .boxMenu li.pc a{
	background:url(../img/icon/icon15.png) right center no-repeat #fff;
    background-size:38px 17px;
}
#sideMenu .boxMenu li.last{
	border-bottom:4px solid #EEEEEE;
}
#sideMenu .titAbout{
	padding:0 5% 11px;
	font-size:12px;
}
#sideTop{
	display:block;
	width:180px;
	line-height:50px;
	color:#FF3300;
	text-align:center;
	text-decoration:none;
	background:#FFF;
	margin:0 auto 100%;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #D6D6D6;
	box-shadow: 0px -5px 0px 0px #F2F2F2 inset;
	font-weight:bold;
}