@charset "Shift_JIS";

p {
	line-height: 156%;
}

a {
	outline: none !important;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: solid 3px #49c4e6;
}

#headArea {
	width: 945px;
	margin: 0 auto !important;
}

body#frm div#layout {
	padding: 10px 32px 15px 32px;
}

.wrapper {
	width: 756px;
	margin: 0 0 0 90px;
}

ul.link_list {
	margin: 20px 0;
}
ul.link_list li {
	display: inline;
	margin-right: 14px;
}
ul.link_list li a {
	padding-left: 8px;
	background: url("../img/search/icon_arrow.gif") 0 center no-repeat;
}


/** loading */
/**************************************/
div#loading {
	height:          250px;
	background:      url("../img/icon_loading.gif") center center no-repeat;
}

/** error */
/**************************************/
div#error {
	display:         none;
}

div#error p {
	font-size:       28px;
	text-align:      center;
	padding:         100px 0;
}

/** buttons */
/**************************************/
a.btn_back_index {
	text-indent:     -9999px;
	background:      url("../img/search/btn_back_index.gif") no-repeat;
	width:           151px;
	height:          32px;
	display:         block;
	outline: none;
}

a.btn_back_index:hover {
	background-position: 0px -32px;
}

/** sws_search_box */
/**************************************/
#sws_search_box_in {
	margin-top: -3px;
	border-top: 1px solid #44c9f6;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}

#text-input-box .flt_l {
	margin: 0 20px 0 10px;
}

#list-genre-box {
	display: none;
}

ul#list-genre li {
	width: 180px;
}

.genre-contents p.genre {
	margin: 0 0 10px 8px;
}
.genre-contents p.genre a {
	padding-left: 20px;
	background: url("../img/search/icon_arrow_genre.gif") 0 center no-repeat;
	text-decoration: underline;
	cursor: pointer;
}

#sws_search_radio span.radio{
	border-bottom: none;
}


/** tabs */
/**************************************/
div.tabs {
	display:         none;
	margin-top: 30px;
}

div.tabs.bottom {
	margin-top: 20px;
}

div.tabs .search_num {
	margin: 20px 0;
	text-align: center;
}

div.tabs .pagination {
	position:relative;
	width: 706px;
	background: #f5f5f5;
	padding: 6px 10px;
	overflow: hidden;
}

div.tabs .pagination a {
	display: block;
	padding: 10px 8px;
	background: #FFF;
}

div.tabs ul li {
	display: inline-block;
	margin-left: 5px;
	/display: inline;
	/zoom: 1;
}
div.tabs ul li:first-child { margin-left: 0;}

div.tabs ul.num_list { text-align: center;}
div.tabs ul.num_list li.omission { margin: 0 11px 0 16px;}

div.tabs ul.page {
	position: absolute;
	top: 6px;
	right: 10px;
}

div.tabs ul.page li span { letter-spacing: -0.3em;}

/** table */
/**************************************/
table {
	border-collapse: collapse;
	/*display:         none;*/
	margin-top: 16px;
	border-bottom:     1px solid #CCC;
	border-right:     1px solid #CCC;
}

thead,
tfoot {
	background:      #f5f5f5;
}

tbody tr {
	cursor:          pointer;
}

tbody tr.odd { background: #fafaf5; }
tbody tr.on  { background: #cccccc !important; }

th {
	font-weight:     bold;
	white-space:     nowrap;
	border-top:     1px solid #CCC;
	border-left:     1px solid #CCC;
	padding:         14px 18px;
}

tbody th {
	text-align:      left;
	vertical-align:  top;
	white-space:     normal;
}

td {
	vertical-align:  top;
	border-top:     1px solid #CCC;
	border-left:     1px solid #CCC;
	padding:         14px 18px;
}

div.notes {
	display:         none;
}

div.info     div.notes div.services,
div.services div.notes div.info {
	display:         none;
}

#container ul.annotation_fix {
	margin-left: .7em;
	text-indent: -.7em;}
#container ul.annotation_fix li {
	margin-bottom: 4px;
}

/** clearfix */
/**************************************/
div#filter:after {
	content:         ".";
	height:          0;
	clear:           both;
	visibility:      hidden;
	display:         block;
}

div#filter {
	display:         inline-block;
}

/*\*/
* html div#filter {
	height:          1%;
}

div#filter {
	display:         block;
}


ul.annotation_fix {
	padding: 20px 0 0 0;
}






.genre_sort{
	float: left;
	width:190px;
}
.list_genre_box_vertical{
	border:1px solid #b7bbbe;
	padding:10px;
}
.list_genre_box_vertical ul#list-genre li{
	 float: none;
	width: 140px;
}

/* result contents */
#max_zoom_out, #no_result, #result_set{
	display:none;
}

/* result_list */
.result_list{
	float: right;
	width: 500px;
left: 226px;
}

/* search-result-num */
#search-result-num{
	text-align: center;
}
#search-result-num dl{
	text-align: center;
}

.result_list #search-result-num{
	margin-right: 2px;
	border: 1px solid #b7bbbe;
	position:relative;
	zoom:1;
}



.selected-address {
    background-color: #F5F5F5;
    padding: 15px;
}
.selected-address dl {
    margin-top: 10px;
}



#area_list {
    margin: 10px 0 0 20px;
}
#area_list li {
    float: left;
    margin-top: 10px;
    margin-left: 0;
    width: 160px;
}
#area_list li a {
	font-size: 14px;
}

html > body ruby {
    display: table;
    line-height: 1;
    margin: 0;
    text-align: left;
    text-indent: 0;
    vertical-align: -25%;
    white-space: nowrap;
}
html > body ruby > rb, ruby > rbc {
    display: table-row-group;
    line-height: 1.2;
}
html > body ruby > rt, ruby > rbc + rtc {
    display: table-header-group;
    font-size: 80%;
    letter-spacing: 0;
    line-height: 1.2;
}
html > body ruby > rbc + rtc + rtc {
    display: table-footer-group;
    font-size: 75%;
    letter-spacing: 0;
    line-height: 1;
}
html > body rbc > rb, rtc > rt {
    display: table-cell;
    letter-spacing: 0;
}
html > body rp {
    display: none;
}


.yolp-infowindow table td {
	border: none;
	padding: 0;
}