@charset "utf-8";

/**
 *
 *  コンテンツ共通
 *
 */

/*--------------------------------------------------------------------------
   共通テンプレート
---------------------------------------------------------------------------*/

/* レイアウト枠
-----------------------------------------------------------------*/
.partition{
	position:relative;
	width:940px;
	margin:0 auto;
}

/* 右カラム */
.lyt-col-wrap{
	min-width: 1000px;
	margin-left: 200px;
}

/* フレーム
-----------------------------------------------------------------*/
.lyt-frame{
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 8px;
	background: #6d6fc8;
	box-shadow: 0 0 2px rgba(0, 0, 0, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing : border-box ;
	box-sizing: border-box;
}
.lyt-frame > .inner{
	position: relative;
	padding: 32px 30px 50px;
	background: #fff;
}

/* tbl-lyt
-----------------------------------------------------------------*/
.tbl-lyt{
	display: table;
	width: 100%;
	background: #fff;
}
.tbl-lyt.underline{
	border-bottom: 1px solid #ceceda;
}
.tbl-lyt > dt,
.tbl-lyt > dd{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing : border-box ;
	box-sizing: border-box;
	vertical-align: middle;
}
.tbl-lyt > dt{
	text-align: center;
}
.tbl-lyt > dt span{
	display: inline-block;
	text-align: left;
}
.tbl-lyt > dd{
	text-align: left;
}

/* 青紫 */
.tbl-conf01 > dt{
	width: 116px;
	padding: 20px 0 16px;
	border-top: 1px solid #1a1d84;
	background: #32359c;
	color: #fff;
}
.tbl-conf01 > dd{
	padding: 26px 25px;
	border-top: 1px solid #ceceda;
	line-height: 1.5;
}
/* 薄水 */
.tbl-conf02 > dt{
	width: 156px;
	padding: 27px 0 26px;
	background: #f1f4f7;
	font-weight: bold;
}
.tbl-conf02 > dd{
	padding: 27px 0 26px 25px;
}
.tbl-conf02 + .tbl-conf02 > dt,
.tbl-conf02 + .tbl-conf02 > dd{
	border-top: 1px solid #ceceda;
}

/* フォームリセット
-----------------------------------------------------------------*/
/* input */
input.input-base{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* textarea */
textarea.textarea-base{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: vertical;
}


/*--------------------------------------------------------------------------
   下層共通
---------------------------------------------------------------------------*/

/* base-bg
-----------------------------------------------------------------*/
.base-bg{
	background: url(../images/bg_repeat.png) 50% 50%;
}

/* ページタイトル
-----------------------------------------------------------------*/
#pageHead{
	height:257px;
	margin-bottom: -57px;
	background: url(../images/bg_page_ttl.jpg) no-repeat 50% 50% #19194e;
}
#pageHead .page-ttl{
	width: 940px;
	margin: 0 auto;
	padding-top: 110px;
}

/* 下層ページコンテンツ
-----------------------------------------------------------------*/
#pageBody{
	padding-bottom: 38px;
}
#pageBody > .inside-wrap{
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding-bottom: 43px;
}

/* フレーム内
-----------------------------------------------------------------*/
.lyt-frame .in-holder{
	position: relative;
	padding-top: 55px;
}
.lyt-frame .in-holder .unit-ttl{
	margin-bottom: 24px;
}

/* 下層メイン見出し
-----------------------------------------------------------------*/
.headline{
	position: relative;
	margin: 15px 0 37px;
}


/*--------------------------------------------------------------------------
   パーツ
---------------------------------------------------------------------------*/

/* ボタン
-----------------------------------------------------------------*/
/* base*/
.cmn-bs-btn{
	display: block;
	position: relative;
	margin: 0;
	border: none;
	border-radius: 2px;
	box-shadow:0 1px rgba(0,0,0,.12);
	text-align: center;
	line-height: 1;
	cursor: pointer;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
					transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cmn-bs-btn span{
	display: inline-block;
}
.cmn-bs-btn img{
	vertical-align: middle;
}

/* btn-conf01 */
.cmn-bs-btn.btn-conf01{
	background: #1b1b68;
}
.cmn-bs-btn.btn-conf01:hover{
	background: #949acd;
}
.cmn-bs-btn.btn-conf01 span{
	padding-right: 23px;
	background: url(../images/ico_arrow01.png) no-repeat 100% 50%;
}

/* btn-conf02 */
.cmn-bs-btn.btn-conf02{
	background: #359ed4;
}
.cmn-bs-btn.btn-conf02:hover{
	background: #5db1dd;
}

/* ico-pdf */
.cmn-bs-btn.ico-pdf span{
	position: relative;
	padding-left: 25px;
}
.cmn-bs-btn.ico-pdf span:after{
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 15px;
	height: 18px;
	margin-top: -9px;
	background: url(../images/ico_pdf01.png) no-repeat 0 0;
}

/* 補足リスト
-----------------------------------------------------------------*/
.cmn-sup-list{
	padding-top: 20px;
	font-size: 86%;
}
.cmn-sup-list li{
	padding-left: 1em;
	text-indent: -1em;
}

/* カラーマーク
-----------------------------------------------------------------*/
.cmn-c-mark{
	color: #ed3b3c;
}

/* ホバー
-----------------------------------------------------------------*/
.cmn-alpha,
.cmn-all-alpha img{
	-webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
					transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cmn-alpha:hover,
.cmn-all-alpha img:hover{
	opacity: .6;
	filter: alpha(opacity=60);
	background: #fff;
}

/* ページャー
-----------------------------------------------------------------*/
.cmn-pager{
	text-align: center;
	letter-spacing: -.4em;
}
.cmn-pager li{
	display: inline-block;
	padding: 0 30px;
	letter-spacing: 0;
}
.cmn-pager li + li{
	border-left: 1px solid #d8d8e2;
}
.cmn-pager a,
.cmn-pager span{
	background-repeat: no-repeat;
	font-size: 107%;
	font-weight: bold;
	-webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
					transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cmn-pager span{
	color: #d6dce1;
}
.cmn-pager a{
	color: #1b1b68;
	text-decoration: none;
}
.cmn-pager a:hover{
	color: #f63d8b;
}

/* btn-prev */
.cmn-pager .btn-prev{
	padding-left: 21px;
	background-position: 0 35%;
}
.cmn-pager span.btn-prev{ background-image: url(../images/btn_prev_off.png);}
.cmn-pager a.btn-prev{ background-image: url(../images/btn_prev.png);}
.cmn-pager a.btn-prev:hover{ background-image: url(../images/btn_prev_on.png);}

/* btn-next */
.cmn-pager .btn-next{
	padding-right: 21px;
	background-position: 100% 35%;
}
.cmn-pager span.btn-next{ background-image: url(../images/btn_next_off.png);}
.cmn-pager a.btn-next{ background-image: url(../images/btn_next.png);}
.cmn-pager a.btn-next:hover{ background-image: url(../images/btn_next_on.png);}

/* btn-back */
.cmn-pager .btn-back{
	padding-left: 23px;
	background-image: url(../images/btn_back.png);
	background-position: 0 35%;
}
.cmn-pager a.btn-back:hover{
	background-image: url(../images/btn_back_on.png);
}


/* コラムタグ
-----------------------------------------------------------------*/
.cmn-column-vol{
	position:absolute;
	left: -10px;
	top:-13px;
	width: 41px;
	height: 41px;
	padding-top: 13px;
	background: url(../images/ico_bg01.png) no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}