


/* CSS Document */

/*****************************************************
					reset
******************************************************/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, table {
	font-size: 100%;
}
img {
	border:none;
}
li {
	list-style:none;
}
title {
	display:none;
}
/*****************************************************
					default
******************************************************/
body {
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	color: #222;
	font-size:0.8em;
	line-height: 1.5em;
	font-family: "FOT-マティス ProN M";
	/*background:url(../../img/common/back_body.jpg) repeat-x ;*/
}




/*****************************************************
					フッター
******************************************************/
footer {
	padding: 0%;
	position:relative;
	font-size:10px;
		font-family: "FOT-マティス ProN M";
	margin: 2% auto 0 auto;	

}

footer dl{
	background: #FFF;
	padding: 1% 5% 0% 5%;
	height: 80px;
}

footer dt {
	float:left;
	position: relative;
	text-indent: 85px;
}

footer dt::before{
	content: '［事業主・売主］';
	position: absolute;
	top:10px;
	left: -85px;
}
footer dd {
	float:left;
}


footer p{
	text-align: center;
	clear: both;
	height: 20px;
	background: #DDD;
}

footer small {
	margin: 0 auto;
	text-align: center;
}

address {
	padding:0 30px 0 50px;
}

/*****************************************************
					完売
******************************************************/


#box_soldout{
	padding: 0;
}

#box_soldout img{
width:100%;
margin:0 auto;
}






#box_soldout p{
	position:absolute;
	top:30%;
	left:5%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 5px black;
}


.header{
	height: 75px;
	background: #FFF;
	padding: 20px 5% 15px 5%;
}

.header img{
	height: 70px;
	float: left;
}

.header h1{
	font-size: 1.6rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 75px;
	margin-left: 20px;
	float: left;
}

.header h1:after{
	clear: both;
}

.dsp_pc{
	text-align: center;
	margin-top: 35px;
}

.dsp_pc a{
	transition: 0.3s;
}

.dsp_pc a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.dsp_sp{
	display: none;
}


	
@media screen and (max-width: 768px) {
	
.dsp_pc{
	display: none;
}
	
.dsp_sp{
	display: block;
	padding: 0 3% 3% 3%;
}
	
.dsp_sp img{
	width: 100%;
}


#box_soldout{
	padding: 0;
}
	
#box_soldout p{
	position: relative;
	top:0;
	left: 0;
	margin:25px auto 50px auto;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1.0rem;
	line-height: 1.6rem;
	font-weight: bold;
	color: #333;
	text-shadow: 0px 0px 0px white;
}
	
	
#box_soldout img{
width:100%;
}

	
.header{
height: auto;
background: #FFF;
padding: 3% 5% 5px 5%;
}

.header img{
	height: 40px;
	float: left;
}

.header h1{
	font-size: 1.0rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 50px;
	margin-left: 10px;
	float: left;
}
	
	
	/*****************************************************
					フッター
******************************************************/
footer {
	padding: 0% 0% 1% 0%;
	position:relative;
	font-size:10px;
		font-family: "FOT-マティス ProN M";
	margin: 2% auto 0 auto;
	background: #DDD;	

}

footer dl{
	background: #FFF;
	padding: 1% 5% 0% 5%;
	height: auto;
	padding-bottom: 20px;
}

footer dt {
	width: 200px;
	margin: 0 auto;
	float:none;
	position:relative;
	text-indent: 0px;
	text-align: center;
	padding-top: 25px;
}


footer dt img{
	/*width: 50%;*/
}
	
footer dt::before{
	content: '［事業主・売主］';
	position: absolute;
	top:0;
	left:0;
	right: 0;
}
footer dd {
	float:none;
	text-align: center;
}


footer p{
	text-align: center;
	height: 20px;
}

footer small {
	margin: 0px auto;
	text-align: center;
}

address {
	padding:0;
}
	
}
