/*
フォーム
------------------------------------------*/
form {
	padding: 0px 10px 10px;
}

dl {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

dt {
	font-weight: bold;
	padding-left: 10px;
	background: #FFE8E8;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

dd {
	border-bottom: 1px dotted #FFFFFF;
}

input {
	padding: 5px;
	width: 150px;
	font-size: 14px;
}

input[type="email"], 
input[type="text"]{
	width: 250px;
}

input[type="radio"] {
	width: auto;
}

input[type="checkbox"] {
	width: auto;
}

textarea {
	width: 260px;
}

input[type="submit"] {;
	padding: 5px 10px;
	border: 1px solid #FF0000;
	color: #FFFFFF;
	background-color: #FF0000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #DC0100), color-stop(0.00, #F80101));
	background: -webkit-linear-gradient(#F80101, #DC0100);
	background: -moz-linear-gradient(#F80101, #DC0100);
	background: -o-linear-gradient(#F80101, #DC0100);
	background: -ms-linear-gradient(#F80101, #DC0100);
	background: linear-gradient(#F80101, #DC0100);
	font-size: 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px #000000;
	box-shadow: 0 0 3px #000000;
	cursor: pointer;
}

input[type="reset"],input[type="button"] {
	padding: 5px 10px;
	border: 1px solid #FFFFFF;
	color: #666666;
	background-color: #E4E4E4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EAEAEA), color-stop(0.52, #EAEAEA), color-stop(0.48, #EAEAEA), color-stop(0.00, #FFF));
	background: -webkit-linear-gradient(top, #FFF 0%, #EAEAEA 48%, #EAEAEA 52%, #EAEAEA 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #EAEAEA 48%, #EAEAEA 52%, #EAEAEA 100%);
	background: -o-linear-gradient(top, #FFF 0%, #EAEAEA 48%, #EAEAEA 52%, #EAEAEA 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #EAEAEA 48%, #EAEAEA 52%, #EAEAEA 100%);
	background: linear-gradient(to bottom, #FFF 0%, #EAEAEA 48%, #EAEAEA 52%, #EAEAEA 100%);
	font-size: 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
	cursor: pointer;
}

input[type="submit"], 
input[type="reset"]
{
	padding-left: 0px;
	padding-right: 0px;
	margin: 10px 10px 5px;
	clear: both;
}

.submit_btn_block{
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.require {
	padding: 3px;
	vertical-align: text-bottom;
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	font-size: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 2px;
}


/*アコーディオン
------------------------------------------*/
.accordion dl{
	margin: 0px 10px;
	padding: 0px;
}

.accordion dt {
	cursor: pointer;
	border-bottom: 1px solid #CCC;
	background: #FFE8E8 url(../img/common/ico_plus.png) no-repeat 98% center;
	padding: 10px 10px 10px 15px;
	margin: 0px;
	font-size: 12px;
}

.accordion dd{
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px rgba(51,51,51,0.6) inset;
	-moz-box-shadow: 0px 0px 5px rgba(51,51,51,0.6) inset;
	-ms-box-shadow: 0px 0px 5px rgba(51,51,51,0.6) inset;
	box-shadow: 0px 0px 5px rgba(51,51,51,0.6) inset;
	color: #333333;
	padding: 10px 10px 10px 15px;
	line-height: 30px;
	font-size: 12px;
}

.active {
	cursor: pointer;
	background: #FFE8E8 url(../img/common/ico_minus.png) no-repeat 98% center !important;
	border-bottom-style: none;
}

h3.search_item{
	background: #FFCACA;
	border-bottom: 2px solid #F00;
	font-size: 14px;
	font-weight: 700;
	color: #F00;
	height: 36px;
	padding-left: 10px;
	line-height: 36px;
	margin: 15px 10px 0px;
}


/*検索結果
------------------------------------------*/
#sort{
	clear: both;
	width: 300px;
	margin: 5px auto 0px;
}

#sort input[type="submit"] {
	padding: 0px 10px;
	border: 1px solid #FFFFFF;
	background-color: #E4E4E4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EAEAEA), color-stop(0.52, #EAEAEA), color-stop(0.48, #EAEAEA), color-stop(0.00, #FFF));
	background: -webkit-linear-gradient(top, #FFF 0%, #EAEAEA 48%, #EAEAEA 52%, #EAEAEA 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #EAEAEA 48%, #EAEAEA 52%, #EAEAEA 100%);
	background: -o-linear-gradient(top, #FFF 0%, #EAEAEA 48%, #EAEAEA 52%, #EAEAEA 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #EAEAEA 48%, #EAEAEA 52%, #EAEAEA 100%);
	background: linear-gradient(to bottom, #FFF 0%, #EAEAEA 48%, #EAEAEA 52%, #EAEAEA 100%);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 12px;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	width: 80px;
	color: #333333;
}

p.search_number{
	clear: both;
	padding-left: 10px;
	width: 300px;
	font-size: 12px;
	text-align: center;
	margin: 15px auto;
}

p.search_number .ico{
	padding-right: 5px;
	vertical-align: middle;
}

.pager{
	width: 143px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 15px;
	color: #333;
	text-decoration: none;
}

.pager a{
	color: #333;
	text-decoration: none;
}

p.btn_prev{
	border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	float: left;
	color: #666666;
	background-color: #E4E4E4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #D9D9D9), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #D9D9D9 88%);
	background: -moz-linear-gradient(top, #fff 0%, #D9D9D9 88%);
	background: -o-linear-gradient(top, #fff 0%, #D9D9D9 88%);
	background: -ms-linear-gradient(top, #fff 0%, #D9D9D9 88%);
	background: linear-gradient(to bottom, #fff 0%, #D9D9D9 88%);
	height: 35px;
	width: 60px;
	padding: 5px;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #CCC;
}

p.btn_next{
	border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	float: right;
	color: #666666;
	background-color: #E4E4E4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #D9D9D9), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #D9D9D9 88%);
	background: -moz-linear-gradient(top, #fff 0%, #D9D9D9 88%);
	background: -o-linear-gradient(top, #fff 0%, #D9D9D9 88%);
	background: -ms-linear-gradient(top, #fff 0%, #D9D9D9 88%);
	background: linear-gradient(to bottom, #fff 0%, #D9D9D9 88%);
	height: 35px;
	width: 60px;
	padding: 5px;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: none;
}

ul.item_list{
	clear: both;
}

ul.item_list a{
	clear: both;
	color: #333;
	text-decoration: none;
}

ul.item_list li{
	border-bottom: 1px solid #CCC;
	background: url(../img/search/item_ico.png) no-repeat 98% center;
	clear: both;
}

ul.item_list li h3{
	background: #FFCACA;
	border-bottom: 2px solid #F00;
	font-size: 14px;
	font-weight: 700;
	color: #F00;
	height: 25px;
	padding-left: 10px;
	line-height: 25px;
	margin: 0px;
}

.unit{
	padding: 5px 10px;
}

ul.item_list li p.imgL{
	float: left;
	padding-top: 3px;
	margin-right: 8px;
	margin-bottom: 2px;
}

/* NEWアイコン */
.new_ico {
	display: block;
	width: 45px;
	height: 10px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	-webkit-animation: shining 2s infinite;
	-moz-animation: shining 2s infinite;
	-o-animation: shining 2s infinite;
	-ms-animation: shining 2s infinite;
	line-height: 10px;
	background: #CC0000;
	padding: 1px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}

@-webkit-keyframes shining {
	0% { background: #CC0000; }
	50% { background: #FF4242;}
	100% {background: #CC0000;}
}

@-moz-keyframes shining {
	0% { background: #CC0000; }
	50% { background: #FF4242;}
	100% {background: #CC0000;}
}

@-o-keyframes shining {
	0% { background: #CC0000; }
	50% { background: #FF4242;}
	100% {background: #CC0000;}
}

@-ms-keyframes shining {
	0% { background: #CC0000; }
	50% { background: #FF4242;}
	100% {background: #CC0000;}
}


/* 表 */

ul.item_list li  table{
	font-size: 12px;
	border-collapse:separate;
	border-spacing:3px;
	margin-left: -3px;
}

ul.item_list li  table th{
	background: #FFE8E8;
	padding: 1px 5px;
	font-weight: normal;
	white-space: nowrap;
}

ul.item_list li  table td{
	padding: 2px 30px 2px 5px;
}

ul.item_list li  table.table02{
	clear: both;
}

ul.item_list li  table .price{
	font-weight: 700;
}


/*詳細情報
------------------------------------------*/
#item_detail p{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}

p.btn_contact{
	background-color: #FF2021;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.52, #FF2021), color-stop(0.47, #FD5A58));
	background: -webkit-linear-gradient(top, #FD5A58 47%, #FF2021 52%);
	background: -moz-linear-gradient(top, #FD5A58 47%, #FF2021 52%);
	background: -o-linear-gradient(top, #FD5A58 47%, #FF2021 52%);
	background: -ms-linear-gradient(top, #FD5A58 47%, #FF2021 52%);
	background: linear-gradient(to bottom, #FD5A58 47%, #FF2021 52%);
	-webkit-box-shadow: 3px 2px 0px rgb(152, 2, 3);
	-moz-box-shadow: 3px 2px 0px rgb(152, 2, 3);
	-ms-box-shadow: 3px 2px 0px rgb(152, 2, 3);
	box-shadow: 3px 2px 0px rgb(152, 2, 3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 44px;
	width: 298px;
	line-height: 44px;
	font-size: 18px !important;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	clear: both;
	margin: 10px auto 15px !important;
	padding-right: 0px;
	padding-left: 0px;
}

p.btn_contact a{
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}

#detail_img{
	width: 300px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 225px;
}

#detail_img_txt{
	font-size: 12px;
	margin: 0px auto;
	clear: both;
	width: 300px;
}

textarea#detailtxt {
	width: 295px;
	margin-right: auto;
	margin-left: auto;
}

#detail_img_unit{
	width: 300px;
	margin: 5px auto 10px;
}

#detail_img_list{
	width: 320px;
	overflow: hidden;
	_zoom: 1;
	margin-top: 0;
	margin-right: -10px;
	margin-bottom: 0;
	margin-left: 0;
}
	 
#detail_img_list li{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}


table.detail{
	font-size: 12px;
	clear: both;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	border-top: 1px solid #CCC;
	margin-bottom: 15px;
	border-right: 1px solid #CCC;
}

table.detail th{
	background: #FFE8E8;
	font-weight: normal;
	padding: 1px 5px;
	white-space: nowrap;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

table.detail td{
	padding-left: 5px;
	border-bottom: 1px solid #CCC;
}


/*お問合せ
------------------------------------------*/
#contact p{
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#privacy_link{
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
}
