@charset "utf-8";
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,input,textare
a,blockquote,th,td
{
  margin: 0;
  padding: 0;
}
img{vertical-align:bottom}
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;
	font-weight: bold;
}
.size15-blacks {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;	
}
.size15-black-u {
	font-size: 15px;
	text-decoration: underline;
}
.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;
}
.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-red {
	font-size: 20px;
	font-weight: bold;
	color: #EA0000;
}

.size25-red {
	font-size:25px;
	font-weight: bold;
	color: #C00;
	line-height:150%;
}

.marker-yellow {
	background: #FAF37A;
}
.marker-red {
	background: #F20000;
	color: #FFFFFF;
}
.marker-blue {
	background: #0033FF;
	color: #FFFFFF;
}
h1 {
	background: url(image/top.gif);
	font-size: 11px;
	padding: 0px;
	height: 23px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	line-height: 0px;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 830px;
}
h3 {
	font-size: 20px;
	background: url(image/subhead.jpg) no-repeat top;
	margin: 40px 0px 30px;
	padding: 20px 0px;
	height: 20px;
	width: 740px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
h4 {
	font-size: 21px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h5 {
	font-size: 17px;
	font-weight: bold;
}
h6 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin: 40px 0px 20px;
	padding: 0px;
}
	
/* margin-botoom */
.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;}
.mb90{	margin-bottom:90px !important;}

/* margin-right */
.mr40 { margin-right:40px!important; }
.mr30 { margin-right:30px!important; }
.mr20 { margin-right:20px!important; }
.mr25 { margin-right:25px!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; }

/* margin-left */
.ml13 { margin-left:13px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml25 { margin-left:25px!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;}

/* margin-top */
.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; }
.mt200 { margin-top:250px!important; }

/* margin */
.m0{margin:0}

/* padding-bottom */
.pb0 { padding-bottom:0!important; }
.pb5{padding-bottom:5px!important;}
.pb10 { padding-bottom:10px!important; }
.pb20 { padding-bottom:20px!important; }
.pb30 { padding-bottom:30px!important; }
.pb40 { padding-bottom:40px!important; }
.pb50 { padding-bottom:50px!important; }

/* padding-right */
.pr5 { padding-right:5px!important; }
.pr20 { padding-right:20px!important; }
.pr30 { padding-right:30px!important;}

/* padding-left */
.pl5 { padding-left::5px!important; }

/* padding-top */
.pt5{padding-top:5px!important;}
.pt10{ padding-top:10px!important}
.pt20{padding-top:20px!important;}
.pt30{padding-top:30px!important;}
.pt120{ padding-top:120px!important;}

/* padding */
.p20 { padding:20px!important; }
.p15 { padding:15px!important; }
.p10 { padding:10px!important; }
.p_ex{padding:2%}

/* width */
.w_cover{background-size:cover;}
.w1{width:1px}
.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;}
.w370{ width:370px!important;}
.w327{ width:327px!important;}
.w398{ width:398px!important;}
.w400{ width:400px!important;}
.w420{ width:420px!important;}
.w440{ width:440px!important;}
.w450{ width:450px!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;}
.w600{ width:600px!important;}
.w610{ width:610px!important;}
.w630{ width:630px!important;}
.w650{ width:650px!important;}
.w690{ width:690px!important;}
.w880{ width:880px!important;}
.w890{ width:890px!important;}
.w900{ width:900px!important;}
.w930{ width:930px!important;}
.w950{ width:950px!important;}

/* heigth */
.h100{height:100px!important;}
.h180{height:180px!important;}
.h190{height:190px!important;}
.h250{height:250px!important;}


/* 位置関係 */
.disp_l{float:left !important;}
.disp_r{float:right!important;}
.center{text-align:center!important;}
.right{text-align:right!important;}

/* height関連 */
.line_h36{line-height:36px!important;}
.line_h17{line-height:1.7!important;}
.line_h15{line-height:1.5!important;}

/* 背景関係のスタイル */
.black_bg{background-color:#000;}
.red_bg{background: #F20000;}/* 明るめの赤 */
.red2_bg{background-color:#F00;}/* 赤背景 */
.white_bg{background:#fff;}
.gray_bg{background:#CCC}/* 薄いグレー */
.gray2_bg{background-color:#414346;}

/* 文字装飾 */
.under{text-decoration:underline}
.bold{font-weight: bold}
.bold900{font-weight:900}
.letter_3{letter-spacing:-3px}
.letter_20{letter-spacing:-20px}

/* 文字サイズ */
.size13{font-size:13px!important;}
.size15{font-size:15px!important;}
.size16{font-size:16px!important;}
.size18{font-size:18px!important;}
.size20{font-size:20px!important;}
.size22{font-size:22px!important;}
.size24{font-size:24px!important;}
.size30{font-size:30px!important;}
.size32{font-size:32px!important;}
.size36{font-size:36px!important;}
.size40{font-size:40px!important;}

/* 文字の色関係 */
.black{color:#000;}
.red_deep{color: #C00;}/* 濃いめの赤 */
.red_deep2{color:#900}/* 濃い目赤２ */
.red{color:#b91010}/* 赤 */
.red_l{color:#ff1700}/* 明るい赤 */
.white{color: #FFF;}
.skyblue{color:#1bcbf0;}/* 明るめの青 */
.blue{color: #03C;}/* 青 */
.blue2{color:#1746cd}/* 明るい青 */
.blue_deep{color:#000099}/* 深い青 */
.gray{color:#333}/* 濃いグレー */
.yellow{color:#ffcc00}/* 黄色 */



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

body {
	color:#333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(image/body/bg.gif);
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}


#head_bg{
	width:100%;
	/*height:195px;*/
	background-color:#000;
   background-repeat:repeat-x;	
	}

#header {
	margin: 0px auto;
	padding: 0px;
/*	height:auto;*/
	width: 830px;
}

#bg{
	width:100%;
   background: url(image/top/bg.jpg);
   	background-repeat:no-repeat;
   background-position:center top;}

#wrapper_top {
	height: auto;
	margin: 0px auto;
	padding: 0px 5px;
	width: 840px;
	background: url(image/top/t_bg.jpg);
	background-repeat:no-repeat;
}

#top_c {
	width: 830px;
}

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

#contents {
	height: auto;
	width: 830px;
	padding: 20px 0px 2px;
	margin: 0px;
	text-align: left;
	background:#FFF;
}

#contents-center {
	height:500px;
	width: 830px;
	padding: 20px 0px 2px;
	margin: 0px;
	text-align: left;
	background-image: url(image/body/body-bg2.png);
}

#contents-bottom {
	height:auto;
	width: 830px;
	padding: 20px 0px 2px;
	margin: 0px;
	text-align: left;
	background-image: url(image/body/body-bg3.png);
	background-repeat:no-repeat;
}


#contents-inner {
	width: 810px;
	margin: 0px 10px;
	height: auto;
}

#contents-top-in {
	width: 810px;
	height:auto;
	background-image:url(image/body/body-bg4.png);
	margin: 0px 10px;
	padding: 0px ;
	height: auto;
	background-repeat:no-repeat;
}


#contents-co1-in {
	width: 810px;
	height:auto;
	background-image:url(image/body/body-bg5.png);
	margin: 0px 10px;
	padding: 0px ;
	height: auto;
	background-repeat:no-repeat;
}


#contents-co2-in {
	width: 810px;
	height:auto;
	background-image:url(image/body/body-bg6.png);
	margin: 0px 10px;
	padding: 0px ;
	height: auto;
	background-repeat:no-repeat;
}

.content01{
	margin: 0 0 10px 0;

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

	
	.name{
		float:right;
	padding: 0 0 0 16px;
	line-height:1.6em;
	margin: 17px 5px 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;	
		}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

	
/* footer */
#footer {
	width: 830px;
	height:115px;
	background-image:url(image/footer/footer.jpg) ;
	background-repeat:no-repeat;
	background-position:bottom;
	margin-right:auto;
	margin-left:auto;
}

#footer  p{
	font-size:16px;
	width: 450px;
	float:left;
	margin-top:35px;
	color:#FFF;
}

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


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

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

.box {
	margin:0;
	padding:0;
	height:540px;
	width: 760px;
}
.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:507px;
	width: 760px;
	background-repeat:no-repeat;
}

.box-pay{
	float:right;
		padding: 410px 0px 0 60px;
	}
div.boxpay_bg {
	margin: 20px 0px 0 0;
	padding: 0px;
	height:584px;
	width: 760px;
}

div.box {
	margin: 20px 0px 0 0;
	padding: 0px;
	height: auto;
	width: 760px;
}
div.box-inner {
	margin: 5px 0px;
	padding: 0px;
	height: auto;
	width: 690px;
}
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:780px;
	margin: 12px auto;
	padding: 10px 0 7px 0;
	border:dotted 1px #CCC;
}
div.check ul {
	padding-left:16px;
}

div.check li {
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	background: url(image/check.gif) 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:75px;
	padding-left:50px;
	margin: 0px auto;
}
div.tel {
	font-size:12px;
	margin: 12px auto;
	padding: 0px 0px 0 290px;
}

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

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


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


div.info-toiawase {
	width:780px;
	height:180px;
	margin: 6px auto;
	padding: 0px 9px 0 0px;
	background:url(image/info/info.png) no-repeat;
	background-position: 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:#FF071F;
	text-decoration:underline;
	font-weight: bolder;
	}
	
	
.text_rs{
	font-size:14px;
	color:#FFF;
	}
	
	.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-box {
		width:750px;
		margin:0px 10px 0px 38px;
		
}

.qa-box .question{
		background-image:url(image/faq/faq_sub_bg.jpg);
	background-repeat:no-repeat;
	border: solid 1px #999;
	margin-bottom:7px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 45px;
	font-weight:bold;
	color:#FFF;
}
.qa-box p{
	color:#333;
		background-image:url(image/faq/faq_a_bg.jpg);
			background-repeat:no-repeat;
	margin-bottom:30px;
	padding-top: 13px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-left: 45px;
		border: solid 1px #999;
}




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

	.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-top:20px;
	padding-left:45px;
line-height:1.5em;	
	}



.timer_bg{
	width:100%;
	height:74px;
	 background: url(image/head/t_bg.gif);
   background-repeat:repeat-x;	
	}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
カウントダウン
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/	 
div.timer_1	{
		width: 750px;
		margin: 0px auto;
		font-size: 31px;
		font-weight: bold;
		color: #F00;
		text-align: center;
		padding: 5px;
	}
	div.timer_2	{
		width: 450px;
		margin: 30px auto;
		font-size: 14pt;
		font-weight: bold;
		color: #F00;
		border: solid 0px #000;
		background-color: #000;
		text-align: center;
		padding: 10px;
	}

/*  期限切れメッセージサンプルCSS  */
	div.msg_1	{
		  margin: 0px auto;
		  font-size: 50px;
		  color: #F00;
		  text-align: center;
		  padding: 10px;
}
.msg_2	{
		  margin: 0px auto;
		  font-size: 40px;
		  color: #F00;
		  text-align: center;
		  padding: 10px;
}
#gazou{display:none}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
動画
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/	 
.movbox{
	color:#333;
	padding: 0 0 0 16px;
	line-height:1.6em;
	height:596px;
	background-image: url(image/mov/m1.png);
	}

.mov01{
	width:560px;
	padding-top:208px;
	padding-left:110px;
	margin: 0 0 10px 0;
}


	.movbox2{
	color:#333;
	padding: 0 0 0 16px;
	line-height:1.6em;
	height:596px;
	background-image: url(image/mov/m2.png);
	}

.mov02{
	width:560px;
	padding-top:208px;
	padding-left:110px;
	margin: 0 0 10px 0;
}



/* 体験者の方々のデザイン */
.move{
	width:780px;height:260px;
border:#900 5px solid;
margin:0 auto;}
#mv15{
	width:350px;
	height:216px;
	}
#mv16{
	width:350px;
	height:216px;
	}
	
.c-inner3 {
	width: 780px;
	margin: 0 0 0 0px;
 	padding-left: 20px;
 	height: auto;
 	font-size: 16px;
 	line-height: 150%;}
	
	
