
/* base
===============================================================*/
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
	font-size: 14px;
	line-height: 22px;
}

body {
	color:#323232;
/*	background-color:#ffffff;*/
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka,  "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

.pc {
	display:none !important;
}


select{ background-color: #ffffff; }

/* font
===============================================================*/
a {
	color:#323232;
	text-decoration:none;
}

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

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

a:active {
	color:#323232;
	text-decoration: underline;
}

img{
	width:100%;
	height:auto;
}
.error_bg{ border: #cc0000 1px solid !important; }

.attention{ color: #cc0000; }


/* Contents
===============================================================*/
div#AllBox{
}

div#Wrapper{
}


div#Contents {
}

div#Main {
	margin:0 0 38px 0;
}

div.Wrap{
	margin:0 13px;
}



/* FooterBox
===============================================================*/
div#FooterBox{
    background: #008aea;
    color: #FFFFFF;
	padding-top:20px;
}

#FooterBox .address_box{
	text-align:center;
}

#FooterBox .address_box a{
    color: #FFFFFF;
	text-decoration:underline;
}
#FooterBox .address_box a.telno {
	text-decoration:none;
}

#FooterBox .address_box dl {
	margin:0 0 10px;
}
#FooterBox .address_box dt{
	font-size:14px;
	font-weight:bold;
    margin-bottom: 5px;
}
#FooterBox .address_box dd{
	font-size:12px;
	line-height:18px;
}

div#FooterBox .copy {
    text-align: center;
    font-size: 10px;
    color: #8fccf6;
    padding-bottom: 20px;
}



/* Tokutei
===============================================================*/
div#Tokutei{
    padding: 25px 13px 0;
}

div#Tokutei h2 {
    text-align: center;
    font-size: 21px;
}

div#Tokutei table {
    border-top: #c2c2c2 1px solid;
    border-left: #c2c2c2 1px solid;
    border-right: #c2c2c2 1px solid;
    width: 100%;
    box-sizing: border-box;
    margin: 15px auto 25px;
}

div#Tokutei table tr th {
    display: block;
    font-size: 16px;
    border-bottom: #c2c2c2 1px solid;
    padding: 5px 12px;
    background: #f1f9ff;
    text-align: left;
    font-weight: normal;
}
div#Tokutei table tr td {
    display: block;
    font-size: 16px;
    border-bottom: #c2c2c2 1px solid;
    padding: 5px 12px;
}


div#Tokutei table tr td ul li {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 16px;
    line-height: 22px;
}


#cboxClose {
    top: -38px !important;
	bottom:0 !important;
	background:url(../images/top/close.png) no-repeat 0 0 !important;
	background-size:38px 33px !important;
    width: 38px !important;
    height: 33px !important;
}
#cboxContent {
    border-radius: 2px;
}
.cboxIframe {
    background: none !important;
}




/* Error
=======================================================*/

.error{ background-color: #0c99f7; }

.error #Main .main{ background: none; }

.error #Main .error_msg{ margin: 20px auto 20px auto; font-size: 16px; text-align: center; color: #ffffff; padding: 0 15px; }

.error #Main .error_txt{ margin: 0 auto 20px auto; font-size: 12px; letter-spacing: 2px; text-align: center; color: #ffffff; padding: 0 15px; }

.error .qr_code{ display: none !important; }



.error p.btn{
    margin: 0 30px 18px;
    text-align: center;
}
.error  p.btn a {
    display: block;
	background:url(../images/cart/ar02.png) no-repeat 4% center #cd0909;
	background-size:7px 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    padding: 15px 13px;
	text-decoration:none;
}



.InformationBox{
	margin: 40px 20px;
	border: #cc0000 2px solid;
}


.InformationBox p.tit{
	background-color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 10px 0;
	margin: 0 !important;
}

.InformationBox p.txt{
	padding: 20px 10px;
	margin: 0 !important;
	text-align: left !important;
}




#Main .InfoBox2 {
    margin: 25px 13px 19px;
    border: #e53838 2px solid;
    border-radius: 4px;
    box-sizing: border-box;
    display: table;
}

#Main .InfoBox2 p.tit {
	padding:15px 0;
	text-align:center;
	color:#fef611;
	font-size:22px;
	line-height:27px;
	background:url(../images/top/bg_info.jpg) repeat left top;
	background-size:12px 12px;
    font-weight: bold;
    margin: 0;
}
#Main .InfoBox2 p.tit span.small {
	font-size:16px;
}

#Main .InfoBox2 dl {
    padding: 13px 23px;
}
#Main .InfoBox2 dl dt {
	color: #e53838;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
	margin-bottom: 10px;
}
#Main .InfoBox2 dl dd {
    font-size: 16px;
    line-height: 24px;
}
