@charset "UTF-8";
/*****************************************************

    全ての要素をリセット

*****************************************************/
.-----reset-----{}
html {
	overflow-y: scroll;
}
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;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table { border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{
	vertical-align: middle;
}
.line {font-size:1px;line-height:1px;}

/*--- default */
body {
	background-color: #fff;
	color: #333;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	text-align: center;
	min-width: 100%;
}
body td,body th{
    font-size:16px;
}
table{
    border-collapse:collapse;
}
/*フロートクリア*/
.clearfix:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
overflow: hidden;
 }
.clearfix {
 overflow: hidden;
 position:relative; /* Dw表示用 */
	} 
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear {
	clear:both;
		} 
/*ボタン透過*/
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.btn a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
ul.sns-btn a li.facebook a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
/*****************************************************

    共通

*****************************************************/
.-----share-----{}
.max-90p {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.max-80p {
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.txt-mark-yellow {
	background-color: #ffeb99;
}
.txt-red {
	color: #cc0000;
}
.txt-red-b {
	color: #cc0000;
	font-weight: bold;
}


.txt-red-underline-b {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}
.txt-blue-underline-b {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
.txt-underline {
	text-decoration: underline;
}
.txt-underline-b {
	text-decoration: underline;
		font-weight: bold;
}
.txt-blue-b {
	color: #0066CC;
	font-weight: bold;
}
.txt-blue {
	color: #0066CC;
}
.txt-blue-b-l {
	color: #0066CC;
	font-weight: bold;
	font-size: 30px;
}
.txt-blue-mark-yellow {
	color: #0066CC;
	background-color: #FFFF99;
}
.txt-right {
	text-align: right;
}
.bar_02 {
	margin-bottom:40px;
	background-color:#000;
	width:100%;
}
.-----timer-----{}
.timer {
/*background-color: #000000;
	color: #FFFFFF;
		text-align: center;
	padding: 10px;*/
	-webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.75);
	margin:0 !important;
	padding:0 !important;
	top: 0 !important;
	/*position: relative;
	z-index: 1000;
	margin-bottom: 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	top: -15px;*/
}
  .timer p {
    font-size: 20px;
    margin:0 auto;
    width: 50%;
}
#timer .mb-0 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	color: #ffffff;
	text-align: center;
}
.timer_wrap {
    position: fixed;
    width: 100%;
    background-color: #000;
    z-index: 1000;
}
.timer_wrap .timer .timer__body {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
}
.timer img {
    position: relative;
    bottom: 4px;
}
.timer span {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.bonus-box_last {
    border-bottom: none !important;
}
h2 {
	font-size: 2.5em;
    text-align: center;
    color: #bf0915;
    margin-bottom: 10px;
}
.content-box p {
    width: 88%;
}
.tsuishin_box {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}
.about_price {
	padding-top: 20px;
    padding-bottom: 20px;
}
.inyo {
    text-align: right;
    font-size: 14px;
    font-style: italic;
    font-family: sans-serif;
}

.bonus2 {
	width:100%;
	box-sizing: border-box;
}

.bonus2 img {
	width:100%;
}