.cf:after {
  content: "";
  clear: both;
  display: block;
}
/**/
html{
	font-size: 18px;
}

#header{
	height:160px;
	width:100%;
	background-color: #004b87;
}

#header_inner{
	width:100%;
	height:105px;
}

#header_title{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:24px;
	text-align: center;
	color:#fff;
}
#header_title_line2{
	width:100%;
	/*height:50px;
	line-height:50px;
	font-size:24px;*/
		line-height:1.0;
	font-size: 20px;
	text-align: center;
	color:#fff;
}
.p1{ width: 12em !important; margin:auto; text-align: left !important; }

#logobox{
	width:250px;

}
#logo{
	width:120px;
	height:auto;
	display: block;
}
#logo img{
	width:120px;
	margin: 5px 0 0 5px;
}
#site_logo{
	width:220px;
	display: block;
}
#site_logo img{
	width:160px;
	margin: -5px 0 0 22px;
}
#header_img{
	width:80px;
	position: absolute;
	top:0px;
	right:10px;
}
#header_img img{
	width:80px;
}

/**/

#contents{
	width:100%;
	background-color: #f3f5e6;
}
#contents_inner{
	width:100%;
	margin:0 auto;
	padding:0 20px 20px;
	box-sizing:border-box;
}
#pankuzu{
	margin-left: 10px;
	height: 50px;
	color: #0061a7;
	font-size: 12px;
	padding-top: 10px;
}
#pankuzu a{
	color: #0061a7;
	text-decoration:none;
}
#pankuzu a:hover{
	text-decoration:underline;
}
#pankuzu span{
	margin: 0 5px;
}
#current_page{
	margin: 0;
	color: #666;
}

#main_contents{
	width:100%;
	float:right;
	color:#666;
}
.contents_box{
	width:100%;
	border: solid 3px #e2e2e2;
	background: #fff;
/*	border-radius: 0 0 15px 15px;*/
	margin-bottom: 40px;
	box-sizing:border-box;
}
.contents_header, .contents_header2{
	color: #fff;
	padding-left: 15px;
}
.prim_box .contents_header{
	box-sizing:border-box;
	min-height: 47px;
	height:auto;
	border-bottom: solid 3px #e2e2e2;
	background-color:#004b87;
	font-size: 22px;
	line-height:29px;
	padding: 10px;
}
.second_box .contents_header{
	box-sizing:border-box;
	min-height: 34px;
	height: auto;
	border-bottom: solid 3px #e2e2e2;
	background-color:#7fb5d3;
	font-size: 18px;
	line-height:25px;
	padding: 10px;
}
.contents_header2{
	box-sizing:border-box;
	min-height: 34px;
	height: auto;
	border-bottom: solid 3px #e2e2e2;
	background-color:#7fb5d3;
	font-size: 18px;
	line-height:25px;
	padding: 10px;
}
#tool_box{
	width:100%;
	height:80px;
	margin: 10px 0;
}
#tool_box a span:hover{
	text-decoration: none;
}
#pre_button_area{
	width:50%;
	float: left;
	position: relative;
}
#pre_button{
	width: 50px;
	height: 50px;
	position: absolute;
	left:0;
	top: 0;
}
#pre_button_area .button_text{
	position: absolute;
	left:50px;
	top: 0;
}
#next_button_area{
	width:50%;
	float: right;
	position: relative;
}
#next_button{
	width: 50px;
	height: 50px;
	position: absolute;
	right:0;
	top: 0;
}
#next_button_area .button_text{
	position: absolute;
	right:50px;
	top: 0;
}
.button_text{
	margin:15px 5px;
	font-size: 15px;
	color: #004b87;
}


#side_menu{
	width:100%;
	height:360px;
	float:left;
	position:relative;
	margin-top: 20px;
}
#side_menu_docter{
	position: absolute;
	top:-10px;
	right: 10px;
	z-index: 100;
	width:60px;
	height: 56px;
}
#side_menu ul{
	background-color: #fff;
	border-radius: 15px;
	border: solid 3px #e2e2e2;
	overflow: hidden;
}
#side_menu ul li{
	width:100%;
	height:59px;
	line-height: 60px;
	list-style: none;
	text-indent: 35px;
	background: url("../image/yajirusi.png") 12px 23px no-repeat;
	background-size:15px;
}
#side_menu #menu01 a{
	border-top:none;
	height:59px;
	padding-top: 1px;
}
#side_menu ul li a{
	width:100%;
	border-top:dotted 1px #004b87;
	height:59px;
	color:#004b87;
	font-size: 17px;
	text-decoration: none;
	display: block;
}
#side_menu ul li a.current_menu{
	background: url("../image/colorbar.png") 0 0 repeat-y;
}


#side_menu ul li.line2{
	width:100%;
	height:59px;
	line-height: 60px;
	list-style: none;
	/*text-indent: 35px;*/
	background: url("../image/yajirusi.png") 12px 23px no-repeat;
	background-size:15px;
}

#side_menu ul li.line2 a{
	padding: 1em 0 0 20px !important;
	width:100%;
	border-top:dotted 1px #004b87;
	height:auto;
	color:#004b87;
	font-size: 17px;
	text-decoration: none;
	display: block;
	text-align: left;
}






/**/

#footer{
	width:100%;
	height:auto;
	color: #fff;
	background-color: #004b87;
}
#footer_inner{
	width:100%;
	margin: 0 auto;
	padding:0 20px 10px;
	box-sizing:border-box;
}
#footer_banner{
	width:100%;
}
#dev_link{
	width:100%;
	height:93px;
	float:left;
}
#dev_link a{
	max-width:438px;
	width:100%;
	height:93px;
	margin:0 auto;
	display: block;
}
#dev_link img{
	width:100%;
	max-width:438px;
}
#freedial{
	width:100%;
	margin: 0 auto;
	text-align: center;
}
#freedial01 img{
	width:226px;
	height:93px;
	margin-top: -10px;

}
#freedial02 img{
	width:226px;
	height:93px;
	margin-top: -10px;
}

#footer_info{
	width:100%;
	height:auto;
	line-height: 50px;
	font-size: 16px;
}
#corp{
	float:left;
	width:100%;
	margin-left:0; 
}
#corp span{ 
 font-size: 180%; vertical-align: bottom; 
	}
#site_info{
	float:right;
	text-align: right
}
#site_info li{
	border-right:none;
    display: block;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0;
    text-decoration: underline;
}
#site_info li a {
	color:#fff;
}
#site_info li.b0{
	border-right:none;
}




/*メインコンテンツ部分*/
.prim_box_inner{
	box-sizing:border-box;
	width:100%;
	padding: 10px;
}
.second_box_inner{
	box-sizing:border-box;
	width:100%;
	padding: 10px;
}

/*1P*/
.bold_blue{
	font-weight: bold;
	color: #004b87;
}
.bold_black{
	font-weight: bold;
	color: #666;
}
.bold_red{
	font-weight: bold;
	color: #e9160f;
}
.small_title{
	font-weight: bold;
	color: #666;
	font-size: 21px;
	margin:0 0 15px;
}
.small_text{
	color: #666;
	font-size: 15px;
	margin:30px 0 20px; 
}
.kajogaki{
	

}
.kajogaki li{
	margin-bottom: 20px;
	padding-left: 30px;
	background:url('../image/listmaru.png') 0 2px no-repeat;
	background-size:20px 20px;
}
.kajogaki_2{
	
}
.kajogaki_2 li{
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 30px;
	background:url('../image/listmaru.png') 0 2px no-repeat;
	background-size:20px 20px;
}
#pdf_down li{
	box-sizing:border-box;
	width: 25%;
	list-style: none;
	float:left;
	padding: 2%;
}
#pdf_down_three li{
	box-sizing:border-box;
	width: 33.33%;
	list-style: none;
	float:left;
	padding: 2%;
}
#kuwasiku{
	width: 100%;
	margin-bottom: -40px;
	background-size:contain;
	position: relative;
}
#kuwasiku_title{
	width: 100%;
	font-size: 17px;
	line-height: 37px;
	background-color: #0061a7;
	text-indent: 20px;
	color: #fff;
	position: absolute;
	z-index: 100;
}
#kuwasiku img{
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}
#kuwasiku ul{
	width:100%;
	height:80px;
	position: relative;
	top:-90px;
	z-index: 100;
	box-sizing:border-box;
}
#kuwasiku ul li {
	height:80px;
	box-sizing:border-box;
	padding:0 5px;
	text-align: center;
	width:33.3%;
	float: left;
}
#kuwasiku ul li a{
	display: block;
	box-sizing:border-box;
	width:100%;
	height:80px;
	border: solid 3px #0062a7;
	background: url(../image/P1/P1_7.jpg)0 0 repeat-x;
	color: #004b87;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top:13px;
	line-height: 1.2;
}
#bl01{
	padding-top: 20px !important;
}

#kuwasiku ul li a:hover{
	text-decoration: underline;
}

.kuwasiku_disno{ display: none; }




/*2P*/

.p_vertical{
	margin: 20px 0;
}

#P2_img{
	width:100%;
	margin-bottom: 50px;
}
#P2_img li{
	width:100%;
	box-sizing:border-box;
	padding:0 10px;
	float: left;
}


/*3P*/

#P3_1_info{
	width:100%;
	margin-top: 50px;
}
#P3_1_info_img{
	box-sizing:border-box;
	width:80%;
	float:right;
	margin-right: 10%;
}
#P3_1_info_link{
	box-sizing:border-box;
	float:left;
	width:100%;
	padding: 20px 10px 0;
}
#P3_1_info_link p{
	font-weight:bold;
	font-size: 14px; 
}
#P3_1_info_link a{
	box-sizing:border-box;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	display: block;
	width:100%;
	padding: 10px;
	line-height: 18px;
	height: auto;
	border-radius: 5px;
	background:url(../image/P3/P3_2.gif) 0 0 repeat-x;
	background-size:contain;
}

#P3_1_info_link a:hover{
	text-decoration: underline;
}
.P3_card_box{
	width:100%;
	margin-bottom: 30px;
}
.P3_card li{
	width:100%;
	float:left;
}
.P3_space{
	margin: 30px 10px 20px;
}



/*4P*/

#nagare_img{
	width:100%;
	margin: 0 auto;
}


/*5P*/

#P5_chuui{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	width:200px;
	text-align: center;
	background-color: #e9160f;
	height: 40px;
	line-height: 42px;
	margin: 10px 0 20px;
}

#P5_1_box_l{
	width:100%;
	box-sizing:border-box;
	padding: 0 10px;
}
#P5_1_box_r{
	width:70%;
	display: block;
	margin-right: 15%;
}
#P5_2_box_l{
	width:100%;
	float: left;
	box-sizing:border-box;
	padding: 0 10px;
}
#P5_2_box_r{
	width:50%;
	float: right;
	display: block;
	margin-right: 25%;
}
.list_under_text{
	box-sizing:border-box;
	padding-left: 30px;
}
.P5_space{
	margin:20px 0;
}
.P5_bgcolor{
	background:#bedded;
	padding: 0.5em; 
}
#P5_info{
	margin: 20px 0;
	border: solid 2px #ccc;
	padding: 10px;
	font-size: 16px;
}

/*6P*/

#P6_q_title{
	border-bottom: solid 3px #e2e2e2;
	margin-bottom: 30px;
}
#P6_q_title li{
	padding-left: 30px;
	background: url(../image/P6/P6_1.gif) 0 5px no-repeat;
	background-size: 20px 20px;
	margin-bottom: 30px; 
}

#P6_q_title li a{
	color: #004b87;
}
#P6_q_title li a:hover{
	text-decoration: underline;
}

.P6_QA{
	border-bottom: solid 3px #e2e2e2;
	margin-bottom: 30px;
}
.P6_Q{
	padding-left: 30px;
	background: url(../image/P6/P6_1.gif) 0 5px no-repeat;
	background-size: 20px 20px;
	margin-bottom: 20px;
	color: #004b87;
}
.P6_A{
	padding-left: 30px;
	background: url(../image/P6/P6_2.gif) 0 5px no-repeat;
	background-size: 20px 20px;
	margin-bottom: 30px;
}
#Q6{
	border-bottom: none;
}








