@charset "utf-8";

/*////////////////////////////////////////////////////////////

サイト全体の基本設定

////////////////////////////////////////////////////////////*/

/* = 基本 style
-------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 100%;
	font-size: 12pt;
	color: #000000;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align:bottom;
}
#main .left {
	float: left;
	margin: 0 20px 20px 0;
}
/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* = 画像 style
-------------------------------------------------------------- */
/* = リンク色 style
-------------------------------------------------------------- */
a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #0085cd;
	outline:none;
}
a:hover {
	color: #215b7a;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}

/* = リスト表示位置 style
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
/*////////////////////////////////////////////////////////////

レイアウトの基本設定

////////////////////////////////////////////////////////////*/
/* -- サイト全体幅指定 -- */
#wrapper,
#navi,
#main,
#footer,
#header {
	width: 100%;
}
.in_container {
	margin: auto;
	width: 900px;
}
/* -- サイト全体幅指定 -- */
#wrapper {
	z-index: 0;
	position: absolute;
}
#header {
	position: relative;
	z-index: 1;
}
#main {
	position: static;
	z-index: 0;
	margin-top: -60px;
}
#footer {
	position: relative;
	z-index: 0;
}

/*////////////////////////////////////////////////////////////

ヘッダー詳細設定

////////////////////////////////////////////////////////////*/
#header {
	background-image: url(image/BK_header-img.png);
	background-repeat: repeat-x;
	background-position: center 95px;
}
#header .title {
	background-color: #881803;
	background-image: url(image/BK_header-title.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header .images {
	width: 1040px;
	margin: 0 auto;
}

/*////////////////////////////////////////////////////////////

メイン詳細設定

////////////////////////////////////////////////////////////*/
#main .in_container {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#main .container {
	padding: 40px 40px 0 40px;
}
#main ul {
	margin: 0 0 10px 20px;
}
#main ul li {
	margin: 0 0 20px 0;
}
#main p {
	font-size: 12pt;
	line-height: 1.4em;
	margin: 0 0 30px 0;
}
#main h2,
#main h3 {
	margin: 0 0 30px 0;
}
#main .button a:link,
#main .button a:visited,
#main .button a:active {
	position:relative;
	cursor:pointer;
	display:inline-block;
	z-index: 1;
}
#main .button a:hover {
	opacity: 0.8;
}
.button img {
	position:absolute;
	border:0;
}
/* = 各種block設定
-------------------------------------------------------------- */
#main .block {
	padding: 40px 40px 80px 40px;
}
/* -- block区切り背景 -- */
#main .gray {
	background-image: url(image/BK-01.gif);
	background-repeat: repeat;
}
#main .wb {
	background-image: url(image/BK_contents-01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 80px 40px 80px 40px;
}
#main .bg {
	color: #FFFFFF;
	background-color: #170B0B;
	background-image: url(image/BK_contents05.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main .gw {
	background-image: url(image/BK_contents02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main .wg {
	background-image: url(image/BK_contents01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main .end {
}
#main .goods {
}
#main .voice {
	background-image: url(image/voice_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main .voice .back {
	background-image: url(image/voice_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* = 文字飾り設定
-------------------------------------------------------------- */
#contents .large1 {
	font-size: 28pt;
	font-weight: bold;
}
#contents .large2 {
	color: #FF6600;
	font-size: 28pt;
	font-weight: bold;
}
#contents .large3 {
	color: #000;
	font-size: 28pt;
	font-weight: bold;
}
#contents .large_red {
	color: #B62B2B;
	font-size: 28pt;
	font-weight: bold;
	line-height: 1.3em;
}
#contents .black {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24pt;
	color: #000;
}
#contents .red {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	color: #B62B2B;
}
#contents .yellow {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	color: #CC0000;
	background-color: #FFFF00;
}
#contents .yellow01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16pt;
	color: #CC0000;
	background-color: #FFFF00;
}
#main .asterisk {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11pt;
	color: #FF6600;
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px 0;
}
/* = 転機設定
-------------------------------------------------------------- */
/* -- 転機－会話設定 -- */
.chat {
	font-size: 14pt;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.chat dt {
	margin: 0 0 20px 0;
}
.hara {
	background-image: url(image/icon_hara.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 640px;
	height: 80px;
	margin: 0 auto 20px auto;
	padding: 0 0 0 100px;
	line-height: 1.4em;
}
.chat .men {
	background-image: url(image/icon_men.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 640px;
	height: 80px;
	margin: 0 auto 20px auto;
	padding: 0 0 0 100px;
}
/* = お客様の声　設定
-------------------------------------------------------------- */
.voice dl {
	background-color: #FFF;
	margin: 0 0 40px 0;
	padding: 20px;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	background-color:rgba(255,255,255,0.65);
}
.voice dt {
	font-size: 10pt;
	font-weight: bold;
	color: #FF6600;
}
.voice dd {
	font-size: 12pt;
	line-height: 1.4em;
}
/* = 商品内容　設定
-------------------------------------------------------------- */
.goods {
	position: relative;
}
.goods .container div {
	border: 1px dotted #000000;
	margin: 50px 0;
	padding: 30px 30px 0px 30px;
	position: relative;
}
.goods .container div h3 {
	color: #FFFFFF;
	background-color: #AD2B2B;
	width: 310px;
	margin: 0 0 20px 0;
	padding: 20px;
	position: absolute;
	z-index: 0;
	left: -1px;
	top: -1px;
}
.goods .container div h4 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #999;
}
.goods .container div div {
	border: none;
	padding: 0;
}
.goods .container div img {
	float: right;
	margin: 0 0 0 20px;
}
/* = 特典　設定
-------------------------------------------------------------- */
#main .special table {
	background-color: #333;
	margin: 0 auto 0 auto;
}
#main .special table caption {
	text-align: center;
	margin: 20px 0 20px 0;
}
#main .special table th {
	font-weight: normal;
	background-color: #F9F9F9;
	text-align: left;
	width: 130px;
	padding: 20px;
}
#main .special table td {
	background-color: #FFFFFF;
	padding: 20px;
}
#main .special .offer_01 {
	background-image: url(image/h3_special_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 450px;
	margin: 0 0 30px 0;
	padding: 200px 370px 30px 0;
}
/* = プレスリリース　設定
-------------------------------------------------------------- */
.press_release {
	background-image: url(image/pressrelease.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 130px 40px 18px 400px;
}
.press_release dl {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
}
.press_release dt {
	font-weight: bold;
}
.press_release dd {
	margin: 0 0 5px 0;
}
/* = プロセス　設定
-------------------------------------------------------------- */
.gray .block_process {
	background-image: url(image/BK_process.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 40px 40px 80px 40px;
}
.process li {
	list-style-type: none;
	background-image: url(image/process_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 10px 40px;
}
dl.process {
	background-color: #FFF;
	margin: 0 0 30px 0;
	padding: 20px;
	position: relative;
	z-index: 0;
	background-color:rgba(255,255,255,0.65);
}
.process dt {
	font-size: 21pt;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 20px 0;
	top: 0;
	position: absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom: 5px double #FF6600;
}
.process dd {
	font-size: 11pt;
	line-height: 1.4em;
	padding: 50px 0 0 0;
}
.process dt span {
	font-size: 60pt;
	font-style: italic;
	margin: 0 20px 0 0;
	color: #FF6600;
}
/* = その他設定
-------------------------------------------------------------- */
/* -- YouTube設定 -- */
.YouTube {
	width: 640px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}
.YouTube iframe {
	width: 640px;
	height: 480px;
	margin: 0 0 20px 0;
}
#footer {
	font-size: 10pt;
	color: #FFF;
	background-color: #333;
	text-align: right;
	padding: 20px 0;
}
#footer ul {
}
#footer ul li {
	float: right;
	list-style-type: none;
	margin: 0 20px 20px 0;
	text-align: center;
}