/* le001.css for Landing Page */

/* 主要タグ */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fff;
/*	background-image:url(image/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:center top;*/
/*	text-align: center;*/
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	min-width: 900px;
}
p {
	line-height: 40px;
	margin-bottom: 30px;
	font-family:"メイリオ", Meiryo;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Wrapper1 {
	width:910px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(image/top_03.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

/* トップタイトル部分 */

#toptitle {
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width:910px;
}
#toptitle2 {
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width:1080px;
	height:150px;
	background-image:url(image/top_02.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

#toptitle img {
	margin-right: auto;
	margin-left: auto;
}
.main {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding:0 50px;
	margin-bottom:30px;
}

/* メイン部分 */


.section {
}
.section p {
    line-height: 30px;
}
.maintxt_r {
	float: right;
	width: 410px;
	margin-bottom: 10px;
	float: right;
	color: #333333;
}

.maintxt_l {
	float: left;
	width: 410px;
	margin-bottom: 10px;
	float: left;
	color: #333333;
}

.Section_2 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

/* 写真部分 */

.picset_r {
	width: 250px;
	margin-bottom: 10px;
	float: right;
	text-align: right;
	margin: 0 0px 20px 20px;
}
.picset_r2 {
	width: 220px;
	float: right;
	text-align: right;
	margin-left:20px;
	margin-bottom:20px;
}
.picset_l {
	width: 250px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
}
.picset_r p, .picset_l p {
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* キャッチコピー */

.cc {
	background-image: url(img/cc1.jpg);
	width: 680px;
	margin: 0 auto 30px;
	padding: 25px 0 25px;
	font-family: "HGP明朝E", "HGS明朝E", serif, "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
}
.cc2 {
	margin-bottom:30px;
}
.cc  h2 {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-weight:bold;
	line-height: 100%;
	margin: 0px;
}
h3 {
	font-size: 1.8em;
	color: #990000;
	text-align: center;
	margin-bottom: 30px;
	font-family: "HGP明朝E", "HGS明朝E", serif, "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:150%;
}




/* フッター */

#footer {
	text-align: center;
	clear: both;
	line-height: 180%;
	/*padding-top: 30px;*/
	padding-bottom: 30px;
}
#footer a {
	color: #000033;
}

/* トップ下チェックボックス部分 */

.check {
	width: 660px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	background-color:#fff;
	padding-left:20px;
	border:1px solid #CC9;
}
.check p {
	background-image:url(img/check.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-bottom: 7px;
	padding-top: 7px;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 150%;
}
.high {
	background-color: #FCCBCB;
	padding: 3px;
	font-weight: bold;
}
.koe {
	padding: 5px;
	width: 522px;
	border: 1px dotted #666666;
	margin: 0px auto 10px auto;
}

.koe2 {
	padding: 10px 10px 0 10px;
	width: 498px;
	border: 1px dotted #666666;
	margin: 0px auto 30px auto;
	background-color:#FFFFFF;
}

.koe2 p{
	line-height: 20px;
	margin-bottom:10px;
}

.shade {
	margin-right: auto;
	margin-left: auto;
	width: 512px;
}

/*
.checklist ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.checklist li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: none;
	background-image: url(img/checkbox.gif);
	background-position: left  top;
	background-repeat: no-repeat;
	line-height: 150%;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
*/
/* テーブル */

.td_1 {
	color: #FFFFFF;
	background-color: #000008;
	text-align: right;
}
.td_2 {
	background-color: #FFFFFF;
}
.td_3 {
	padding: 0px!important;
}
.table1 {
	width: 500px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
}
.table1 td {
	padding: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.table1 td p {
	margin: 0px;
	padding: 0px;
}

/* 申込みボタン */

.sub_button {
	width:
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	width: 350px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* 注意書きなど */

#detail {
	width: 492px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #DDDDDD;
}
#detail p {
	margin: 0px;
}
.asta {
	font-weight: bold;
	color: #FFFFFF;
}
#note {
	padding: 7px;
	border: 1px dotted #000000;
}
#note p {
	margin: 0px;
	padding: 0px;
}

/* マージンコントロール */

.mgn_b_30 {
	margin-bottom: 35px;
	clear: both;
}
.mgn_tb_30 {
	margin-bottom: 35px;
	margin-top: 35px;
	clear: both;
}
.centering {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.mgn_t_0 {
	margin-top: 0px;
}
.mgn_b_0 {
	margin-bottom: 0px;
}




/* 文字装飾 */

.fontbig {
	font-size: 1.5ems;
}
.fontmiddle {
	font-size: 1ems;
}
.fontsmall {
	font-size: 0.8ems;
}
.fontxsmall {
	font-size: 0.6ems;
}
.redbold {
	color: #990000;
	font-weight: bold;
}
.red {
	color: #990000;
}

.redboldbig {
	font-size: 1.5ems;
	font-weight: bold;
	color: #990000;
}
.highlight {
	background-color: #FFD0D0;
	padding: 3px;
}
.textright {
	text-align: right;
}
.bc_yellow {
	background-color: #FFCC00;
}
.bc_orange {
	background-color: #FF6600;
}
.bc_gray {
	background-color: #E0E0E0;
}

.picright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.notebbook {
	margin-top: 20px;
	background-image: url(img/bc3.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 600px;
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.samplemp3 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #c72f4c;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 30px;
}
.onetime {
	width:100%;
	background-color:#fff;
	padding-bottom:5px;
}
.oneprice {
	color:#dc190c;
	font-family:"メイリオ", Meiryo;
	font-size:24px;
}
.onetimetxt {
	width:625px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
/*	border:1px solid #dc190c;
	padding:10px;*/
	margin-bottom:15px;
}
.onetimetxt p {
	line-height:25px;
	margin-bottom:24px;
	font-family:"メイリオ", Meiryo;
}
.onetimettl {
/*background-color:#dc190c;
	color:#fff;	padding-left:15px;*/
	font-family:"メイリオ", Meiryo;
	font-size:20px;
	margin-bottom:10px;

	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
	font-weight:bold;
	line-height:130%;
/*	border-top:1px solid #dc190c;*/
}
.onetimettl2 {
/*background-color:#dc190c;
	color:#fff;	padding-left:15px;*/
	font-family:"メイリオ", Meiryo;
	font-size:20px;
	margin-bottom:10px;

	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-weight:bold;
	line-height:130%;
	border-bottom:1px solid #333;

/*	border-top:1px solid #dc190c;*/
}
/*社長の声------------------------------
*/
.koe_bg2 {
	margin-left:auto;
	margin-right:auto;
	width:680px;
	background-image:url(img/koe_bg_02.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:30px;
}
.SectionTxt2 {
	background-image: url(img/bc_txt.jpg);
	margin: 0 25px 30px 25px;
}
.SectionTxt2 p {
	line-height: 30px;
	margin-bottom: 30px;
}

/*保証規約等のテーブル--------------------
*/
.table3{
	width: 680px;
	border:1px solid #666666;
	/*border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666; */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.table3 p{
font-size:12px;
line-height:25px;
}
.table3 td {
	padding:10px;
	/* border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666; */
	text-align: left;
	font-size: 14px;
	line-height:30px;
}
.table3 ul {
		list-style:decimal;
		padding-left:20px;
}
.table3 li{
font-size:12px;
}
.refund {
	width: 674px;
	border:1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding:10px 10px 10px 15px;
}
.kiyaku12px {
	font-size:12px;
line-height:25px;
	margin-bottom: 10px;
	}
	
.table1 {
	width: 680px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}


.table1 td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
	font-size: 14px;
}
.table1 td p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}


/*申込フォーム用----------------------------------------*/
#Submit {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
}
#Submit table {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}
#Submit td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.td_style1 {
	margin: 0px;
	padding: 0px;
}
.td_style2 {
	color: #222;
	background-color: #64bce4;
	background-color: #f9f9f9;
	background-color: #fffbd9;
	padding: 10px;
	width: 200px;
	font-weight: bold;
	font-size:16px;
}
.td_style3 {
	padding: 10px;
	font-size:16px;
}
.td_style4 {
	color: #222;
	background-color: #f9f9f9;
	background-color: #fffbd9;

	padding: 20px;
	font-weight: bold;
	font-size:16px;
	text-align:center;
}
/*Faxダウンロード用---------------------------------*/
.aplyformttl {
		font-family:"メイリオ", Meiryo;
	font-size:22px;
	color:#cc0000;
	margin-bottom:0px;
	}
.aplyformttl3 {
		font-family:"メイリオ", Meiryo;
	font-size:22px;
	color:#333;
	margin-bottom:0px;
	line-height:150%;
	}	
.aplyformttl4 {
		font-family:"メイリオ", Meiryo;
	color:#333;
	}		

.aplyformttl2 {
	border-bottom:1px solid #666;
	}
	
.aplyform {
	width: 680px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color:#fff;
}


.aplyform td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
	font-size: 14px;
}
.aplyform td p {
	margin: 0px;
	padding: 0px;
	line-height:150%;
	margin-bottom:30px;
}

.Kyoutyou {
	font-weight:bold;
	color:#cc0000;
	}
	
.Checkout {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.tokuten {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
#jisseki {
	font-size: 12px;
	margin-left: 5px;
	text-align:left;
}
#jisseki ul, #jisseki li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#jisseki li {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 15px;
	background-image: url(http://www.seminars.jp/user/images/yoshino/20080717_bd1.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
/*詳細を見る-----------------------------------------*/
.syosai_td1 {
	background-image:url(image/01.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:345px;
	height:82px;
	padding-left:45px;
	padding-top:218px;
}
.syosai_td2 {
	background-image:url(image/02.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	width:345px;
	height:82px;
	padding-left:65px;
	padding-top:218px;
}
/*お申し込みステップ*/
.step {
	background-color:#fff;
	padding:25px;
	border:#ccc solid 1px;
	margin-bottom:30px;
}
.step p {
	font-size:18px;
	font-family:"メイリオ", Meiryo;
}


/*お申し込みステップ*/
.step2 {
	background-color:#fff;
	padding:20px;
	border:#64bce4 solid 5px;
/*	border:#fff339 solid 5px;*/
	border:#ccc solid 1px;
	margin-bottom:30px;
}
.step2 p {
	font-size:18px;
	font-family:"メイリオ", Meiryo;
}

.step3 {
	background-color:#fff;
	padding:20px;
	border:#e43030 solid 5px;
/*	border:#fff339 solid 5px;*/
	margin-bottom:30px;
}
.step3 p {
	font-size:18px;
	font-family:"メイリオ", Meiryo;
}


/*序章用
-------------------------------------*/
.SectionTxt {
	background-image:url(image/bc_txt.jpg);
	width: 750px;
	margin: 0 0 0 10px;
	text-align:left;
}
.SectionTxt p {
	line-height: 30px;
	margin-bottom: 30px;
}

.fontm {
	font-family:"メイリオ", Meiryo;
	color:#cc0000;
	font-size:16px;
	}

input[type="submit"]{
	width:400px !important;
	height:35px !important;
	font-size:18px !important;
	padding:5px;
	margin-bottom:0px !important;
/*	border-top:2px solid #bbb;
	border-left:2px solid #bbb;	
	border-bottom:1px solid #eee;	
	border-right:1px solid #eee;
    background:#ffeded;*/
}

input[type="text"]{
	width:400px !important;
	height:35px !important;
	font-size:18px !important;
	padding:5px;
	margin-bottom:0px !important;
/*	border-top:2px solid #bbb;
	border-left:2px solid #bbb;	
	border-bottom:1px solid #eee;	
	border-right:1px solid #eee;
    background:#ffeded;*/
}
input[type="text"] {background-color:#fff;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}

input[type="text"]:focus {background:#ffeded;}

.Gensoku p {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size:24px;
	}
	
	input[type=radio] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

input[type=radio] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 1.5 , 1.5 );
   vertical-align: middle;
}

/*共通：マージン・パディング
---------------------------------------*/
/*マージンボトム*/
.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {	margin-bottom:15px !important;}
.mb20 {	margin-bottom:20px !important;}
.mb25 {	margin-bottom:25px !important;}
.mb30 {	margin-bottom:30px !important;}
.mb40 {	margin-bottom:40px !important;}
.mb50 {	margin-bottom:50px !important;}
.mb80 {	margin-bottom:80px !important;}
.mb110 {margin-bottom:110px !important;}
.mb120 {margin-bottom:120px !important;}
.mb130 {margin-bottom:130px !important;}

/*マージンレフト*/
.ml10 {	margin-left:10px !important;}
.ml15 {	margin-left:15px !important;}
.ml20 {	margin-left:20px !important;}
.ml25 {	margin-left:25px !important;}
.ml30 {	margin-left:30px !important;}
.ml40 {	margin-left:40px !important;}

/*マージンライト*/
.mr0 {margin-right:0px !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {	margin-right:15px !important;}
.mr20 {	margin-right:20px !important;}
.mr25 {	margin-right:25px !important;}
.mr30 {	margin-right:30px !important;}
.mr50 {	margin-right:50px !important;}
.mr80 {	margin-right:80px !important;}
.mr110 {margin-right:110px !important;}
.mr120 {margin-right:120px !important;}
.mr130 {margin-right:130px !important;}

/*マージントップ*/

.mt10 {	margin-top:10px !important;}
.mt20 {	margin-top:20px !important;}
.mt30 {	margin-top:30px !important;}
.mt50 {	margin-top:50px !important;}

/*パディングレフト*/
.pl0 {padding-left:0px !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {	padding-left:15px !important;}
.pl20 {	padding-left:20px !important;}
.pl25 {	padding-left:25px !important;}
.pl30 {	padding-left:30px !important;}
.pl30 {	padding-left:30px !important;}
.pl35 {	padding-left:35px !important;}
.pl40 {	padding-left:40px !important;}
.pl50 {	padding-left:50px !important;}
.pl80 {	padding-left:80px !important;}
.pl110 {padding-left:110px !important;}
.pl120 {padding-left:120px !important;}
.pl130 {padding-left:130px !important;}


/*パディングライト*/
.pr0 {padding-right:0px !important;}
.pr5 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr15 {	padding-right:15px !important;}
.pr20 {	padding-right:20px !important;}
.pr25 {	padding-right:25px !important;}
.pr30 {	padding-right:30px !important;}
.pr50 {	padding-right:50px !important;}
.pr80 {	padding-right:80px !important;}
.pr110 {padding-right:110px !important;}
.pr120 {padding-right:120px !important;}
.pr130 {padding-right:130px !important;}

/*パディントップ*/
.pt5 { padding-top:5px !important;}
.pt10 { padding-top:10px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}

/*パディンボトム*/
.pb5 { padding-bottom:5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}

.b{font-weight:700}				/* 太字 */
.u{text-decoration:underline}	/* 下線 */
.s{text-decoration:line-through}

.fsize10 {font-size:10px !important;}
.fsize11 {font-size:11px !important;}
.fsize12 {font-size:12px !important;}
.fsize14 {font-size:12px !important;}
.fsize15 {font-size:15px !important;}
.fsize16 {font-size:16px !important;}
.fsize18 {font-size:18px !important;}
.fsize20 {font-size:20px !important;}
.fsize22 {font-size:22px !important;}
.fsize24 {font-size:24px !important;}
.fsize26 {font-size:26px !important;}
.fsize28 {font-size:28px !important;}
.fsize32 {font-size:32px !important;}
.fsize34 {font-size:34px !important;}
.fsize36 {font-size:36px!important;}

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

.moji01 {
	background-color:#ff0000;
	padding:2px 0;
	color:#fff;