@charset "utf-8";
/* CSS Document */

/* 基本設定 */

body
{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/main.jpg) no-repeat top center #ebebeb;
}

/* テキスト（基本） */

h1
{
	color:#FFF;
	margin:0px;
	padding:10px;
	font-size:12px;
	text-align:center;
	background:url(../img/bg_h1.gif) repeat-x bottom;
}

h2
{
	font-size:24px;
	margin-bottom:20px;
	color:#CC0000;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W8", "平成角ゴシック", sans-serif;
	line-height:120%;
	font-weight:normal;
/*	text-align:center; */
	clear:both;
	border-bottom:3px solid #CCC;
}

h2 span.font-m
{
	font-size:20px;
}

h2 span.black
{
	color:#000;
}

h3
{
	font-size:20px;
	font-weight:normal;
	font-family:"HG創英角ｺﾞｼｯｸUB";
	clear:both;
	margin-top:50px;
}

p
{
	line-height:150%;
	font-size:15px;
}

ul
{
	line-height:150%;
	font-size:15px;
}

table
{
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:13px;
	line-height:120%;
	margin:0 auto;
}

table td
{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

table th
{
	background:url(../img/bg_th.gif) repeat-x;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:left;
}


/* テキスト（装飾） */

.bold
{
	font-weight:bold;
}

.red
{
	color:#CC0000;	
}

.line
{
	text-decoration:underline;
}

.highlight
{
	background:#FFFF00;
	font-weight:bold;
}

.font12
{
	font-size:12px;
}

.font-l
{
	font-size:24px;
	font-family:"HG創英角ｺﾞｼｯｸUB";
	font-weight:normal;
}

.txt-right
{
float:right;
}

.txt-left
{
float:left;
}

img{border:0}

.img-left{float:left;}
.img-right{float:right;}

span.cancel
{
	text-decoration:line-through;
}

.font02
{
clear:both;
line-height:180%;
}

.font03
{
font-weight:bold;
font-size:36px;
margin-right:3px;
}


/* 画像配置 */

.img-left
{
	float:left;
	padding-right:12px;
}

.img-right
{
	float:right;
	padding-left:12px;
}

.img-center
{
	text-align:center;
}

.top10
{
margin-top:10px;
}

/* 余白関連 */

.bottom30
{
	margin-bottom:30px;
}

.bottom60
{
	margin-bottom:60px;
}

.bottom80
{
	margin-bottom:80px;
}


/* float関連 */
.clear
{
	clear:both;
}

/* 囲みボックス */
.wrap
{
	border:1px solid #CCC;
	padding:20px;
}

.box1
{
	border:1px solid #ff2525;
	background:#ffe4e4;
}


/* -------- floatした中身がBOXからはみ出すのを回避 -------- */

.clearbox:after
{
	content: "";
	display: block;
	clear: both;
	height: 0px;
}

.clearbox
{
	height: 100%;
}


/* レイアウト */

#wrapper
{
	width:740px;
	text-align:left;
	margin:0 auto;
	background:#fff;
}
#banner
{
	width:740px;
	text-align:left;
	margin:0 auto;
	padding-top:83px;
}
.trademark{font-size:10pt;margin:0 auto 10px 10px;padding:0;line-height:1.2;}

/* main-image */

p#main-image
{
	margin:0;
	text-align:center;
}


/* 基本div */
div
{
	margin:0 80px 40px;
}
div.user {
	margin: 0px;
	padding: 0px;
	text-align: center;
}



/* profile */

div#profile
{
	clear:both;

	padding:20px;
	border:1px solid #CCC;
	background:#eee;
	width:525px;
}

/* outline */

div#outline
{
	margin:0px;
	background:#FFFFCC;
	border:3px solid #ff9900;
	padding:15px;
}

div#outline h3
{
	font-size:20px;
	font-family:"HG創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	line-height:120%;
	background:url(../img/ico_check.gif) no-repeat left top;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0;
	padding-left: 45px;
}

div#outline h3 span.highlight
{
	font-weight:normal;
}

div#outline p
{
	margin-left:40px;
	margin-right:12px;
}

/* merit */

div#merit
{
	margin:0px;
	border:2px dotted #4f65a9;
	padding:20px;
	background:#eeeeee;
}

div#merit ul
{
	margin:0;
	padding:0;
}

div#merit li
{
	margin:0px 0 1.8em 0;
	padding:0px 0 0 40px;
	list-style:none;
	font-size:18px;
	font-family:"HG創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	line-height:120%;
	background:url(../img/ico_lighton.gif) no-repeat left top;
}

div#merit li span.highlight
{
	font-weight:normal;
}

div#merit li span.font-s
{
	font-size:15px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div.tokuten
{
	background:url(../img/tokuten_bg.gif) repeat-y;
	margin:0 15px 50px 0;
	padding:0;
}

div.tokuten h3
{
	margin:0px;
	padding:0px;
}

div.tokuten p
{
	margin:20px 50px;
}

div.tokuten p.footer
{
	margin:0px;
	padding:0px;
	clear:both;
}

div#faq
{
	border:3px solid #ccc;
	padding:20px;
}

div#faq h3
{
	margin:0px;
	padding:0px;
}

div#faq h4
{
	border-bottom:1px solid #CCC;
	border-left:3px solid #ffcc00;
	padding: 2px 12px;
	background:#ffffcc;
	font-size:14px;
}

div#footer
{
	text-align:center;
	width:600px;
	margin:30px auto 0;
}

div#footer p
{
	margin:0px;
	padding:0px;
	font-size:12px;
}

div#footer address
{
	font-style:normal;
	border-top:2px solid #CCC;
	padding:7px;
	font-size:14px;
}

.h-text
{
	font-size:12px;
}

#dropin
{
z-index: 1; left: -69px; top: 10px; visibility: hidden; position: absolute; width: 180px; height: 500px; background:url(../img/h-back.jpg) no-repeat; padding-top:330px;
}

#dropin p
{
	font-size:12px;
}

#dropin p input
{
	font-size:12px;	
}

.price-txt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
}

/* 受講生スコアの枠用 -------------------------------------- */
p.score_img
{
	text-align:center;
	margin-bottom:0;
}

p.score_img img
{
	vertical-align:bottom;
}

p.score_txt
{
	width:520px;
	padding:0 29px 30px;
	border:1px solid #CCC;
	border-top:none;
	font-size:12px;
	margin:0 auto 20px;
}

/* 推薦者の声枠 -------------------------------------- */

div.presenter
{
width:580px;
background-color:#b9dbed;
border:1px solid #CCC;
}

div.presenter p
{
text-align:center;
margin-bottom:30px;
}

div.presenter p.txt
{
width:520px;
margin:30px auto;
vertical-align:bottom;
text-align:left;
}

/* リスト -------------------------------------- */

dl.semi
{
margin-bottom:10px;
}

dl.semi dt
{
background:url(../img/ico_arrow.gif) top left no-repeat;
padding-left:20px;
margin-bottom:
}

dd.semi
{
background:url(../img/ico_arrow2.gif) top left no-repeat;
font-weight:bold;
padding-left:20px;
margin-bottom:10px;
}

dd.semi span
{
background:#FFFF00;
font-weight:bold;
}

p.check
{
	margin-top:0px;
	margin-bottom:20px;
	font-size:18px;
	font-family:"HG創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	line-height:120%;
	background:url(../img/ico_check02.gif) no-repeat left top;
	padding:12px 0 6px 45px;
}

.bg_line
{
background:#FFFF00;
font-weight:bold;
}

ul.list
{
margin-bottom:10px;
}

ul.list li
{
margin-bottom:10px;
}

div.merit02
{
	margin:0px;
	border:2px dotted #4f65a9;
	padding:20px;
	background:#eeeeee;
	margin-bottom:20px;
}

ul.list2
{
margin-bottom:10px;
}

ul.list2 li
{
margin-bottom:10px;
list-style-type:decimal;
}


/* =============================================================
　■□■ 4. hack 関連 ■□■
============================================================= */

/* -------- 中身をfloatした場合も背景を下まで伸ばす -------- */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
	background-color: #FFFFFF;
}
/* End hide from IE-mac */



/* -------- IE5.5 ＆ IE6のみで起きる不具合の回避 -------- */

/* Hides from IE5-mac \*/
* html .hollyhack {height: 1%;}
/* End hide from IE5-mac */


/*　-----------　シンさん作成　-----------　*/

.style1 {
	font-size: 18px;
	font-weight: bold;
}

.style4 {
	font-size: 24px
}

.style8 {
	color: #FF0000;
	font-weight: bold;
}

.style12 {
	font-size: 24px;
	color: #FF3300;
}

.style14 {
	color: #FF3300
}

.style15 {
	font-size: 24px;
	color: #FF3300;
	font-weight: bold;
}

.style16 {
	color: #0000FF;
	font-weight: bold;
}

.style18 {
	color: #666600;
	font-weight: bold;
}

.style2 {color: #CC3300}



.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style4 {font-size: 24px}
.style8 {
	color: #FF0000;
	font-weight: bold;
}
.style12 {
	font-size: 24px;
	color: #FF3300;
}
.style14 {color: #FF3300}
.style15 {font-size: 24px; color: #FF3300; font-weight: bold; }
.style16 {
	color: #0000FF;
	font-weight: bold;
}
.style18 {
	color: #666600;
	font-weight: bold;
}

.bottom14{margin-bottom:14px;}
* html .bottom14{margin-bottom:11px;}/*IE6*/
*:first-child+html .bottom14{margin-bottom:11px;}/*IE7*/
.bottom20{margin-bottom:20px;}
.pd20{padding:20px;}

.scr2
{
	font-size:30px;
	color:#FF0000;
	font-family:"HG創英角ｺﾞｼｯｸUB";
	text-align:center;
}
#wrapper .wrapper2{width:600px;margin:auto;}
#wrapper .wrapper2 .wrap700 {
	height: auto;
	width: 700px;
}
#wrapper .clearfix color {
	background-color: #FFFFCC;
}
.color {
	width:700px;
	background-color: #FFFFCC;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #FFCC00;
}

.countdown2{
	width:705px;
	margin:0px auto;
	line-height:160%;
	text-align:center;
	font-size:19pt;
	font-family:MS PGothic;
	font-color:#000000;
}