@charset "utf-8";

/* reset
------------------------------------------------ */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	background: #000015;
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Verdana, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", "メイリオ", "Meiryo", Osaka, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #fff;
}

/* ------------------------------------------------
base font size [13px]
62%=8px          |      193%=25px
70%=9px          |      200%=26px
77%=10px        |      208%=27px
85%=11px        |      216%=28px
93%=12px        |      224%=29px
100%=13px      |      231%=30px
108%=14px      |      239%=31px
116%=15px      |      247%=32px
124%=16px      |      254%=33px
131%=17px      |      262%=34px
139%=18px      |      270%=35px
147%=19px      |      277%=36px
154%=20px      |      285%=37px
162%=21px      |      293%=38px
170%=22px      |      300%=39px
177%=23px      |      308%=40px
185%=24px      |      316%=42px
------------------------------------------------ */

ul,ol { list-style: none; }
img { border: none; vertical-align: top; }
a:link { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }

.hide { display: none; }
.fRed { color: #f00; }

/* clearfix
------------------------------------------------ */
.clearfix {
	clear: both;
	*zoom: 1;
}
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after { clear: both; }

/* container
------------------------------------------------ */
#container {
	position: relative;
	margin: 0 auto;
	border-top: solid #b54c1b 15px;
	border-bottom: solid #8e454b 15px;
	width: 1000px;
}

#container_frame {
	position: relative;
	border-right: solid #909b3c 15px;
	border-left: solid #cbbc67 15px;
}

/* header
------------------------------------------------ */
#header {
	padding: 50px 0;
	text-align: center;
}

	#logo,
	#header nav,
	#header nav ul li {
		display: inline-block;
		margin: 0 8px;
		vertical-align: middle;
	}

/* contents
------------------------------------------------ */
#contents {
}

/* article */
article {
	margin: 0 auto;
	width: 730px;
}

	article header {
		margin-bottom: 40px;
	}

		article header h1 {
			font-size: 108%;
			font-weight: normal;
		}

			article header h1 img { margin-right: 20px; vertical-align: middle; }

		article header nav {
		}

			article header nav ul {
				margin-top: 26px;
			}

				article header nav ul li {
					float: left;
					margin-left: 30px;
				}
				article header nav ul li:first-child { margin-left: 0; }

	article section {
		position: relative;
		padding-top: 20px;
		margin-bottom: 60px;
	}

		article section .title {
	margin-left: -30px;
	font-size: x-large;
	font-weight: normal;
		}

/* footer
------------------------------------------------ */
#footer {
	margin-top: 20px;
}

	#footer .contact {
		margin: 0 auto;
		width: 550px;
		text-align: center;
	}

		#footer .contact .txt { padding-bottom: 6px; border-bottom: solid #982342 1px; font-size: 124%; }
		#footer .contact .btn { margin-top: 20px; }
		#footer .contact .privacy { font-size: 93%; }
			#footer .contact .privacy a { display: block; margin: 15px auto 0; padding: 2px 0; width: 114px; border: solid #fff 1px; }

	#footer dl {
		margin-top: 30px;
		text-align: center;
	}

		#footer dl dt {}
		#footer dl dd { margin-top: 6px; }
			#footer dl dd address,
			#footer dl dd a { display: inline-block; vertical-align: middle; }

	#footer .link {
		margin-top: 20px;
		text-align: center;
	}

		#footer .link li { display: inline-block; vertical-align: middle; }

	#copyright {
		padding: 20px 0;
		height: 11px;
		text-align: center;
	}

/* modalwindow
------------------------------------------------ */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
}

#modlwindow {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	padding: 10px;
	width: 200px;
	height: 200px;
	background: #fff;
	z-index: 100;
}

#modlwindow .modal_contents {
}

#modlwindow .modal_contents .txt {
	margin-top: 10px;
	font-size: 93%;
	color: #000;
}

#modalclose {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	background: url(../img/share/close.gif) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
