@charset "utf-8";
@import url("common.css");

/* ------------------
	reset
---------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img{ border: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover img {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}


/* ---------------
	.clearfix
-------------------------------------------------------- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
 visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
   height: 1px;
   /*\*//*/
   height: auto;
   overflow: hidden;
   /**/
}


/* ----------------
	a
-------------------------------------------------------- */
a {
	color: #00F;
	text-decoration: underline;
}

a:visited { color: #00F;}
a:hover { color: #f09;}



/* ----------------
	body
-------------------------------------------------------- */
body {
	background: url(../images/bg_back_01_01.jpg) repeat 0 0 #000;
    font: 14px/140% "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	color: #333;
	text-align: center;
	line-height: 1.7;
}

#container {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

#header {
	margin-bottom: 40px;
	position: relative;
}

h2 {
	margin: 0 0 15px;
	padding: 0;
}

h4 {
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

h5 {
	margin: 0 0 3px 50px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
}

h5.no1 { background: url(../images/icon/howto_no1.gif) no-repeat 0 0.2em;}
h5.no2 { background: url(../images/icon/howto_no2.gif) no-repeat 0 0.2em;}
h5.no3 { background: url(../images/icon/howto_no3.gif) no-repeat 0 0.2em;}



/* ------------------------
	.box_text
-------------------------------------------------------- */
.box_text {
	margin: 0 0 60px;
	padding: 0;
	text-align: left;
	clear: both;
}

.box_text p {
	margin: 0 50px 20px;
}


.box_text.bg_01 {
	background: url(../images/IMG_0198.jpg) no-repeat 600px 110px;
}

.box_text.bg_02 {
	background: url(../images/IMG_0196.jpg) no-repeat 600px 90px;
}

.box_text.bg_03 {
	background: url(../images/disc.jpg) no-repeat 610px 10px;
}

.box_text.bg_04 {
	background: url(../images/urata_book.jpg) no-repeat 650px 170px;
}

.box_text.bg_05 {
	background: url(../images/okumura_book.jpg) no-repeat 650px 530px;
}


.box_text ul {
	margin: 0 0 10px 50px;
}

.box_text ul.list {
	list-style: disc;
	margin: 0 0 20px 70px;
}

.box_text ul.star li {
	background: url(../images/icon/bg_list.gif) no-repeat left 0.3em;
	padding: 0 0 0 15px;
	margin-bottom: 3px;
}

.box_price {
	width: 808px;
	height: 286px;
	margin: 0 auto 15px;
	background: url(../images/price_148.jpg) no-repeat 0 0;
	position: relative;
}

.box_price p {
	display: none;
}

.box_price img {
	position: absolute;
	top: 240px;
	left: 18px;
}

.box_profile {
	width: 770px;
	background: #ffe;
	margin: 0 auto 40px;
	padding: 10px 15px;
}

.box_profile p {
	margin: 0 0 20px 0;
	line-height: 2em !important;
}



/* --------------------------
	.btn
-------------------------------------------------------- */
.ibtn,
.pbtn {
	width: 807px;
	margin: 0 0 40px 50px;
}

.ibtn a {
	display: block;	
	width: 807px;
	height: 148px;
	background: url(../images/ibtn_38.jpg) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

.ibtn a:hover {
	background-position: 0 -159px;	
}

.pbtn a {
	display: block;	
	width: 807px;
	height: 148px;
	background: url(../images/pbtn_52.jpg) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

.pbtn a:hover {
	background-position: 0 -158px;	
}

.txt_inv {
	text-indent: -1em;
	padding-left: 1em !important;
}

.box_outline {
	width: 800px;
	margin: 0 auto 20px;
	font-size: 15px;
}

.box_outline dt {
	width: 12em;
	background: url(../images/icon/icon_th.gif) no-repeat 0 0.4em;
	padding: 0 0 0 25px;
	margin-bottom: 10px;
	float: left;
	clear: left;
	font-weight: bold;
}

.box_outline dd {
	padding: 0 0 15px 13em;	
	margin-bottom: 15px;
	border-bottom: dotted 1px #333;		
}

.box_outline .sc dt {
	width: auto;
	float: none;
	clear: none;
	background: none;
	padding: 0 0 0 1em;
	margin-bottom: 2px;
}

.box_outline .sc dd {
	padding: 0 0 0 1em;
	margin-bottom: 10px;	
	border: none;
}

.box_outline ul {
	list-style: disc;
}

.box_outline li {
	margin: 0 0 10px 1em;
}

.seat_i {
	background: url(../images/hr_17.gif) no-repeat top center;
	padding-top: 50px;
	margin-bottom: 40px;
}

.seat_p {
	background: url(../images/hr_17.gif) no-repeat top center;
	padding-top: 50px;	
	margin-bottom: 40px;
}



/*---------------------------
	DL
-------------------------------------------------------------*/
.dl_ttl {
	width: 800px;
	margin: 20px auto 20px;
	padding: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #f15200;
}

.box_caution {
	text-indent: -1em;
}

.box_caution li {
	margin-bottom: 5px;
	font-size: 12px;	
}

.box_dltext {
	width: 798px;
	margin: 0 auto 20px !important;
	padding: 10px;
	background: #eee;

}

.dl_btn a {
	display: block;
	width: 804px;
	height: 103px;
	background: url(../images/dl_btn_38.png) no-repeat 0 0;
}

.dl_btn span {
	display: none;
}

.dl_btn a:hover {
	background-position: 0 -110px;
}


.box_rimit {
	width: 810px;
	background: #fefeb4;
	margin: 0 auto 30px !important;
	padding: 10px 0;
	border: solid 1px #F60;	
}

.box_rimit p {
	margin: 0 10px;
}



/*-----------------
	footer
-------------------------------------------------------------*/
#footer {
	width: 900px;
	margin: 0;
	background: #000;
	padding: 8px 0 20px;
	text-align: center;
	color: #fff;
}

#footer p#footerT1 {
	font-size: 13px;
}

#footer p#footerT2 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
}

#footer p#footerT2 a {
	text-decoration: none;
}

#footer p#footerT3 {
	margin-top: 5px;
	font-size: 12px;
}

#footer p#footerT4 {
	margin-top: 10px;
	font-size: 11px;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	text-decoration: underline;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #c00;
}
