@charset "utf-8";
/* CSS Document */


.end {
	text-decoration:line-through;
}

/*--------------------------------------------------
  ○ header
--------------------------------------------------*/

header {
	background:#c4b897;
}

header a {
	color:#fff;
}

#header_innner .menuarea li {
	font-size:20px;
	letter-spacing:5px;
	margin-left:30px;
	margin-top:8px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

#header_innner .menuarea li:hover a {
	color:#fff;
}






/*--------------------------------------------------
  ○ contents
--------------------------------------------------*/

#contents {
	background:#fff;
}

#contents h4 {
	font-size:46px;
	color:#c4b897;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 5px;
}

#contents h4.jpfont {
	font-size:36px;
	font-family:"メイリオ",Meiryo,"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3",sans-serif;
}

#contents .read {
	text-align:center;
	width: 1050px;
	margin: 50px auto 0px;
	box-sizing: border-box;
	font-size:18px;
}



#goods .order_box .title .status {
	width:150px;
	padding:3px 0px;
	position:absolute;
	top:12px;
	right:40px;
	color:#FF0004;
	border:solid 1px #FF0004;
	text-align:center;
	line-height:2;
}



/*--------------------------------------------------
  ○ footer
--------------------------------------------------*/

footer {
	background:#c4b897;
	color:#FFF;
	
}

footer a{
	color:#FFF;
}

footer a:hover {
	color:#FFF;
}





/*--------------------------------------------------
  ○ GOODS
--------------------------------------------------*/

#contents #goods .inbox {
	 padding: 0;
}

#goods_modal_box dd .txt .btn {
	width: 60%;
	font-size: 100%;
	margin: 0;
}


