@charset "UTF-8";


/* リセット
---------------------------------------------------- */

*{
	margin:0px;padding:0px;
}
address, em, cite, dfn, var {
	font-style: normal;
}
input, textarea {
	font-size:13px;
	font-family: sans-serif;
	font-weight: normal;
}
img,fieldset {
	border: 0;
}


/* ---------------------------------------------------- */

body { 
	text-align:center;
/*	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;*/
	font-family:"ヒラギノ角ゴ pro W3","Hiragino Kaku Gothic pro",Osaka,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
	color:#222;
	background: #C70001 url(img/bg-body.jpg)  repeat-x center top;
}
a {
	color:#0000ff;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color:#0000ff;
}
a:hover {
	text-decoration:none;
}

div.container {
	width:800px;
	margin:0 auto ;
	background: transparent url(img/bg-container.png)  repeat-y center top;
}

div.container0 {
	width:770px;
	margin:0 auto ;
	background-color:#FFFFFF;
}

.cl {
	width:1px;
	height:1px;
	font-size:1px;
	line-height:1px;
	clear:both;
}

.lisk {
	font-size:12px;
}
/* clearfix
───────────────────────── */
div#order:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* hasLayout
───────────────────────── */
{
	height: 1%;
}

/* peek-a-boo bug
───────────────────────── */
 {
	height: 1%;
}

div#bar_header  {
	text-align:center;
	font-weight:bold;
	width: 100%;
	padding-top:5px;
	padding-bottom:2px;
	font-size:19px;
	height:30px;	
	background: #000000;  
	border-bottom: 1px solid #888;  
	color: #FFF;  
	position: fixed!important;  
	top:0;  
	left:0;
	z-index:1;
	position: absolute;     
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトルエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.header {
	width:800px;
	margin:0 auto 50px;
}
div.header h1 {
}
div.header h2 {
}
div.header p {
}


.head01{
margin:40px 0 0 -20px;
}

.head02{
margin:40px 0 0 -20px;
}

.head03{
margin:40px 0 0 -20px;
}


.head04{
margin:20px 0 60px -20px;
}


.img-center{
text-align:center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 本文エリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div.main {
	width:680px;
	margin:0 auto;
}
div.main h3 {
	text-align:center;
	margin:3em 0 3em;
}
div.main h4 {
}
div.main h5 {
}
div.main h6 {
}
div.main p {
	font-size:15px;
	line-height:200%;
	text-align:left;
	margin:0 0 1em;
}
div.main p strong {
	color:#ff0000;
	font-size:16px;
	font-weight:bold;
}
div.main p em {
	font-weight:bold;
	font-style:normal;
}
div.main p.small {
	display:block;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.img-right {
	float:right;
	text-align:left;
	margin:0 0 10px 15px;
}
.img-right img {
	margin:0 0 10px 0;
}

/* 返金保証
───────────────────────── */
div.guarantee-body {
	background: #E4E4D5;
}
div.guarantee-top {
	background: transparent url(img/flame-a-top.gif)  no-repeat center top;
}
div.guarantee-bottom {
	background: transparent url(img/flame-a-bottom.gif)  no-repeat center bottom;
}
div.guarantee {
	margin:0 0 40px;
	padding:70px 50px;
}
div.guarantee h4 {
	font-size:17px;
	font-weight:bold;
	line-height:100%;
	text-align:center;
	margin:0 0 20px;
	padding:0 0 0 0;
}
div.guarantee p {
	color:#4C4C1E;
	font-size:15px;
	line-height:200%;
	text-align:center;
	margin:0 0 0;
	padding:0 0 0 0;
}

/* キャンペーン１
───────────────────────── */
div.campaign1 {
	margin:0 0 40px;
	padding:20px 20px 10px;
	border: #FF6666 solid 5px;
}
div.campaign1 h3 {
	font-size:17px;
	font-weight:bold;
	line-height:200%;
	text-align:center;
	margin:0 0 20px;
	padding:0 0 0 0;
}
div.campaign1 p {
	font-size:16px;
	font-weight:bold;
	line-height:175%;
	text-align:center;
	margin:0 0 10px;
	padding:0 20px;
}

/* リストＡ
───────────────────────── */
div.list-a {
	margin:2em 0 2em 0;
	padding:20px 20px 7px;
	border-left: #999999 solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	background: #ffffff url(img/bg-box-a.jpg)  no-repeat center top;
}
div.list-a ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
div.list-a li {
	list-style:none;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
	padding:0 0 0 22px;
	background: transparent url(img/bullet1.gif)  no-repeat 0 2px;
}

/* リストＢ
───────────────────────── */
div.list-b {
	margin:2em 0 2em 0;
	padding:20px 20px 7px;
	border-left: #999999 solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	background: #ffffff url(img/bg-box-a.jpg)  no-repeat center top;
}
div.list-b ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
div.list-b li {
	list-style:none;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
	padding:0 0 0 22px;
	background: transparent url(img/bullet2.gif)  no-repeat 0 2px;
}

/* リストＣ
───────────────────────── */
div.list-c {
	margin:2em 0 2em 0;
	padding:20px 20px 7px;
	border:#999999 solid 1px;
}
div.list-c ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
div.list-c li {
	list-style:none;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
	padding:0 0 0 22px;
	background: transparent url(img/bullet3.gif)  no-repeat 0 2px;
}

/* リストＤ
───────────────────────── */
div.list-d {
	margin:0 0 0 1em;
}
div.list-d ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
div.list-d li {
	list-style:none;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
	padding:0 0 0 22px;
	background: transparent url(img/bullet1.gif)  no-repeat 0 2px;
}

/* 囲みＡ
───────────────────────── */
div.box-a {
	margin:0 0 20px;
	padding:20px 20px 0px;
	border-left: #999999 solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	background: #ffffff url(img/bg-box-a.jpg)  no-repeat center top;
}
div.box-a h4 {
	color:#000000;
	font-size:17px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	background: #e6e6e6;
	border-left:#e60000 solid 4px;
	margin:0 0 10px;
	padding:12px 10px 10px;
}

/* 囲みＢ
───────────────────────── */
div.box-b {
	margin:0 0 20px;
	padding:20px 20px 1px;
	border: none;
	background: #f3f3f3;
}

/* お客様の声
───────────────────────── */
div.voice {
	margin:0 0 40px;
	padding:20px 20px 0px;
	border-left: #999999 solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	background: #ffffff url(img/bg-box-a.jpg)  no-repeat center top;
}
div.voice h4 {
	color:#e60000;
	font-size:18px;
	font-weight:bold;
	line-height:200%;
	text-align:left;
	margin:0 0 0;
	padding:0 0 1em;
}

div.voice-bottom-image {
	text-align:left;
	margin:20px 0;
}
div.voice-bottom-image img {
	margin:0 10px 0 0;
}

div.table-inner {
	padding:25px ;
}
div.voice table {
	border-collapse:collapse;
	border-spacing:0;
	width:638px;
	border-left:#aaaaaa solid 1px;
	border-top:#aaaaaa solid 1px;
	margin:0 0 20px;
}
div.voice th {
	font-size:13px;
	line-height:150%;
	text-align:center;
	font-weight:bold;
	border-right:#aaaaaa solid 1px;
	background: #f3f3f3 url(img/dot-a.gif)  repeat-x left bottom;
	padding:6px 10px;
}
div.voice td {
	font-size:13px;
	line-height:150%;
	text-align:right;
	border-right:#aaaaaa solid 1px;
	background: transparent url(img/dot-a.gif)  repeat-x left bottom;
	padding:6px 10px;
}
div.voice td strong {
	color:#e60000;
	font-weight:bold;
}
.red1 {
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	background:#cc0000;
}
.red2 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.red3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.red4 {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}
.blue {
	font-size: 14px;
	font-weight: bold;
	color: #0000ff;
}
.yellow1 {
	font-size:16px;
	font-weight:bold;
	color:#cc0000;
	background:#FFFF66;
}



.font-sbig{
font-weight:bold;
font-size:18px;
}

/*特商法
--------------------------------------------------*/

.colum {
	height: auto;
	text-align: left;
	width: 700px;
	behavior: expression(IEPNGFIX.fix(this));
	clear: both;
	padding-bottom: 16px;
	margin-top: 0;
	margin-bottom: 0 }
 
.colum table {
	width: 680px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0 }
 
.colum td {
	background-color: #D2F7FF;
	font-size: 12px;
	width: auto;
	border-width: 2px;
	margin: 0;
	padding: 8px 8px 8px 16px }
 
.colum .md {
	background-color: #0073C2;
	color: #FFFEEC;
	font-size: 12px;
	width: auto;
	margin: 0;
	padding: 8px 8px 8px 16px }
 
.colum .fd { width: 50% }


/* お客様の声２（中・動画）
───────────────────────── */
div.voice2 {
	text-align:center;
	border: #C70001 solid 1px;
	background: transparent url(img/bg-pattern2.gif)  repeat;
	margin:0 0 40px;
	padding:25px 0px;
}
div.voice2 p {
	text-align:center;
	margin:0 0 0;
	padding:0 0 0;
}
div.voice2 h4 {
	color:#C70001;
	font-size:19px;
	font-weight:bold;
	line-height:150%;
	text-align:center;
	margin:0 0 0;
	padding:0 0 10px;
}

/* キャンペーン
───────────────────────── */
div.campaign {
}

/* クロージング2
───────────────────────── */
div.center-box{
text-align:center;
}

div.center-box p{
text-align:center;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}


/* プロフィール
───────────────────────── */
div.profile {
	background: #E8E6DB;
	margin:40px 0 40px;
	padding:20px 20px 1px;
}
div.profile h4 {
	font-size:15px;
	font-weight:bold;
	line-height:175%;
	text-align:left;
	margin:0 0 1em;
}
div.profile p {
	font-size:14px;
	line-height:175%;
	text-align:left;
	margin:0 0 1em;
}
div.profile table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 20px;
}
div.profile td {
	font-size:12px;
	line-height:150%;
	text-align:left;
	vertical-align:top;
	padding:0 20px 6px 0;
}


/* 商品情報
───────────────────────── */
div.product-info {
	margin:-15px 0 0;
	padding:0px 30px 0px;
	border-left:solid 10px #007db0;
		border-right:solid 10px #007db0;
	/*background: #ffffff url(img/order-body.gif)  repeat;*/
}
div.product-info h3 {
	font-size:14px;
	line-height:100%;
	text-align:center;
	margin:0 0 20px;
	padding:0 0 0;
}
div.product-info h4 {
	font-size:14px;
	line-height:100%;
	text-align:center;
	margin:0 0 0;
	padding:0 0 5px;
}
div.product-info p {
	font-size:22px;
	font-weight:bold;
	line-height:175%;
	text-align:center;
	margin:0 0 0;
	padding:0 0 15px;
}
div.product-info p strong {
	color:#ff0000;
	font-size:27px;
	font-weight:bold;
}
div.product-info p em {
	color:#cc0000;
	font-weight:bold;
}
div.main div.product-info p small {
	display:block;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:150%;
}
div.product-info table {
	border-collapse:collapse;
	border-spacing:0;
	width:620px;
	margin:0;
}
div.product-info th {
	color:#BF0000;
	width:5%;
	font-size:15px;
	font-weight:bold;
	line-height:175%;
	text-align:left;
	padding:4px 8px 2px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
}
div.product-info td {
	font-size:15px;
	line-height:175%;
	text-align:left;
	padding:4px 8px 2px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
}

.img-sarani{
margin-left:-20px;
margin-bottom:10px;
}

.botan{
margin:30px 0 30px 0;
}

.font-center{
text-align:center;
}
.cell-a {
	background: #F6F6DC;
}
.cell-b {
	background: #E7E7E7;
}

div.product-info li {
	font-size:14px;
	line-height:175%;
	text-align:left;
	margin:0 0 5px;
	padding:0 0 5px ;
}

div.order-button {
	padding:20px 0 40px;
}
div.order-button a {
	font-size:16px;
	font-weight:bold;
	line-height:200%;
	color:#336699;
}

/* 良くある質問
───────────────────────── */
div.faq {
	border-left:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	margin:0 auto 20px;
	padding:20px 0px 5px;
	background: transparent url(img/box-a-head.jpg)  no-repeat center top;
}
div.faq table {
	border-collapse:collapse;
	border-spacing:0;
	width:638px;
	margin:0px 20px;
}
div.faq td {
	vertical-align:top;
}
td.qa-q1 {
	color:#cc0000;
	font-size:17px;
	text-align:right;
	line-height:150%;
	font-weight:bold;
	padding:0 5px 5px 0;
	vertical-align:top;
	background: transparent url(img/dot-a.gif)  repeat-x left bottom;
}
td.qa-q2 {
	color:#cc0000;
	font-size:17px;
	text-align:left;
	line-height:150%;
	font-weight:bold;
	padding:0 0 5px 0;
	vertical-align:top;
	background: transparent url(img/dot-a.gif)  repeat-x left bottom;
}
td.qa-a1 {
	font-size:15px;
	text-align:right;
	line-height:175%;
	padding:5px 5px 0 0;
	vertical-align:top;
}
td.qa-a2 p {
	font-size:15px;
	text-align:left;
	line-height:175%;
	margin:0 0 10px;
	padding:5px 0 0 0;
	vertical-align:top;
}


/* 特典
───────────────────────── */
div.offer {
	margin:0;
	padding:0px 30px 2px;
	background: #FFFFCC url(img/offer-body.gif)  repeat;
}
div.offer h4 {
	text-align:center;
	margin:0 0 8px;
	padding:18px 0 0;
}
div.offer p {
	text-align:left;
	margin:0 0 15px;
	padding:0 5px 0;
}

/* 特典２
───────────────────────── */
div.offer-b {
	border-left: #FFCC00 solid 5px;
	border-right: #FFCC00 solid 5px;
	border-bottom: #FFCC00 solid 5px;
	background: #FFFFE5;
	margin:0 0 20px;
	padding:0 0 0 ;
}
div.offer-b-inner {
	margin:0 0 0;
	padding:15px 20px 5px ;
}
div.offer-b h4 {
	text-align:center;
	margin:0 0 15px;
	padding:0 0 0;
}
div.offer-b p {
	font-size:15px;
	font-weight:bold;
	line-height:175%;
	text-align:left;
	margin:0 0 1em;
	padding:0 0 0;
}

/* 追伸
───────────────────────── */
div.postscript {
	margin:0 0 20px;
	padding:40px 40px 40px;
	background: #ffffff url(img/bg-pattern1.jpg)  repeat;
	border: #A5A38D solid 1px;
}
div.postscript h4 {
	color:#454545;
	font-size:23px;
	line-height:170%;
	text-align:center;
	margin:0 0 1em;
	padding:0 0 1em;
	border-bottom: #A5A38D solid 1px;
}

/* オンラインセミナー
───────────────────────── */
div.mail-semi {
	padding:20px 30px 20px;
	background: #ffffff url(img/mail-semi-body.gif)  repeat-y 0 0;
}
div.mail-semi p {
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
	padding:0 0 0;
}
div.mail-semi small {
	color:#666666;
	font-size:11px;
	line-height:100%;
	text-align:left;
	margin:0;
	padding:0;
}
div.mail-semi input {
}

div.mail-semi table {
	border-collapse:collapse;
	border-spacing:0;
	border-top: #aaaaaa solid 1px;
	margin:10px 0 20px;
}
div.mail-semi th {
	width:5%;
	white-space: nowrap;
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	text-align:left;
	vertical-align:middle;
	padding:8px 10px;
	background: #f3f3f3;
	border-bottom: #aaaaaa solid 1px;
}
div.mail-semi td {
	font-size:13px;
	line-height:13px;
	text-align:left;
	vertical-align:middle;
	padding:8px 10px;
	background: #ffffff;
	border-bottom: #aaaaaa solid 1px;
}



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

address { 
	color:#333333;
	font-size:11px;
	font-style:normal;
	line-height:180%;
	text-align:center;
	margin:0;
	padding:60px 0 30px;
}
address a { 
	color:#333333;
	font-weight:normal;
}
address a:visited { 
	color:#333333;
}

/* end */

/********ツール*******/

div.turu{
	background-color:#FFFFFF;
	width:680px;
	height:56px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin:0px auto;
	background-image:url(./img/cach.jpg);
}

div.turu02{
	background-color:#FFFFFF;
	width:680px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin:0px auto;
	background-image:url(./img/line00.jpg);
}

div.turu03{
	background-color:#FFFFFF;
	width:680px;
	height: 21px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin:0px auto;
	background-image:url(./img/line02.jpg);
}

div.turu02 div{
 padding:10px;
}

div.sub001{
	background-color:#FFFFFF;
	width:598px;
	height: 84px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(./img/titile_program_01.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

/********ボタン*******/

.image a{
display:block;
width:430px;
background:url(./img/moshikomi.jpg) no-repeat;
height:109px;
text-decoration:none;
text-align:center;
 margin:0px auto;
}

.image a:hover{
background:url(./img/moshikomi02.jpg) no-repeat;
}

h1{
 font-size:x-small;
 margin-top:0px;
 color:#670003;
 line-height:12px;
 margin:2px;
}

/********top画像*******/

div.top03{
background-image:url(img/003.jpg);
width:770px;
height:1025px;
}

div.top01{
background-image:url(img/001.jpg);
width:770px;
height:657px;
}

div.top02{
background-image:url(img/002.jpg);
width:770px;
height:590px;
}



/* 口コミ
───────────────────────── */
.kuchi{
border:solid 1px #999;
background:#ffffcc;
padding:20px;
margin-top:20px;
}

.kuchi .kuchi-photo{
float:left;
text-align:left;
}

.kuchi p.prof{
font-size:12px;
margin-top:18px;
margin-left:80px;
}

.kuchi .inner{
background:#fff;
border:solid 1px #999;
margin-top:10px;
padding:10px;
}

.kuchi .inner p{
font-size:12px;
color:#0000FF;
margin-left:15px;
margin-right:15px;
line-height:200%;
}

.kuchi .inner .line{
border:solid 2px #ff6600;
margin:0px 10px px 10px;
}


.attention {
  margin: 40px auto 0px!important;
  width: 547px;
  text-align: left;
  background: #fff; }

  .attention dt {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    border-left: 3px solid #900; }
  .attention dd {
    margin-bottom: 30px; }
  .attention p {
    margin-bottom: 10px!important;
    font-size: 8px!important;
    font-size: 0.8rem!important;
    line-height: 170%!important; 
	font-weight:normal!important;
	text-align:left!important;}
  .attention .ifrm-container {
    width: 98%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb; }
    .attention .ifrm-container iframe {
      width: 100%;
      height: 100%;
      display: block;
      border: none; }