﻿@charset "SHIFT-JIS";

/*==============================================/*

/*CSS Document /*
/*___Filename    : contents.css/*
/*___Website     : サイト名/*
/*___Description : コンテンツページ適用スタイル/*

/*=============================================*/



/*　-----------------------------------------------------------

　　基本レイアウト

----------------------------------------------------------- */  
.sec_toku01 {
	margin: 8px 0 32px;
	padding: 8px 0 8px 0
}

/*　-----------------------------------------------------------

　　DL

----------------------------------------------------------- */  
.list_dl01 {
		clear:both;
}
	.list_dl01 dt {
	clear: both;
	list-style-type: square;
	padding-left: 1.2em;
	background: url(../images/listicon-b-sikaku.gif) no-repeat left 0.1em;

	}
	.list_dl01 dd { text-indent: 1.2em;
	}
.list_dl02 {
	clear: both;
	width: 100%;
	margin-bottom: 3px;
}
	.list_dl02 dt {
	width: 80px;
	text-align: center;
	background: #FFF;
	letter-spacing: 0.5em;
	margin-right: 3px;
	margin-top: 3px;
	line-height: 4em;
	height: 4em;
	float: left;
	}
	.list_dl02 dd {
	background: #FFF;
	height: 3.5em;
	width: 535px;
	border-left: 3px solid #E2F3F3;
	padding-left: 5px;
	float: left; /* IE7以下 */
	line-height: 3.5em;
	margin-top: 3px;
	padding-top: 0.5em;
	}
	.list_dl02 dd.vcDD01 {
	line-height: 4em !important;
	height: 4em !important;
	padding-top: 0 !important;
	vertical-align: middle !important;
	padding-left: 23px;
	width: 520px;
	background: #FFF url(../images/sikaku1.gif) no-repeat 8px center;
	}

	.list_dl02 dd p {
	padding-left: 15px;
	background: url(../images/sikaku1.gif) no-repeat left 0.5em;
	margin: 0 !important;
	}
.list_dl03 {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
	.list_dl03 dt {
	width: 230px;
	text-align: center;
	line-height: 1em;
	vertical-align: middle;
	height: 4em;
	border-left: 3px solid #002448;
	padding: 0 10px;
	font-weight: 600;
	float: left;
	padding-top: 1.5em;
	}
	.list_dl03 dd {
	height: 5.5em;
	vertical-align: middle;
	width: 480px;
	border-left: 1px solid #002448;
	padding: 0 10px;
	float: left;
}

/*LIST
----------------------------------------------------------- */

.list_square01 {
		clear:both;
}
	.list_square01 li {
	clear: both;
	background: url(../images/sikaku1.gif) no-repeat left 0.3em;
	padding-left: 1.2em;
	list-style: none;
	}
.dl_dt_bdr {
  vertical-align: middle;
  width: 100%;
  margin: 3px 0;
  overflow: hidden;
}

.dl_dt_bdr dt {
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 100px;
	border: 1px solid #003366;
	/* line-height: 1; */
	color: #003366;
	margin-bottom: 4px;
}

.dl_dt_bdr dd {
	overflow: hidden;
	line-height: 1.8;
	padding: 0 8px;
	margin-bottom: 4px;
}
	
/*BoxKm(角丸)
----------------------------------------------------------- */
.boxKm_01{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 4px 4px 4px;
	margin-bottom: 20px;
	background-color: #F4FBFF;
	margin-top: 15px;
	clear: both;
}
/*BoxArw（吹き出し＋角丸）
----------------------------------------------------------- */
/*上向き吹き出し*/
.boxArw_01 {
	position: relative;
	background: #E2F3F3;
}
.boxArw_01:after {
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #E2F3F3;
	border-right-color: #E2F3F3;
	border-width: 10px;
	margin-left: -10px;
	margin-right:10px;
}

.boxArw_02 {
	position: relative;
	background: #002448;
	color: #FFF;
	padding: 3px;
	width: 60%;
	margin: 0 auto;
}
.boxArw_02:after {
	top: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #002448;
	border-right-color: #002448;
	border-width: 5px;
	margin-left: -5px;
	margin-right:5px;
}
/*左向き吹き出し*/	

.boxArw_L01 {
	background-color: #E2F3F3;
	border: 3px solid #002448;
	border-radius: 5px;
	position: relative;
	padding: 12px;
}
.boxArw_L01:before {
border:20px solid transparent;
border-right-color:#E2F3F3;
border-left-width:0;
left:-16px;
content:"";
display:block;
top:50%;
position:absolute;
width:0;
z-index:1;
}
 
.boxArw_L01:after {
border:20px solid transparent;
border-right-color:#002448;
border-left-width:0;
left:-20px;
content:"";
display:block;
top:50%;
position:absolute;
width:0;
}


	.bg_coBlue_01 { background-color: #E2F3F3; 
	}
.bg_coBlue_02 {
	background-color: #E2F3F3 !important;
	}
.bg_coBlue_03 {
	background-color: #003366;
	color: #FFF;
}
.bg_coBlue_04 { background-color: #FFFFE8; }

/*tu（文字下線装飾）
----------------------------------------------------------- */		
.tu01 { background: url(../images/com_tu01.png) repeat-x left bottom; }

.vMid {

}
