@charset "utf-8";
/* CSS Document */

/*コンテンツ配置基本設定
---------------------------------------*/
/*---- メインビジュアル ----*/
#mainvisual {
	background-image:url(../../imgs/kasou/bg_mainvisual.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	width:894px;
	height:144px;
	margin: auto;
	padding:19px 14px;
}
@media screen and (max-width:768px){
#mainvisual {
	background-image:none;
	width:95%;
	height:auto;
	margin: 0 auto;
	padding:19px 0;
}
#mainvisual img{
	border:3px #fff solid;
	/* border-radius */
border-radius:;
-webkit-border-radius:;
-moz-border-radius:;

/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.57) 0px 0px 6px 0px;
-webkit-box-shadow:rgba(113, 135, 164, 0.57) 0px 0px 6px 0px;
-moz-box-shadow:rgba(113, 135, 164, 0.57) 0px 0px 6px 0px;
}
}
/*----- 右コンテンツ -----*/
#maincontents{
	float:right;
	width:680px;
}
@media screen and (max-width:768px){
#maincontents{
	float:none;
	width:95%;
	margin:0 auto;
}	
}
/*----- 左メニュー -----*/
#bnrlink2{
	margin-bottom:16px;
}
#leftcontents h2{
	background:none;
	padding:none;
}
@media screen and (max-width:768px){
#leftcontents{
	float:none;
	width:200px;
	margin:50px auto 0 auto;
}
}
/*狭いブラウザとタブレット向け */
@media (max-width: 1023px) and (min-width: 768px) {
#leftcontents{
	float:none;
	width:450px;
	margin:50px auto 0 auto;
}
#leftcontents #bnrlink2{
	float:left;
	margin-right:10px;
}
#leftcontents #bnrlink{
	float:left;
}	
}



/*---- ページタイトル ----*/
#maincontents h1 {
	margin-top:20px;
	background-image:url(../../imgs/kasou/bg_h1.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#6FB9EA;
	padding:14px 19px 16px 19px;
	color:#FFF;
	font-size:140%;

}
#maincontents h2 {
	clear:both;
	background-image:url(../../imgs/kasou/bg_h2.jpg);
	background-position:center;
	background-repeat:repeat-x;
	padding:11px 12px 9px 12px;
	border:1px solid #CDCDCD;
	color:#01559B;
	font-size:125%;
	margin-top:30px;
}
#maincontents h3 {
	clear:both;
	background-image:url(../../imgs/kasou/bg_h3.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:3px 20px 7px 19px;
	color:#333333;
	font-size:110%;
	margin-top:15px;
}
#maincontents h4 {
	clear:both;
	margin-top:10px;
	background-color:#E8E8E8;
	padding:5px 0 5px 12px;
}
#maincontents h5 {
	clear:both;
	margin-top:10px;
	border-bottom:1px solid #CDCDCD;
	padding:3px 0 3px 11px;
}
/*----- コンテンツ内段落基本設定 -----*/
#maincontents p {
	margin-top:10px;
}

/*----- パンナビ -----*/
p#pannavi {
	font-size: 85%;
	margin-top: 0;
	margin-bottom: 10px;
}



/*ページバック＆ページトップ
----------------------------------------*/
#backtop-box {
	clear:both;
	width:900px;
	margin:60px auto 0;
}
@media screen and (max-width:768px){
#backtop-box {
	clear:both;
	width:100%;
	margin:60px auto 0;
}	
}
#backtop-box ul{
	width:680px;
	float:right;
}
#backtop-box ul li{
	display:inline;
}
#backtop-box ul li a{
	display:block;
	background-position:top;
	background-repeat:no-repeat;
	width:167px;
	height:32px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	overflow:hidden;
}
#backtop-box ul li a:hover{
	background-position:bottom;
}
.pageback a{
	background-image:url(../imgs/kasou/bt_pageback.jpg);
	float:left;
}

.pagetop a{
	background-image:url(../imgs/kasou/bt_pagetop.jpg);
	float:right;
}


