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

body{padding:0; margin:0;}
#header{background:#FFC0CB; padding:0px 0; text-align:center; color:#fff; font-size:20px; font-weight:bold;}
#container{margin:0 auto; width:770px;}
#footer{text-align:center; padding:20px 0; color:#666;}

/* =============================星のレーティング評価============================ */
.star-rating {
  position: relative;
  width: 7em;
  height: 1em;
  font-size: 35px;

}
.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffcc33;
}
.star-rating-back {
  color: #ccc;
}

/* =============================右メニュー============================ */
.menu{
	list-style:none;
	margin-bottom:20px;
	border:1px solid #cccccc;
	background:#FFFFFF;
}

.menu li{
	border-bottom:1px solid #cccccc;
	padding:7px;
}

.menu li.last{
	border-bottom:none;
}

.menu li.menu_head{
	text-align:center;
	background-color:#3fa2ff;
	color:#ffffff;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3fa2ff), color-stop(0.00, #99ceff));
	background: -webkit-linear-gradient(top, #99ceff 0%, #3fa2ff 100%);
	background: -moz-linear-gradient(top, #99ceff 0%, #3fa2ff 100%);
	background: -o-linear-gradient(top, #99ceff 0%, #3fa2ff 100%);
	background: -ms-linear-gradient(top, #99ceff 0%, #3fa2ff 100%);
	background: linear-gradient(top, #99ceff 0%, #3fa2ff 100%);
	background-color:#3fa2ff;
}

.menu li a{
	text-decoration:none;
}

.menu li a:hover{
	text-decoration:underline;
}

/* =============================コンテンツ============================ */
h2.result_head,h2.detail_head{
	font-size:18px;
	padding-bottom:5px;
	border-bottom:2px solid #5db5ff;
	margin-bottom:15px;
}

h2.result_head span{
	font-weight:bold;
	color:#ff7200;
	margin-right:5px;
	font-size:22px;
}

#search_condition{
	padding:10px;
	border:1px solid #cccccc;
	background-color:#f1f1f1;
	margin-bottom:15px;
	line-height:1.5em;
	font-size:12px;
}

#search_condition h4.head{
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
}

#search_condition span{
	display:inline-block;
	padding:1px 2px;
	color:#999999;
	border:1px solid #cccccc;
	background:#ffffff;
	margin-right:3px;
	font-size:9px;
	margin-bottom:2px;
}

#result_table{
	width:680px;
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size:12px;
	margin-bottom:30px;
}

#result_table th,#result_table td{
	border:1px solid #bbbbbb;
	padding:5px;
	text-align:center;
}

#result_table th{
	background:#FFC0CB;
	text-align:center;
}

#result_table td{
	
}

#result_table .feature{
	text-align:left;
}

#result_table .company{
	width:120px;
}

#result_table .company .img{
	width:110px;
}

#result_table .rate{
	width:100px;
}


#result_table .time{
	width:80px;
}

#result_table .speed{
	width:80px;
}

#result_table .conveni{
	width:120px;
}

#result_table .btn_official,#result_table .btn_detail{
	display:inline-block;
	width:90px;
	padding:5px;
	text-decoration:none;
	color:#ffffff;
}

#result_table .btn_official{
	margin-bottom:10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7400), color-stop(0.00, #ffa443));
	background: -webkit-linear-gradient(top, #ffa443 0%, #ff7400 100%);
	background: -moz-linear-gradient(top, #ffa443 0%, #ff7400 100%);
	background: -o-linear-gradient(top, #ffa443 0%, #ff7400 100%);
	background: -ms-linear-gradient(top, #ffa443 0%, #ff7400 100%);
	background: linear-gradient(top, #ffa443 0%, #ff7400 100%);
	background-color:#ff7022;
	border:1px solid #ff7022;
}

#result_table .btn_detail{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1483f5), color-stop(0.00, #85c4ff));
	background: -webkit-linear-gradient(top, #85c4ff 0%, #1483f5 100%);
	background: -moz-linear-gradient(top, #85c4ff 0%, #1483f5 100%);
	background: -o-linear-gradient(top, #85c4ff 0%, #1483f5 100%);
	background: -ms-linear-gradient(top, #85c4ff 0%, #1483f5 100%);
	background: linear-gradient(top, #85c4ff 0%, #1483f5 100%);
	background-color:#0d87dc;
	border:1px solid #0d87dc;
}


#result_table .conveni span{
	display:inline-block;
	padding:2px 4px;
	margin-bottom:2px;
	font-size:10px;
	color:#FFFFFF;
}

#result_table td.conveni{
	height:90px;
}

.conveni .seven{
	background-color:#ff6600;
}

.conveni .lowson{
	background-color:#007eff;
	
}

.conveni .famima{
	background-color:#4dbb27;
	
}

.conveni .thanks{
	background-color:#fb5757;
}

.conveni .mstop{
	background-color:#f0d102;
}

#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:680px;
	font-size:12px;
	margin-bottom:10px;
}

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

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


#search_form .table_head{
	border:1px solid #cccccc;
	text-align:center;
	background-color:#ff3f98;
	color:#ffffff;
	font-weight:bold;
	padding:8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff3f98), color-stop(0.00, #ff3f98));
	background: -webkit-linear-gradient(top, #ff3f98 0%, #ff3f98 100%);
	background: -moz-linear-gradient(top, #ff3f98 0%, #ff3f98 100%);
	background: -o-linear-gradient(top, #ff3f98 0%, #ff3f98 100%);
	background: -ms-linear-gradient(top, #ff3f98 0%, #ff3f98 100%);
	background: linear-gradient(top, #ff3f98 0%, #ff3f98 100%);
	font-size:18px;
}

#search_form label{
	width:160px;
	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;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2));
	background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	color:#FFFFFF;
	border:1px solid #0084ff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;　
background-color:#3690f0;
}

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

#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;
}
/**/
