@charset "UTF-8";

.pan ul { list-style: none; }
.pan li {
	float: left;
	display: inline;

	background: url("../con_img/pan_icon.gif") no-repeat left center;
	padding: 0 10px;
	line-height: 15px;
	font-size: 11px;
}
.pan li.p_h { background: none; padding-left: 0; }

.con_h1 {
	background: url("../con_img/con_h2_bg.gif") no-repeat left bottom;
	border-bottom: 1px solid #c48394;
	color:#333;
	font-family: "HGS明朝E","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	font-size: 28px;
	line-height: 40px;
	margin: 20px 0 10px;
	padding-left: 65px;
}

.px11 {
font-size:11px;
text-align:center;
padding:5px;}

/*テーブルTYPE1*/
.tbl_typ1 { width: 670px; border-collapse : collapse; margin: 20px auto; }
.tbl_typ1 th {
	border : solid 1px #e0b7c0;
	border-left : 0;
	background-color : #fff;
	font-weight: normal;
	padding: 5px 10px;
	white-space: nowrap;
}
.tbl_typ1 td {
	border : solid 1px #e0b7c0;
	border-right : 0;
	background-color : #fff;
	padding: 5px 10px;
}
/*テーブルTYPE2*/
.tbl_typ2 { width: 670px; border-collapse : collapse; margin: 20px auto; }
.tbl_typ2 th {
	border : solid 1px #e0b7c0;
	background-color : #f2e9eb;
	font-weight: normal;
	padding: 10px;
	white-space: nowrap;
	text-align: left;
}
.tbl_typ2 td {
	border : solid 1px #e0b7c0;
	background-color : #fff;
	padding: 10px;
}
.none input { margin-right: 3px; }
.submit { margin: 10px; text-align: center; }
