@charset "UTF-8";

	html{
		font-size:16px;
	}

.content-width{
	max-width:800px;
	/*margin:0 auto;*/
	margin:0 auto;
	_padding:0 1rem;
}
#wrapper.admin .content-width{
	max-width:100%;
	padding:0 1rem;
}
/*#content > .content-width,
#leftbar > .content-width,
#rightbar > .content-width{
	margin:0;
}*/
.taiken .content-width{
	max-width:640px;
}



/* ----------------------------------------------------------------------------------------------------
* wrapper
---------------------------------------------------------------------------------------------------- */
#wrapper{
	position:relative;
}

/* ----------------------------------------------------------------------------------------------------
* body
---------------------------------------------------------------------------------------------------- */
body{
	background-color:#EEEEEE;
	color:#7A7A7A;
}

/* ----------------------------------------------------------------------------------------------------
* header
---------------------------------------------------------------------------------------------------- */
#header{
	margin-bottom:1rem;
	text-align:center;
	_border-bottom:1px solid #ccc;
}
/* 
---------------------------------------------------------------------------------------------------- */
.header-cols-item-wrap{
	/*padding:1.2rem 0;*/
	padding:.5rem 0;
}
.header-cols-item{
	float:left;
	display:inline-block;
	width:10%;
	font-size:1.1rem;
}
.header-cols-item i{
	padding:1.25rem;
	margin:-.75rem;
}
.header-cols-item#headerLeft,
.header-cols-item#headerRight{
	width:10%;
}
.header-cols-item#headerCenter{
	width:80%;
}
.header-cols-item#headerLeft{
	text-align:left;
}
.header-cols-item#headerRight{
	text-align:right;
}
.header-cols-item#headerRight i{
	font-size:120%;
}

/* ----------------------------------------------------------------------------------------------------
* header追加
---------------------------------------------------------------------------------------------------- */
#header.header2{
	background-color:#EEEEEE;
}
#header.header2 #headerCenter .title{
	padding:.5rem;
	font-weight:normal;
	display:inline-block;
	vertical-align:middle;
}

#header.header2 .header-cols-item-wrap{
	position:relative;
}
#header.header2 #headerLeft,
#header.header2 #headerRight{
	z-index:2;
	position:absolute;
	width:auto;
}
#header.header2 #headerCenter{
	z-index:1;
	width:100%;
}
#header.header2 #headerLeft{
	left:10px;
}
#header.header2 #headerRight{
	right:1rem;
}


/* ----------------------------------------------------------------------------------------------------
* bread
---------------------------------------------------------------------------------------------------- */
#bread{
	color:#333333;
	padding:.75rem 1rem;
	_border-bottom:1px solid #ccc;
}
#header + #bread{
	margin-top:-1rem;
}


/* ----------------------------------------------------------------------------------------------------
* footer
---------------------------------------------------------------------------------------------------- */
#footer{
	clear:both;
	margin-top:1rem;
}
#footerInner{
	padding:.75rem 1rem;
}
#footer .copyright{
	font-size:90%;
	text-align:center;
}
/* 
---------------------------------------------------------------------------------------------------- */
#footerMenuList li{
	padding:0;
}
#footerMenuList i{
	font-size:1.5rem;
	margin-bottom:.3rem;
}
#footerMenuList span{
	font-size:.7rem;
}
#footerMenuList a{
	display:block;
	_color:#a0a0a0;
	color:inherit;
	padding:.5rem;
}
#footerMenuList .current a{
	_color:#405b78;
}
/* ----------------------------------------------------------------------------------------------------
* footer追加
---------------------------------------------------------------------------------------------------- */
#footer.footer2{
	/*border-top:3px solid #A6A6A6;*/
}
#footer.footer2 #footerMenuList li:not(.current){
	color:#838383;
}
#footer.footer2 #footerMenuList a{
	padding:.75rem .5rem;
	font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------------
* content
---------------------------------------------------------------------------------------------------- */
#content{
	margin-bottom:3rem;
}



/* ----------------------------------------------------------------------------------------------------
* 
---------------------------------------------------------------------------------------------------- */
.slideMenu-bt-list li{
	margin-bottom:3px;
}
/* ----------------------------------------------------------------------------------------------------
* スライドメニュー
---------------------------------------------------------------------------------------------------- */
.slideMenu-bt-list2{
	min-height:100%;
}
.slideMenu-bt-list2 .sideMenu-title{
	position:relative;
	padding:1rem;
	border-bottom:1px solid #FFFFFF;
}

.slideMenu-bt-list2 .sideMenu-title .fa,
.slideMenu-bt-list2 .acd-label .fa{
	position:absolute;
	font-size:130%;
}
.slideMenu-bt-list2 .sideMenu-title .fa{
	top:1rem;
	right:.5rem;
}
.slideMenu-bt-list2 .acd-label .fa{
	top:1rem;
	right:0;
}
.slideMenu-bt-list2 li{
	margin:0 1rem;
}
.slideMenu-bt-list2 li li{
	margin-right:0;
	margin-left:1rem;
}
.slideMenu-bt-list2 li a,
.slideMenu-bt-list2 .acd-check:checked + .acd-label + .acd-content li a{
	padding:1.5em 0;
	border-bottom:1px solid #FFFFFF;
	height:auto;
	display:block;
}
.slideMenu-bt-list2 .acd-label{
	display:block;
	position:relative;
}
.slideMenu-bt-list2 .acd-check:checked + .acd-label .fa{
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	    -ms-transform:rotate(180deg);
	     -o-transform:rotate(180deg);
	        transform:rotate(180deg);
}

.slideMenu-bt-list2 label a{
	padding-right:1.5rem;
}
.slideMenu-bt-list2 .acd-label a .fa{
	position:static;
}


/* 
---------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------
* 
---------------------------------------------------------------------------------------------------- */
/* 
---------------------------------------------------------------------------------------------------- */





/* ----------------------------------------------------------------------------------------------------
* レスポンシブ対応
---------------------------------------------------------------------------------------------------- */

/* ルートのフォントサイズを10pxに設定 
html {
	font-size: 62.5%;
}*/
/* bodyのフォントサイズを1.6em（16px）に設定 
body {
	font-size: 1.6em;
}*/

/* 768px未満：スマホ
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px) { 
	html{
		_font-size:calc(100vw / 30);
	}
	#wrapper{
		_font-size:18px;
		font-size:16px;
		font-size:14px;
	}
	.submit-form,
	.submit-form .btn{
		width:100%;
	}
	.sp-block{
		display:block;
		width:100%;
	}
}
/* 768px以上：PC・タブレット
---------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) {
}
