/* ##### GENERAL CLASS ##### */
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
	font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}


body {
	background: url(../img/bg.gif) left center repeat;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #333;
	min-width: 1000px;
	_display: inline;
	_zoom:1;}
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}
a:focus {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
iframe {
	border: 0;
}
p {
	margin: 0;
}
.no-margin{ margin:0;}

h1, h2, h3, h4, h5, h6, .section-title, .form-group label {
	margin: 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 1.4;
}
img { vertical-align: bottom; }
a:hover img { opacity: 0.8; }

.right {
	float: right;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}

.tc {
	text-align: center !important;
}



blockquote {
	border-color: #dedede;
}
/* -----------------------------------------------------------------------------
** clearfix
----------------------------------------------------------------------------- */
.clearfix {
	overflow: hidden;
	}
	
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	}
/*\*/
* html .clearfix {
	height: 1em;
	overflow: visible;
	}
/**/






/* box
----------------------------------------------------------*/
.box {
	background: #FFFFFF;
	width: 1000px;
	margin: 0 auto;
}



h2 {
	background: #d6d7db;
	padding: 30px 0;
}

.information {
	padding: 50px 0;
	text-align: center;
}
.caution {
	border: 2px solid #ffd0d6;
	width: 700px;
	margin: 30px auto 0;
	padding-bottom: 15px;
}
.caution h3 {
	background: #ffd0d6;
	color: #F00;
	font-weight: bold;
	font-size: 150%;
	padding: 5px;
}
.caution p {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
	text-align: left;
	padding:15px 20px 0;
	background: #FFF;
}

.design p {
	padding: 30px 0 70px;
}


.waresize .comment {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.impressions .txt {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 50px;
	text-align: left;
}

.spec table {
	width: 700px;
	margin: 30px auto 50px;
}
.spec table th,
.spec table td {
	padding: 15px 20px;
	vertical-align: top;
	text-align: left;
	font-size: 90%;
}
.spec table th {
	background: #fcc000;
	border-bottom: #FFF 1px solid;
	white-space: nowrap;
	font-weight: normal;
}
.spec table th.sub {
	background: #d6d7db;
	font-weight: normal;
	text-align: center;
	padding: 5px;	
	border-right: #FFF 1px solid;
}
.spec table th.sub:last-child {
	border-right: 0;
}
.spec table td {
	border: #d6d7db 1px solid;
}
.spec table td p {
	background: #FFF;
}
.spec table .take td {
	text-align: center;
	padding: 5px;	
}

.spec table td a.btn {
	display: block;
	background: #000;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.spec table td a.btn:hover {
	background: #333;
}





/* footer
----------------------------------------------------------*/
#footer {
	font-size: 75%;
	text-align: center;
	padding: 12px;
	margin: 0 auto;
	background: #fcc000;
	color: #333;
	
}
#footer .pagetop {
	padding-bottom: 20px;
}
#footer .pagetop a {
	font-size: 80%;
}
#footer a:link,
#footer a:visited {
	color: #333 !important;
}





.red {
	color: #F00;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
td .red {
	color: #F00;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

.opa60 {
	opacity: 0.6;
}
