@media screen and (max-width: 900px){

* {
	margin: 0;
	padding: 0;
}
table{
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
th,td{
	vertical-align: top;
	font-weight: normal;
}
input, textarea, select {
	font-family: sans-serif;
	font-weight: normal;
}
body {
	max-width: 900px;
	margin: 0;
}

/* 画像
─────────────────────────── */

img{
	max-width: 100%;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
}
a img {
	max-width: 100%;
	border: none;
}
.imgl {
	max-width: 50%;
	float: left;
}
.imgr {
	max-width: 50%;
	float: right;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カウントダウンタイマー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#head-bar {
	width: 100%;
}
#head-bar-in {
	width: 100%;
}
.timer{
	width: 100%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1 {
	width: 100%;
	margin: 0;
	display: block;
	-moz-background-size: contain;
	background-size: contain;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* オプトイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#opt_top {
	width: 100%;
	margin: 30px auto 10px;
	clear: both;
	overflow: hidden;
}
#opt_bottom {
	width: 100%;
	margin: 30px 0;
	clear: both;
	overflow: hidden;
}
.opt_head {
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0;
	background: url(img/opt_head.png) bottom no-repeat;
	-moz-background-size: contain;
	background-size: 100% 100%;
	border: none;
	vertical-align: top;
}
.opt_body {
	width: 94%;
	height: 100%;
	margin: 0;
	padding: 0 3% 10px;
	background: url(img/opt_body.png) repeat-y;
	-moz-background-size: contain;
	background-size: 100% 100%;
	border: none;
	vertical-align: top;
}
.opt_foot {
	width: 100%;
	height: 28px;
	margin: 0 ;
	padding: 0;
	background: url(img/opt_foot.png)  no-repeat;
	-moz-background-size: contain;
	background-size: 100% 100%;
	border: none;
	vertical-align: top;
}

/* キャッチ画像
─────────────────────────── */

.catch_img {
	max-width: 100%;
	padding: 0;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* メール入力フォーム
─────────────────────────── */

.opt-form {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
}
.opt-form p {
	width: 80%;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}
table.form {
	width: 85%;
	font-size: 13px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 10px;
	padding: 0;
}
table.form td.left {
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0;
}
table.form td.right {
	vertical-align: top;
	text-align: left;
	padding: 7px 0;
}
input.mail-form {
	font-size: 16px;
	font-weight: bold;
	width: 85%;
	margin: 0;
	padding: 5px 3% 5px 12%;
	text-align: left;
	background: #FFFFFF url(img/mail.png) no-repeat left 8px;
	font-family: 'メイリオ','Meiryo';
}

/* ボタン
─────────────────────────── */
input.btn{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: block;
}

/* プライバシー
─────────────────────────── */

h3 {
	font-size: 14px;
	text-align: left;
	margin: 5px 0;
	clear: both;
}
#about-privacy {
	width: 91%;
	height: 70px;
	overflow: auto;
	font-size: 14px;
	margin: 20px 2% 0;
	padding: 10px 2%;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	clear: both;
}
#about-privacy p {
	font-size: 12px;
	line-height: 180%;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	padding: 5px 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.content-box {
	width: 96%;
	margin: 0 2%;
	padding: 0;
	text-align: left;
	clear: both;
	overflow: hidden;
}
.content-box-right {
	width: 30%;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
	border: 1px solid #E8C699;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
}
.content-box-left {
	width: 68%;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

/* 動画・画像挿入
─────────────────────────── */

.opt-right {
	width: 50%;
	margin: 10px 0 0;
	padding: 5px 0;
	float: right;
}
.opt-right img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.video {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 見出し
─────────────────────────── */

h2 {
	width: 90%;
	font-size: 26px;
	color: #8B2E29;
	margin: 50px 2.5% 30px;
	padding: 20px 2.5% 20px;
	text-align: center;
	background: url(img/h2.png) no-repeat bottom;
	clear: both;
}

/* ブレット１
─────────────────────────── */

#bullet1 {
	margin: 30px 0;
	padding: 0;
	clear: both;
}
.bullet1_head {
	width: 100%;
	height: 13px;
	margin: 0 auto;
	padding: 0;
	background: url(img/bullet1_head.png)  no-repeat;
	-moz-background-size: contain;
	background-size: 100% 100%;
}
.bullet1_body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(img/bullet1_body.png)  repeat-y;
	-moz-background-size: contain;
	background-size: contain;
}
.bullet1_foot {
	width: 100%;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url(img/bullet1_foot.png)  no-repeat;
	-moz-background-size: contain;
	background-size: contain;
}
.bullet1_body ul {
	text-align: left;
	margin: 0 30px 20px;
	padding: 0;
}
.bullet1_body li {
	list-style: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 35px;
	background: url(img/check.png)  no-repeat left 8px;
	border-bottom: 2px dotted #CCCCCC;
}

/* ブレット２
─────────────────────────── */

.bullet2_top {
	margin: 10px 0 0;
	padding: 40px 0 0;
	background: url(img/bullet2_top.png) no-repeat left top;
}
.bullet2_bottom {
	margin: 0 0 40px;
	padding: 0 0 50px;
	background: url(img/bullet2_bottom.png) no-repeat right bottom;
}
ul.bullet2 {
	text-align: left;
	margin: 0;
	padding: 0;
}
ul.bullet2 li {
	list-style: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	text-align: left;
	margin: 0 50px;
	padding: 10px 0 0 35px;
	background: url(img/check.png)  no-repeat left 8px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ソーシャルボタン設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#btn_box{
	position: relative;
	_position: relative;
	width: 98%;
	margin: 0 1%;
	padding: 0;
	background: none;
	overflow: hidden;
}
#btn_box ul{
	position: relative;
	left: 50%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#btn_box ul li {
	position: relative;
	left: -50%;
	margin: 0 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	float: left;
	background: none;
}
#btn_box ul li a{
	display: block;
	text-decoration: none;
}
#btn_box ul li a: hover{
	text-decoration: none;
}
iframe.twitter-share-button {
	width: 70px !important;
}
.g-plusone {
	width: 60px !important;
}
.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table;}
* html .clearfix { height: 1%;}
.clearfix { display: block;} 
}


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

#body-foot {
	font-size: 12px;
	color: #ffffff;
	background-color: #333333;
	border-top: 2px solid #5A5A56;
	clear: both;
}
#body-foot-content {
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 0;
	background-color: #333333;
}
#body-foot-content ul {
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	float: left;
	position: relative;
	left: 50%;
}
#body-foot-content li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 3px 0px 10px 17px;
	background: url(img/mark.png) no-repeat left center;
	position: relative;
	left: -50%;
}
#body-foot-content a { 
	color: #ffffff;
	text-decoration: none;
}
#body-foot-content a: hover {
	color: #FFA500;
	text-decoration: underline;
}
#body-foot-content p {
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 20px 0 0;
	background: url(img/foot-line.png)  repeat-x top;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特定電子メール法に基づく表記 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1#tokuh1 {
	font-size: 18px;
	text-align: left;
	margin: 0 0 10px 2%;
	padding: 0;
}
.law-content {
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	clear: both;
	overflow: hidden;
}
table#law {
	width: 96%;
	height: auto;
	font-size: 13px;
	margin: 0px 2% 30px;
	padding: 0;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 01;
}
table#law td.law-right {
	width: 76%;
	text-align: left;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table#law td.law-left {
	width: 20%;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	background-color: #F8F8F8;
	border-top: 1px solid #CCCCCC;
}
}

/*--------------------------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。

Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
--------------------------------------------------------------------------*/