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

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

.sp {
	display:none !important;
}

.attention{ color: #cc0000; }

.error_bg{ border: #cc0000 1px solid !important; }


/* 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;
}



/* 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;
}

div#FooterBox .footer_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 25px 0 35px;
    position: relative;
}

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

#FooterBox .address_box dt{
    font-size: 18px;
    line-height: 34px;
	font-weight:bold;
    margin-bottom: 5px;
}
#FooterBox .address_box dd{
    font-size: 14px;
    line-height: 20px;
}

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

div#FooterBox p.tokusho {
    background: #008aea;
    font-size: 14px;
    padding-top: 20px;
	position:absolute;
	right:0;
	top:0;
}
div#FooterBox p.tokusho a {
	color:#FFFFFF;
	text-decoration:underline;
}



/* Tokutei
===============================================================*/
div#Tokutei{
    padding: 30px 49px 0;
}

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

div#Tokutei table {
    border-top: #efefef 6px solid;
    border-left: #efefef 6px solid;
    width: 100%;
	max-width:1000px;
    box-sizing: border-box;
    margin: 19px auto 40px;
}

div#Tokutei table tr th {
	width:204px;
    font-size: 16px;
    border-right: #efefef 2px solid;
    border-bottom: #efefef 2px solid;
	padding: 13px 0;
	color:#ffffff;
	background:#0aadd6;
	text-align:center;
}

div#Tokutei table tr td {
    font-size: 16px;
    line-height: 24px;
    border-right: #efefef 6px solid;
    border-bottom: #efefef 2px solid;
	padding: 13px 31px;
}

div#Tokutei table tr:last-child th ,
div#Tokutei table tr:last-child td {
    border-bottom: #efefef 6px solid;
}


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


#cboxClose {
    top: -25px !important;
	bottom:0 !important;
}



.txtMax{ width: 100%; }


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

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

.error .error_msg{ margin: 50px auto; font-size: 30px; text-align: center; color: #ffffff; }

.error .error_txt{ margin: 0 auto 50px auto; font-size: 14px; letter-spacing: 2px; text-align: center; color: #ffffff; }

.error p.qr_code {
    background: #e2e2e2;
    text-align: center;
    border-radius: 4px;
    width: 140px;
    height: 140px;
    margin: 0 auto 50px;
    padding: 10px;
}
.error p.qr_code span {
    display: block;
}

.error p.btn {
    margin: 0 auto 80px;
    text-align: center;
    width: 580px;
}

.error p.btn a{
    display: block;
    background: url(../images/cart/ar02.png) no-repeat 4% center #cd0909;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    padding: 14px 13px;
    text-decoration: none;
}




.InformationBox{
	margin: 0 auto;
	width: 1100px;
	margin-top: 40px;
	border: #cc0000 2px solid;
}


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

.InformationBox p.txt{
	padding: 20px;
}




.InfoBox2 {
    margin: 52px auto 0;
    width: 1100px;
    height: 161px;
    border: #e53838 4px solid;
    border-radius: 3px;
    box-sizing: border-box;
    display: table;
}

.InfoBox2 p.tit {
	display:table-cell;
	vertical-align:middle;
    width: 340px;
	text-align:center;
	color:#fef611;
	font-size:25px;
	line-height:32px;
	background:url(../images/top/bg_info.jpg) repeat left top;
    font-weight: bold;
    letter-spacing: -0.03em;
}
.InfoBox2 p.tit span.small {
	font-size:22px;
}

.InfoBox2 dl {
	display:table-cell;
	vertical-align:middle;
    padding-left: 21px;
}
.InfoBox2 dl dt {
	color: #e53838;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.InfoBox2 dl dd {
    line-height: 28px;
}
