@charset "utf-8";
@import url("common.css");


/*------------------------------------
   .basic
-----------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

header,
footer,
nav,
section,
article {
	display: block;
}

body, div, ol, ul, dl, form {
	margin: 0;
	padding :0;
	list-style: none;
}

body {
	width: 100%;
	color: #333;
	font: normal 100% sans-serif;
	line-height: 1.8;
	font-size: 14px;
	background: url(../image/bg_back_01.jpg) repeat;
}

p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {	border: 0;}

.clearfix:after {
  content: ".";
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a:link {
	color: #03F;
	text-decoration: underline;
}

a:visited {
	color: #03F;
	text-decoration: none;
}

a:hover {
	color: #03F;
	text-decoration: underline;
}

a:active {
	color: #03F;
	text-decoration: none;
}

a:hover img {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

#container {
	margin: 0 auto;
	padding: 0;
	overflow: hidden; /*スマホで幅を戻す為の指定*/
}

header {
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

article {
	width: 100%;
	margin: 0;
	text-align: left;
	background: #fff;
}

article section {
	clear: both;
}

.box_pre {
	text-align: center;
}

h1 {
	padding: 0;
	margin: 0;
	line-height: 0;
	_width: 800px;
}

.switch {
  visibility: hidden;
}

.box_voice .huki {
	background: #e9e8a8;
	background: -moz-linear-gradient(top, #f1f0c4 0%, #f1f0c4 30%, #e9e8a8 100%);
	background: -webkit-linear-gradient(top, #f1f0c4 0%, #f1f0c4 30%, #e9e8a8 100%);
	background: linear-gradient(top, #f1f0c4 0%, #f1f0c4 30%, #e9e8a8 100%);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
}

.box_voice .huki:after {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 15px solid #e9e8a8;/*下向き三角*/
	border-right: 15px solid  transparent;/*左向き三角*/
	border-left: 15px solid transparent;/*右向き三角*/
	border-bottom: 15px solid transparent;/*上向き三角*/
	top: 55px;
	left: 40px;
	content:"";
	display: block;
}

.box_voice .huki p {
	font-size: 110%;
}

.box_voice .stxt {
	font-size: 90%
}

.box_voice .stxt strong {
	font-weight: bold;
	font-size: 110%;
}

.box_stripe p {
	font-size: 105%;
	font-weight: bold;
	background: #ffa;
	margin-bottom: 5px;
	padding: 0.5% 2%;
}

.box_mg div {
	background: #ffe;
	margin: 0 -10px 20px;
	padding: 10px;
	border: solid 1px #ccc;
	font-size: 90%;
}

.box_mg .auther {
	text-align: right;
}

.box_mg .mttl {
	width: 100%;
	font-size: 120%;
	margin-bottom: 20px;
	border-bottom: solid 1px #000;
}

.box_mg li {
	list-style: disc;
	margin-left: 20px;
}

.can_end {
	background: #F93;
	padding: 3px 0;
	margin-bottom: 20px;
	color: #fff;
	font-size: 150%;
	text-align: center;
	font-weight: bold;
}

.form_end {
	font-size: 180%;
	color: #f00;
	text-align: center;
}

.box_movie {
	margin: 0 auto 20px;
	text-align: center;
}

.box_quiz {
	margin: 0 0 10px;
	padding: 0 0 15px;
}

.box_quiz p {
	text-align: center;
	margin-bottom: 10px;
}

.box_quiz .quiz {
	background: url(../image/bg_back_03.jpg) repeat;
	margin: 0 0 15px;
	padding: 10px 0;
}

.box_quiz .box_buy {
	background: #fff;
	padding: 15px;
	margin: 0 10px;
}

.box_buy a {
	display: block;
	width: 46%;
	margin-left: 2.5%;
	_margin-left: 2%;
	text-decoration: none;
	background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #eee 30%, #999 100%);
	background: -webkit-linear-gradient(top, #eee 0%, #eee 30%, #999 100%);
	background: linear-gradient(top, #eee 0%, #eee 30%, #999 100%);
	padding: 15px 0 7px;
	float: left;
	color: #000;
	border: solid 1px #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	text-align: center;
	position: relative;
	behavior: url( PIE.htc );
}

.box_buy a:hover {
	text-decoration: none;
	background: #999;
	background: -moz-linear-gradient(top, #999 0%, #ccc 50%, #ccc 100%);
	background: -webkit-linear-gradient(top, #999 0%, #ccc 50%, #ccc 100%);
	background: linear-gradient(top, #999 0%, #ccc 50%, #ccc 100%);
}

.box_buy .get {
	margin-left: 116px;
}

.box_voice div {
	background: url(../image/bg_stripe.gif) repeat;
	margin: 0 -10px 20px;
	padding: 5px 10px;
}

.box_voice p {
	font-size: 90%;
}

.box_voice p strong {
	color: #f00;
}

.box_voice p.koe {
	text-align: right;
}

.mokuji {
	background: url(../image/201304_30dorei_cov+obi_w500.jpg) no-repeat right 0;
}

.mokuji strong {
	border-bottom: solid 1px #666;
}



/*------------------------------------
   .キャンペーン
-----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
	/*font-family: 'Joti One', cursive;*/
	/*font-family: 'Holtwood One SC', serif;*/
	/*font-family: 'Rammetto One', cursive;*/
	font-family: 'Ultra', serif;
	_font: normal 100% sans-serif;
	_line-height: 1.8;
	color: #f00;
}

ol li span {
	color: #000;
	font-family: sans-serif;
}

.box_form {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
}

.box_form dt {
	width: 12.5em;
	float: left;
	clear: left;
	font-size: 110%;
	font-weight: bold;
	border-left: solid 5px #F39;
	padding: 10px 20px;
	margin-left: 30px;
}

.box_form dd {
	padding: 0;
	margin: 0 0 10px;
	border-bottom: dotted 1px #F39;
}

.box_form dd.answer {
	margin-bottom: 5px;
	border: none;
}

.box_form dd p {
	padding-left: 270px;
}

.box_form dd p.do1 {
	margin-bottom: 7px;
}

.box_form input {
	width: 400px;
	_width: 350px;
	padding: 10px 5px;
	margin: 5px 0 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 2px 2px 5px #999;
	-moz-box-shadow: inset 2px 2px 5px #999;
	-webkit-box-shadow: inset 1px 1px 5px #999;		
	border: solid 1px #ccc;	
}

input:focus {
	background: #ffe;
}

.f_color {
	color: #f00;
	font-weight: bold;
}



/*------------------------------------
 footer
---------------------------------------------------------------------------------------------------*/
footer {
	height: auto;
	margin: 0 auto;
	padding: 20px 0 10px;
	background: #231816;
	color: #fff;
	font-size: 90%;
	text-align: center;
}

footer p {
	font-size: 90%;
	margin-bottom: 10px;
}

footer .company {
	font-size: 120%;
}

footer .f_link {
	margin: 0 auto 20px;
	font-size: 95%;
}

footer .f_link a,
footer .f_link a:active,
footer .f_link a:visited {
	color: #CFF;
	text-decoration: underline;
}

footer .f_link a:hover {
	color: #F00;
}



@media screen and (min-width: 767px) {
/*------------------------------------
 全体構造
---------------------------------------------------------------------------------------------------*/
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0 3px 5px #999;
}

h1 {
	width: 800px;
}

article {
	margin: 0;
	padding: 2% 0 1px;
}

article section {
	margin: 0 6% 70px;
}

h2,
h2.cttl {
	margin-bottom: 2%;
	padding: 1% 6%;
	background: url(../image/h3_10.gif) repeat-x 0 0 #b8000d;
	font-size: 140%;
	color: #fff;
	box-shadow: 0 1px 2px #666;
}

h2.cttl {
	background: url(../image/h2_backpr_23.gif) repeat-x 0 0 #de9811;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

h3 {
	margin-bottom: 2%;
	padding: 1% 6%;
	background: url(../image/cenbtn_06.gif) repeat-x 0 0 #fd6200;
	font-size: 140%;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	box-shadow: 0 1px 2px #666;
}

.box_period {
	margin-bottom: 30px;
	border: solid 1px #f00;
}

.box_period p {
	padding: 10px;
	background: #ffc;
	font-size: 95%;
}

.box_period span {
	font-weight: bold;
	color: #f00;
}

.box_present {
	margin-bottom: 40px;
}

.box_present p {
	text-align: center;
}

.bg_01 {
	background: url(../image/saitou_05.jpg) no-repeat 460px 180px;
}


.box_profile {
	margin-bottom: 20px;
}

.box_profile .bg_pf {
	float: right;
	margin: 0 0 1% 2%;
}

.box_profile p {
	font-size: 90%;
}
	
.box_profile .pname {
	font-size: 120%;
}

/*
.box_campaign ol {
	display: block;
}

.box_campaign li {
	margin-bottom: 3%;
	_letter-spacing: 3px;
}

.box_campaign .box_buy {
	margin: 1% 0 4%;
}

.box_campaign .box_buy a {
	width: 48%;
	margin-left: 1%;
	float: left;
}

.box_buy .amazon a {
	margin-right: 1%;
}

.box_campaign .quiz {
	font: normal 100% sans-serif !important;
	background: #ffc;
	padding: 1% 2%;
	margin-top: 1%;
	font-weight: bold;
}

.box_campaign .quiz p {
	color: #000;
	font-weight: bold;
	margin-right: 1em;
	float: left;
}
*/

.campaign_btn {
	width: 650px;
	margin: 0 auto 40px;
}

.campaign_btn a {
	display: block;
	width: 650px;
	height: 0;
	padding-top: 70px;
	background: url(../image/registration_btn.jpg) no-repeat 0 0;
	overflow: hidden;
}

.campaign_btn a:hover {
	background-position: left -85px;
}

.sub_btn {
	clear: both;
	text-align: center;
}

.box_form input[type="submit"] {
	width: 15em;
	background: url(../image/btn_back_23.gif) repeat-x #e40203;
	margin: 0 auto 3%;
	padding: 1% 0;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	border: solid 2px #f00;
	border-radius: 10px;
	-webkit-border-radius: 10px;  
  -moz-border-radius: 10px;
}

.box_form input[type="submit"]:hover {
	background: url(../image/btn_back_h_23.gif) repeat-x #423e3d;
	text-decoration: none;
	border: solid 2px #666;
}

.box_caution {
	padding: 10px;
	background: #ffc;
	color: red;
}

.box_caution p {
	font-size: 85%;
}

.box_dl {
	margin: 0;
}

.dl_caution {
	margin: 0 5% 5%;
	padding: 10px;
	color: #000;
	background: #ffc;
}

.dl_caution span {
	font-size: 85%;
	color: #f00;
}

.box_dl dt {
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.box_dl dt span {
	font-weight: bold;
	font-size: 120%;
	color: #f00;
}

.box_dl dd {
	text-align: center;
	margin: 5px auto 50px;
	display: block;
}

.box_dl dd a {
	display: block;
	background:  url(../image/btn_back_23.gif) repeat-x #e50203;
	margin: 0 100px 10px;
	padding: 8px 0;
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: solid 3px #f33;
	_border: solid 3px #ab0606;
	border/**/: solid 3px #ab0606\9;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 2px 2px 4px #666;
	position: relative;
	behavior: url("PIE.htc");
}

.box_dl dd a:hover {
	background:  url(../image/btn_back_h_23.gif) repeat-x #44403f;
	color: #fff;
	text-decoration: none;
	border: solid 3px #666;
	position: relative;
	behavior: url("PIE.htc");	
}

.box_fv {
	margin-bottom: 20px;
}

}


@media screen and (max-width: 767px) {
#container {
	width: 100%;
	line-height: 1.6;
}

h1 img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

article {
	padding: 4% 0;
}

h2,
h2.cttl {
	margin-bottom: 5%;
	padding: 4% 3%;
	background: url(../image/h3_10.gif) repeat-x 0 0 #b8000d;
	font-size: 120%;
	color: #fff;
	box-shadow: 0 1px 2px #666;
}

h2.cttl {
	background: url(../image/h2_backpr_23.gif) repeat-x 0 0 #de9811;
}

h3 {
	margin-bottom: 5%;
	padding: 4% 3%;
	background: url(../image/cenbtn_06.gif) repeat-x 0 0 #fd6200;
	font-size: 120%;
	color: #fff;
	box-shadow: 0 1px 2px #666;
}

section {
	margin-bottom: 15%;
}

section p {
	margin: 0 3%;
}

.box_pre {
	text-align: left;
	font-size: 90%;
}

.box_movie {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}

.box_movie iframe,
.box_movie img {
	width: 100%;
}

img.switch {
	width: 100%;
}

.box_period {
	margin-bottom: 6%;
}

.box_period p {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	padding: 3%;
	background: #ffc;
	font-size: 90%;
	border: solid 1px #f00;
}

.box_period span {
	font-weight: bold;
	color: #f00;
}

.box_present {
	margin-bottom: 7%;
}

.box_present p {
	text-align: left;
}

.bg_01 {
	background: url(../image/saitou_05.jpg) no-repeat bottom center;
	padding-bottom: 280px;
}

.box_caution {
	margin: 0 3%;
	padding: 2% 0;
	background: #ffc;
	color: red;
}

.box_caution p {
	font-size: 85%;
}

.box_profile {
	margin-bottom: 0 !important;
}

.bg_pf {
	text-align: center;
}

.box_profile p {
	font-size: 90%;
}

.box_profile p.pname {
	font-size: 110%;
	margin-bottom: 1%;
}

.box_stripe p {
	font-size: 100%;
	margin: 0 1% 1%;
	padding: 1% 2%;
}

.box_campaign .quiz {
	font: normal 100% sans-serif !important;
	background: #ffc;
	padding: 1%;
	margin: 3% 0;
	font-weight: bold;
}

.box_campaign .quiz p {
	color: #000;
	font-size: 110%;
	font-weight: bold;
	float: none;
}

.box_campaign ol {
	margin: 0 3%;
}

.box_campaign li {
	list-style-position: inside;
	margin-bottom: 6%;
}

.box_buy {
	margin: 0 10%;
}

.box_buy a {
	width: 100%;
	margin: 2% 0;
}

.box_buy .get,
.box_buy .get img {
	width: 100%;
	margin: 0;
}

.box_privilege img {
	width: 100%;
}

.box_campaign .quiz {
	background: #ffc;
	padding: 1% 2%;
	margin-top: 1%;
	font-weight: bold;
	color: #000;
}

.box_campaign .quiz .txt {
	color: #f00;
}

.box_voice div {
	background: url(../image/bg_stripe.gif) repeat;
	margin: 0 -10px 20px;
	padding: 5px 10px;
}

.box_voice p {
	font-size: 90%;
}

.box_voice p.koe {
	text-align: right;
}

.box_form dt {
	width: auto;
	margin: 0 8%;
	padding: 0;
	border: none;
}

.box_form dd {
	margin: 0 8% 3%;
	padding: 0 0 2%;
}

.box_form dd.answer {
	border: none;
	margin-bottom: 0;
}

.box_form dd p {
	padding: 0;
	margin: 0;
	text-align: left;
}

.sub_btn {
	text-align: center;
}

.box_form dd input[type="text"] {
	width: 100%;
	padding: 4% 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 2px 2px 5px #eee;
	-moz-box-shadow: inset 2px 2px 5px #eee;
	-webkit-box-shadow: inset 1px 1px 5px #ccc;		
	border: solid 1px #ccc;	
}

.box_form input[type="submit"] {
	display: block;
	width: 50%;
	margin: 0 auto 4%;
	padding: 2% 0;
	background: url(../image/btn_back_23.gif) repeat-x #e40203;
	font-weight: bold;
	font-size: 160%;
	color: #fff;
	box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	border: solid 2px #f00;
	border-radius: 10px;
	-webkit-border-radius: 10px;  
  -moz-border-radius: 10px;
	overflow: hidden;
}

.box_form input[type="submit"]:hover {
	background: url(../image/btn_back_h_23.gif) repeat-x #423e3d;
	text-decoration: none;
	border: solid 2px #666;
}

.box_form p {
	text-align: left;
	margin-bottom: 4%;
}

.campaign_btn {
	width: 80%;
	margin: 0 auto 15%;
	text-align: center;
}

.campaign_btn a {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	display: block;
	width: 100%;
	background: url(../image/cenbtn_05.gif) repeat-x #ce7905;
	padding: 3% 0;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	border: solid 2px #f49c06;
	border-radius: 25px;
	-webkit-border-radius: 25px;  
  -moz-border-radius: 25px;
	box-shadow: 1px 2px 2px #ccc;
}

.campaign_btn a:hover {
	background: url(../image/cenbtn_11.gif) repeat-x #d851b0;
	color: #fff;
	border: solid 2px #ff21d4;
}

.box_mg {
	margin: 0;
	padding: 3% 0;
	font-size: 90%;
	border-left: none;
	border-right: none;
}

.box_mg .auther {
	text-align: left;
}

.box_mg li {
	margin: 0 4% 1% 8%;
}

.mokuji {
	background: url(../image/201304_30dorei_cov+obi_w179.jpg) no-repeat top center;
	padding-top: 290px;
}


.mokuji ul {
	margin-left: 3%;
}

.mokuji dl {
	font-size: 90%;
	margin: 0 4%;
}

.mokuji dt {
	width: 3.5em;
	float: none;
	font-weight: bold;
}

.mokuji dd {
	margin: 0 0 3%;
}

.box_dl {
	margin-bottom: 0;
}

.dl_caution {
	margin: 0 1% 6%;
	padding: 3% 2%;
	color: #000;
	background: #ffc;
	font-size: 85%;
}

.dl_caution span {
	color: #f00;
}

.box_dl dl {
	margin: 0;
}

.box_dl dt {
	font-weight: 600;
	text-align: center;
}

.box_dl img {
	width: 100%;
}

.box_dl dt span {
	font-weight: bold;
	color: #f00;
}

.box_dl dd {
	width: 96%;
	margin: 0 auto 10%;
}

.box_dl dd a {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	display: block;
	background:  url(../image/btn_back_23.gif) repeat-x #e50203;
	margin: 1% 10% 6%;
	padding: 2% 0;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: solid 3px #f33;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 2px 2px #666;
	position: relative;
	behavior: url("PIE.htc");
}

.box_dl dd a:hover {
	background:  url(../image/btn_back_h_23.gif) repeat-x #44403f;
	color: #fff;
	text-decoration: none;
	border: solid 3px #666;
	position: relative;
	behavior: url("PIE.htc");	
}

.box_dl dd iframe {
	width: 100%;
}

.box_fv {
	margin-bottom: 5%;
	font-size: 90%;
}

footer {
	/*box-shadow: 0 1px 2px #999 inset;*/
}

footer p {
	font-size: 85% !important;
	padding: 0 1%;
}

}
