@charset "shift_jis";

/* ================================================

	error.css

================================================ */
body.error div#header{
    background: url("/smp/img/common/bg_header.png") repeat-x scroll 0 0 transparent;
    height: 38px;
    padding: 4px 5px 0;
}

body.error header ul li.cart span {
	position: inherit;
	width: 43px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 10px;
	display: block;
	background: url(/smp/img/common/btn_cart.png), url(/smp/img/common/bg_btn_header.png);
	background-position: 40% 40%, 0 0;
	background-repeat: no-repeat, no-repeat;
}

body.error h2.headType02 {
	margin-bottom: 10px;
	padding: 9px 10px;
	background: #ffcc0d;
	font-weight: bold;
	font-size: 16px;
	color: #1e1e1e;
}

body.error h2.headType02.toggleType {
	background: #d2d2d2;
	color: #4b4b4b;
}


body.error input.btnSubmit{
	background: url("/smp/img/dig/btn_search.png") no-repeat scroll center 45% #275db6;
	cursor:pointer;
}


/*404,500画像切り替え用*/
#imgError {
	margin-top: -7px;
}
#imgError400 li,
#imgError li{
	margin:10px 10px 10px 0;
	text-align: center;
}

#imgError li img{
	margin:10px 20px 10px 0;
}
#imgError400 li,
.eventPaa {
	display: none;
}

/* =================================================================

    11. Accordion Menu
	
================================================================= */
div.accordionMenu01,
div.accordionMenu02{
	margin-bottom:15px;
}
div.accordionMenu01 .headLv02,
div.accordionMenu02 .headLv02{
	margin-bottom:0;
	padding:0;
	font-weight:bold;
}
div.accordionMenu01 .headLv02 a{
	padding:10px 25px 8px 10px;
	display:block;
	background: #4b4b4b url(/smp/img/common/accordion_close01.png) no-repeat right center;
	border-bottom: 1px solid #4b4b4b;
	cursor:pointer;
}
div.accordionMenu01 .headLv02 a.accordionClose01{
	background: #d2d2d2 url(/smp/img/common/accordion_open01.png) no-repeat right center;
	border-bottom: 1px solid #b3b3b3;
	color: #4b4b4b;
}
div.accordionMenu01 .headLv02 a.accordionOpen01{
	background: #4b4b4b url(/smp/img/common/accordion_close01.png) no-repeat right center;
	color: #fff;
}
@media only screen and (-webkit-device-pixel-ratio:2){
	div.accordionMenu01 .headLv02 a{
		background: #4b4b4b url(/smp/img/common/accordion_close01_x2.png) no-repeat right center;
		-webkit-background-size:85px 11px;
	}
	div.accordionMenu01 .headLv02 a.accordionClose01{
		background: #d2d2d2 url(/smp/img/common/accordion_open01_x2.png) no-repeat right center;
		-webkit-background-size:85px 11px;
	}
	div.accordionMenu01 .headLv02 a.accordionOpen01{
		background: #4b4b4b url(/smp/img/common/accordion_close01_x2.png) no-repeat right center;
		-webkit-background-size:85px 11px;
	}
}
div.accordionMenu01 .headLv02 a.accordionClose01 span,
div.accordionMenu01 .headLv02 a.accordionOpen01 span{
	font-size: 10px;
}