﻿@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	font-family:HiraKakuProN-W3, "ヒラギノ角ゴ ProN W3", sans-serif;
	margin: 0;
	padding: 0;
	-moz-background-size: contain;
	-webkit-text-size-adjust: none;
	text-autospace: ideograph-alpha;
	color:#212121;
	background: rgba(0, 0, 0, 0) url("/img/common/bg1.jpg") repeat scroll 0 0;

}
img{
	width:100%;
	height:auto;
	vertical-align:top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul{
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
	color:#212121;
	display:block;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
	line-height:inherit;
	padding:5px;
	font-size:100%;
	-webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
	zoom:1;
	padding:0;
	font-size:1%;
	line-height:1%;
	vertical-align:top;
	margin:0;
	font-size:10px;
	margin-right:4px;
}
input[type='text'], textarea, select, option {
	font-size:1em;
}

.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

body .bold_text {
	font-family: HiraKakuProN-W6, "ヒラギノ角ゴ ProN W6", sans-serif;
	font-weight: bold;
}
/*
アンドロイドの時クラス
$(function () {
    if(navigator.userAgent.indexOf('Android') > 0){
        $("html").addClass("android");
    }
});
*/
html.android .bold_text{
   
}
.overflow{overflow:hidden;}
.left{float:left;}
.right{float:right;}
/* --------------------------------------------------------------------------------------
グローバルナビ */
body.open{
	left:-300px;
}
#fix{
	position:fixed;
	top:0px;
	background:#fff;
	border-bottom:1px solid #ccc;
	height:45px;
	width:100%;
	z-index:500;
}
#fix h1{
	font-size:1.2em;
	line-height:45px;
	margin-left:10px;
}
#fix address{
	padding-top:5px;
	height:45px;
	margin-left:17px;
}
#fix address a{
	display:inline-block;
}
#fix address a img{
	height:40px;
	width:auto;
}
#fix_menu_btn img{
	height:45px;
	width:auto;
}
#head{
	width:100%;
	display:table;
	border-bottom:1px solid #ccc;
}
#head a,#head p{
	display:table-cell;
}
#fix_menu,#menu{
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	overflow:scroll;
	padding:18px;
	padding-right:10px;
	background:#00aba8;
	z-index:800;
	color:#fff;
}

#fix #fix_menu_btn-close,#head #menu_btn-close{
	text-align:right;
	display:block;
}
#fix #fix_menu_btn-close span,#head #menu_btn-close span{
	background:url(/sp/img/common/close_mark.png) left center no-repeat;
	background-size:20px;
	padding-left:26px;
	display:inline-block;
	height:20px;
	line-height:20px;
}

#fix_menu ul,#menu ul{
	padding-top:30px;
}
#fix_menu ul li,#menu ul li{
	border-bottom:1px solid #fff;
	margin-bottom:2px;
	padding-bottom:2px;
}
#fix_menu ul a,#menu ul a{
	color:#fff;
	display:block;
	height:30px;
	line-height:30px;
	background:url(/sp/img/common/foot_shop_arrow.png) right center no-repeat;
	background-size:12px 13px;
}
/* --------------------------------------------------------------------------------------
コンテンツ */
#contents-wrapper{
	padding:0 10px;
}
.box{
	margin-bottom:10px;
	background:#fff;
	box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.2);
	-moz-box-shadow: 1px 1px 1px #9b9b9b;/* Firefox用 */
	-webkit-box-shadow: 1px 1px 1px #9b9b9b;/* Safari,Google Chrome用 */
}
#pagetitle{
	padding-top:45px;
	background:#fff;
	border-bottom:1px solid #b3b3b3;
	margin-bottom:10px;
}
/* --------------------------------------------------------------------------------------
フッター */
footer{
	position:relative;
	border-top:1px solid #fff;
	padding-top:10px;
	margin-top:80px;
}
#page-top{
	position:absolute;
	top:-28px;
	right:5px;
}
#page-top img{
	width:55px;
}
footer dl{
	margin-left:10px;
	margin-bottom:10px;
}
footer dl dt{
	font-size:1.5em;
	margin-bottom:5px;
}
footer dl dd{
	font-size:0.85em;
	line-height:18px;
}
footer .to-shop{
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background:url(/sp/img/common/foot_shop_arrow.png) right center no-repeat,url(/sp/img/common/foot_shop_bg.gif) right top repeat-y,#fff;
	background-size:12px 13px,24px 1px;
	height:40px;
	padding-left:15px;
	font-size:1.1em;
	line-height:40px;
	width:70%;
	margin:0 auto 20px;
	box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.2);
	-moz-box-shadow: 1px 1px 1px #9b9b9b;/* Firefox用 */
	-webkit-box-shadow: 1px 1px 1px #9b9b9b;/* Safari,Google Chrome用 */
}
#foot-contact{
	display:table;
	width:100%;
}
#foot-contact li{
	display:table-cell;
}
#copy{
	background:#212121;
	color:#fff;
	font-size:0.7em;
	text-align:center;
	padding:5px 0;
}