@charset "utf-8";

html {
	margin:0;
	padding:0;
}

body, p, form, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

img {
	border: 0px none;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;
	background-color: #666;
	background-color: #E5E5E5;
	background-color: #CCC;
	background-color: #333;
	background-color: #FFF;
	color: #333;
	color: #FFF;
	color: #000;
	text-align: center;
	line-height: 1.0;
}

/* 基本リンクカラー */
a:link {
	color: #FFF;
	color: #000;
	text-decoration: underline;
	}
a:visited {
	color: #F3F3F3;
	color: #111;
	text-decoration: underline;
	}
a:hover {
	color: #F70;
	text-decoration: underline;
	}
a:active {
	color: #F00;
	text-decoration: underline;
	}

/* 全体 */
#container {
	width: 768px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	/*background-color: #000;*/
	/*background: #000 url(../images/bg_rhb1.gif) repeat-y left top;*/
}

/*#containerInner {
	padding: 0 15px;
}*/


div#row1 {
	width: 720px;
	margin: 0 auto;
	/*height: 600px;
	height: 580px;
	height: 540px;*/
	height: auto;
	position: relative;
	/* background-color: #BBB; */
}

div#titleArea {
	width: 720px;
	height: 600px;
	height: 540px;
	height: 580px;
	/*position: relative;*/
	position: absolute;
	z-index: 1;
	/* background-color: #BBB; */
}

p#mainVisual {
	text-align: right;
	position: absolute;
	z-index: 1;
}

h1 {
	position: absolute;
	width: 718px;
	top: 317px;
	top: 315px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}


p#terms {
	line-height:180%;
	line-height:170%;
	/*padding: 9px 15px 1em 0;*/
	text-align: right;
	/*position: absolute;*/
	position: relative;
	z-index: 2;
	/* margin-top: -74px;
	margin-top: -34px; */
	/*top: 510px;
	top: 506px;
	right: 0;*/
	padding-top: 506px;
	padding-bottom: 8px;
}

p#terms span.term { font-size: 123.1%; } /*16px*/
p#terms span.time { font-size: 108%; } /*14px*/
p#terms span.laputaLink { font-size: 100%; } /*13px*/





div#row2 {
	padding: 0 15px;
	padding: 0 23px;
	padding: 0 23px 10px 7px;
	padding: 0 23px 12px 12px;
	padding: 0 23px 12px 12px;
	padding: 0 24px 12px;
}

div#row2 div#textArea {
	float: left;
	width: 345px;
	width: 378px;
	width: 369px;
	width: 364px;
	width: 384px;
	width: 372px;
	margin-top: -16px;
}

div#cmmntS { display: none; }

div#row3 {
	padding: 0 23px 12px 12px;
	padding: 16px 24px 12px;
}

div.cmmnt {
	border: solid #000 1px;
	padding: 16px 24px 12px;
	padding: 18px 24px 12px;
	margin-bottom: 12px;
}

/* 角丸用 */
div.cmmnt {
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
}

div.textsInner {
	padding: 14px 16px 16px 20px;
	padding: 14px 16px 14px 17px;
	padding: 14px 12px 14px 12px;
	padding: 14px 12px 5px 12px;
	padding: 0px 0px 19px;
	padding: 0;
	padding: 0px 0px 16px;
}


div.texts {
	/*float: left;
	width: 410px;*/
	/*background-color: #FFF;*/
	margin-bottom: 10px;
	margin-bottom: 8px;
}


div.textsInner h2 {
	font-size: 108%; /*14px*/
	line-height:170%;
	/*color: #06656E;
	color: #FE0;*/
}

div.textsInner p {
	padding-bottom: 1em;
}

div.textsInner p.px12 {
	font-size: 93%; /*12px*/
	line-height:170%;
}

div.textsInner p.px13 {
	font-size: 100%; /*13px*/
	line-height:170%;
}

div.textsInner p.lh180 {
	line-height:180%;
}

div.textsInner p.lh190 {
	line-height:190%;
}
div.textsInner div.event p {
	line-height:150%;
	padding-bottom: 1em;
}

div.textsInner div.event p.pb05 {
	padding-bottom: 0.5em;
}

div.textsInner ul {
	font-size: 93%; /*12px*/
	line-height:170%;
	padding-bottom: 1em;
}

div.textsInner ul.pb05 {
	padding-bottom: 0.5em;
}

div.textsInner div.event li {
	line-height:150%;
	padding-bottom: 0.2em;
	/*list-style-type: disc;
	margin-left: 18px;*/
}

div.textsInner ul.bullets li {
	padding-left: 1em;
	text-indent: -1em;
	/*line-height:150%;
	padding-bottom: 0.2em;*/
}

div.textsInner dl {
	font-size: 93%; /*12px*/
	line-height:170%;
	padding-bottom: 1em;
}

div.textsInner dt {
	clear: left;
	float: left;
	width: 4em;
}

div.textsInner dd {
	margin-left: 4em;
}

div.textsInner div.event dl {
	font-size: 93%; /*12px*/
	line-height:170%;
	line-height:160%;
	line-height:140%;
	padding-bottom: 1em;
	padding-bottom: 0.5em;
}

div.textsInner div.event dt {
	clear: left;
	float: left;
	width: 8em;
	padding-bottom: 4px;
}

div.textsInner div.event dd {
	margin-left: 8em;
	padding-bottom: 4px;
}


div#stills {
	float: right;
	width: 355px;
	width: 345px;
	width: 340px;
	width: 325px;
	/*margin-top: -50px;*/
	margin-top: 16px;
}

div#stills img {
	width: 355px;
	height: 1604px;
	width: 345px;
	width: 340px;
	width: 325px;
	height: auto;
}

.copyright { text-align: right; }

/* クリアフィックス */
.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}

.wrapper {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .wrapper {
	height: 1%;
}
.wrapper {
	display: block;
}
/* End hide from IE-mac */

div.pb0 { padding-bottom:0; }
div.textsInner p.pb0 { padding-bottom:0; }
