@charset "utf-8";
/* ===================================================================
CSS information

 file name  : cont.css
 style info :下位ページのレイアウト
 
 このスタイルシートの構成
 
   
作成者 2015.10.24 kunihiro
更新者 2015.10.27 kunihiro

=================================================================== */

/* ------------------------------------
  共通
------------------------------------ */
.page_cont {
	padding-bottom:60px;
}


/* page_tl
------------------------------------ */
.page_tl {
	background:url(../img_cmn/bg_cont_under.jpg);
}

.page_tl .inner {
	width:960px;
	margin:0 auto;
	position:relative;
	height:120px;
}


.page_tl .tl {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size:30px;/* 固定 */
	line-height:30px;
	
	position:absolute;
	top:45px;
}

.page_tl .txt {
	position:absolute;
	top:45px;
	left:280px;
	font-size:16px;/* 固定 */
}



/* パンくず
------------------------------------ */
.topic_path {
	width:960px;
	margin:10px auto;
	text-align:right;
}

.topic_path li {
	display: inline-block;
    *display: inline;
    *zoom: 1;
	
	font-size:87.5%;/* 16px→14px */
}

.topic_path li a {
	margin-right:10px;
}

/* コンテンツ
------------------------------------ */
.page_cont_inner {
	width:960px;
	margin:0 auto;
}


/* tl
------------------------------------ */
.page_subtl {
	border-bottom:#D6431F 1px solid;
	font-size:150%;/* 16px→24px */
	margin:40px 0 20px;
}

.page_subtl02 {
	background:url(../img_cont/ico_page_subtl02.png) 0 0.7em no-repeat;
	padding-left:20px;
	border-bottom:#D4CFBC 1px solid;
	font-size:113%;/* 16px→18px */
	margin:40px 0 15px;
}


/* base_list(赤リングアイコン)
------------------------------------ */
.base_list {
}

.base_list li {
	background:url(../img_cmn/ico_base_list.png) 0 0.5em no-repeat;
	padding-left:20px;
	margin-bottom:0.6em;
}



/* base_table
------------------------------------ */
.base_table {
	width:100%;
	border-top:#D4CFBC 1px solid;
}

.base_table th,
.base_table td {
	border-bottom:#D4CFBC 1px solid;
	padding:0.6em 0;
}

.base_table th {
	color:#D6431F;
	font-weight:normal;
}



/* ------------------------------------
  大括り
------------------------------------ */

/* 中括り
------------------------------------ */

/* 小括り
--------------- */

/* 最小括り */