@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;
}



/* ---------------
	.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.jpg) repeat-y center top #fcfbce;
	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-bottom: 20px;
	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: #00a5ff;
	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 50px;
	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;
}

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

.box_inclusion {
	width: 800px;
	height: 600px;
	background: #F90;
	margin: 0 50px 10px;
	background: url(../images/contents_nakahara2012.jpg) no-repeat 0 0;
	clear: both;
}

.box_inclusion dl {
	display: none;
}

.box_inclusion ul {
	margin: 0 0 0 20px;
}

dl.box_voice {
	margin: 0 50px 20px;
}

dl.box_voice ol {
	margin: 0 20px;
	list-style: decimal;
}

.agreement {
	width: 794px;
	margin: 0 50px 20px;
	border: solid 3px #ccc;
}




/* --------------------------
	.btn
-------------------------------------------------------- */
.btn {
	width: 700px;
	height: 110px;
	margin: 0 auto 20px;
}

.btn a {
	display: block;
	width: 700px;
	height: 110px;
	background: url(../images/btnBuy_2.jpg) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

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




/* --------------------------------------------------------
	.box_buy
-------------------------------------------------------- */
.box_buy {
	margin: 0 auto;
	padding: 25px 0;
	border-top: 3px solid #83dbf1;
	border-bottom: 3px solid #83dbf1;
	background: #def3f9;
	text-align: center;
}

.box_buy ul#pay {
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
}

.box_buy ul#pay li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #006;
}

.box_buy h4 {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

.box_buy #att_frame {
	width: 700px;
	height: 200px;
	margin: 0 auto 40px;
	padding: 10px;
	font-size: 12px;
	border: #333 1px solid;
	background: #fff;
	overflow: scroll;
	text-align: left;
}

.box_buy #att_frame p.tit {
	font-weight: 600;
	margin-bottom: 7px;
}

.box_buy #att_frame p.date {
	margin-bottom: 7px;
	text-align: right;
}

.box_buy #att_frame ul {
	list-style: inside;
	margin-bottom: 40px;
}

.box_buy p.att1 {
	font-size: 16px;
	font-weight: 600;
	color: #c00;
	margin: 0 auto 20px;
}

.box_buy p.att2 {
	font-size: 13px;
	margin: 0 auto 20px;	
}



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

.fs_9 { font-size: 9px !important;}
.fs_10 { font-size: 10px !important;}
.fs_11 { font-size: 11px !important;}
.fs_12 { font-size: 12px !important;}
.fs_13 { font-size: 13px !important;}
.fs_14 { font-size: 14px !important;}
.fs_15 { font-size: 15px !important;}
.fs_16 { font-size: 16px !important;}
.fs_17 { font-size: 17px !important;}
.fs_18 { font-size: 18px !important;}
.fs_19 { font-size: 19px !important;}
.fs_20 { font-size: 20px !important;}
.fs_21 { font-size: 21px !important;}
.fs_22 { font-size: 22px !important;}
.fs_23 { font-size: 23px !important;}
.fs_24 { font-size: 24px !important;}
.fs_25 { font-size: 25px !important;}
.fs_26 { font-size: 26px !important;}
.fs_27 { font-size: 27px !important;}
.fs_28 { font-size: 28px !important;}
.fs_29 { font-size: 29px !important;}
.fs_30 { font-size: 30px !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
-----------------------------------------------------------------------------------------------------------*/
.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;}

.mb_0 { margin-bottom: 0 !important;}
.mb_5 { margin-bottom: 10px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_50 { margin-bottom: 50px !important;}
.mb_60 { margin-bottom: 60px !important;}

.ml_0 { margin-left: 0 !important;}
.ml_5 { margin-left: 10px !important;}
.ml_10 { margin-left: 10px !important;}
.ml_20 { margin-left: 20px !important;}
.ml_30 { margin-left: 30px !important;}
.ml_40 { margin-left: 40px !important;}
.ml_50 { margin-left: 50px !important;}


