@charset "Shift_JIS";
@import "basic.css";

/* =========================================================
 COMMON
========================================================= */
#sbox_search img {
	max-width:164px;
	width:100%;
}

#sbox_search {
	max-width: 320px;
	margin: 0 auto 8px;
	color:#333333;
}
#sbox_search h3{
	text-align: center;
	padding: 8px 0;
	background-color:#ff5bac;
}
#sbox_search .sbox_tab li {
	float: left;
}
#sbox_search .sbox_tab li.sbox_last {
	margin-right: 0;
}
#sbox_search .sbox_tabBlock {
	padding: 16px 0 8px;
	background-color: #fff;
}
#sbox_search form th {
	font-weight: bold;
	font-size: 14px;
}
#sbox_search form .sbox_submit {
	padding: 6px 0 4px;
	text-align: center;
}
#sbox_search01 form table {
	margin: 0 0 4px 0;
	width:100%;
}
#sbox_search01 form th {
	width:90px;
	font-weight: bold;
}
#sbox_search01 form th span {
	font-size: 85%;
	font-weight: normal;
}
#sbox_search02 {
}
#sbox_search02 form table {
	margin: 0 0 0 25px;
}
#sbox_search02 form th {
    height: 30px;
	width: 50px;
	vertical-align: top;
	font-weight: bold;
}
#sbox_search02 form th.sbox_col2 {
	width: auto;
}
#sbox_search02 form .sbox_submit {
//	padding-bottom: 8px;
}
#sbox_search02 p.rem {
	padding: 0 5px 5px 10px;
}
#sbox_search form th,
#sbox_search form td {
	padding: 6px;
	vertical-align: top;
	text-align: left;
}
#sbox_search form th[scope=row]{
	padding-left:21px;
}
#sbox_search form td {
	font-size: 16px;
	width: 160px;
}

#sbox_search01 form table.selectArea tr{
	background:url(../../../../onsen/parts/searchbox/images/bg_line.png) repeat-x bottom;
}
#sbox_search01 form table.selectArea tr:last-child{
	background:none;
}
#sbox_search form .list th,
#sbox_search form .list td {
	padding:6px 20px;
	width:100%;
}
#sbox_search form label input[type=radio]{
	margin-right:.5em;
}
