/* clearfix
-----------------------------------*/
.clearfix:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
* html .clearfix             { zoom:1; } /* IE6 */
*:first-child+html .clearfix { zoom:1; } /* IE7 */
*{
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}
body{
	line-height: 1.5;
}
ul,dl,dt,dd{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	color: #1F497D;
}
a:hover{
	text-decoration: none;
}
.mt10{
	margin-top: 10px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt30{
	margin-top: 30px!important;
}
.pt22{
	padding-top: 22px!important;
}
.pb22{
	padding-bottom: 22px!important;
}
.pd10{
	padding: 10px!important;
}
.pl10{
	padding-left: 10px!important;
}
.title_01{
	color: #FFF;
	background: #666;
	padding: 5px 10px;
	border-bottom: 6px solid #0070c0;
	text-align: left;
	margin: 0;
}
.fwb{
	font-weight: bold;
}
.fs16{
	font-size: 16px!important;
}
.ul_01 li{
	float: left;
	width: 230px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.ul_01 li:nth-child(odd){
	margin-left: 0;
}
.dl_01{
	border: 2px solid #10253f;
}
.dl_01 dt{
	background: #10253f;
	padding: 10px;
	position: relative;
	color: #fff;
	font-weight: bold;
}
.dl_01 dt:before{
	content: "▼";
	color: #10253F;
	position: absolute;
	left: 40px;
	bottom: -40px;
	font-size: 40px;
}
.dl_01 dd{
	padding: 40px 10px 20px;
	font-size: 14px;
}
.btn_01 a{
	display: block;
	width: 400px;
	background: #0070C0;
	color: #fff;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.btn_01 a:hover{
	opacity: 0.7;
}
.div_01{
	background: #f2f2f2;
	border: 2px solid #d9d9d9;
	padding: 10px;
	height: 300px;
	-ms-overflow-y: scroll;
	    overflow-y: scroll;
}
.dl_02{
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	margin-bottom: 10px;
}
.div_01 .dl_02:first-child{
	border-top: none;
}
.dl_02 dt{
	width: 90px;
	float: left;
	font-weight: bold;
	color: #31859c;
}
.dl_02 dd{
	width: 345px;
	float: left;
}
.title_02{
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.dl_03{
	padding: 10px;
	border-bottom: 1px dotted #999;
	display: table;
}
.dl_03 dt{
	width: 320px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}
.dl_03 dd{
	width: 140px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}
.btn_02 a{
	background: #1F497D;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}
.btn_02 a:hover{
	opacity: 0.7;
}

/* メールアドレスのダミー非表示用
※セキュリティ対策（スパムメールボット） */
.dummy-text{
	display: none;
}