@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%
*/

/* ====== action CUSTOMIZE ====== */

#hello_wrap{
	width: 840px;
	padding: 30px;
	margin: 0px auto;
	background-color: #FFF1DB;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;
	behavior:url(PIE.php);
}
#hello_wrap h2{
	width: 550px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
	font-size: 161.6%; /* 21px */
	border-bottom: #cbb994 2px solid;
	padding-bottom: 10px;
	text-align: center;
}

#shocho{
	float: right;
	margin-left: 50px;
}

#hello_wrap .text{
	margin-top:10px;
	text-indent:1em;
}

#hello_wrap .name{
	margin-top: 20px;
	text-align: right;
}

#gyoji_list{
	width: 900px;
	margin: 40px auto 0;
}

#gyoji_list li{
	float: left;
	width:410px;
}

#gyoji_list li:nth-child(1){
	margin-right: 40px;
}

#gyoji_list li:nth-child(2){
	padding-left: 39px;
	border-left: 1px solid #cbb994;
}

#gyoji_list h2{
	font-size: 174%; /* 23px */
	line-height: 40px;
	font-weight: normal;
	border-left: solid 5px #007bbb;
	padding-left: 6px;
}

#gyoji_list .image{
	margin-top: 10px;
}

#gyoji_list h3{
	float: left;
	color:#007bbb;
	font-size: 131%; /* 17px */
	font-weight: normal;
	margin-right: 5px;
	margin-top: 30px;
}

#gyoji_list .detail{
	margin-top: 30px;
}

#gyoji_list .text{
	text-indent:1em;
}

#gyoji_list .day_color{
	clear: left;
	border-bottom: 1px dotted #cbb994;
	line-height: 25px;
	color: #ea5506;
}

#gyoji_list .text{
	margin-top: 5px;
}