@charset "Shift_JIS";


/*----------------------------------------
	style reset
-----------------------------------------*/

html, body,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li,
dl, dt, dd, address {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul, ol {
	list-style-type: none;
}



/*----------------------------------------
	default style
-----------------------------------------*/

hr {
	display: none;
}

strong {
	font-weight: bold;
	text-decoration: none;
}

address {
	font-weight: normal;
	font-style: normal;
}



/*----------------------------------------
	class
-----------------------------------------*/

/* clearfix ------------ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from MacIE \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* End Hide from MacIE */



/*----------------------------------------
	typography
-----------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

*:first-child + html body {	/* for IE7 */
	font-family: "メイリオ", "Meiryo";
}

html>/**/body { font-size: 16px; line-height: normal; } /* except Win IE */

.txt10 { font-size: 63%; line-height: 1.4em;}	/* 10px */
.txt12 { font-size: 75%; line-height: 1.6em;}	/* 12px */
.txt14 { font-size: 88%;}	/* 14px */
.txt16 { font-size: 100%;}	/* 16px */

.font_small {
	font-size: 80%;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}




/*----------------------------------------
	body setting
-----------------------------------------*/

body {
	color: #5D5D5D;
}

a:link,
a:visited {
	color: #5D5D5D;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #5D5D5D;
	text-decoration: none;
}






/*----------------------------------------
	layout
-----------------------------------------*/

div#jukenArea img {
	vertical-align: bottom;
}


div#jukenArea {
	width: 750px;
	background: url(../img/bg.jpg);
	margin: 0 auto;
	padding: 0 0 35px;
}
div#jukenArea div.head {
	position: relative;
}
div#jukenArea div.head h2,
div#jukenArea div.head p {
	margin: 0;
}
div#jukenArea div.head p.ema {
	position: absolute;
	top: 136px;
	left: 19px;	
}
div#jukenArea div.head p.illust {
	position: absolute;
	top: 13px;
	right: 18px;	
}

div#jukenArea div.sec01 dl {
	width: 667px;
	height: 190px;
	background: url(../img/sec01_bg.jpg) no-repeat 0 0;
	margin: 0 auto;
	position: relative;
}
div#jukenArea div.sec01 dl dt {
	position: absolute;
	top: 27px;
	left: 27px;
}
div#jukenArea div.sec01 dl dt img {
	display: block;
}
div#jukenArea div.sec01 dl dd.sec01_txt {
	position: absolute;
	top: 60px;
	left: 27px;
}
div#jukenArea div.sec01 dl dd.sec01_img {
	position: absolute;
	top: 21px;
	right: 21px;
}

div#jukenArea div.sec02 {
	margin: 34px auto 0 auto;
	width: 610px;
}

div#jukenArea div.sec02 ul {
	margin: 19px auto 0 auto;
	width: 436px;
}

div#jukenArea div.sec02 ul li img {
	display: block;
}


div#jukenArea div.notice {
	width: 665px;
	margin: 6px 0 0 43px;
	padding: 0 0 24px;
	background: url(../img/notice_bg.jpg) no-repeat left bottom;
	font-size: 12px;
	text-align: center;
}
div#jukenArea div.notice div.wrap {
	width: 625px;
	padding: 20px 20px 0;
	background: url(../img/notice_bg_head.jpg) no-repeat;
}

div#jukenArea div.notice p.tit {
	font-weight: bold;
	font-size: 14px;
	color: #c2443f;
}

div#jukenArea div.notice table.history {
	margin: 6px auto 0;
}
div#jukenArea div.notice table.history td {
	color: #835f50;
	font-size: 12px;
	line-height: 1.333;
	vertical-align: top;
	text-align: left;
}
div#jukenArea div.notice table.history td.date {
	padding-right: 0.5em;
}

div#jukenArea div.notice p.next {
	color: #835f50;
	line-height: 1.333;
}

div#jukenArea p.btnPhoto {/* 「奉納の様子はこちら」ボタン */
	position: relative;
	margin: -23px 0 -27px 238px;
}



div#jukenArea div.sec03 {
	margin: 0 auto 0 auto;
	width: 667px;
	height: 937px;
	background: url(../img/sec3_bg.jpg) no-repeat 0 0;
}


div#jukenArea div.sec03 h3 { padding: 73px 0 0 190px; }
div#jukenArea div.sec03 dt { padding: 78px 0 0 249px; }
div#jukenArea div.sec03 dd.txt01 { padding: 27px 0 0 249px; }
div#jukenArea div.sec03 dd.txt02 { padding: 85px 0 0 176px; }
div#jukenArea div.sec03 dd.txt03 { padding: 112px 0 0 279px; }
div#jukenArea div.sec03 dd.txt04 { padding: 109px 0 0 69px; }
div#jukenArea div.sec03 dd.txt05 { padding: 52px 0 0 159px; }
