/* CSS Document */

/*---------- 共通指定 ----------*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 93.75%;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	min-width: 900px;
}

a:link { color: #455197; }
a:visited { color: #455197; }
a:hover { color: #455197; text-decoration: none; }

b,em,strong { font-weight: bold; }

li{ list-style: none; }

.clearfix { zoom: 1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}

input{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*--- ヘッダー ---*/
header{
	border-bottom: 10px solid #1641b0;
	position: relative;
	margin-bottom: 20px;
}
header .logo{
	padding: 3px 0 0 3px;
}
header .title{
	position: absolute;
	left: 190px;
	bottom: 8px;
	font-size: 1.3em;
}
header .headerLogin{
	position: absolute;
	right: 160px;
	bottom: 8px;
}
header .btnGray{
	position: absolute;
	right: 10px;
	bottom: 8px;
	margin:0 ;
	padding: 10px 30px;
	font-size: 0.8em;
}
/*--- フォーム ---*/
input {
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 2px 5px;
}
label{
	padding-right: 5px;
}
textarea {
	padding: 5px;
        font-family: inherit;
}
input[type="file"]{
	border: none;
}
.formBox{
	width: 70%;
	margin: 50px auto 0;
}
.formBoxW100per{
	width: 100%;
	margin: 20px auto 0;
}
/*
.errorInput{
	background: #ffdddd;
	border: solid 1px #f26214;
}
.errorSelect{
	background: #ffdddd;
	border: 1px solid #f26214;
}
*/
.errorBox{
	background: #ffdddd;
}
/*
エラーバージョン3
.errorIcon:before{
	content: "";
	background: url("../img/exclamation.png") no-repeat center center / 18px 18px;
	margin: 0 0 5px 5px;
	display: block;
	width: 25px;
	height: 25px;
}
エラーバージョン4
.errorIcon02:before{
	content: "※";
	color: #f00;
	margin: 0 0 5px 5px;
	display: block;
}
.errorTxtRed{
	margin: 0;
	color: #f00;
}
*/
.inputLabel01{
	display: inline-block;
	width: 3em;
	text-align: right;
	padding-right: 5px;
}
.inlineForm label{
	display: inline-block;
	width: 170px;
}
@media (max-width: 1300px) {
	.dispBl{
		display: block;
		margin-top: 5px;
	}
}
@media (max-width: 1530px) {
	.dispBl02{
		display: block;
		margin-top: 5px;
	}
}
/*--- ボックス ---*/
.bdTBox01{
	border-top: 1px solid #ccc;
}
.pdBox01{
	padding: 20px;
	box-sizing: border-box;
}
/* フロートボックス */
.flBox01{
	float: left;
	width: 35%;
}
.flBox02{
	float: left;
	width: 80%;
}
.flBox03{
	float: left;
	width: 20%;
}
.centerBox01{
	float: left;
	width: 30%;
	text-align: center;
	margin-top: 20px;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.centerBox01 .button input{
	margin: 25px 0 0 0;
}
.bdBox01{
	border: 1px solid #ccc;
	width: 100%;
	height: 10em;
	overflow: auto;
	box-sizing: border-box;
	padding: 5px;
}
.bdBox01 p{
	margin: 0;
}
.selectBox01{
	width: 100%;
}

/*--- テーブル ---*/
 table{
	width: 450px;
	margin: 0 auto 20px;
	border-collapse: collapse;
}
table th, table td{
	text-align: left;
	border: 1px solid #ccc;
	font-weight: normal;
	padding: 5px;
}
table th{
	background: #eee;
	border-right: 1px dotted #ccc;
}
table td{
	border-left: none;
}
table .required{
	border: none;
}
.selectTable th, .selectTable td{
	border: none;
	background: none;
	vertical-align: middle;
}
table.resultTable th, table.resultTable td{
	border: 1px solid #ccc;
	padding: 2px;
	height: 24px;
	font-size: 90%;
}
.tdW10per{
	display: inline-block;
	width: 10%;
	min-width: 60px;
	text-align: right;
	margin-right: 5px;
}
.tdW5per{
	display: inline-block;
	width: 5%;
	min-width: 60px;
	text-align: right;
	margin-right: 5px;
}
/* 幅調整 */
.w2per{ width: 2%; }
.w5per{ width: 5%; }
.w10per{ width: 10%; }
.w15per{ width: 15%; }
.w20per{ width: 20%; }
.w25per{ width: 25%; }
.w30per{ width: 30%; }
.w35per{ width: 35%; }
.w40per{ width: 40%; }
.w45per{ width: 45%; }
.w50per{ width: 50%; }
.w60per{ width: 60%; }
.w70per{ width: 70%; }
.w80per{ width: 80%; }
.w100per{ width: 100%; }
.minW200px{ min-width: 200px;}
.minW75px{ min-width: 75px;}
/* 高さ調整 */
.h1Line{ height: 23px;}

/*--- ボタン ---*/
.buttonArea{
	text-align: center;
	margin-bottom: 30px;
}
.buttonAreaL{
	margin-bottom: 10px;
}
.buttonArea .button form, .buttonAreaL .button form{
	display: inline-block;
}
/* 灰色 */
.btnGray{
	border: none;
	background: #555;
	padding: 7px 30px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	line-height: 1;
	margin: 0 30px;
	font-size: 1.1em;
}
a.btnGray{
	display: inline-block;
}
.btnGray:hover{
	opacity: 0.7;
	cursor: pointer;
}
.btnGray:link, .btnGray:visited, .btnGray:hover{
	color: #fff;
}
.mgLNone{
	margin-left: 0;
}
.mgRNone{
	margin-right: 0;
}
/*--- テキスト ---*/
.textTableBtMg00{
	margin-top: -20px;
}
.textMg00{
	margin: 0;
}
.textMgB00{
	margin-bottom: 0;
}
.textArea01{
	padding: 0 5px;
}
.error{
	color: #f00;
	margin: 5px;
}
.alert{
	color: #f00;
}
.textBoxC{
	text-align: center;
	margin-bottom: 30px;
}
.requiredIcon{
	color: #fff;
	background: #f00;
	border-radius: 3px;
	font-size: 70%;
	padding: 1px 3px;
	margin-left: 5px;
	white-space: nowrap;
}
.textBlack{
	color: #000;
}
.textT01{
	font-weight: bold;
	margin-bottom: 0;
}
.textB{
	font-weight: bold;
}
.textL{
	text-align: left;
}
.textR{
	text-align: right;
}
.txtS{
	font-size: 80%;
}
.resultText{
	position: relative;
}
.resultText .number{
	display: inline-block;
	margin: 0;
}
.resultText .page{
	position: absolute;
	top: 0;
	right: 0;
}
.resultText .page span a{
	margin-left: 5px;
}

/*--- リンク ---*/
.pdf{
	padding-right: 25px;
	background: url("../img/icon_pdf.png") no-repeat right center;
}
/*--- 2カラム ---*/
.twoColumn{
	min-width: 900px;
}
/* メニュー */
.menuBlock{
	width: 225px;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin: 20px 0 0 5px;
	float: left;
	z-index: 1;
}
.menuBlock .menuBox{
	background: #fff;
	padding: 0;
	margin-top: 0;
}
.menuBlock .menuBox li{
	border-bottom: 1px dotted #207fe9;
}
.menuBlock .menuBox li a{
	display: block;
	padding: 5px;
}
.menuBlock .menuBox li a:before,
.menuBlock .menuBoxManual .manual a:before{
	display: inline-block;
	content: ">";
	margin-right: 5px;
}
.menuBlock .menuBox li a:hover{
}
.menuBlock .menuBox li .activeList01,
.menuBlock .menuBox li .activeList01:hover{
	background: #eee;
	color: #000;
	text-decoration: none;
}
.menuBlock .menuBox .title{
	padding: 5px;
	border-bottom: 2px solid #207fe9;
	font-weight: bold;
	background: #fff;
}
.menuBlock .menuBoxManual{
	padding: 0;
}
.menuBlock .menuBoxManual .manual{
	margin-top: 30px;
	border: none;
	padding:5px 10px;
}
/* コンテンツ */
.contentBlock{
	width: 100%;
	height: 100%;
	float: right;
	padding: 10px 20px;
	margin-left: -230px;
	box-sizing: border-box;
}
.contentBlock .contentBox{
	margin-left: 230px;
}
/* 申込み */
.headerApply{
	background:#1641b0;
	margin-bottom: 20px;
	border: none;
}
.headerApplyTxt{
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
.frBoxApply{
	max-width: 713px;
	width: 100%;
	margin: 0 auto;
}
/*--- マージン調整 ---*/
.m00{ margin: 0;}
.mt0{ margin-top: 0;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.ml10{ margin-left: 10px;}