@charset "utf-8";
/*------------------------------------
	.basic
----------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

header,
footer,
nav,
section,
article {
	display: block;
}

body, div, ol, ul, dl, form {
	margin: 0;
	padding :0;
	list-style: none;
}

body {
	width: 100%;
	background: #fff;
	color: #333;
	font: normal 100% sans-serif;
	font-size: 16px;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
}

p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {	border: 0;}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  overflow: hidden;
  height: 1px;
  /*\*//*/
  height: auto;
  /**/
}

a:link {
	color: #03F;
	text-decoration: underline;
}

a:visited {
	color: #03F;
	text-decoration: none;
}

a:hover {
	color: #03F;
	text-decoration: underline;
}

a:active {
	color: #03F;
	text-decoration: none;
}

a:hover img {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

#container {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

h2 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
	color: #000;
	text-align: center;
	font-size: 200%;
	line-hegight: 1;
}

h2 span {
	font-weight: normal !important;
	font-size: 14px;
}
	
#container {
	margin: 0 auto;
	width: 100%;
}

article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
}

section {
	clear: both;
	margin: 0 0 40px;
}

.in {
	width: 960px;
	margin: 0 auto;
}

.small { width: 800px !important;}

img.bg_01 {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

.sizea { font-size: 110%;}
.sizeb { font-size: 120%;}
.sizec { font-size: 130%;}
.sized { font-size: 140%;}
.sizeL { font-size: 170%;}
.sizeLL { font-size: 250%;}


@media screen and (max-width: 800px) {
#container { width: 100%;}

h2 { font-size: 150%;}

.in {
	box-sizing: border-box;
	padding: 0 5%;
	width: 100%;
}

section p {	margin: 0 0 10px;}

.small { width: 100% !important;}
}

@media print, screen and (max-width: 640px) {
.sizea { font-size: 110%;}
.sizeb { font-size: 120%;}
.sizec { font-size: 130%;}
.sized { font-size: 140%;}
.sizeL { font-size: 150%;}
.sizeLL { font-size: 200%;}

h1 { margin-bottom: 10px;}

section {
	clear: both;
	margin: 0 0 40px;
}

section p {	margin: 0 0 20px;}

img.bg_01 {
	float: none;
	margin: 0 auto 20px;
}
}

@media screen and (max-width: 480px) {
body {
	font-size: 14px;
	background-size: 100%;
}

h2 {
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

h2 span {	font-size: 12px;}
	
article {
	width: 100%;
	margin: 10px auto 0;
	padding: 0;
	text-align: left;
}

img.bg_01 {
	float: none;
	width: 90%;
	margin: 0 auto 10px;
}
}





/*------------------------------------
 header
------------------------------------*/
header {
	position: relative;
	margin: 0 auto 30px;
	padding: 0 0 10px;
	text-align: center;
	background: url(../images/h1_back.jpg) no-repeat;
	line-height: 0.9;
}

.fdate {
	background: #000;
	margin: 0 auto 5px;
	padding: 20px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

h1 { font-size: 120%;}

h1 span { color: #f26130;}

.fdate .mth {
	font-size: 140%;
	font-size: 110%;
	background: #ff9326;
	padding: 5px 10px;
	border-radius: 3px;
	line-height: 1.5;
}

h1,
.fdate .mth { display: inline-block;}

.img {
	width: 100%;
	max-width: 100%;
}

.h1_txt {
	line-height: 1;
	max-width: 100%;
}

@media screen and (max-width: 800px) {
header { background-position: -500px 0;}

.fdate { font-size: 100%;}
}

@media screen and (max-width: 640px) {
h1 {
	font-size: 140%;
	margin: 0 auto 15px;
	text-align: center;
}
}



/*------------------------------------
 sns
---------------------------------------------------------------------------------------------------*/
.sns {
	clear: both;
	display: table;
	margin: 20px auto 0;
	text-align: center !important;
}

.shere_box {
	box-sizing: border-box;
	background: rgba(255,255,255,0.6);
	border: solid 1px #ccc;
	margin: 0 auto 20px;
	padding: 10px;
	width: 750px;
}

.shere_box p {
	color: #333;
	font-size: 80%;
	text-align: center !important;
}

.sns li {	display: table-cell;}

.twitter-share-button { margin-right: 20px;}

.fb-like {
	line-height: 0.6 !important;
	padding: 0 !important;
	margin: 0 20px 0 0 !important;
}

div#___plusone_0 {
	width: 180px !important;
}

iframe.hatena-bookmark-button-frame {
	margin: 0 20px 0 0 !important;
}



@media print, screen and (max-width: 800px) {
.shere_box {
	margin: 1px 10%;
	width: auto !important;
}
}


@media print, screen and (max-width: 640px) {
.sns {
	display: block;
	margin: 10px auto 0;
}

.sns li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.sns li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.twitter-share-button,
iframe.hatena-bookmark-button-frame { margin: 0 !important;}

.fb_iframe_widget > span {
	margin: 0 !important;
  vertical-align: baseline !important;
}
}


/*------------------------------------
 tokuten
------------------------------------*/
.md_box { 
	background: #ffe5cb;
	padding: 20px 0;
}

.shou_box {
	margin: 0 auto 30px;
	overflow: hidden;
}

.shou_box img {
	width: 48%;
	float: left;
	margin: 0 1%;
}

.tokuten {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f9f8f0;
	box-shadow: 0 3px 3px #999;
	border: double 3px #8b6e08;
	border-radius: 3px;
	width: 49%;
	margin: 0 1% 20px 0;
	float: left;
	position: relative;
	
}

img.medal {
	width: 250px;
	position: absolute;
	right: -2px;
	top: 2px;
}

.tokuten { background: url(../images/fabric-1094003_back.jpg) repeat;}

.tokuten dt {
	background: #f26130;
	padding: 10px;
	font-size: 160%;
	font-weight: bold;
	color: #fff;
}

.tokuten dt span {
	background: #fff;
	color: #dd2726;
	padding: 5px 10px;
}

.tokuten dd {
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
}

.tokuten dd img {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

.tokuten dd span {
	font-size: 110%;
	color: #f00;
}

.tk_txt {
	box-sizing: border-boxs;
	clear: both;
	font-size: 80%;
	margin: 0 auto;
}

.tk_txt li {
	margin: 0 0 3px 1em;
	text-indent: -1em;
}

@media screen and (max-width: 800px) {
.shou_box {
	width: 100%;
}

.shou_box img {
	display: block;
	width: 90%;
	float: none;
	margin: 0 auto 20px;
}

.tokuten {
	width: 100%;
	margin: 0 0 20px;
	font-size: 110%;
}

.tokuten dd img {
	right: 10px;
	width: 48%;
}

.tk_txt {	width: 100%;}
}



/*------------------------------------
 step
------------------------------------*/
.step_all {
	margin: 0 0 20px;
	text-align: center;
}

.step {
	box-sizing: border-box;
	background: #f4f4f4;
	padding: 10px;
	margin-bottom: 10px;
}

.step p.sttl {
	color: #333;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}

.step p.sttl span {
	padding: 5px;
	background: #999;
	color: #fff;
}

.app_txt {
	font-weight: bold;
	color: #039;
	margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
.step p.sttl { margin-top: 5px;}

.step p { margin-bottom: 5px;}
}





/*------------------------------------
 form
------------------------------------*/
.form_box {
	background: #eee;
	padding-bottom: 30px;
}

.form_box h2 {	padding: 20px 0 1px;}

.form_box table {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

.form_box td {
	display: block;
	box-sizing: border-box;
	padding-bottom: 10px;
	width: 100%;
}

.form_box input {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: rgba(204,204,204,0.5);
}

.box_form input::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
}

.box_form input:-ms-input-placeholder {
	color: #999;
	font-weight: normal;
}

.box_form input::-moz-placeholder {
	color: #999;
	font-weight: normal;
}

input:focus {	background: #ffe;}

.f_color {
	color: #f00;
	font-weight: bold;
}

.sub_btn { margin: 0 auto 10px;}

.sub_btn input {
	display: block;
	width: 80% !important;
	margin: 10px auto 0;
	padding: 15px 10px;
	background: #e54e1b;
	/*
	background: -moz-linear-gradient(top, #f26130 50%, #e54e1b 51%);
	background: -webkit-linear-gradient(top, #f26130 50%, #e54e1b 51%);
	background: linear-gradient(top, #f26130 50%, #e54e1b 51%);
	*/
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: solid 1px #C30;
	border-radius: 5px !important;
	/*box-shadow: 1px 1px 3px #e37a0a !important;*/
}

.sub_btn input:hover {
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

.end {
	text-align: center;
	font-size: 230%;
	font-weight: bold;
	color: #f00;
}

.att_txt { margin: 0 5%;}
	
.att_txt li {
	font-size: 80%;
	margin-left: 1em;
	text-indent: -1em;
}


/*------------------------------------
 book
------------------------------------*/
.kz {
	margin: 0 5% 40px;
	text-align: center;
}

.kb_box {
	width: auto;
	padding: 0;
	margin: 0 auto;
	margin-left: 1%;
	border-collapse: collapse !important;
}

.kb_box tr { display: inline;}

.kb_box td {
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 19.5%;
	margin: 0;
	padding: 0 0.5% 30px;
	vertical-align: top;
}

.kb_box img.tm {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto 5px;
	border: solid 1px #ccc;
}

.kb_box td p { margin: 0 0 2px;}

.kb_box td .bttl {
	color: #933;
	font-size: 90%;
	font-weight: bold;
}

.kb_box td .auther { font-size: 80%;}
.kb_box td .price { font-size: 90%;}
.kb_box td .price span.saleprice {
	color: #f00;
	font-size: 120%;
	font-weight: bold;
}

.kb_box td .buy a {
	padding-left: 15px;
	background: url(../images/sarrow_01.png) no-repeat 0 1px;
	color: #00F;
	font-size: 80%;
}


@media screen and (max-width: 800px) {
.kb_box img.tm { max-height: 200px !important;}

.kb_box td .bttl { font-size: 90%;}

.kb_box td .price { font-size: 80%;}

.kb_box td .price span.saleprice { font-size: 110%;}
}

@media screen and (max-width: 640px) {
.kb_box {
	padding: 0;
	margin: 0 1% 0 2%;
	display: block;
}

.kb_box tr { display: inline;}

.kb_box td {
	width: 32.5%;
	padding: 0 0 30px;
	display: inline-block; 
	text-align: center;
}

.kb_box img.tm {
	display: block;
	text-align: center;
	margin: 0 auto 5px;
}

.kb_box td p { margin: 0 2px;}
}

@media screen and (max-width: 480px) {
.kb_box td { width: 49%;}
}


/*------------------------------------
 footer
---------------------------------------------------------------------------------------------------*/
.br1 { border-top: solid 1px #ccc;}

footer {
	height: auto;
	margin: 0 auto;
	padding: 15px;
	color: #333;
	font-size: 80%;
	text-align: left;
}

footer p { margin-bottom: 3px;}

.f_link {
	float: right;
	margin: 0 auto 10px;
	font-size: 80%;
	color: #333 !important;
}

.f_link a,
.f_link a:active,
.f_link a:visited {
	color: #333 !important;
	text-decoration: underline !important;
}

.f_link a:hover {
	color: #F00 !important;
	text-decoration: underline !important;
}

.com_box { float: left;}

@media print, screen and (max-width: 800px) {
footer {
	font-size: 80%;
	text-align: center;
}

.f_link,
.com_box {
	float: none;
	font-size: 90%;
}

.add { display: none;}
}


/*------------------------------------
 page-top
------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	display: block;
	background: rgba(51,51,51,0.6);	
	border: solid 1px #ccc;
	border-radius: 50px;	
	color: #fff;
	font-weight: bold;
	padding: 2px 6px;
	text-align: center;
	text-decoration: none;
}

#page-top a:hover {
	opacity: 0.7;
	transtision: 0.3s;
}

@media screen and (max-width: 800px) {
#page-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
}
