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

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;
  word-break: break-all;
  font-family: YuGothic , ‘游ゴシック’ , ‘Hiragino Kaku Gothic ProN’ , ‘ヒラギノ角ゴ ProN’ , Meiryo , メイリオ , sans-serif ;
  line-height:1.6em;
}
fieldset, img{
  border: 0;
	display: block;
}
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: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #650f1f;
}
a:active {
	text-decoration: none;
	color: #650f1f;
}
.size11-black {font-size: 11px}
.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: #FAF37A;
}
.marker-red {
	background: #F20000;
	color: #FFFFFF;
}
.marker-blue {
	background: #0033FF;
	color: #FFFFFF;
}
h1 {
	font-size: 24px;
	font-weight:bolder;
}
h2 {
	font-size: 18px;
	text-align:center;
	font-weight:bolder;
}
h3 {
	font-size: 20px;
	background: url(image/subhead.jpg) no-repeat top;
	margin: 40px 0px 30px;
	padding: 20px 0px;
	height: 20px;
	width: 610px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
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;
}


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

body {
	font-size: 18px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background:url(image/bg_01.png) ;
	  text-align:center;
}
#wrapper {
	height: auto;
	margin: 0px auto ;;
	padding: 0px;
	width: 100%;
	background:#;

}
#header {
	height: 1150px;
	background:url(image/bg.png) repeat-x top center;
}
#line {
	height: 5px;
	background:#bd1b2a;
}

#bg1 {

	
}

#sub {
	background:url(image/sub_bg.png) top center;
	text-align:center;
}

#sub2 {
	background:url(image/sub_bg2.png) top center;
	text-align:center;
}


#contents {
	height: auto;
	max-width: 950px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background-color:rgba(255,255,255,0.90);
}
#contents-inner {
	
	margin: 0px auto;
	padding: 50px;
	height: auto;
}
#contents-inner2 {
	
	margin: 0px auto;
	padding: 0 0 0 150px;
	height: auto;
}
/*
ステップ
*/
#form-wrapper {
	height: auto;
	margin: 0px auto;
	padding:80px;
	width: auto;
	background:#f4f2ec;

}

#form-contents {
	height: auto;
	max-width: 950px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background:#fff;
	border:solid 5px #999;
}
#form-contents-inner {
	margin: 0px auto;
	padding: 30px 50px;
	height: auto;
}

/*
商品
*/
#shouhin-wrapper {
	height: auto;
	margin: 0px auto;
	padding:40px 80px;
	width: auto;
	background:url(image/bg2.png) top center;

}

#shouhin-contents {
	height: auto;
	max-width: 950px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background:#fff;
	border:solid 5px #c4a25d;
}
#shouhin-contents-inner {
	margin: 0px auto;
	padding: 15px 90px;
	height: auto;
}


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

#footer {
	margin: 0px;
	padding:  0px;
	height: auto;
	/* width: 700px; */

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


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

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: 670px;

}
.box-top {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: auto;
	width: 670px;
}
.box-bottom {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: auto;
	width: 670px;
}
.box-inner {
	margin: 0px;
	padding: 0px 25px;
	height: auto;
	width: 620px;
}
div.box {
	margin: 30px 0px;
	padding:20px;
	height: auto;
	width: 670px;
}
div.box-inner {
	margin: 5px 0px;
	padding: 25px;
	height: auto;
	width: 620px;
	font-size: 15px;
	background:#fff;
}
div.box-inner2 {
	margin: 5px 0px;
	padding: 25px;
	height: auto;
	width: 620px;
	font-size: 15px;
}
div.block {
	margin: 30px 0px;
	padding: 24px;
	width: 660px;
	background: #F0F0F0;
	border: 1px solid #CCCCCC;
	font-size: 15px;
}
div.block-inner {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 620px;
}



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

.bre{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 750px;
}

div.check {
	margin: 0px auto;
	padding: 50px;
	box-shadow:rgba(156, 156, 156, 0.65098) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(156, 156, 156, 0.65098) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(156, 156, 156, 0.65098) 0px 0px 6px 3px;
}
div.check ul {
}
div.check li {
	list-style: none;
	font-size: 17px;
	font-weight: bold;
	background: url(image/check.png) no-repeat left top;
	padding-left: 40px;
	padding-top:10px;
	padding-bottom:15px;
	margin: 20px 0px;
	word-wrap:break-word;
	list-style-position: outside;
	border-bottom:dotted 1px #333;
}
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: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}


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

.order-left {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 200px;
	text-align: left;
	vertical-align: top;
}
.order-right {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 340px;
	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;
	text-align: left;
	vertical-align: top;
}
.pre-right {
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
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;
}


.bold {
  font-weight: bold;
}

.back-yellow {
  background: #ff0;
}
.red {
  color: #e91024;
}
.underline {
  text-decoration: underline;
}

.big{
	font-size:130%;
	line-height:160%;
}

.big2{
	font-size: 200%;
	font-weight: bold;
	line-height: 120%;
}

.big3{
	font-size:120%;
}


.min{font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}

/*end*/

.center{ display: block;
 margin-left: auto;
 margin-right: auto;}
 

.kougi{
	margin:0 auto;
	box-shadow:rgba(207, 29, 29, 0.65098) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(207, 29, 29, 0.65098) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(207, 29, 29, 0.65098) 0px 0px 6px 3px;
}

.img-righ{
	margin:0 auto;
	float:right;
}
.img-center{
	margin:0 auto;
	display: block;
}

form.fbox {
	position: relative;
	padding:  0 ;
}
form.fbox img {
	position: absolute;
	top: 0;
}
form.fbox div {
	margin: 30px auto 30px;
    width: 760px;
    height: 280px;
    padding: 160px 110px 0;
	background: url("image/form_bg.png") #fff no-repeat;
	
	box-shadow:0px 0px 20px 3px #333;
-moz-box-shadow:0px 0px 20px 3px #333;
-webkit-box-shadow:0px 0px 20px 3px #333;
}

form.fbox div .mail {
	padding: 20px 0;
	font-size: 26px;
	width: 760px;
	margin: 10px 0 15px 0;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#ffffee;
}

form.fbox div .name {
	padding: 20px 0;
	font-size: 28px;
	width: 760px;
	margin: 50px 0 15px 0;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#ffffee;
}

input.withicon {
   background-image: url("image/mail.png") !important;
   background-repeat:no-repeat;
}

form.fbox div .button {
	margin:5px 0;
	text-align:center;
}

form.fbox div .button:hover {
	opacity: 0.6;
}
form.fbox div ul {
	margin: 0;
	text-align:left;
}
form.fbox div ul li {
	font-size: 11px;
	line-height: 18px;
	list-style:none;
}

form.fbox2 {
	position: relative;

}
form.fbox2 img {
	position: absolute;
	top: 0;
}
form.fbox2 div {
	margin: 0 auto 30px;
    width: 780px;
    height: 400px;
    padding: 160px 110px 0;
	background: url("image/form_bg2.png") no-repeat;
	border:double 3px #bd1b2a;
}

form.fbox2 div .mail {
	padding: 20px 0;
	font-size: 28px;
	width: 780px;
	margin: 10px 0 15px 0;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#ffffee;
}

form.fbox2 div .name {
	padding: 20px 0;
	font-size: 28px;
	width: 780px;
	margin: 50px 0 15px 0;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#ffffee;
}

form.fbox2 div .button {
	margin:5px 76px ;
}

form.fbox2 div .button:hover {
	opacity: 0.6;
}
form.fbox2 div ul {
	margin: 0;
	text-align:left;
}
form.fbox2 div ul li {
	font-size: 11px;
	line-height: 18px;
	list-style:none;
}

.form-w{
background: url("image/form_bg3.png") no-repeat;
background-position:center;
height:600px;
}

.tkimg{text-align:center; background:#000;}

.tkimgh{text-align:center; background:#000;}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


hr.style1 {
	border-top: 1px dashed #8c8b8b;
	
}

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

.shouhin{
	padding: 40px;
	margin: 16px;
	border: solid #AAA 1px;
	background:url(image/shouhin_bg.png) no-repeat top center #000;
	color: #FFF;
	
}

.shouhin p{
	padding: 32px 16px 0;
}

.shouhin h1{
	font-size: 24px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	padding-bottom: 16px;
	border-bottom: 1px dotted #8c8b8b;
}

.kinou{
	padding: 16px 0 32px;
	margin: 16px;
	border: solid #CCC 2px;
	background:url(image/shouhin_bg.png) no-repeat top center #000;
	color: #FFF;
	
}

.kinou p{
	padding: 0 48px;
}

.meritto{
	padding:  0;
	margin: 16px;
}

.meritto_bg{

	background:url(image/me_bg.png) repeat-y top center ;
}

.meritto p{
	padding: 0 64px;
}

.tokuten{
	padding: 40px;
	margin: 16px;
	border: solid #AAA 1px;
	background:url(image/tokuten_bg.png) no-repeat top center;
	color: #000;
	
}

.tokuten p{
	padding: 32px 16px 0;
}

.tokuten h1{
	font-size: 24px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	padding-bottom: 16px;
	border-bottom: 1px dotted #8c8b8b;
}