/* CSS Document */

h3.heading_vendor {
	background: #ffd3a8;
	background: -moz-linear-gradient(top, #ffd3a8 0%, #ff9a47 14%, #ff7b0d 84%, #964809 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd3a8), color-stop(14%, #ff9a47), color-stop(84%, #ff7b0d), color-stop(100%, #964809));
	background: -webkit-linear-gradient(top, #ffd3a8 0%, #ff9a47 14%, #ff7b0d 84%, #964809 100%);
	background: -o-linear-gradient(top, #ffd3a8 0%, #ff9a47 14%, #ff7b0d 84%, #964809 100%);
	background: -ms-linear-gradient(top, #ffd3a8 0%, #ff9a47 14%, #ff7b0d 84%, #964809 100%);
	background: linear-gradient(to bottom, #ffd3a8 0%, #ff9a47 14%, #ff7b0d 84%, #964809 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd3a8', endColorstr='#964809', GradientType=0 );
	text-shadow: 0 0 2px rgba(0,0,0,1);
}


/* お知らせリスト */

ul.vender_info{
	list-style-type:none;
	list-style-position:inside;
	marker-offset:1;

}

ul.vender_info li a,
ul.vender_info li a:visited {
	border-bottom:1px solid #eee;
	font-size:15pt;
	font-size:1.5rem;
	background-color:#f2f5ff;
	color:black;
	margin-bottom:10px;
	padding:8px 5px 5px 15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow:1px 1px 1px 1px #eee;
	-webkit-box-shadow:1px 1px 1px 1px #eee;
	display:block;
}
ul.vender_info li a:hover {
	color:black;
	background-color:#feffe5;
	-moz-box-shadow:0px 0px 0px 0px #eee;
	-webkit-box-shadow:0px 0px 0px 0px #eee;
}

.info_end{
		border-bottom:1px solid #eee;
	font-size:15pt;
	font-size:1.5rem;
	color:black;
	margin-bottom:10px;
	padding:8px 5px 5px 15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
display:block;
	background-color:#eee;
	-moz-box-shadow:0px 0px 0px 0px #eee;
	-webkit-box-shadow:0px 0px 0px 0px #eee;
}
	
.banner_title img {
	max-width:100%;
	margin-top:5px;
}
.productWrapper img {
	margin-bottom:0px;
	padding-bottom:0px;
}

.vender_catalog {
	float: left;
	padding-bottom:0px;
	margin:8px 0 10px 10%;
}
.vender_catalog img {
	height: 186px;
	width: 140px;
	box-shadow: 4px 4px 4px #aaa;
}

/* ご注意事項 */

.attention {
	background-color: #F9F9F9;
	text-align: left;
	width: 80%;
	margin:0 auto 15px; 
	font-size: 14px;
	line-height: 130%;
	padding: 5px 10px 10px 30px;
	border: 1px solid #BF0000;
}

.attention2 {
	background-color: #A20000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 130%;
	color: #FFF;
	border: 1px solid #BF0000;
	padding: 5px;
}

/* キャンセル規程 */
.cancel{
	width:500px;
	max-width:90%;
	box-shadow:rgba(163, 114, 114, 0.28) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(163, 114, 114, 0.28) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(163, 114, 114, 0.28) 0px 0px 3px 3px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	padding: 5px;
	margin:5px auto 15px;
	background-color: #FFF8F8;
}

 @media only screen and (min-width:960px) {
dl.check {
	width : 70%;
}
}
 @media only screen and (max-width:959px) {
.vender_catalog a {
	margin:8px 5px 10px 5%;
}
}
 @media only screen and (max-width:640px) {
.vender_catalog img {
	height: 148px;
	width: 112px;
}
}
 @media only screen and (max-width:480px) {
.vender_catalog a {
	margin:8px 5px 10px 7%;
}
}
