/* CSS Document */

/*ページ内中枠
1000-10-25=965px
*/
.sub_con{
	margin:0 10px 60px 25px;
	text-align:left;
}

/*大タイトル*/
/*デザイン変える時はデータベース側も修正すること*/
h1{
	background:url(../lib/images/title_bg1.png) no-repeat;
	height:50px;
	box-sizing:border-box;
	font-size:1.4em;
	padding:17px 0 0 25px;
	margin-bottom:30px;
}
h1 span{
	font-size:1.0em;
	color:#999;
	margin-left:25px;
}


/*中タイトル*/
/*サブページ、sub_con内(965px)*/

h2{
	background:url(../lib/images/title_bg2.png) no-repeat;
	height:45px;
	box-sizing:border-box;
	font-size:1.2em;
	padding:15px 0 0 25px;
	margin-bottom:30px;
}



/*小タイトル*/
/*サブページ、sub_con2内(930px)*/

h3{
	border-bottom:2px solid #e6eaf2;
	box-sizing:border-box;
	font-size:1.2em;
	font-weight:bold;
	padding:17px 0 5px 5px;
	margin:20px 0 ;
}



.lib_tbl{
	border-collapse: collapse;
    border:1px solid #999;
	width:100%;
}


.lib_tbl th{
	font-weight:bold;
	padding:12px;
	border-collapse: collapse;
    border:1px solid #999;
	background-color:#e6eaf2;
	white-space:nowrap;
}

.lib_tbl td{
	padding:12px 8px;
	border-collapse: collapse;
    border:1px solid #999;
	text-align:left;
}

/*文字配列だけ2種*/
.lib_tbl_a th{
	text-align:center;
}
.lib_tbl_b th{
	text-align:left;
}


