/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,input,textarea,blockquote,th,td
{
	margin: 0;
	padding: 0;
}
fieldset, img{
  border: 0;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: underline;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color:#F00;
}
.size11-black {font-size: 11px}
.size13-black {font-size: 13px}
.size13-boldblack {
	font-size: 13px;
	font-weight: bold;
}
.size15-black {
	font-size:15px;
	line-height:150%;
}
.size15-blacks {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;	
}
.size15-black-u {
	font-size: 15px;
	text-decoration: underline;
}

.size24-black-u {
	font-size: 24px;
	font-weight: bold;
	text-decoration:underline;
	color:#333;
}

.size36-black-u {
	font-size: 36px;
	font-weight: bold;
	text-decoration:underline;
	color:#333;
}

.size16-red {
	font-size: 16px;
	font-weight: bold;
	color: #C00;
}

.size18-red {
	font-size: 18px;
	font-weight: bold;
	color: #C00;
}

.size20-reds {
	font-size: 20px;
	font-weight: bold;
	color: #C00;
}

.size24-reds {
	font-size: 24px;
	font-weight: bold;
	color: #C00;
}

.size36-reds {
	font-size: 36px;
	font-weight: bold;
	color: #C00;
}

.size24-red-u {
	font-size: 24px;
	font-weight: bold;
	text-decoration:underline;
	color:#C00;
}

.size36-red-u {
	font-size: 36px;
	font-weight: bold;
	text-decoration:underline;
	color:#C00;
}

.size16-red-u {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #C00;
}
.size16-red2 {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
.size16-blue {
	font-size: 16px;
	font-weight: bold;
	color: #03C;
}

.size20-black {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.size20-red {
	font-size: 20px;
	font-weight: bold;
	color: #EA0000;
}

.size16-yellow {
	font-size: 16px;
	font-weight: bold;
	color:#Fc3;
}

.size20-yellow {
	font-size: 27px;
	font-weight: bold;
	color:#FC3;
}

.size24-yellow-u {
	font-size: 24px;
	font-weight: bold;
	text-decoration:underline;
	color:#Fc3;
	line-height:1.3em;
}

.size20-white {
	font-size: 20px;
	font-weight: bold;
	color:#FFF;
}

.marker-yellow {
	background: #FAF37A;
}
.marker-red {
	background: #F20000;
	color: #FFFFFF;
}
.marker-blue {
	background: #0033FF;
	color: #FFFFFF;
}



/*
COMMON PARTS
***************************************************************************/

.block { display:block!important; }

.fs13{font-size:13px; 
      color:#000;
	  padding-left:7px;
	  font-weight: normal;
	  letter-spacing: normal;
	line-height: 2.0
  !important;}

.fs12{font-size:12px; 
      color:#000;
	  padding-left:0px;
	  font-weight: normal;
	  letter-spacing: normal;
	  line-height:1.3em
  !important;}

.fs10{font-size:10px; 

	  font-weight: normal;
	  letter-spacing: normal;
	line-height: 1.7
  !important;}



.tbl{
	color:#000;
	font-weight:bold !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{	margin-bottom:15px !important;}
.mb20{	margin-bottom:20px !important;}
.mb30{	margin-bottom:30px !important;}
.mb40{	margin-bottom:40px !important;}
.mb50{	margin-bottom:50px !important;}

.mr40 { margin-right:40px!important; }
.mr30 { margin-right:30px!important; }
.mr20 { margin-right:20px!important; }
.mr15 { margin-right:15px!important; }
.mr12 { margin-right:12px!important; }
.mr10 { margin-right:10px!important; }
.mr5 { margin-right:5px!important; }
.mr0 { margin-right:0px!important; }

.ml13 { margin-left:13px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml26 { margin-left:26px!important; }
.ml30 { margin-left:30px!important; }
.ml50 { margin-left:50px!important; }
.ml80 { margin-left:80px!important; }
.ml100{ margin-left:100px!important;}
.ml120{ margin-left:110px!important;}
.ml130{ margin-left:130px!important;}

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

.pb0 { padding-bottom:0!important; }
.pb20 { padding-bottom:20px!important; }
.pb30 { padding-bottom:30px!important; }
.pr20 { padding-right:20px!important; }
.pt10{ padding-top:10px!important}
.p20 { padding:20px!important; }
.p15 { padding:15px!important; }
.p10 { padding:10px!important; }

/* width */

.w156{ width:156px!important;}
.w169{ width:169px!important;}
.w177{ width:177px!important;}
.w191{ width:191px!important;}
.w144{ width:144px!important;}
.w210{ width:210px!important;}
.w230{ width:230px!important;}
.w300{ width:300px!important;}
.w320{ width:320px!important;}
.w340{ width:340px!important;}
.w350{ width:350px!important;}
.w327{ width:327px!important;}
.w398{ width:398px!important;}
.w400{ width:400px!important;}
.w420{ width:420px!important;}
.w460{ width:460px!important;}
.w480{ width:480px!important;}
.w500{ width:500px!important;}
.w510{ width:510px!important;}
.w540{ width:540px!important;}
.w550{ width:550px!important;}
.w570{ width:570px!important;}
.w630{ width:630px!important;}
.w650{ width:650px!important;}
.w690{ width:690px!important;}
.disp_l{float:left !important;}
.disp_r{float:right!important;}




/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ページレイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

body {
	font: normal 16px/1.5em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#bg{
	background: url(image/bg.jpg) repeat;
	}

#wrapper_top {
	width: 980px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFF repeat-y;
}

#wrapper_content {
	width: 980px;
	height: auto;
	margin: 0px auto;
	background: #FFF;
	text-align: left;
}

#headerbg {
	background: url(image/images/head_bg.jpg) repeat-x;
		width:100%;
	min-width:1000px;
	
}

#header_in {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: #000;
}


#header {
	margin: 0px;
	padding: 0px;
	height:auto;
	width: 950px;
	background: #FFF;
}

#border {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 1040px;
	background: #FFF;
}

#contents {
	height: auto;
	width: 950px;
	padding: 20px 0px 2px;
	margin: 0px 0px 0px 15px;
	text-align: left;
	background: #FFFFFF url(image/wrapper_top.jpg);
}
#contents-inner {
	width: 930px;
	margin: 0px 10px;
	padding: 0px;
	height: auto;
}

.saigoni {
	    width:945px;
	height:700px;
	background: url(image/images/bgtg.gif) no-repeat;
	background-position: top;
}

.pay00 {
	height: 1334px;
	width: 950px;
	padding: 10px 0px;
	margin: 0px 0px 0px 15px;
	text-align: left;
	background: url(image/images/pay_06.jpg) no-repeat;
}


.payment {
	height: 1252px;
	width: 950px;
	padding: 10px 0px;
	margin: 0px 0px 0px 15px;
	text-align: left;
	background: url(image/images/payment.jpg) no-repeat;
}

.pay-point {
	height: 906px;
	width: 950px;
	padding: 10px 0px;
	margin: 0px 0px 0px 15px;
	text-align: left;
	background: url(image/images/pay_point.jpg) no-repeat;
}

.pay-japan {
	height: 906px;
	width: 950px;
	padding: 10px 0px;
	margin: 0px 0px 0px 15px;
	text-align: left;
	background: url(image/pay_japan.jpg) no-repeat;
}

.contents00 {
	height: auto;
	margin: 0px 0 0 15px;
	width: 950px;
	padding: 5px 0px;
	text-align: left;
	background: #FFFFFF;
}

.c-inner {
	width: 950px;
	margin: 0 0 0 0px;
	padding-left:25px;
	height: auto;
	font-size:16px;
	line-height:150%;
}

.cp-inner {
	width: 900px;
	margin: 0 0 0 0px;
	padding: 4px 0 2px 56px;
	height: auto;
}

.smv-inner {
	width: 950px;
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
}


.content01{
	margin: 0 0 0px;
	padding-left: 0px;

	}
	
.contents-b1 {
	height: auto;
	width: 950px;
	padding: 20px 0;
	margin: 0px 0px 0px 15px;
	text-align: left;
	background: url(image/images/b1_b2_01.jpg);
}

.contents-b2 {
	height: auto;
	width: 950px;
	padding: 0px 0px 2px;
	margin: 20px 0px 0px 15px;
	text-align: left;
	background: url(image/images/b1_b2_17.jpg) repeat-y;
	color: #FFF;
}

.contents-b3 {
	height: auto;
	width: 950px;
	padding: 0px 0px 0px 0;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color:#333;
}

.contents-b4 {
	height: auto;
	width: 950px;
	padding: 20px 0px 2px;
	margin: 0px 0px 0px 15px;
	text-align: left;
	background: url(image/images/b1_b2_01.jpg);
}

.textbox{
	padding: 0 0 0 16px;
	line-height:1.6em;	
	}


	.name{
		float:right;
	margin: 17px 0px 0 0;
	}
	
	.kaiwabox{
	padding: 0 13px;
	line-height:1.6em;
	background-image: url(image/kaiwa_bg.jpg);
	background-repeat: repeat-y;
	}
	
	.kaiwabox .kaiwainner{
		width:780px;
		height:auto;
		padding-left:10px;
		padding-right:25px;
		}

 .kaiwabox .img{
	 width:120px;
	 height:120px;
	 float:left;
		 margin: 20px 0 10px 13px;
		 background-image: url(image/ishikawa.gif);
	 }
	 
	 .kaiwabox .ishikawa{
	 width:120px;
	 height:120px;
	 float: left;
		 margin: 20px 0 10px 13px;
		 background-image: url(image/ishikawa.gif);
	 }
	 .kaiwabox .koe{
		 width:595px;
		 height:120px;
		 float:left;
		 padding: 20px 20px  0 20px;
		 margin: 20px 0 10px 10px;
		background: url(image/koe.png) no-repeat;
		 font-size:16px;
		 
		 }
		 
.clear{
	clear:both;
	}
	
	
	.textbox_r{
		width:547px;
		float:right;	
		}
	.textbox_l{
		width:547px;
		float: left;	
		}
		/*
━━━━━━━━━━━━━━━━━━━━━━━━━
シークレットセミナー声
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
	
.voice_box{
	width:950px;
		height:526px;
		background-image:url(image/images/v_list.jpg);
			}	
	
.voice_list{
	width:917px;
	margin-left:15px;
	}
.voice_list_l{
	width:256px;
	float:left;
	margin:21px 0px 95px 37px;
	}


#mv2{
	width:256px;
	height:144px;
	}
		
#mv3{
	width:256px;
	height:144px;

	}
		
#mv4{
	width:256px;
	height:144px;

	}

	#mv5{
	width:256px;
	height:144px;

	}

#mv6{
	width:256px;
	height:144px;

	}
	
		/*
━━━━━━━━━━━━━━━━━━━━━━━━━
シークレットセミナー後の声
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.seikou_box{
	width:950px;
		height:272px;
		background-image:url(image/images/mv2.jpg);
		background-repeat: no-repeat;
			}	

		
.seikou_list{
	width:898px;
	height:200px;
	margin:0 0px 0 25px;
	padding-top:20px;
	}

.seikou_list_l{
	width:192px;
	float:left;
	margin-left:27px;
	}

#mv7{
	width:192px;
	height:156px;

	}
		
#mv8{
	width:192px;
	height:156px;

	}
		
#mv9{
		width:192px;
	height:156px;

	}

	#mv10{
		width:192px;
	height:156px;

	}	



	/*
━━━━━━━━━━━━━━━━━━━━━━━━━
懇親会これなかった人
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.konshin_box{
	width:950px;
		height:242px;
		background-image:url(image/images/konshin.jpg);
		background-repeat: no-repeat;
			}	

		
.konshin_list div{
	width:946px;
	height:242px;
	float:left;
	margin:10px 10px 0 20px;
	}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#footerbg {
	background-color:#000;
		width:100%;
	min-width:1000px;

}

#footer {
	width: 980px;
	height:173px;
		background-image:url(image/images/cf_21.jpg) ;
	margin-right:auto;
	margin-left:auto;
}

#footer  p{
	width: 450px;
	float:left;
	margin-top:90px;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
}
address {
	font-size: 12px;
	text-align: center;
	color:#FFF;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッターナビ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

div.fnavi {
	margin: 40px 0px 0px;
	padding: 0px;
	height: auto;
	width: 1040px;
	text-align: center;
	background-color: #666;
}
div.fnavi ul {
}
div.fnavi li {
	font-size: 11px;
	list-style: url(none) none;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.box-wra{
	width:750px;
	height:auto;
	margin-left:45px;
	
	}

.box {
	margin:0;
	padding:0;
	height: auto;
	width: 950px;
}
.box-top {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: auto;
	width: 740px;
}
.box-bottom {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: auto;
	width: 740px;
	
}
.box-inner {
	margin: 0px;
	padding: 0px 25px;
	height:630px;
	width: 760px;
	background-repeat:no-repeat;
}

.box-pay{
	float:right;
	height:580px;	
	}


div.box {
	margin: 20px 0px 0 0;
	padding: 0px;
	height: auto;
	width: 810px;
}
div.box-inner {
	margin: 5px 0px;
	padding: 0px;
	height:630px;
	width: 810px;
}
div.block {
	margin: 30px 0px;
	padding: 24px;
	width: 560px;
	background: #F0F0F0;
	border: 1px solid #CCCCCC;
}
div.block-inner {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 560px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ベネフィット
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

div.check {
	width: 900px;
	margin: 12px 6px 12px 0;
	padding: 10px 0 7px;
	
}
div.check ul {
	padding-left:16px;
}

div.check li {
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	background: url(image/check_y.png) no-repeat left top;
	padding-left: 28px;
	margin: 12px 0px;
}
div.check2 {
	margin: 0px auto;
	padding: 0px;
}
div.check2 ul {
}
div.check2 li {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	background: url(image/check.gif) no-repeat left top;
	padding-left: 28px;
	margin: 12px 0px;
}
div.check-small {
	margin: 0px auto;
	padding: 0px;
}


div.check-small ul {
}
div.check-small li {
	background: url(image/check2.gif) no-repeat left top;
	list-style: none;
	margin-top: 13px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}

div.btn {
	height: 138px;
	margin: 0px auto;
	padding: 750px 0px 0 187px;
}

div.btninfo {
	height: 138px;
	margin: 0px auto;
	padding: 660px 0px 0 187px;
}

div.gbtn {
	height:76px;
	margin: 0px 0 0 25px;
	padding: 1px 0px 0 30px;
}

div.tel {
	font-size:12px;
	margin: 12px auto;
	padding: 0px 0px 0 260px;
}

div.pay {
	width: 950px;
	height: 126px;
	margin: 6px auto;
	padding: 0px 0px 0;
	background: url(image/pay.jpg) no-repeat;
	background-position: 0px;
}

div.pay img {
	margin: 0px auto;
	padding: 0px 0px 0 0px;
}


div.den {
	width:780px;
	height:136px;
	margin: 6px auto;
	padding: 0px 9px 0 0px;
	background:url(image/den.jpg) no-repeat;
	background-position: 10px;
}


div.info-toiawase {
	width: 950px;
	height: 180px;
	margin: 6px auto;
	padding: 0px 0px 0 0px;
	background: url(image/otoiawase-_h.png) no-repeat 10px;
}




/*
━━━━━━━━━━━━━━━━━━━━━━━━━
申込み
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.order-left {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 170px;
	text-align: left;
	vertical-align: top;
}
.order-right {
	margin: 0;
	padding: 17px 0px 0px 30px;
	width: 460px;
	height: auto;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}
.price {
	width: 319px;
	height: 40px;
	padding: 0px;
	margin: 10px 21px 10px 0px;
}
.comma {
	height: 40px;
	width: 12px;
	margin: 0px;
	padding: 0px;
}
.price-left {
	width: 132px;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 30px;
	text-align: left;
}
.number {
	height: 40px;
	width: 25px;
	margin: 0px;
	padding: 0px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
特典
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.pre {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 20px;
	padding: 0px;
	height: auto;
	width: 560px;
}
.pre-left {
	margin: 0px;
	padding: 0px 0px 10px;
	height: auto;
	width: 146px;
	text-align: left;
	vertical-align: top;
}
.pre-right {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	height: auto;
	width: 404px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
Q&A
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.q-left {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px 0px 10px;
	text-align: left;
	vertical-align: top;
	height: auto;
	width: 35px;
}
.q-right {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px 0px 10px;
}
.a-left {
	margin: 0px;
	padding: 20px 0px 0px;
	vertical-align: top;
	text-align: left;
	height: auto;
	width: 35px;
}
.a-right {
	margin: 0px;
	padding: 20px 0px 0px;
}


/*end*/

.bg_side {
	background: url(image/bg_side.jpg) repeat-y center top;
}



/*text deco*/

.text_r{
	font-size:16px;
	color:#900;
	text-decoration:underline;
	font-weight: bolder;
	}
	
	
.text_rs{
	font-size:14px;
	color:#900;
	}
	
	.text_b{
	font-size:18px;
	color:#009;
	text-decoration:underline;
	font-weight: bolder;
	line-height:1.5em;
	}
	
	.text_bs{
	font-size:14px;
	color:#009;
	text-decoration:underline;
	font-weight: bolder;
	line-height:1.5em;
	}
	
	.text_bl{
	font-size:15px;
	color:#009;
	text-decoration:underline;
	font-weight: bolder;
	line-height:1.5em;
	}
	
	
	.text_y{
	font-size:16px;
	color:#C93;
	text-decoration:underline;
	font-weight: bolder;
	}
	.text_under{
		text-decoration:underline;
		font-weight:bold;		
		}
		
			.text_under13{
		text-decoration:underline;
		font-size:13px;		
		}
			.text_size13{
		font-size:13px;		
		}
		
	.text_maker_y{
		background-color:#FF3;
		font-size:16px;
		font-weight: bold;
		text-decoration:underline;
		}	
		
		.text_maker_b{
		background-color:#FF3;
		font-size:23px;
		font-weight: bold;
		text-decoration:underline;
		}	
		
	.text_maker_obli{
		font-size:14px;
		font-style:oblique;
		}	
		
	

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
QAボックス
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.qa {
	height: auto;
	width: 950px;
	padding: 20px 0px;
	text-align: left;
	background: #000
}		

	.qa-box {
		width:920px;
		margin-top:30px;
	margin-bottom:30px;
	margin-left:20px;
}

.qa-box .question{
		background-image:url(image/faq_sub_bg.gif);
	background-repeat:no-repeat;
	border: solid 1px #999;
	margin-bottom:7px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 35px;
	font-weight:bold;
	color:#FFF;
}

.qa-box p{
	margin-bottom: 30px;
	padding-top: 13px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-left: 35px;
	border: solid 1px #DFDFDF;
	color: #000;
	background: #fff url(image/faq_a_bg.gif) no-repeat;
}




/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ブレッドボックス
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

	.bread-box {
		width:760px;
		height:auto;
		margin-left:1px;
	margin-bottom:30px;
	padding-left:0px;
}


	.bread-boxtop {
		width:760px;
		height:30px;
}

	.bread-boxbttom {
		width:760px;
			height:30px;
}

.bread-box .in{
	width:710px;
	height:30px;
		background-image:url(image/bld_sub_bg.jpg);
	background-repeat:no-repeat;
	border: solid 1px #999;
	margin: 0 0 0px 16px;
	padding-top: 13px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 35px;
	font-weight:bold;
	font-size:16px;
	color:#C00;
	text-shadow: -1px -1px 0 #FFF,
	             1px -1px 0 #FFF,
				 -1px 1px 0 #FFF,
				 1px 1px 0 #FFF;
}  
.bread-box p{
	width:710px;
		background-image:url(image/bld_a_bg.jpg);
			background-repeat:no-repeat;
	margin: 0 0 16px 16px;
	padding-top: 13px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-left: 33px;
	border: solid 1px #DFDFDF;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
声－短い版
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

	.svoice{
		width:790px;
		height:auto;
		padding-left:10px
		}
		
		
		.voiceinner{
		width:780px;
		height:850px;
		padding-left:2px;
		margin-left:7px;
		background-repeat:repeat-x repeat-y;
		}

 .svoice .leftimg{
	 width:120px;
	 height:120px;
	 float:left;
		 margin: 20px 0 10px 10px;
	 }
	  .svoice .state{
		 width:620px;
		 height:815px;
		 float:left;
		 padding: 3px 5px  0 10px;
		 margin: 20px 0 10px 5px;
		 background-color:#FFF;
		 border: solid 1px #333;
		 font-size:13px;
		 
		 }
		 
	
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
タイマー
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/	 
		 
	.timebox{ 
	padding-left:55px;
line-height:1.6em;	
	}



.movie{
	width:950px;
	height:auto;
	text-align:center;
	background-image:url(image/images/b3_09.jpg);

}

.hp_movie{
	width:950px;
	height:362px;
	text-align:center;
	background-image:url(image/images/movie_01.jpg);

}

.waiwai_movie{
	width:950px;
	height:362px;
	text-align:center;
	background-image:url(image/images/mv3.jpg);

}

.aidoru_movie{
	width:950px;
	height:362px;
	text-align:center;
	background-image:url(image/images/b4_05.jpg);

}


.konkatsu_movie{
	width:950px;
	height:362px;
	text-align:center;
	background-image:url(image/images/b5_10.jpg);

}


#msd{	
	}

.size11-w {
	color:#FFF;
	font-size: 11px;}
	
	
	/*
━━━━━━━━━━━━━━━━━━━━━━━━━
HP動画
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/	 
	
#mv1{
	width:560px;
	height:315px;
	margin:24px 195px 0px 194px;
	}	
#mv11{
	width:560px;
	height:315px;
	margin:24px 195px 0px 194px;
	}	
	
#mv12{
	width:560px;
	height:315px;
	margin:24px 195px 0px 194px;
	}	
	
#mv13{
	width:280px;
	height:160px;
	margin:0px 195px 0px 20px;
	}			

.block_c{
	width:950px;
	margin:0 15px;	
	}
	
	
.top_c{
	width:950px;
	margin:0 15px;	
	}	
	
	
	
.l_name{
	width:900px;
	float:right;}		
	
		/*
━━━━━━━━━━━━━━━━━━━━━━━━━
タイマー
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/	 
	
#timerbg {
	background: #000 url(image/images/timer_bg.jpg) repeat-x;
		width:100%;
	min-width:1000px;
	
}

#timer_in {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: #000;
}
div.timer_1	{
		width: 890px;
		height:49px; 
		margin: 0px auto;
		font-size: 47px;
		font-weight: bold;
		color: #F00;
		border: solid 0px #00A;
		background-color:#000;
		text-align: center;
		padding: 5px;
	}
	
	
		 
	.timebox{
		margin:0 auto;
		width:830px;
		height:49px; 
	background: url(image/images/neage_02.jpg) no-repeat ;
line-height:1.6em;	
	}
	
	
			/*
━━━━━━━━━━━━━━━━━━━━━━━━━
HP動画
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/	 
	
#mv14{
	width:384px;
	height:216px;
	margin:0px 0px 0px 0px;
	}
	
	
	
	
	
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
optin
━━━━━━━━━━━━━━━━━━━━━━━━━
*/

#header_opt {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 830px;
}

#optbg{
   background: url(image/opt/bg.jpg);
   background-repeat:repeat-x repeat-y;
}


#wrapper_top_opt {
	height: auto;
	margin: 0px auto;
	padding: 0px 5px;
	width: 840px;
	background: url(image/opt/wrapper_top.gif)  repeat-y;
}

#joint {
	width : 100%;
	height : 298px;
	text-align : center;
	background: url(image/opt/top03_01.jpg) no-repeat center 0;
	margin: 0px;
	}
	
input.opt_form{
	width:459px;
	height:36px;
	font-size:15px;
	padding:5px;
}