@charset "utf-8";
@import url("../style/global.css");
@import url("../style/common_search.css");

h1{
	width:100%;
	height:50px;
	font-weight:bold;
	font-size: 25px;
	text-align:center;
	margin:0;
	line-height:50px;
	background-color:#f2f2f2;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.66);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.66);
	box-shadow: 0 1px 2px rgba(0,0,0,0.66);
}

/*更新ボタン*/
.updating-buttom-area{
	width:100%;
	border-top:1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	display:inline-block;
}

.updating-buttom{
	width:38%;
	height:30px;
	margin:10px 10px 10px 0;
	border: 1px solid #000000;
	border-radius: 13px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #040404), color-stop(0.00, #525252));
	background: -webkit-linear-gradient(top, #525252 0%, #040404 100%);
	background: -moz-linear-gradient(top, #525252 0%, #040404 100%);
	background: -o-linear-gradient(top, #525252 0%, #040404 100%);
	background: -ms-linear-gradient(top, #525252 0%, #040404 100%);
	background: linear-gradient(top, #525252 0%, #040404 100%);
	float:right;
}

.updating-buttom p{
	width:100%;
	height:30px;
	font-weight:bold;
	font-size:15px;
	line-height:30px;
	background:url(images/updating_icon.png) no-repeat 5px 2px;
}

.updating-buttom p a{
	width:100%;
	height:30px;
	color:#ffffff;
	text-indent:33px;
	text-decoration:none;
	text-shadow: -1px 1px 1px #2b2b2b;
	border-radius: 13px;
	display:block;
}

/*検索結果リスト*/
#taiki-list{
	width:100%;
	margin-bottom:15px;
}

/*待機なう！エリア*/
.taiki-area{
	width:100%;
	margin-top:0;
	padding:3px 0;
	border-bottom: 1px solid #909090;
	background: url(../images/link_icon.png) no-repeat 98% 50%;
	background-size:23px 21px;
	display:inline-block;
}

.taiki-area a{
	width:100%;
	color:#000000;
	text-decoration:none;
	display:inline-block;
}

.photo-area{
	width:25%;
	margin:5px 0 0 2%;
	padding:0;
	float:left;
}

.photo-area img{
	width:100%;
	padding:0;
	/*border: 1px solid #000000;*/
}

.gals-area{
	width:70%;
	margin:5px 0 0 0;
	float:right;
	
}

.taiki-gals-info{
	width:90%;
	margin:0;
	font-size: 13px;
	text-align:left;
	float:clear;
}

.taiki-gals-info div{
	padding:2px;
	margin:1px 0;
	line-height:1em;
}

.standby-time{
	font-size:16px;
	font-weight:bold;
	color:#ff257e;
}

.gals-name{
	font-size:16px;
	font-weight:bold;
}