@charset "utf-8";
/* ===================================================================
  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, strong, 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;
}

.clear_b {
	clear: both;
}


/* ---------------
	.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: #f6e801;
	font: 14px "‚l‚r ‚oƒSƒVƒbƒN",Osaka,"ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333;
	text-align: center;
	line-height: 1.7;
}

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

h1 {
	margin: 0;
	padding: 0;
}

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

.sns_menu li {
	float: left;
	margin: 0;
	padding: 0;
}

.sns_menu li.fb { width: 115px;}
.sns_menu li.tw { width: 100px;}
.sns_menu li.gp { width: 100px;}



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

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

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

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

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

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

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

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

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

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

.sns_menu {
	clear: both;
	width: 820px;
	margin: 5px 52px 0;
}


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

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

.box_text.bg_01 {
	background: url(../images/thumnail.jpg) no-repeat 670px 240px;
}

.tab_youkou {
	width: 800px;
	margin: 0 auto 50px;
}

.tab_youkou th {
	width: 120px;
	background: url(../images/icon/icon_th.gif) no-repeat 0 16px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 110%;
	color: #F06;
	padding: 10px 10px 10px 20px;
	border-bottom: dotted 1px #333;
}

.tab_youkou td {
	text-align: left;
	padding: 10px;
	border-bottom: dotted 1px #333;
}

.tab_youkou dl {
	margin: 0;
	padding-bottom: 10px;
}

.tab_youkou dt {
	float :left;
	clear: left;
	margin: 0 20px 10px 0;
}

.tab_youkou dd {
	margin-bottom: 10px;
}



/* --------------------------
	.btn
-------------------------------------------------------- */
.btn {
	width: 804px;
	margin: 0 auto 20px;
}

.btn a {
	width: 804px;	
	display: block;
}

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



/* --------------------------------------------------------
	.box_buy
-------------------------------------------------------- */
.box_buy {
	margin: 0 auto 20px;
	text-align: center;
}



/*---------------------------
	tokuyaku
-------------------------------------------------------------*/
#guide {
	margin: 0 auto 60px;
	padding: 20px 49px 5px;
	background: #EEE;
	border: #DDD 1px solid;
	width: 700px;
	font-size: 12px;
	line-height: 1.6;
}

#guide ul {
	margin-bottom: 10px;
}

#guide ul li {
	margin-bottom: 15px;
	padding-left: 15px;
	background: url(../images/icon/ico_list.jpg) 0 5px no-repeat;
}

#guide dl dt {
	font-weight: bold;
}

#guide dl dd {
	margin-bottom: 15px;
}

#guide .red {
	color: #f00;
}

#kankyo {
	margin-bottom: 5px;
	padding: 10px 20px;
	background: #FFF;
	border: #CCC 1px solid;
}



/*---------------------------
	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;
}


.box_profile {
	margin: 0 0 50px;
	padding: 0;
	text-align: left;
}

.box_profile .pf_img {
	float: right;
	margin: 0 50px 20px 20px;
}

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

.box_movie {
	margin: 0 auto 70px;
	text-align: center;
}


/*---------------------------
	font
-------------------------------------------------------------*/
strong { font-weight: 600;}
em { font-weight: 600;}
.fw_600 { font-weight: 600;}
.bold600 { font-weight: 600;}

.fs_80p {font-size: 80% !important;}
.fs_90p {font-size: 90% !important;}
.fs_100p {font-size: 100% !important;}
.fs_105p {font-size: 105% !important;}
.fs_110p {font-size: 110% !important;}
.fs_115p {font-size: 115% !important;}
.fs_120p {font-size: 120% !important;}
.fs_125p {font-size: 125% !important;}
.fs_130p {font-size: 130% !important;}
.fs_140p {font-size: 140% !important;}
.fs_150p {font-size: 150% !important;}

.c_red { color: #f00 !important;}
.c_pink { color: #f09 !important;}
.c_navy { color: #006 !important;}

.td_under { text-decoration: underline !important;}

.ta_center { text-align: center !important;}



/*---------------------- 
 .margin
-----------------------------------------------------------*/
/*---------------------- 
 .margin
-----------------------------------------------------------------------------------------------------------*/
.mt_0 {	margin-top: 0 !important;}
.mt_5 {	margin-top: 5px !important;}
.mt_10 { margin-top: 10px !important;}
.mt_20 { margin-top: 20px !important;}
.mt_25 { margin-top: 25px !important;}
.mt_30 { margin-top: 30px !important;}
.mt_35 { margin-top: 35px !important;}
.mt_40 { margin-top: 40px !important;}
.mt_45 { margin-top: 45px !important;}
.mt_50 { margin-top: 50px !important;}
.mt_55 { margin-top: 55px !important;}
.mt_60 { margin-top: 60px !important;}
.mt_65 { margin-top: 65px !important;}
.mt_70 { margin-top: 70px !important;}
.mt_75 { margin-top: 75px !important;}
.mt_80 { margin-top: 80px !important;}
.mt_85 { margin-top: 85px !important;}

.ml_0 {	margin-left: 0 !important;}
.ml_5 {	margin-left: 5px !important;}
.ml_10 { margin-left: 10px !important;}
.ml_15 { margin-left: 15px !important;}
.ml_20 { margin-left: 20px !important;}
.ml_25 { margin-left: 25px !important;}
.ml_30 { margin-left: 30px !important;}
.ml_40 { margin-left: 40px !important;}
.ml_50 { margin-left: 50px !important;}
.ml_60 { margin-left: 60px !important;}
.ml_70 { margin-left: 70px !important;}
.ml_80 { margin-left: 80px !important;}
.ml_1em { margin-left: 1em !important;}

.mr_0 {	margin-right: 0 !important;}
.mr_5 {	margin-right: 5px !important;}
.mr_10 { margin-right: 10px !important;}
.mr_20 { margin-right: 20px !important;}
.mr_30 { margin-right: 30px !important;}
.mr_40 { margin-right: 40px !important;}
.mr_50 { margin-right: 50px !important;}
.mr_60 { margin-right: 60px !important;}
.mr_70 { margin-right: 70px !important;}
.mr_80 { margin-right: 80px !important;}

.mb_0 {	margin-bottom: 0 !important;}
.mb_5 {	margin-bottom: 5px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_15 { margin-bottom: 15px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_25 { margin-bottom: 25px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_35 { margin-bottom: 35px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_45 { margin-bottom: 45px !important;}
.mb_50 { margin-bottom: 50px !important;}
.mb_55 { margin-bottom: 55px !important;}
.mb_60 { margin-bottom: 60px !important;}
.mb_65 { margin-bottom: 65px !important;}
.mb_70 { margin-bottom: 70px !important;}
.mb_75 { margin-bottom: 75px !important;}
.mb_80 { margin-bottom: 80px !important;}
.mb_85 { margin-bottom: 85px !important;}
.mb_100 { margin-bottom: 100px !important;}



/*---------------------- 
 .float
----------------------------------------------------------------------*/

.f_left { float: left;}
.f_right { float: right;}
