@charset "utf-8";
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,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: #0000CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #047EC8;
}
a:active {
	text-decoration: none;
	color: #047EC8;
}
.size11-black {
	font-size: 11px
}
.size12-navy {
	font-size:12px;
	color: #003366;
}
.size12-black {
	font-size:12px;
	color:#000000;
}
.size15-black {
	font-size:15px;
	font-weight: bold;
}
.size16-red {
	font-size:16px;
	font-weight: bold;
	color: #EA0000;
}
.size20-red {
	font-size: 20px;
	font-weight: bold;
	color: #EA0000;
}
.marker-yellow {
	background: #FFFF33;
	font-weight:bold;
}
.marker-black {
	background:#000000;
	font-weight:bold;
	color:#FFFFFF;
}
.F-red_M-yellow {
	background: #FAF37A;
	color: #EA0000;
	font-weight:bold;
}
.F-red_M-yellow_16 {
	background: #FAF37A;
	color: #EA0000;
	font-size:16px;
	font-weight:bold;
}
.marker-red {
	background: #F20000;
	color: #FFFFFF;
}
.marker-blue {
	background: #0033FF;
	color: #FFFFFF;
}
.bold-black {
	font-weight:bold;
	color:#000000;
	font-size:14px;
}
h1 {
	font-size: 11px;
	padding:0px;
	height: 37px;
	width: 760px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	color: #FFFFFF;
	background-image: url(image/fx-head_01.jpg);
}
h2 {
	line-height: 0px;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 760px;
}
h3 {
	font-size:18px;
	margin: 60px 0px 0px;
	height: 90px;
	width: 630px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(image/midashi.jpg);
	background-repeat: no-repeat;
	padding: 20px 0px 0px;
}
h4 {
	font-size: 18px;
	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;
}

p {
	padding:10px 0 15px 0;
}

img {
	vertical-align: bottom;
}
.black-bold-16 {
	font-size: 16px;
	font-weight: bold;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ページレイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
body {
	color:#000000;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
}
#wrapper {
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 760px;
	background: url(image/waku.jpg) repeat-y center top;
}
#header-line {
	background:url(image/head-line.jpg);
	width:760px;
	margin:0px;
	text-align:center;
}
#header {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 760px;
}
#midashi {
	width:760px;
	margin:30px 20px 30px 20px;
	line-height:0px;
}
#contents-inner {
	width: 630px;
	padding: 0px;
	height: auto;
	text-align: left;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 65px;
	margin-bottom: 0px;
	margin-left: 65px;
}
#box_top {
	margin:20px 0 40px 0;
}
#box {
	margin:40px 0 40px 0;
}
#okini {
	margin:20px 115px 20px 115px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
特徴
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#kokosugo {
	background:url(image/kokosugo_c.gif) repeat;
	padding-left:70px;
	padding-right:50px;
	font-size:14px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
特典１
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#tokuten {
	background:url(image/tokuten_b.gif) repeat;
	padding-left:40px;
	padding-right:60px;
	font-size:14px;
}
#tokuten p {
	margin:0px 0px 0px 0px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
特典２（サプライズ）
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#sap_midashi {
	margin:30px 0 30px 0;
	width:800px;
	height:auto;
}
#sap {
	background:url(image/sap_naiyo_02.gif) repeat;
	padding-left:40px;
	padding-right:40px;
}
#sap2 {
	background:url(image/sap_naiyo_05.gif) repeat;
	padding-left:50px;
	padding-right:50px;
	font-size:12px;
}
#sap2_backtest {
	background:url(image/sap_naiyo_05.gif) repeat;
	text-align:right;
	margin-left:auto;
	padding-right:40px;
	margin:0 0 0 0;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
Q&A
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#qa-q {
	background:url(image/q-a_02.gif);
	height:69px;
	text-align:center;
	padding-top:5px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
#qa-a {
	background:url(image/q-a_04.gif);
	height:auto;
	padding-left:30px;
	font-size:12px;
}
	
.qa_q {
	padding-left:30px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
.qa_a {
	padding-left:30px;
	font-size:12px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
チェックボックス１
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#chek-box {
	background:url(image/waku-box_02.gif) repeat;
	height:auto;
	padding:10px 30px 10px 30px;
}
#chek-box-in li {
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	background: url(image/check.gif) no-repeat left top;
	margin-left:30px;
	padding-left:34px;
	padding-bottom:20px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
チェックボックス２
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#chek-box2 {
	background: url(image/check_box_02.gif) repeat;
	height:auto;
	padding:10px 30px 10px 30px;
}
#chek-box2-in li {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	background: url(image/check2.gif) no-repeat left;
	margin-left:10px;
	padding-left:28px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px dotted #CCCCCC;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
チェックボックス３
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#chek-box3 {
	background: url(image/check2_02.gif) repeat;
	height:auto;
	padding:10px 30px 10px 30px;
}
#chek-box3-in li {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	background: url(image/check2.gif) no-repeat left;
	margin-left:10px;
	padding-left:28px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px dotted #CCCCCC;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
商品概要エリア
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#shouhin {
	background:url(image/mousikomi-waku01_02.jpg) repeat;
	padding:20px 30px 20px 30px;
	margin:0px;
}
#shouhin-giyo {
	background-color:#CCCCCC;
	width:570px;
	margin:0px 0px 15px 0px;
	text-align:center;
	font-size:12px;
}
#shouhin-gaiyo2 {
	margin:30px 5px 0px 5px;
	text-align:left;
}
#shouhin-gaiyo3 {
	margin-bottom:20px;
	padding:0px 25px 0px 25px;
}
#kessai {
	background:url(image/kessai-back.jpg);
	width:420px;
	height:80px;
	margin:0px 35px 0px 35px;
	padding:10px 40px 10px 40px;
	}
#order {
	margin:30px 84px 20px 84px;
}
#shouhin-order {
	margin:30px 54px 30px 54px;
}
.order-right {
	margin: 0px;
	padding: 0px 20px 0px 20px;
	width: 520px;
	height: auto;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}
#shouhin-p p {
	line-height:150%;
	padding:0px;
	margin:0px;
	font-size:12px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
商品概要エリアのチェック
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

div.check-small {
	margin: 0px auto;
	padding: 0px;
}
div.check-small li {
	background: url(image/check2.gif) no-repeat left top;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}

#block {
	margin: 30px 10px;
	padding: 20px;
	width: 560px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	background:url(image/block-back.gif);
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#footer {
	margin: 0px;
	height: auto;
	width: 760px;
	background-color: #000000;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color: #666666;
}
#footer a:active {
	text-decoration: none;
	color: #666666;
}
address {
	font-size: 12px;
	text-align: center;
	color: #666666;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッターナビ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

div.fnavi {
	margin: 40px 0px 0px;
	padding: 0px;
	height: auto;
	width: 610px;
	text-align: center;
}
div.fnavi ul {
}
div.fnavi li {
	font-size: 11px;
	list-style: url(none) none;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.box {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 630px;
}
.box-top {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: auto;
	width: 630px;
}
.box-bottom {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: auto;
	width: 630px;
}
.c-box-inner {
	margin: 0px;
	padding: 0px 45px;
	height: auto;
	width: 540px;
}
.box-inner {
	margin: 0px;
	padding: 0px 35px;
	height: auto;
	width: 560px;
}
div.box {
	margin: 30px 0px;
	padding: 0px;
	height: auto;
	width: 630px;
}
div.box-inner {
	margin: 5px 0px;
	padding: 0px;
	height: auto;
	width: 580px;
	font-size: 14px;
}
div.block {
	margin: 10px 10px;
	padding: 20px;
	width: 560px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	background-image: url(image/block-back.gif);
}
div.block-inner {
	margin: 0px;
	padding: 0 0 0 20px;
	height: auto;
	width: 540px;
	font-size: 12px;
	line-height: 200%;
	text-align:left;
}




#chomei {
	text-align:right;
	margin:20px 0px 30px auto;
}
.pri li {
	margin-left:30px;
	font-size:10px;
}
.pri2 li {
	margin-left:50px;
	font-size:10px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッターリンク
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.foot_link {
	margin:50px 0px 10px 0px;
	text-align:center;
	font-size:12px;
	line-height:normal;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
7つの重要な特徴
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.tokutyou1 {
	background:url(image/tokutyou01.jpg);
	height:76px;
}
.tokutyou-naka {
	font-size:14px;
	font-weight:bold;
	line-height: 150%;
	padding-right: 20px;
	padding-left: 90px;
	padding-top: 15px;
}
.tokutyou2 {
	background:url(image/tokutyou02.jpg);
	height:76px;
}
.tokutyou3 {
	background:url(image/tokutyou03.jpg);
	height:76px;
}.tokutyou4 {
	background:url(image/tokutyou04.jpg);
	height:76px;
}.tokutyou5 {
	background:url(image/tokutyou05.jpg);
	height:76px;
}.tokutyou6 {
	background:url(image/tokutyou06.jpg);
	height:76px;
}.tokutyou7 {
	background:url(image/tokutyou07.jpg);
	height:76px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
お試し期間
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.otameshi {
	background:url(image/otamesi2.jpg);
	height:406px;
	width: 630px;
}
.otameshi-naka {
	font-size:16px;
	line-height: 200%;
	padding-right: 230px;
	padding-left: 30px;
	padding-top: 70px;
	padding-bottom: 70px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
登録フォーム
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.touroku {
	font-size:14px;
	line-height: 150%;
	padding: 10px;
	border: 1px dashed #000000;
}
/*
