#main_area a{
	display: block;
	width:160px;
	height: 320px;
	background-size:cover;
	float:left;
	margin:0 5px 10px 5px;
}

#main_area h1{
	display: block;
	width: 80%;
	margin:100px auto 20px auto;
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#94897e;
	border-bottom:1px solid #eee;
}

#main_area h2{
	display: block;
	width: 100%;
	margin:50px auto 20px auto;
	text-align: center;
	font-size: 16px;
	color:#94897e;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 2px;
}

#main_area .comment{
	display: block;
	width: 80%;
	margin: 0 auto 30px auto;
	color: #94897e;
	text-align: center;
	letter-spacing: 3px;
	line-height: 28px;
	font-size: 13px;
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;	
}

#main_area hr{
	width:50%;
	margin:50px auto 50px auto;
	opacity: 0.5;
}

#back{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(255,255,255, 0.7);
	z-index: 1100;
}

#popup{
	display:block;
	position:relative;
	border-radius:5px;
	width:930px;
	height:600px;
	background-color: #fff;
	background-size:59%;
	background-repeat: no-repeat;
	margin:250px auto auto auto;
	box-shadow: 0px 0px 10px rgba(63, 57, 53, 0.3);
	z-index: 1200;
}

#coorde_image{
	display: block;
	position: relative;
	top:0;
	left:0;
	width:600px;
	height:600px;
	background-size: cover;
	background-repeat: no-repeat;
}

#coorde_items{
	display: block;
	position: relative;
	top:-600px;
	left:600px;
	width:331px;
	height:600px;	
	padding-top:50px;
}

#coorde_items a{
	display:block;
	width:330px;
	height:90px;
	border-top:1px solid #d7d7d7;
	font-size:13px;
	color:#888;
	letter-spacing:1px;
	text-decoration: none;
}

#coorde_items a:hover{
	background:#eeeeee;
}

#coorde_items .non_sale{
	display:block;
	width:330px;
	height:100px;
	border-top:1px solid #d7d7d7;
	font-size:13px;
	color:#888;
	letter-spacing:1px;
	text-decoration: none;
}

.item_list_border{
	display:block;
	width:330px;
	height:100px;
	border-top:1px solid #d7d7d7;
}

#item_name{
	display:block;
	width:330px;
	height:45px;
	margin:30px 0 10px 10px;
}

.goto_omni{
	display:block;
	font-size:10px;
	margin:10px;
	float:right;
}



