﻿@charset "utf-8";

/* @group Reset */

*{ margin: 0;padding: 0}

a { text-decoration : none}

/* @end */


/* @group Fluid-img */

img { max-width : 100%}

/* @end */
table, td, th {
	padding: 0.3em 0.6em 0.3em 0.6em;
	margin: 0.5em;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	text-align: center;
	white-space: nowrap;
}
	
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
	
.dotite_title {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

h1 {
	font-size: 2em;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: normal;
}
h2 {
	margin-bottom: 0.5em;
	background-color: #1461c2;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 1em;
	letter-spacing: 0.25em;
	margin-top: 1em;
	color: #FFFFFF;
}

h3 {
	background-color: #E1E1FF;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	letter-spacing: 0.2em;
	clear: both;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1em;
}


#wrapper {
	line-height: 1.5em;
	margin: 5em auto 0em auto;
	background-color: #FFFFFF;
	width: 80%;
	max-width: 1200px;
}

#wrapper #catch {
	margin: 1em;
	padding: 1em;
	border: 0.1em solid #000080;
	border-radius: 10px;
}

.red {
	color: #FF0000;
	font-weight: 500;
}

.li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-position: inside;
	list-style-image: url('../img/point_black.png');
}

.yayachisai {
	font-size: 0.8em;
}
.tekisei {
	font-size: 0.7em;
}

.order_border {
	padding: 0.8em;
	margin: 0.3em;
	border: 0.5px solid #808080;
	border-radius: 10px;
	display: inline-block;
	background-color: #F4F4F4;
	line-height: 1.5em;
	text-align: center;
}

.order_border2 {
	padding: 0.8em;
	margin: 0.3em;
	border: 0.5px solid #808080;
	border-radius: 10px;
	display: inline-block;
	background-color: #FFFFFF;
	line-height: 1.5em;
	text-align: center;
}

.bold {
	font-weight: 800;
}

.midashi {
	background-color: #00aa55;
	color: #FFFFFF;
	padding: 1px 2px 1px 2px;
	display: inline-block;
	margin-top: 1em;
}

.film_on_off {
	float: left;
	margin-right: 2em;
	clear: both;
	margin-bottom: 2em;
}
.attention {
	color: #FF0000;
	font-weight: 300;
}


.pc_youtube {
	text-align: center;
	margin: 1em;
}
.waku {
	border: 1px solid #666666;
	margin-top: 1em;
}
.data {
	margin: 0em 1em 1em 1em;
}

ol {
	list-style-position: inside;
}

.faq {
	margin-bottom: 1em;
	border: 1px solid #666666;
	border-radius: 5px;
	padding: 1em;
}
.right_space {
	margin-right: 0.5em;
}
.order_button_side {
	float: left;
}
dt {
	padding-left: 0.5em;
	border: 0.1em solid #FF0000;
	width: 19em;
	margin-top: 1em;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}

.shipping_free {
	border-radius: 6px;
	padding: 0.05em 0.5em 0.05em 0.5em;
	background-color: #04B404;
	color: #FFFFFF;
	margin-left: 0.5em;
	font-size: 0.8em;
}

.headspace {
	margin-top: 2em;
	clear: both;
	margin-right:30px;
}

hr {
	border-top: 1px dashed #8c8b8b;
	width: 80%;
	margin-top:5px;
	margin-bottom:5px;
}


/*--- 表示領域が768px以下の場合に適用するスタイル ---*/
@media screen and (max-width: 768px) {

#wrapper {	
	width: 95%;
}

#youtube {
	margin-top: 1em;
	overflow:auto;
	
}


h1 {
	font-size: 1.2em;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1em;
}
.mobile_youtube {
	margin: 2em 0em 2em 0em;
	overflow: scroll;
	width: 336px;
	height: 189px;
	text-align: center;
}
.order_border_mobile {
	padding: 0.2em;
	border: 0.5px solid #808080;
	border-radius: 10px;
	display: inline-block;
	background-color: #F4F4F4;
	line-height: 2em;
	text-align: center;
}
}
