@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	123.1%
	17px 	131%
	18px 	138.5%
	19px 	146.5%
	20px 	153.9%
	21px 	161.6%
	22px 	167%
	23px 	174%
	24px 	182%
	25px 	189%
	26px 	197%
	28px 	215.4%
	40px	307.7%
*/

#h2_nenkan{
	padding-top: 50px;
	padding-bottom: 0px;
	height:0px;
	background: url("../images/gyoji/h2_gyoji.png") no-repeat;
	overflow:hidden;
	margin-top:10px;
	margin-bottom: 20px;
}

#h2_getsurei{
	padding-top: 50px;
	padding-bottom: 0px;
	height:0px;
	background: url("../images/gyoji/h2_getsureigyoji.png") no-repeat;
	overflow:hidden;
	margin-top:10px;
	margin-bottom: 20px;
}

/* ====== left_box ====== */

#left_box{
	float:left;
	width:570px;
}

#left_box li{
	min-height: 90px;
	padding-bottom: 5px;
	margin-top: 15px;
	border-bottom: 1px solid #D1AF83;
}

.date{
	float: right;
	font-size: 108%; /* 14px */
	margin-right: 20px;
	color: #25708C;
}

.title{
	float: left;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
	font-size: 174%; /* 23px */
	color: #202f55;
	margin-bottom: 10px;
}

.setsumei{
	clear: both;
}

/* ====== right_box ====== */

#right_box{
	float:right;
	width:280px;
}

#right_box .photo{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 24px 0 0;
}

#right_box p{
	text-align: right;
}

/* ====== getsurei ====== */

#getsurei li {
	padding: 10px 0px;
	border-bottom: 1px solid #D1AF83;
}
#getsurei li:last-child {
	border-bottom: none;
}

#getsurei .left_box {
	float: left;
	width: 570px;
}

#getsurei .photo {
	float: right;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div#enclose_box{
	margin-bottom: 30px;
}