@charset "utf-8";
/* CSS Document */


#slideshow{
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
}


#slideshow a:hover{
	opacity: 0.8;
}

#index_image img{
	width: 100%;
}


#sub{
	width: 20%;
	margin-left: 3%;
	float: left;
	font-family: メイリオ;
}

#sub a{
	color: #000000;
}

#banner img{
	width: 100%;
}

#banner a:hover{
	opacity: 0.8;
}


.sub_contents{
	margin-top: 10px;
	margin-bottom: 30px;
}

.sub_contents h3{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 4px double #C0C0C0;
	border-bottom: 4px double #C0C0C0;
	margin-bottom:10px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}

.sub_contents li{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.sub_contents a:hover{
	opacity: 0.5;
}

.category_group{
	margin-bottom: 10px;
}

.category_type a{
	font-size: 18px;
}

.type_list{
	padding-left: 10%;
}

#main{
	width: 70%;
	margin-left: 1%;
	margin-right: 3%;
	margin-bottom: 30px;
	float: right;
}

#path{
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11px;
}

.main_group{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 50px;
	border-bottom: 2px solid #C0C0C0;
}

.main_group img{
	width: 100%;
}


.main_group:last-child{
	margin-bottom: 0;
	border-bottom: 0;
}

.main_group a{
	color: #000000;
}

.main_group a:hover{
	opacity: 0.7;
}

.main_group h2{
	font-family: "Times New Roman",  "ＭＳ ゴシック";
	font-size: 36px;
	padding-left: 1%;
	padding-bottom: 30px;
}

.main_group h2 span{
	font-family: "ＭＳ ゴシック";
	font-size: 24px;
}

.main_group figure{
	float: left;
	margin-left: 6%;
}

.main_group figure img{
	width: 100%;
}


.main_group .price{
	color: #606060;
	text-decoration: line-through;
}

.main_group .red_price{
	color: #DC0003;
}

.wrapper{
	float: left;
	margin-left: 6%;
}

#new_001{
	height: 0;
	width: 200px;
	padding-top: 250px;
	background-image: url(../images/new001.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}


a:hover #new_001{
	background-image: url(../images/new001_on.gif);
}

#online_001_p{
	text-align: center;
	font-family: メイリオ;
	font-size: 14px;
}

#online_001{
	height: 0;
	width: 200px;
	padding-top: 250px;
	background-image: url(../images/online001.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}


a:hover #online_001{
	background-image: url(../images/online001_on.jpg);
}

#new_001_p{
	text-align: center;
	font-family: メイリオ;
	font-size: 14px;
}


.main_group figcaption{
	text-align: center;
	font-family: メイリオ;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.main_group .andmore{
	clear: both;
	font-family: メイリオ;
	font-size: 21px;
	text-align: right;
}

.main_grou p{
	clear: both;
	text-align: center;
	font-family: メイリオ;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 20px;
}

