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

* {
	margin: 0;
	padding:0;
}

body {
	max-width: 470px;
	font-size: 14px;
	text-align: center;
	background: #FDF6E6;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
}

p {
	font-size: 14px;
	line-height: 160%;
	padding: 0 0 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a {
	color: #0000ff;
	text-decoration: underline;
}

a:link,a:visited,a:active {
	color: #0000ff;
}

a:hover {
	color: #ff9900;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}
.gray1 { color: #C0C0C0}

.b { font-weight: bold; }

.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }

.line { background: #ffff00; }

strong{ font-weight:bold; }
em{ font-weight:bold; }

.dotted { border-bottom:dotted 1px; }


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

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


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

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

h2 {
	width: 92%;
	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: 92%;
	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;
}

h4 {
	width: 92%;
	font-size: 16px;
	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;
}


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

#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: 92%;
	margin: 0 4%;
	padding: 0;
	text-align: left;
	clear: both;
	overflow: hidden;
}
.content-box-right {
	width: 94%;
	margin: 0 3% 18px;
	padding: 0;
	text-align: left;
	clear: both;
	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: 94%;
	margin: 0 3%;
	padding: 0;
	text-align: left;
	clear: both;
}

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

#bullet1 {
	margin: 30px 0;
	padding: 0;
	clear: both;
}
.bullet1_head {
	width: 98%;
	height: 13px;
	margin: 0 auto;
	padding: 0;
	background: url(img/bullet1_head.png)  bottom  no-repeat;
	-moz-background-size: contain;
	background-size: contain;
}
.bullet1_body {
	width: 98%;
	margin: -10px auto 0;
	padding: 0;
	background: url(img/bullet1_body.png)  repeat-y;
	-moz-background-size: contain;
	background-size: contain;
}
.bullet1_foot {
	width: 98%;
	height: 12px;
	margin: 0 auto;
	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 15px 10px;
	padding: 0;
}
.bullet1_body li {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-align: left;
	margin: 0 0 5px;
	padding: 5px 0 5px 35px;
	background: url(img/check.png)  no-repeat left 4px;
	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 40px;
	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: 16px;
	font-weight: bold;
	line-height: 32px;
	text-align: left;
	margin: 0 40px 5px;
	padding: 1px 0 0 35px;
	background: url(img/check.png)  no-repeat left 0;
}


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

#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 {
	width: 100%;
	font-size: 11px;
	color: #ffffff;
	background-color: #333333;
	border-top: 2px solid #5A5A56;
	clear: both;
}
#body-foot-content {
	width: 100%;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #333333;
}
#body-foot-content ul {
	width: 100%;
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
}
#body-foot-content li {
	width: 50%;
	list-style-type: none;
	float: left;
	text-align: center;
	margin: 0;
	padding: 3px 0px 10px;
	background: url(img/mark.png) no-repeat left center;
	position: none;
	left: 0;
}
#body-foot-content a { 
	color: #ffffff;
	text-decoration: none;
}
#body-foot-content a: hover {
	color: #FFA500;
	text-decoration: underline;
}
#body-foot-content p {
	width: 90%;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	margin: 0 5%;
	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: 66%;
	text-align: left;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table#law td.law-left {
	width: 30%;
	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.
--------------------------------------------------------------------------*/
