@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#detail_sns {
	width: 560px;
	height: 40px;
}
#detail_sns .sns_button {
	float: right;
	max-width: 150px;
	margin-right: 15px;
	overflow: hidden;
}

#result_title {
	width: 473px;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
}

#detail_link {
	width: 560px;
	line-height: 180%;
	padding-top: 30px;
}
#detail_link a {
	display: inline-block;
	float: right;
	background: url(../img/icon_detail_link.gif) left 4px no-repeat;
	padding-left: 25px;
	font-size: 134%;
	color: #be0000;
}
#detail_link p {
	display: inline-block;
	clear: both;
	float: right;
	background: url(../img/icon_detail_bloger.gif) left 3px no-repeat;
	padding-left: 25px;
	font-size: 150%;
	color: #be0000;
}



.detail_box {
	width: 560px;
	padding-top: 25px;
	font-size: 134%;
	color: #be0000;
}
.detail_box .detail_box_categorie {
	padding-bottom: 10px;
}
.detail_box .detail_box_title {
	clear: both;
	float: left;
	font-size: 140%;
	padding-bottom: 10px;
	width:90%;
}
.detail_box .detail_box_img {
	clear: both;
	text-align: center;
}
.detail_box .detail_box_img img {
	border: solid 4px #fff;
	-moz-box-shadow: 4px 4px 4px #999;
	-webkit-box-shadow: 4px 4px 4px #999;
	box-shadow: 4px 4px 4px #999;
}
.detail_box .detail_box_item_title {
	clear: both;
	padding-top: 10px;
	font-size: 40%;
}
.detail_box .detail_box_item_list {
	color: #434437;
}
.detail_box .detail_box_item_list p {
font-size: 40%;
}

.detail_box .detail_box_item_list > li {
	clear: both;
	float: left;
}
.detail_box .detail_box_item_table {
	clear: both;
}
.detail_box .detail_box_item_table tr {
	/*clear: both;*/
}
.detail_box .detail_box_item_table tr td p {
	float: left;
	vertical-align: top;
}
.detail_box .detail_box_item_table tr td:first-child {
	vertical-align: top;
}
.detail_box .detail_box_item_table:after {
	content: ".";
	visibility: hidden;
	clear: both;
}


.detail_box_item_make {
	clear: both;
	width: 560px;
	text-align: left;
}
.detail_box_item_make p {
	padding-bottom: 10px;
	font-size: 40%;
}


#detail_buttonarea {
	background: url(../img/search_line_dash_01.gif) top left repeat-x;
	padding-top: 30px;
}
#detail_buttonarea #detail_button_wrapp {
	width: 542px;
	/*height: 77px;*/
	margin: 0 auto;
	overflow: hidden !important;
	
	/*
	-webkit-border-radius: 10px;-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: solid 2px #cf615e;
	*/
}
#detail_buttonarea #detail_button_wrapp li {
	width: 538px;
	height: 77px;
	overflow: hidden !important;
	background-image: -moz-linear-gradient(top, #fcfdfd, #e3e5db);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfdfd), to(#e3e5db));
	background-image: -webkit-linear-gradient(top, #fcfdfd, #e3e5db);
	background-image: linear-gradient(top, #fcfdfd, #e3e5db);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	
	border: solid 2px #cf615e;
	border-bottom: none;
}
#detail_buttonarea #detail_button_wrapp li:first-child {
	border: none;
	
	-webkit-border-radius: 10px;-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: solid 2px #cf615e;
}
#detail_buttonarea #detail_button_wrapp li a {
	display: table-cell;
	width: 538px;
	height: 77px;
	color: #626262;
	font-size: 167%;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	vertical-align: middle;
	text-decoration: none;
	background: url(../img/icon_result_box.png) 500px center no-repeat;
}
#detail_buttonarea #detail_button_wrapp li:first-child a {
	background: url(../img/detail_button_close.png) 495px center no-repeat;
}
#detail_buttonarea #detail_button_wrapp .detail_button_open {
	border: solid 2px #cf615e !important;
	border-bottom: none !important;
	border-radius: 10px 10px 0px 0px !important; 
	-moz-border-radius: 10px 10px 0px 0px !important;
	-webkit-border-radius: 10px 10px 0px 0px !important;
}
#detail_buttonarea #detail_button_wrapp .detail_button_open a {
	background: url(../img/detail_button_open.png) 495px center no-repeat !important;
}
#detail_buttonarea #detail_button_wrapp #detail_button_end {
	height: 59px;
	background-image: -moz-linear-gradient(top, #f9e7e8, #e4d4cd);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f9e7e8), to(#e4d4cd));
	background-image: -webkit-linear-gradient(top, #f9e7e8, #e4d4cd);
	background-image: linear-gradient(top, #f9e7e8, #e4d4cd);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	
	border: solid 2px #cf615e;
	-webkit-border-radius: 0 0 10px 10px;-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#detail_buttonarea #detail_button_wrapp #detail_button_end a {
	background: url(../img/detail_button_open.png) 495px center no-repeat !important;
	height: 59px;
	font-size: 150%;
}

#detail_to_top {
	display: inline-block;
	clear: both;
	/*width: 296px;*/
	height: 57px;
	margin: 32px 0 0 8px;
	
	-webkit-border-radius: 10px;-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -moz-linear-gradient(top, #fcfdfd, #e3e5db);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfdfd), to(#e3e5db));
	background-image: -webkit-linear-gradient(top, #fcfdfd, #e3e5db);
	background-image: linear-gradient(top, #fcfdfd, #e3e5db);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: solid 2px #cf615e;
}
#detail_to_top a {
	display: inline-block;
	/*width: 276px;*/
	height: 57px;
	color: #626262;
	text-decoration: none;
	line-height: 56px;
	text-align: center;
	font-size: 134%;
	font-weight: bold;
	padding: 0 30px 0 40px;
	background: url(../img/icon_to_home.png) 5px center no-repeat;
}