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

* {
	margin: 0;
	padding:0;
}

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;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

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

h2 {
	width: 90%;
	font-size: 20px;
	color: #8B2E29;
	margin: 0px 2% 30px;
	*margin: 25px 1% 15px;
	padding: 20px 2% 10px;
	text-align: center;
	background: url(img/h2.png) no-repeat bottom;
	clear: both;
}

h3 {
	width: 90%;
	font-size: 20px;
	color: #8B2E29;
	margin: 10px 2% 30px;
	*margin: 25px 1% 15px;
	padding: 20px 2% 10px;
	text-align: center;
	background: url(img/h2.png) no-repeat bottom;
	clear: both;
}

h4 {
	width: 90%;
	font-size: 18px;
	color: #8B2E29;
	margin: 10px 2% 30px;
	*margin: 25px 1% 15px;
	padding: 20px 2% 10px;
	text-align: center;
	background: url(img/h2.png) no-repeat bottom;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツ基本レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

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

.contents {
	width: 98%;
	margin: 0;
	padding: 0;
}

.contents p{
	padding-bottom: 5px;
	padding-left: 5px;
}

.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;
}

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

#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 p {
	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;} 
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* テーブル */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

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-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ファイルは、unlimited affiliate購入者の方のみに使用許可されるものです。
このCSSファイルの無断配布及び商用販売を固く禁じます。

Copyright 株式会社Mithril All rights Reserved.
--------------------------------------------------------------------------*/
