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

#result_table .company a{
	font-size:14px;
}

#result_table .company a:hover{
	text-decoration:none;
}


#result_table .feature span{
	display:inline-block;
	border:1px solid #FFC0CB;
	padding:1px 2px;
	color:#FFC0CB;
	margin:1px 1px 1px 0px;
}

#result_table .sort_up,#result_table .sort_down{
	text-decoration:none;
	color:#37a3ff;
	border:1px outset #cccccc;
	display:inline-block;
	background-color:#ffffff;
	padding:3px 4px;
	font-weight:normal;
	margin-top:2px;
	font-size:9px;
	-webkit-transform:scale(0.75);
	display:inline-block;
}

#result_table .sort_down{
	margin-left:3px;
}

#search_form{
	border-collapse:collapse;
	border:1px solid #cccccc;
	width:900px;
	font-size:12px;
	margin-bottom:10px;
}

#search_form th,#search_form td{
	border-bottom:1px solid #ebeae8;
	padding:7px;
	line-height:1.5em;
}

#search_form th{
	text-align:center;
	width:150px;
	background-color:#dbc8b2;
}


#search_form .table_head{
	border:1px solid #cccccc;
	text-align:center;
	background-color:#9f8668;
	color:#ffffff;
	font-weight:bold;
	padding:8px;
	font-size:18px;
}

#search_form label{
	width:25%;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5�`7*/
    /zoom: 1; /*for ie5�`7*/
	padding:5px auto;
}

#btn_space{text-align:center;}

#btn_space input{
	width:300px;
	height:40px;
	font-size:16px;
	cursor:pointer;
	color:#000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color:#ffb600;
  border-color:#ca7400;
}

#detail_contents{
	border:5px solid #e4e4e4;
	padding:10px;
	width:650px;
}

#detail_contents #detail_img,#detail_contents #img_sample{
	width:250px;
	float:left;
}

#detail_contents #img_sample{
}

#detail_contents #img_sample img{
	width:250px;
}

#detail_contents #info_space{
	width:385px;
	float:right;
}

#detail_contents h4{
	border-bottom:2px solid #cccccc;
	padding-bottom:3px;
	margin-bottom:8px;
	font-size:16px;
}

#detail_contents h4.feature_head{
	clear:both;
}

#detail_contents p{
	margin-bottom:15px;
}

#detail_contents #feature span{
	font-size:16px;
	display:inline-block;
	padding:3px 6px;
	border:1px solid #FFC0CB;
	color:#FFC0CB;
	margin-right:5px;
	margin-bottom:5px;
	font-weight:normal;
}

#detail_contents .conveni span{
	display:inline-block;
	padding:3px 6px;
	margin-bottom:2px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	margin-right:5px;
	margin-bottom:5px;
}

#detail_contents h3{
	border-bottom:3px solid #50c7ff;
	padding-bottom:5px;
	font-size:20px;
	margin-bottom:10px;
	padding-top:5px;
}

#detail_contents h3 span.mark{
	color:#3f93e1;
	margin-right:5px;
	font-size:14px;
	vertical-align:middle;
}

#detail_contents #detail_table{
	border-collapse:collapse;
	border:1px solid #cccccc;
	width:650px;
	margin-bottom:15px;
}

#detail_table th,#detail_table td{
	border:1px solid #cccccc;
	padding:6px;
	line-height:1.4em;
}

#detail_table th{
	font-weight:normal;
	width:180px;
	background-color:#FFC0CB;
}

#btn_official{
	font-weight:bold;
	color:#ffffff;
	display:block;
	width:300px;
	height:40px;
	font-size:24px;
	background-color:#7eb111;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #94c516), color-stop(0.51, #72aa00), color-stop(0.50, #8eb92a), color-stop(0.08, #a8c732), color-stop(0.00, #b9ce44));
	background: -webkit-linear-gradient(top, #b9ce44 0%, #a8c732 8%, #8eb92a 50%, #72aa00 51%, #94c516 96%);
	background: -moz-linear-gradient(top, #b9ce44 0%, #a8c732 8%, #8eb92a 50%, #72aa00 51%, #94c516 96%);
	background: -o-linear-gradient(top, #b9ce44 0%, #a8c732 8%, #8eb92a 50%, #72aa00 51%, #94c516 96%);
	background: -ms-linear-gradient(top, #b9ce44 0%, #a8c732 8%, #8eb92a 50%, #72aa00 51%, #94c516 96%);
	background: linear-gradient(top, #b9ce44 0%, #a8c732 8%, #8eb92a 50%, #72aa00 51%, #94c516 96%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border:1px solid #7eb111;
	text-align:center;
	text-decoration:none;
	margin:0px auto;
	padding-top:10px;
}

#btn_official:hover{
	background:#7eb111;
}


#paging{
	list-style:none;
	text-align:center;
	margin-bottom:20px;
}

#paging li{
	display:inline-block;
*display:inline;
*zoom:1;
	border:1px solid #cccccc;
	float:left;
}

#paging li.active{
	padding:3px 8px 4px 7px;
	background-color:#54a3fc;
	color:#ffffff;
	border:none;
}

#paging li a{
	display:inline-block;
	text-decoration:none;
	padding:3px 7px;
	background-color:#ffffff;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
}

#paging li a:hover{
	background-color:#54a3fc;
	color:#ffffff;
	border:none;
	padding-right:8px;
	padding-bottom:4px;
}

/* =============================clearfix============================ */
#paging:after,
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

/* WinIE7 only */
*:first-child+html #paging,
*:first-child+html .clearfix{
  height:1%;
}

/* WinIE6 and below */
/*\*/
* html #paging,
* html .clearfix{
  height:1%;
}
/**/

/* MacIE only */
/*\*//*/
#paging,
.clearfix{
  display:inline-table;
}
/**/
