@charset "UTF-8";


/* reset
------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

img {
  vertical-align: top;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/* base
--------------------------------------------------------*/

body {
  background: #f7f7f7;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.6;
  color: #5a5b71;
  min-width: 1004px;
}

a {
  text-decoration: none;
  color: #3ba4ee;
}

a:hover {
  text-decoration: underline;
  color: #f27935;
}

/* header
--------------------------------------------------------*/

#header {
  padding: 10px;
  overflow: hidden;
  *zoom: 1;
  background: #fff;
  height: 50px;
  font-size: 10px;
  box-shadow: 0px 0px 8px #ccc;
  -webkit-box-shadow: 0px 0px 8px #ccc;
  z-index: 999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#header p,
#header h1 {
  float: left;
  margin-right: 1em;
}

#header h1 {
  padding-top: 10px;
}

#header .logo_chintai img {
  vertical-align: middle;
  margin-top: -5px;
}

#header ul {
  padding-top: 5px;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

#header ul li {
  float: left;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 2px;
  margin-right: 3em;
}

#header ul li.look {
  background: transparent url(../images/icon/header_ico01.png) 0 -2px no-repeat;
}

#header ul li.star {
  background: transparent url(../images/icon/header_ico02.png) 0 -2px no-repeat;
}

#header ul li.check {
  background: transparent url(../images/icon/header_ico03.png) 0 -2px no-repeat;
}

#header .btn2 {
  float: right;
}

/* #contents
--------------------------------------------------------*/

#contents {
  margin: 0 auto;
  padding-top: 50px;
  overflow-x: hidden;
  width: 100%;
}

/* .section
--------------------------------------------------------*/


.section {
  margin: 0 auto;
  width: 1004px;
}

#main {
  width: 746px;
}

#main.fl {
  float: left;
}

#main.fr {
  float: right;
}

#side {
  width: 235px;
}

#side.fl {
  float: left;
}

#side.fr {
  float: right;
}

/* #breadcrumb
--------------------------------------------------------*/

/* .footerlink
--------------------------------------------------------*/

.footerlink {
  padding: 0 0 20px 0;
  background: #fff;
  box-shadow: 0px 0px 8px #ccc;
  -webkit-box-shadow: 0px 0px 8px #ccc;
}

.footerlink .foot-obi {
  background-color: #def2ff;
}

.footerlink .foot-obi .obi-contents {
  background: url(../images/index/foot-obi_bg.png) bottom left no-repeat;
  width: 1034px;
  margin: 0 auto 60px;
  padding: 20px 0;
}

.footerlink .foot-obi p {
  font-size: 12px;
  padding-left: 200px;
}

.footerlink .search {
  padding: 20px 15px;
  width: 1004px;
  background-color: #f7f7f7;
  font-size: 12px;
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto 10px;
}

.footerlink .search h3 {
  font-size: 14px;
  font-weight: bold;
}

.footerlink .search li {
  float: left;
}

.footerlink .search li a {
  padding: 0 5px;
}

.footerlink table {
  width: 1034px;
  font-size: 10px;
  margin: 0 auto 10px;
}

.footerlink hr {
  width: 1034px;
  border: none;
  border-top: solid 1px #e1e1e1;
  height: 1px;
  color: #e1e1e1;
  margin: 20px auto;
}

.footerlink .foot-sub {
  width: 1034px;
  margin: 0 auto;
  font-size: 12px;
  text-align: right;
}

.footerlink .foot-sub a {
  padding: 0 5px;
}

/* fotter
--------------------------------------------------------*/

#footer {
  background: #3498db;
}

#footer #footer {
  margin: 0 auto;
  padding: 18px 0;
  width: 1004px;
  overflow: hidden;
  *zoom: 1;
}

#footer #footer small {
  padding-top: 5px;
  float: left;
}

#footer #footer ul {
  float: right;
}

#footer #footer ul li {
  display: inline;
  color: #fff;
  font-size: 12px;
}

#footer #footer ul li a {
  color: #fff;
}

/* pagetop
--------------------------------------------------------*/

#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 0;
  cursor: pointer;
}

/* short parts
--------------------------------------------------------*/

strong,
b,
.b {
  font-weight: bold;
}

.n {
  font-weight: normal !important;
}

.memo {
  font-size: 10px !important;
}

.point {
  color: #eb6438 !important;
}

.attention {
  color: #f27935 !important;
}

.f-orange {
  color: #f27935 !important;
}

.f-orange2 {
  color: #f78a4d !important;
}

.f-blue {
  color: #3f4096 !important;
}

.f-blue2 {
  color: #3498db !important;
}

.f-gray {
  color: #b4b5b6 !important;
}

.f-wh {
  color: #fff !important;
}

.f-red {
  color: #ff0000 !important;
}

.f-black {
  color: #000000 !important;
}

.f9 {
  font-size: 10px !important;
}

.f10 {
  font-size: 12px !important;
}

.f14 {
  font-size: 1.2em !important;
}

.f18 {
  font-size: 1.3em !important;
}

.f24 {
  font-size: 24px !important;
  margin-bottom: 1em !important;
}

.f30 {
  font-size: 20px !important;
}

.fnormal {
  font-weight: normal !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.dis_b {
  display: block !important;
}

.mr-auto {
  margin: 0 auto !important;
}

.mrl-20 {
  margin-left: 20px !important;
}

.mrr-28 {
  margin-right: 28px !important;
}

.mrr-20 {
  margin-right: 20px !important;
}

.mrb-0 {
  margin-bottom: 0px !important;
}

.mrt-5 {
  margin-top: 5px !important;
}

.mrt-10 {
  margin-top: 10px !important;
}

.mrt-15 {
  margin-top: 15px !important;
}

.mrt-20 {
  margin-top: 15px !important;
}

.mrb-5 {
  margin-bottom: 5px !important;
}

.mrb-10 {
  margin-bottom: 10px !important;
}

.mrb-20 {
  margin-bottom: 20px !important;
}

.mrb-30 {
  margin-bottom: 30px !important;
}

.pd-5 {
  padding: 5px !important;
}

.pd-10 {
  padding: 10px !important;
}

.pd-15 {
  padding: 15px !important;
}

.pd-20 {
  padding: 20px !important;
}

.pd-l10 {
  padding-left: 10px !important;
}

.pd-l30 {
  padding-left: 30px !important;
}

.pd-r10 {
  padding-right: 10px !important;
}

.pd-r45 {
  padding-right: 45px !important;
}

.pd-r25 {
  padding-right: 25px !important;
}

.pd-r30 {
  padding-right: 30px !important;
}

.pd-t5 {
  padding-top: 5px !important;
}

.pd-b5 {
  padding-bottom: 5px !important;
}

.pd-b20 {
  padding-bottom: 20px !important;
}

.pd-b30 {
  padding-bottom: 30px !important;
}

.pd-b10 {
  padding-bottom: 10px !important;
}

.pd-t10 {
  padding-top: 10px !important;
}

.pd-t20 {
  padding-top: 20px !important;
}

.pd-t15 {
  padding-top: 15px !important;
}

.pd-t30 {
  padding-top: 30px !important;
}

.pd-t40 {
  padding-top: 40px !important;
}

.pd-t50 {
  padding-top: 50px !important;
}

.pd-t60 {
  padding-top: 60px !important;
}

h1 {
  font-size: 24px;
  color: #5a5b71;
  margin-bottom: 1em;
}

h2 {
  margin-bottom: 15px;
}

.right,
.more {
  text-align: right;
}

.morebtn {
  text-align: right;
  margin-bottom: 10px;
}

.morebtn div {
  margin: 0 5px;
}

.result_number {
  font-size: 35px;
  font-weight: bold;
  color: #f27935;
}

.result_number_s {
  font-size: 24px;
  font-weight: bold;
  color: #f27935;
}

.bnrs {
  margin-bottom: 10px;
}

.cap-area {
  padding: 4px 4px 0;
}

.cap-area-from {
  padding: 2px 4px 0;
}

.wmax {
  width: 100%;
}

.bgwh {
  background-color: #FFF;
}

.h250 {
  height: 250px;
}

.w240 {
  width: 240px;
}

.w50 {
  width: 50%;
}

.w42 {
  width: 42.7%;
}

.w130p {
  width: 130px !important;
}

.gray {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #e9f0f1;
}

.orange {
  color: #f27935;
}

.bor-t {
  border-top: 1px solid #d5d9da;
}

.bor-r {
  border-right: 1px solid #d5d9da;
}

.pos-rela {
  position: relative;
}

.v-m {
  vertical-align: middle;
}

.ov-auto {
  overflow: auto;
}

.t-align-c {
  text-align: center;
}

.mr-auto .bg_back {
  background: url(../images/btn_icon/ico_topback.png) 12px 13px #3498db no-repeat;
  padding-left: 30px;
}

/* clearfix
--------------------------------------------------------*/

.clearfix,
.section,
.ichiran_select1,
.ichiran_select_time {
  *zoom: 1;
}

.clearfix:after,
.section:after,
.ichiran_select1:after,
.ichiran_select_time:after {
  content: '';
  display: table;
  clear: both;
}

.cl {
  clear: both;
}

/* icon
--------------------------------------------------------*/

.ico_list {
  display: block;
  min-height: 30px;
  margin-bottom: 20px;
  font-size: 12px;
}

.ico_list a {
  padding: 10px 0 10px 25px;
  background: transparent url(../images/icon/ico_list.png) 0 center no-repeat;
}

.hospital {
  background: transparent url(../images/icon/ico_hospital.png) left top no-repeat;
}

.school {
  background: transparent url(../images/icon/ico_school.png) left top no-repeat;
}

.park {
  background: transparent url(../images/icon/ico_park.png) left top no-repeat;
}

.parking {
  background: transparent url(../images/icon/ico_parking.png) left top no-repeat;
}

.cafe {
  background: transparent url(../images/icon/ico_cafe.png) left top no-repeat;
}

.hotel {
  background: transparent url(../images/icon/ico_hotel.png) left top no-repeat;
}

.restaurant {
  background: transparent url(../images/icon/ico_restaurant.png) left top no-repeat;
}

/* button
--------------------------------------------------------*/

.btn2 {
  -o-border-radius: 2px;
  border-radius: 2px;
}

.btn4 {
  -o-border-radius: 4px;
  border-radius: 4px;
}

.btn6 {
  -o-border-radius: 6px;
  border-radius: 6px;
}

.btn9 {
  -o-border-radius: 4px;
  border-radius: 4px;
}

.btn10 {
  -o-border-radius: 4px;
  border-radius: 4px;
}

.btn0,
.btn2,
.btn4,
.btn6,
.btn9 {
  display: inline-block;
  border: 0;
  padding: 0.7em 1em;
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer;
}

.btn0 a,
.btn2 a,
.btn4 a,
.btn6 a,
.btn9 a {
  display: block;
}

.btn0 a:hover,
.btn2 a:hover,
.btn4 a:hover,
.btn6 a:hover,
.btn9 a:hover {
  text-decoration: none;
}

.btn0 a.white,
.btn2 a.white,
.btn4 a.white,
.btn6 a.white,
.btn9 a.white {
  color: #fff;
}

.btn0.block,
.btn2.block,
.btn4.block,
.btn6.block,
.btn9.block {
  display: block;
}

.btn0.w100,
.btn2.w100,
.btn4.w100,
.btn6.w100,
.btn9.w100 {
  width: 100%;
}

.btn0.center,
.btn2.center,
.btn4.center,
.btn6.center,
.btn9.center {
  text-align: center;
}

.btn0.white,
.btn2.white,
.btn4.white,
.btn6.white,
.btn9.white {
  color: #fff;
}

.btn0.gray,
.btn2.gray,
.btn4.gray,
.btn6.gray,
.btn9.gray {
  background: #ecf0f1;
}

.btn0.blue,
.btn2.blue,
.btn4.blue,
.btn6.blue,
.btn9.blue {
  background: #3498db;
}

.btn0.orange,
.btn2.orange,
.btn4.orange,
.btn6.orange,
.btn9.orange {
  background: #f27935;
}

.btn0.orange .info,
.btn2.orange .info,
.btn4.orange .info,
.btn6.orange .info,
.btn9.orange .info {
  padding-left: 2em;
  padding-right: 1em;
  background: transparent url(../images/btn_icon/ico_info.png) left center no-repeat;
}

.btn0.bdr_orange,
.btn2.bdr_orange,
.btn4.bdr_orange,
.btn6.bdr_orange,
.btn9.bdr_orange {
  border: 1px solid #f27935;
  background: #fff;
  color: #f27935;
}

.btn0.bdr_orange a,
.btn2.bdr_orange a,
.btn4.bdr_orange a,
.btn6.bdr_orange a,
.btn9.bdr_orange a {
  color: #f27935;
}

.btn0.bdr_orange .check,
.btn2.bdr_orange .check,
.btn4.bdr_orange .check,
.btn6.bdr_orange .check,
.btn9.bdr_orange .check {
  padding-left: 2em;
  padding-right: 1em;
  background: transparent url(../images/btn_icon/ico_check_on.png) left center no-repeat;
}

.btn0.bdr_gray,
.btn2.bdr_gray,
.btn4.bdr_gray,
.btn6.bdr_gray,
.btn9.bdr_gray {
  border: 1px solid #dbdcdc;
  background: #fff;
  color: #dbdcdc;
}

.btn0.bdr_gray a,
.btn2.bdr_gray a,
.btn4.bdr_gray a,
.btn6.bdr_gray a,
.btn9.bdr_gray a {
  color: #dbdcdc;
}

.btn0.bdr_gray .check,
.btn2.bdr_gray .check,
.btn4.bdr_gray .check,
.btn6.bdr_gray .check,
.btn9.bdr_gray .check {
  padding-left: 2em;
  padding-right: 1em;
  background: transparent url(../images/btn_icon/ico_check.png) left center no-repeat;
}

.btn0.bdr_gray .star,
.btn2.bdr_gray .star,
.btn4.bdr_gray .star,
.btn6.bdr_gray .star,
.btn9.bdr_gray .star {
  padding-left: 2.2em;
  padding-right: 1em;
  background: transparent url(../images/btn_icon/ico_star.png) left center no-repeat;
}

.btn0.txt_small,
.btn2.txt_small,
.btn4.txt_small,
.btn6.txt_small,
.btn9.txt_small {
  font-size: 10px;
}

.btn0.txt_base,
.btn2.txt_base,
.btn4.txt_base,
.btn6.txt_base,
.btn9.txt_base {
  font-size: 12px;
}

.btn0.txt_middle,
.btn2.txt_middle,
.btn4.txt_middle,
.btn6.txt_middle,
.btn9.txt_middle {
  font-size: 14px;
}

.btn9 {
  padding: 0.3em 1em 0.3em 2.0em;
  background-color: #3498db;
  background-image: url(../images/btn_icon/ico_topback.png);
  background-position: 10px 6px;
  background-repeat: no-repeat;
}

.btn9:hover {
  text-decoration: none;
  color: #FFF;
}

.btn10 {
  padding: 0.3em 1em 0.3em 1.0em;
  background-color: #e2eaeb;
}

.btn10:hover {
  text-decoration: none;
  color: #FFF;
}

.btn10-del {
  padding: 0.3em 1em 0.3em 1.0em;
  background-color: #fcecec;
  border-radius: 3px;
  color: #f65420;
}

.btn10-del:hover {
  text-decoration: none;
  color: #f65420;
}

.plus {
  display: block;
  padding: 10px 10px 10px 58px;
  font-size: 14px;
  color: #3498db;
  background: url(../images/icon/plus_ico.png) #f7f7f7 30px 8px no-repeat;
}

.top_search .plus,
.top_search_trans .plus {
  display: block;
  padding: 10px 40px 0 80px;
  font-size: 1.4em;
  color: #3498db;
  background: url(../images/icon/plus_ico.png) 50px 10px no-repeat;
}

div.check-group div {
  margin-top: 4px;
}

div.check-group input {
  display: none;
}

div.check-group label {
  cursor: pointer;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 3px;
  background: url(../images/form/checkbox_bg.png) top left no-repeat;
}

div.check-group label.checked {
  background: url(../images/form/checkbox_bg.png) 0 -15px no-repeat;
}

div.check-group label::-moz-selection,
div.check-group label::-moz-selection {
  background: transparent;
}

div.check-group label::-moz-selection,
div.check-group label::selection {
  background: transparent;
}

.widget-item div.radio-group div {
  margin-top: 4px;
}

div.radio-group {
  float: left;
}

div.radio-group input {
  position: absolute;
  left: 0px;
  display: none;
  outline: none;
}

div.radio-group label.default {
  cursor: pointer;
  width: 15px;
  height: 16px;
  float: left;
  margin-right: 3px;
  background: url(../images/form/radio.png) top left no-repeat;
}

div.radio-group label.default.checked {
  background: url(../images/form/radio.png) 0 -17px no-repeat;
}

div.radio-group label.train {
  cursor: pointer;
  width: 48px;
  height: 38px;
  float: left;
  background: url(../images/form/select_area_01.png) top left no-repeat;
}

div.radio-group label.train.checked {
  background: url(../images/form/select_area_01.png) 0 -38px no-repeat;
}

div.radio-group label.car {
  cursor: pointer;
  width: 48px;
  height: 38px;
  float: left;
  background: url(../images/form/select_area_02.png) top left no-repeat;
}

div.radio-group label.car.checked {
  background: url(../images/form/select_area_02.png) 0 -38px no-repeat;
}

div.radio-group label.bicycle {
  cursor: pointer;
  width: 48px;
  height: 38px;
  float: left;
  background: url(../images/form/select_area_03.png) top left no-repeat;
}

div.radio-group label.bicycle.checked {
  background: url(../images/form/select_area_03.png) 0 -38px no-repeat;
}

div.radio-group label.walk {
  cursor: pointer;
  width: 48px;
  height: 38px;
  float: left;
  background: url(../images/form/select_area_04.png) top left no-repeat;
}

div.radio-group label.walk.checked {
  background: url(../images/form/select_area_04.png) 0 -38px no-repeat;
}

.top_search div.radio-group,
.top_search_trans div.radio-group {
  float: left;
}

.top_search div.radio-group div,
.top_search_trans div.radio-group div {
  position: relative;
}

.top_search div.radio-group input,
.top_search_trans div.radio-group input {
  position: absolute;
  left: 0px;
  outline: none;
}

.top_search div.radio-group label.train,
.top_search_trans div.radio-group label.train {
  cursor: pointer;
  width: 64px;
  height: 35px;
  float: left;
  background: url(../images/form/select_area_01_l.png) top left no-repeat;
}

.top_search div.radio-group label.train.checked,
.top_search_trans div.radio-group label.train.checked {
  background: url(../images/form/select_area_01_l.png) 0 -35px no-repeat;
}

.top_search div.radio-group label.car,
.top_search_trans div.radio-group label.car {
  cursor: pointer;
  width: 65px;
  height: 35px;
  float: left;
  background: url(../images/form/select_area_02_l.png) top left no-repeat;
}

.top_search div.radio-group label.car.checked,
.top_search_trans div.radio-group label.car.checked {
  background: url(../images/form/select_area_02_l.png) 0 -35px no-repeat;
}

.top_search div.radio-group label.bicycle,
.top_search_trans div.radio-group label.bicycle {
  cursor: pointer;
  width: 65px;
  height: 35px;
  float: left;
  background: url(../images/form/select_area_03_l.png) top left no-repeat;
}

.top_search div.radio-group label.bicycle.checked,
.top_search_trans div.radio-group label.bicycle.checked {
  background: url(../images/form/select_area_03_l.png) 0 -35px no-repeat;
}

.top_search div.radio-group label.walk,
.top_search_trans div.radio-group label.walk {
  cursor: pointer;
  width: 65px;
  height: 35px;
  float: left;
  background: url(../images/form/select_area_04_l.png) top left no-repeat;
}

.top_search div.radio-group label.walk.checked,
.top_search_trans div.radio-group label.walk.checked {
  background: url(../images/form/select_area_04_l.png) 0 -35px no-repeat;
}

.top_search_trans div.radio-group .blind {
  float: left;
}

.top_search_trans div.radio-group .blind div {
  position: relative;
}

.top_search_trans div.radio-group .blind input {
  position: absolute;
  left: 0px;
  outline: none;
}

.top_search_trans div.radio-group .blind label.train {
  cursor: default;
  width: 64px;
  height: 35px;
  float: left;
  background: url(../images/form/select_area_01_l.png) 0 -70px no-repeat;
}

.top_search_trans div.radio-group .blind label.car {
  cursor: default;
  width: 65px;
  height: 35px;
  float: left;
  background: url(../images/form/select_area_02_l.png) 0 -70px no-repeat;
}

.top_search_trans div.radio-group .blind label.bicycle {
  cursor: default;
  width: 65px;
  height: 35px;
  float: left;
  background: url(../images/form/select_area_03_l.png) 0 -70px no-repeat;
}

.top_search_trans div.radio-group .blind label.walk {
  cursor: default;
  width: 64px;
  height: 35px;
  float: left;
  background: url(../images/form/select_area_04_l.png) 0 -70px no-repeat;
}

.del {
  position: absolute;
  top: 210px;
  left: 170px;
}

.del-train {
  position: absolute;
  top: 210px;
  left: 170px;
}

/* module
--------------------------------------------------------*/

/* main
--------------------------------------------------------*/

.m-block {
  margin-bottom: 80px;
}

.m-block h2 {
  margin-bottom: 5px;
  font-size: 1.5em;
}

.m-block h2 span {
  font-size: 0.7em;
}

.m-pankuz,
.top-m-pankuz {
  width: 100%;
  font-size: 10px;
  margin-bottom: 30px;
  float: left;
}

.m-pankuz li,
.top-m-pankuz li {
  float: left;
  display: inline-block;
}

.m-pankuz li + li:before,
.top-m-pankuz li + li:before {
  margin: 0 5px;
  content: ">";
}

.top-m-pankuz {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.m-bnr-top-r {
  position: absolute;
  top: 0px;
  left: 765px;
  width: 240px;
  margin: 10px auto;
  padding-bottom: 10px;
/* 20131226 バナー対応
  border: 1px solid #e6eced;
  background-color: #FFFFFF;
*/
  overflow: hidden;
  z-index: 3;
  *zoom: 1;
}

.m-bnr-top-r p {
  margin-top: 10px;
  text-align: center;
}

.m-bnr-top-r h4 {
  padding: 4px;
  text-align: center;
  background-color: #e6eced;
  font-weight: bold;
}

.m-bnr2-clumn {
  overflow: hidden;
  *zoom: 1;
  font-size: 12px;
}

.m-bnr2-clumn li {
  float: left;
  width: 360px;
  margin: 0 0 20px 26px;
  background: #fff;
}

.m-bnr2-clumn li:first-child {
  margin-left: 0;
}

.m-bnr2-clumn li img {
  margin-bottom: 5px;
}

.m-bnr2-clumn li p {
  margin: 0 10px 10px;
}

.m-bnr2-clumn li h3 {
  padding: 0 10px 10px;
  font-weight: bold;
  font-size: 14px;
}

.m-bnr3-clumn {
  overflow: hidden;
  *zoom: 1;
  font-size: 12px;
}

.m-bnr3-clumn li {
  float: left;
  width: 230px;
  margin: 0 0 20px 28px;
  background: #fff;
}

.m-bnr3-clumn li:nth-child(3n+1) {
  margin-left: 0;
}

.m-bnr3-clumn li img {
  margin-bottom: 5px;
}

.m-bnr3-clumn li p {
  padding: 0 10px 10px;
}

.m-bnr3-clumn li h3 {
  padding: 0 10px 10px;
  font-weight: bold;
  font-size: 14px;
}

.spe .m-bnr2-clumn {
  overflow: hidden;
  *zoom: 1;
  font-size: 12px;
}

.spe .m-bnr2-clumn li {
  float: left;
  width: 360px;
  height: 245px;
  margin: 0 0 20px 26px;
  background: #fff;
}

.spe .m-bnr2-clumn li:first-child {
  margin-left: 0;
}

.spe .m-bnr2-clumn li img {
  margin-bottom: 5px;
}

.spe .m-bnr2-clumn li p {
  margin: 0 10px 10px;
}

.spe .m-bnr2-clumn li h3 {
  padding: 0 10px 10px;
  font-weight: bold;
  font-size: 14px;
}

.spe .m-bnr3-clumn {
  overflow: hidden;
  *zoom: 1;
  font-size: 12px;
}

.spe .m-bnr3-clumn li {
  float: left;
  width: 230px;
  height: 245px;
  margin: 0 0 20px 28px;
  background: #fff;
}

.spe .m-bnr3-clumn li:nth-child(3n+1) {
  margin-left: 0;
}

.spe .m-bnr3-clumn li img {
  margin-bottom: 5px;
}

.spe .m-bnr3-clumn li p {
  padding: 0 10px 10px;
}

.spe .m-bnr3-clumn li h3 {
  padding: 0 10px 10px;
  font-weight: bold;
  font-size: 14px;
}

.m-bnr2-2clumn {
  overflow: hidden;
  *zoom: 1;
  font-size: 12px;
}

.m-bnr2-2clumn dl {
  float: left;
  width: 359px;
  margin-left: 28px;
  background: #fff;
  overflow: hidden;
  *zoom: 1;
}

.m-bnr2-2clumn dl:first-child {
  margin-left: 0;
}

.m-bnr2-2clumn dl dt {
  float: left;
  margin-right: 10px;
}

.m-bnr2-2clumn dl dd {
  padding: 10px 5px 0;
  overflow: hidden;
}

.m-bnr2-2clumn dl dd h3 {
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}

.m-ranking-clumn {
  overflow: hidden;
  border: 1px solid #e6eced;
  *zoom: 1;
  font-size: 12px;
}

.m-ranking-clumn dt {
  float: left;
  width: 186px;
  background: url("../images/ttl/rankingttl02.png") no-repeat;
  background-position: center center;
  border-bottom: 1px solid #e6eced;
  background-color: #e6eced;
  padding: 0;
}

.m-ranking-clumn dt.area {
  padding: 0;
  background: url("../images/ttl/rankingttl01.png") no-repeat;
  background-position: center center;
  background-color: #e6eced;
}

.m-ranking-clumn dt.ensen {
  padding: 0;
  background: url("../images/ttl/rankingttl03.png") no-repeat;
  background-position: center center;
  background-color: #e6eced;
}

.m-ranking-clumn dt.area div {
  background-position: 36px 0px;
  padding: 0;
}

.m-ranking-clumn dt div {
  padding: 0;
  text-indent: -9999px;
}

.m-ranking-clumn dd {
  float: left;
  width: 105px;
  border-left: 1px solid #e6eced;
  border-top: 1px solid #e6eced;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.m-ranking-clumn dd div {
  padding: 3px 0;
  background-color: #f6ebc1;
  font-weight: bold;
}

.m-ranking-clumn dd div.staname {
  padding: 12px 0;
  background-color: #fff;
  font-weight: normal;
}

.m-ranking-clumn dd.first {
  border-left: none;
}

.m-ranking-clumn dd.last {
  width: 108px;
}

.m-ranking-clumn dd.top-three {
  border-top: none;
  width: 185px;
  font-weight: bold;
}

.m-ranking-clumn dd.top-three div {
  padding: 3px 10px;
  background-color: #fad956;
}

.m-ranking-clumn dd.top-three div.gold,
.m-ranking-clumn dd.top-three div.silver,
.m-ranking-clumn dd.top-three div.bronze {
  padding: 15px 10px;
  background-color: #fff;
  font-weight: normal;
}

.m-ranking-clumn dd.top-three div.gold img,
.m-ranking-clumn dd.top-three div.silver img,
.m-ranking-clumn dd.top-three div.bronze img {
  padding-right: 3px;
}

.m-ranking-clumn dd.top-three div span {
  font-size: 1.3em;
}

.m-ranking-clumn dd h3 {
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}

.m-recommends {
  margin: 0 auto;
  width: 1004px;
  font-size: 12px;
  margin-top: -40px;
}

.m-recommends-header {
	margin-bottom: 7px;
}

.m-recommends .sliderwrap {
  padding-left: 25px;
  position: relative;
}

.m-recommends .carousel_prev,
.m-recommends .carousel_next {
  position: absolute;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50px;
  cursor: pointer;
  z-index: 2;
}

.m-recommends .carousel_prev {
  left: 0;
  background: url(../images/icon/arrow_prev.png) no-repeat 0 0;
}

.m-recommends .carousel_next {
  right: 0;
  background: url(../images/icon/arrow_next.png) no-repeat 100% 0;
}

.m-recommends h2 {
  margin: 0 0 10px 30px;
  font-size: 1.3em;
}

.m-recommends .iosSlider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 28px;
  width: 952px;
  height: 120px;
}

.m-recommends .iosSlider .slider {
  width: 100%;
  height: 100%;
}

.m-recommends .iosSlider .slider .item {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 192px;
}

.m-recommends .iosSlider .slider .item dl {
  border: 1px solid #edecec;
  width: 182px;
  overflow: hidden;
  *zoom: 1;
}

.m-recommends .iosSlider .slider .item dt {
  float: left;
  position: relative;
}

.m-recommends .iosSlider .slider .item dt .new,
.m-recommends .iosSlider .slider .item dt .ichioshi {
  position: absolute;
  top: 0;
  left: 0;
}

.m-recommends .iosSlider .slider .item dd {
  float: right;
  width: 73px;
  padding: 10px;
  position: relative;
  background: #fff;
}

.m-recommends .iosSlider .slider .item dd .price {
  display: inline-block;
  padding: 0.2em;
  background: #1bbc9c;
  color: #fff;
  font-size: 12px;
}

.m-recommends .iosSlider .slider .item dd .price span {
  font-size: 14px;
  font-weight: bold;
}

.m-recommends .carousel {
  width: 950px;
  margin-left: 30px;
  overflow: hidden;
}

.m-recommends .carousel li {
  width: 192px;
}

.m-recommends .carousel li dl {
  border: 1px solid #edecec;
  width: 182px;
  overflow: hidden;
  *zoom: 1;
}

.m-recommends .carousel li dt {
  float: left;
  position: relative;
}

.m-recommends .carousel li dt .new,
.m-recommends .carousel li dt .ichioshi {
  position: absolute;
  top: 0;
  left: 0;
}

.m-recommends .carousel li dd {
  float: right;
  width: 73px;
  padding: 10px;
  position: relative;
  background: #fff;
}

.m-recommends .carousel li dd .price {
  display: inline-block;
  padding: 0.2em;
  background: #1bbc9c;
  color: #fff;
  font-size: 12px;
}

.m-recommends .carousel li dd .price span {
  font-size: 14px;
  font-weight: bold;
}

.m-pager {
  position: relative;
}

.m-pager ul {
  text-align: right;
  overflow: hidden;
  *zoom: 1;
}

.m-pager ul li {
  display: inline;
  margin-left: 5px;
  font-size: 12px;
}

.m-pager ul li.prev {
  padding: 5px 5px 5px 14px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #f9f9fa;
  background: transparent url(../images/icon/arrow_prev3.png) 4px 6px no-repeat;
  background-color: #FFF;
}

.m-pager ul li.next {
  padding: 5px 14px 5px 5px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #f9f9fa;
  background: transparent url(../images/icon/arrow_next3.png) 34px 6px no-repeat;
  background-color: #FFF;
}

.m-pager .m-selected {
  position: absolute;
  top: 0;
  right: 0;
}

/* side
--------------------------------------------------------*/

.m-side-block {
  margin-top: 45px;
  font-size: 12px;
}

.m-side-block h2 {
  margin-bottom: 10px;
  line-height: 100%;
  font-size: 1.7em;
  font-weight: bold;
}

.m-side-block textarea {
  width: 230px;
}

.m-side-bnr2-clumn {
  margin-bottom: 10px;
}

.m-side-bnr2-clumn dl {
  width: 230px;
  overflow: hidden;
  *zoom: 1;
  background: #fff;
  margin-bottom: 10px;
}

.m-side-bnr2-clumn dl dt {
  float: left;
  margin-right: 10px;
}

.m-side-bnr2-clumn dl dd {
  padding: 10px 5px;
  overflow: hidden;
}

.m-side-bnr2-clumn dl dd h3 {
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.m-side-bnr2-clumn dl dd p {
  font-size: 12px;
}

.m-side-w-block {
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
  font-size: 12px;
}

/* map search
--------------------------------------------------------*/

.m-map {
  position: absolute;
  overflow: auto;
  top: 48px;
  left: 0;
  width: 100%;
}

.m-map-search {
  position: fixed;
  top: 0;
  left: 10px;
  z-index: 10;
  width: 250px;
  height: 100%;
  margin-bottom: 50px;
  padding: 50px 10px 10px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.8);
}

.m-map-search .text {
  border: 1px solid #3498db;
  margin-bottom: 15px;
  padding: 5px;
  width: 94%;
  background: #fff;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
}

.m-map-search span.f12 {
  font-size: 12px;
}

.m-map-search .h120 {
  height: 120px;
}

.m-map-search .text-search {
  border: 1px solid #3498db;
  float: left;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 8px 5px 9px 5px;
  width: 183px;
  background: #fff;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
}

.m-map-search .search-ico {
  background-image: url(../images/form/search_btn.png);
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  float: left;
  margin-left: 0px;
  border: 0px solid #fff;
  cursor: pointer;
}

.m-map-search dl {
  background: #fff;
  padding-bottom: 1px;
}

.m-map-search dl.is-open dt {
  background-image: url(../images/form/ico_arrow_t.png);
  background-color: #ecf0f1;
  background-repeat: no-repeat;
}

.m-map-search dl dt {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  background-image: url(../images/form/ico_arrow_b.png);
  background-color: #ecf0f1;
  background-position: right;
  background-repeat: no-repeat;
  line-height: 1;
  cursor: pointer;
}

.m-map-search dl dt span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #fff;
  width: 34px;
  height: 100%;
  text-indent: -9999px;
  background: #3498db url(../images/form/ico_arrow_b.png) 50% center no-repeat;
}

.m-map-search dl dd {
  background: #fff;
  padding: 10px;
}

.m-map-search dl dd.second {
  height: 560px;
}

.m-map-search dl .sort-b {
  padding: 0;
  width: 94%;
}

.m-map-search dl .btn6 {
  width: 94%;
}

.m-map-search dl #commuting {
  position: relative;
  padding-bottom: 10px;
}

.m-map-search dl .pdb10 {
  padding-bottom: 10px;
}

.m-map-search dl .more-detail {
  padding-left: 12px;
  background: url(../images/icon/arrow_ico.png) 0 3px no-repeat;
  font-size: 1.0em;
  font-weight: bold;
}

.m-map-search h2 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.widget__body .m-map-search {
  position: relative;
  top: 0;
  left: 0;
  width: 210px;
  margin-bottom: 0;
  font-size: 12px;
}

.widget__body .m-map-search .text-search {
  border: 1px solid #3498db;
  float: left;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 8px 5px 9px 5px;
  width: 183px;
  background: #fff;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
}

.widget__body .m-map-search .search-ico {
  background-image: url(../images/form/search_btn.png);
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  float: left;
  margin-left: 0px;
  border: 0px solid #fff;
  cursor: pointer;
}

.widget__body .m-map-search .btn6 {
  width: 100%;
  margin-bottom: 0px;
}

.widget__body .m-map-search .m-custom-selectbox {
  margin-top: 10px;
  margin-left: 9px;
}

.widget__body .m-map-search #commuting {
  position: relative;
  padding-bottom: 10px;
}

.widget__body .m-map-search .pdb10 {
  padding-bottom: 10px;
}

.widget__body .m-map-search div.radio-group {
  padding-left: 9px;
}

.widget__body .m-map-search .cap-area {
  margin-left: 9px;
}

.widget__body .m-map-search div.check-group {
  margin-left: 9px;
}

.top_search .m-map-search,
.top_search_trans .m-map-search {
  position: relative;
  top: 0;
  left: 0;
  width: 680px;
  margin-bottom: 0;
  background: none;
  font-size: 12px;
}

.top_search .m-map-search .text-search,
.top_search_trans .m-map-search .text-search {
  border: 1px solid #3498db;
  float: left;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 8px 5px 9px 5px;
  width: 183px;
  background: #fff;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
}

.top_search .m-map-search .search-ico,
.top_search_trans .m-map-search .search-ico {
  background-image: url(../images/form/search_btn.png);
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  float: left;
  margin-left: 0px;
  border: 0px solid #fff;
  cursor: pointer;
}

.top_search .m-map-search .btn6,
.top_search_trans .m-map-search .btn6 {
  width: 100%;
  margin-bottom: 0px;
}

.top_search .m-map-search #commuting,
.top_search_trans .m-map-search #commuting {
  position: relative;
  padding-bottom: 10px;
}

.top_search .m-map-search .pdb10,
.top_search_trans .m-map-search .pdb10 {
  padding-bottom: 10px;
}

.top_search .m-map-search div.radio-group,
.top_search_trans .m-map-search div.radio-group {
  padding-left: 0;
}

.top_search .m-map-search .cap-area,
.top_search_trans .m-map-search .cap-area {
  margin-left: 9px;
}

.top_search .m-map-search div.check-group,
.top_search_trans .m-map-search div.check-group {
  margin-left: 9px;
}

.top_search .custom_wrap,
.top_search .custom_wrap2,
.top_search_trans .custom_wrap,
.top_search_trans .custom_wrap2,
.top_search .custom_wrap4,
.top_search_trans .custom_wrap4 {
  width: 150px;
  float: left;
}

.top_search .custom_wrap div,
.top_search .custom_wrap2 div,
.top_search_trans .custom_wrap div,
.top_search_trans .custom_wrap2 div,
.top_search .custom_wrap4 div,
.top_search_trans .custom_wrap4 div {
  text-align: left;
  font-size: 1.2em;
  color: #3f4096;
  font-weight: bold;
}

.top_search .custom_wrap2,
.top_search_trans .custom_wrap2 {
  width: 270px;
}

.top_search .custom_wrap3,
.top_search_trans .custom_wrap3 {
  margin: 10px auto;
  width: 658px;
}

.top_search .custom_wrap4,
.top_search_trans .custom_wrap4 {
  width: 300px;
}

.top_search hr,
.top_search_trans hr {
  border: none;
  height: 1;
}

.m-map-search hr {
  border: none;
}

.top_search .sort-b,
.top_search_trans .sort-b {
  padding: 20px 15px;
  background-color: #f7f7f7;
  font-size: 12px;
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto 10px;
}

.top_search .m-custom-selectbox,
.top_search_trans .m-custom-selectbox {
  font-size: 1.3em;
  margin-top: 0;
  margin-left: 0;
  width: 150px;
}

.top_search .m-custom-selectbox select,
.top_search_trans .m-custom-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 150px;
  height: 30px;
  opacity: 0;
}

.top_search .m-custom-selectbox input,
.top_search_trans .m-custom-selectbox input {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  background-color: #2980b9;
  border: none;
}

.top_search .m-custom-selectbox #t1,
.top_search_trans .m-custom-selectbox #t1 {
  width: 110px;
  padding: 3px;
  margin-left: 4px;
}

.top_search .m-custom-selectbox .s1,
.top_search_trans .m-custom-selectbox .s1 {
  clip: rect(0px, 150px, 22px, 90px);
}

.top_search .m-custom-selectbox .s2,
.top_search_trans .m-custom-selectbox .s2 {
  clip: rect(0px, 90px, 22px, 70px);
}

.top_search .m-custom-selectbox .inner,
.top_search_trans .m-custom-selectbox .inner {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #2980b9;
  color: #FFF;
  padding: 4px 8px;
  width: 150px;
  height: 30px;
  font-size: 1.2em;
}

.top_search .m-custom-selectbox .inner:before,
.top_search .m-custom-selectbox .inner:after,
.top_search_trans .m-custom-selectbox .inner:before,
.top_search_trans .m-custom-selectbox .inner:after {
  content: '';
  position: absolute;
  display: block;
}

.top_search .m-custom-selectbox .inner:before,
.top_search_trans .m-custom-selectbox .inner:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 26px;
  border-radius: 0px 6px 6px 0px;
  background: #3498db;
  color: #FFF;
}

.top_search .m-custom-selectbox .inner:after,
.top_search_trans .m-custom-selectbox .inner:after {
  top: 50%;
  right: 7px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: #fff;
  border-width: 5px 5px 0 5px;
}

.top_search .m-custom-selectbox2,
.top_search_trans .m-custom-selectbox2 {
  position: relative;
  font-size: 1.3em;
  float: left;
  width: 150px;
}

.top_search .m-custom-selectbox2 select,
.top_search_trans .m-custom-selectbox2 select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 150px;
  opacity: 0;
}

.top_search .m-custom-selectbox2 input,
.top_search_trans .m-custom-selectbox2 input {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  background-color: #2980b9;
  border: none;
}

.top_search .m-custom-selectbox2 #t2,
.top_search_trans .m-custom-selectbox2 #t2 {
  width: 110px;
  padding: 3px;
  margin-left: 4px;
}

.top_search .m-custom-selectbox2 .s1,
.top_search_trans .m-custom-selectbox2 .s1 {
  clip: rect(0px, 150px, 22px, 70px);
}

.top_search .m-custom-selectbox2 .s2,
.top_search_trans .m-custom-selectbox2 .s2 {
  clip: rect(0px, 160px, 22px, 70px);
}

.top_search .m-custom-selectbox2 .inner,
.top_search_trans .m-custom-selectbox2 .inner {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #2980b9;
  color: #FFF;
  padding: 4px 8px;
  width: 150px;
  height: 30px;
  font-size: 1.2em;
}

.top_search .m-custom-selectbox2 .inner:before,
.top_search .m-custom-selectbox2 .inner:after,
.top_search_trans .m-custom-selectbox2 .inner:before,
.top_search_trans .m-custom-selectbox2 .inner:after {
  content: '';
  position: absolute;
  display: block;
}

.top_search .m-custom-selectbox2 .inner:before,
.top_search_trans .m-custom-selectbox2 .inner:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 26px;
  border-radius: 0px 6px 6px 0px;
  background: #3498db;
  color: #FFF;
}

.top_search .m-custom-selectbox2 .inner:after,
.top_search_trans .m-custom-selectbox2 .inner:after {
  top: 50%;
  right: 7px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: #fff;
  border-width: 5px 5px 0 5px;
}

.m-searh-type1 {
  padding: 10px;
  margin-bottom: 10px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #f7f7f7;
}

.m-map-info {
  position: fixed;
  top: 55px;
  left: 50%;
  width: 580px;
  margin-left: -280px;
  padding: 10px;
  -o-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  background: rgba(52, 73, 94, 0.8);
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
}

.m-map-info p {
  float: left;
  padding-top: 2px;
}

.m-map-info p img {
  margin-top: -2px;
  padding: 0 3px 0 3px;
}

.m-map-info p.cls-btn {
  float: right;
  padding-top: 5px;
}

.m-map-info p.cls-btn img {
  margin-top: 0px;
  padding: 0;
}

.m-map-back {
  position: fixed;
  top: 60px;
  right: 17px;
  font-size: 12px;
}

.m-map-trans {
  position: fixed;
  top: 110px;
  right: 17px;
}

.m-map-building {
  font-size: 12px;
}

.m-map-building h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.m-map-building span {
  display: inline-block;
  padding-left: 30px;
  min-height: 22px;
}

#slide_panel {
  position: absolute;
  top: 155px;
  right: 0px;
  margin: 0;
  padding: 0px;
  width: 185px;
  height: auto;
  overflow: hidden;
}

#slide_panel .panel_main {
  float: left;
  width: 140px;
  padding: 10px 10px 20px;
  background-color: #f7f7f7;
}

#slide_panel .wrap {
  width: 185px;
  overflow: hidden;
  /* IE対策 */
}

#slide_panel .wrap div.pull {
  display: block;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  float: left;
  overflow: hidden;
  cursor: pointer;
  background-image: url(../images/form/ico_arrow_l.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#slide_panel .wrap div.pull.menu_active {
  background-position: 0 -25px;
}

#slide_panel .wrap .check-group {
  height: 300px;
  overflow: auto;
}

.m-map-areaselect {
  position: absolute;
  bottom: 0;
  left: 0;
}

.m-map-footer-ad {
  position: fixed;
  width: 230px;
  text-align: right;
  bottom: 5px;
  right: 10px;
}

.m-map-zoom {
  position: absolute;
  display: block;
  background: url(../images/map/zoom_bar.png) no-repeat;
  width: 290px;
  height: 20px;
  text-align: center;
  left: 45%;
  bottom: 130px;
}

.m-map-zoom div {
  position: absolute;
  display: block;
  width: 10px;
  left: 40px;
  margin-top: -3px;
}

.m-train-zoom {
  position: fixed;
  display: block;
  width: 290px;
  height: 20px;
  text-align: center;
  right: 40px;
  bottom: 90px;
}

.m-train-zoom div {
  float: left;
  display: block;
  width: 36px;
  margin-top: -3px;
  margin-left: 5px;
}

.m-train-zoom-gakuchin {
  position: fixed;
  display: block;
  width: 120px;
  height: 20px;
  text-align: center;
  right: 40px;
  bottom: 90px;
}

.m-train-zoom-gakuchin div {
  float: right;
  display: block;
  width: 36px;
  margin-top: -3px;
  margin-left: 5px;
}

.m-map-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 580px;
  margin-left: -280px;
  padding: 10px;
  text-align: center;
  background-color: rgba(52, 73, 94, 0.7);
}

.m-map-footer p {
  margin-right: 1em;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.m-map-footer p span.blu {
  color: #fff;
}

.m-map-footer p span.blu a {
  color: #fff;
  text-decoration: underline;
}

.m-map-footer p .cnt {
  font-size: 30px;
  font-weight: bold;
  color: #1bbc9c;
}

.m-map-footer p img {
  margin-top: 15px;
  padding: 0 5px;
}

.m-map-footer .btn4 {
  vertical-align: bottom;
  display: inline-block;
  font-size: 14px;
  padding: 1em 4em;
  background: #b7b9ba;
  margin-bottom: 0px;
  font-weight: bold;
}

.m-map-footer .btn4 a {
  color: #fff;
}

.m-map-footer .btn4orange {
  vertical-align: bottom;
  display: inline-block;
  font-size: 14px;
  padding: 1em 4em;
  background: #f27935;
  font-weight: bold;
}

.m-map-footer .btn4orange a {
  color: #fff;
}

.m-map-cap {
  position: fixed;
  padding: 3px;
  background: #FFF;
  opacity: 0.8;
  color: #000;
  text-align: left;
  bottom: 80px;
  right: 10px;
}

/* form custom
--------------------------------------------------------*/

.m-custom-selectbox {
  position: relative;
  float: left;
  width: 110px;
}

.m-custom-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 110px;
  height: 25px;
  opacity: 0;
}

.m-custom-selectbox input {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  background-color: #2980b9;
  border: none;
}

.m-custom-selectbox #t1 {
  width: 72px;
  padding: 3px;
  margin-left: 4px;
  height:19px;
}

.m-custom-selectbox .s1 {
  clip: rect(0px, 120px, 22px, 90px);
}

.m-custom-selectbox .s2 {
  clip: rect(0px, 90px, 22px, 70px);
}

.m-custom-selectbox .inner {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #2980b9;
  color: #FFF;
  padding: 4px 8px;
  width: 110px;
  height: 25px;
  font-size: 1.2em;
}

.m-custom-selectbox .inner:before,
.m-custom-selectbox .inner:after {
  content: '';
  position: absolute;
  display: block;
}

.m-custom-selectbox .inner:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 26px;
  border-radius: 0px 6px 6px 0px;
  background: #3498db;
  color: #FFF;
}

.m-custom-selectbox .inner:after {
  top: 50%;
  right: 7px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: #fff;
  border-width: 5px 5px 0 5px;
}

.m-custom-selectbox2 {
  position: relative;
  float: left;
  width: 86px;
}

.m-custom-selectbox2 select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 86px;
  opacity: 0;
}

.m-custom-selectbox2 input {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  background-color: #2980b9;
  border: none;
}

.m-custom-selectbox2 #t2 {
  width: 55px;
  padding: 3px;
  margin-left: 4px;
  height:19px;
}

.m-custom-selectbox2 .s1 {
  clip: rect(0px, 110px, 22px, 70px);
}

.m-custom-selectbox2 .s2 {
  clip: rect(0px, 110px, 22px, 70px);
}

.m-custom-selectbox2 .inner {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #2980b9;
  color: #FFF;
  padding: 4px 8px;
  width: 90px;
  height: 25px;
  font-size: 1.2em;
}

.m-custom-selectbox2 .inner:before,
.m-custom-selectbox2 .inner:after {
  content: '';
  position: absolute;
  display: block;
}

.m-custom-selectbox2 .inner:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 26px;
  border-radius: 0px 6px 6px 0px;
  background: #3498db;
  color: #FFF;
}

.m-custom-selectbox2 .inner:after {
  top: 50%;
  right: 7px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: #fff;
  border-width: 5px 5px 0 5px;
}

.m-custom-selectbox3 {
  position: relative;
  float: left;
  width: 190px;
}

.m-custom-selectbox3 select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 190px;
  height: 30px;
  opacity: 0;
}

.m-custom-selectbox3 input {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  background-color: #2980b9;
  border: none;
}

.m-custom-selectbox3 #t2 {
  width: 160px;
  padding: 4px;
  margin-left: 4px;
}

.m-custom-selectbox3 .s1 {
  clip: rect(0px, 110px, 22px, 70px);
}

.m-custom-selectbox3 .s2 {
  clip: rect(0px, 110px, 22px, 70px);
}

.m-custom-selectbox3 .inner {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #2980b9;
  color: #FFF;
  padding: 4px 8px;
  width: 190px;
  height: 30px;
  font-size: 1.2em;
}

.m-custom-selectbox3 .inner:before,
.m-custom-selectbox3 .inner:after {
  content: '';
  position: absolute;
  display: block;
}

.m-custom-selectbox3 .inner:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 26px;
  border-radius: 0px 6px 6px 0px;
  background: #3498db;
  color: #FFF;
}

.m-custom-selectbox3 .inner:after {
  top: 50%;
  right: 7px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: #fff;
  border-width: 5px 5px 0 5px;
}

.js-panel .js-panel__body {
  display: none;
}

.js-panel.is-open .js-panel__body {
  display: block;
}

.js-dropmenu .js-dropmenu__body {
  display: none;
}

.js-dropmenu.is-open .js-dropmenu__body {
  display: block;
}

body {
  overflow: auto;
}

.selectBoxArrow {
  margin-top: 1px;
  float: left;
  position: absolute;
  right: 1px;
}

.selectBoxInput {
  border: 0px;
  padding-left: 1px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.selectBox {
  border: 1px solid #7f9db9;
  height: 20px;
}

.selectBoxOptionContainer {
  position: absolute;
  border: 1px solid #7f9db9;
  background-color: #FFF;
  left: -1px;
  top: 20px;
  visibility: hidden;
  overflow: auto;
}

.selectBoxAnOption {
  font-family: arial;
  font-size: 12px;
  cursor: default;
  margin: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.selectBoxIframe {
  position: absolute;
  background-color: #FFF;
  border: 0px;
  z-index: 999;
}

.static h2 {
  font-size: 2em;
  width: 751px;
}

/* individual
--------------------------------------------------------*/

/* top
--------------------------------------------------------*/

.top_search,
.top_search_trans {
  padding: 0px 0 20px;
  margin: 0 auto;
  width: 660px;
  text-align: center;
}

.top_search h1,
.top_search_trans h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.top_search.typeA,
.top_search.typeB{
  padding-bottom: 0;
  width: 100%;
  background-position: center center;
  background-repeat: repeat-x;
}

.top_search.bg_type01{
  background-image: url(../images/index/bg_top_01.png);
}

.top_search.bg_type02{
  background-image: url(../images/index/bg_top_02.png);
}

.top_search_inner{
  margin: 0 auto;
  min-height: 435px;
  position: relative;
}

.top_search.bg_type02 .top_search_inner .chintai_logo .cityname,
.top_search.bg_type02 .top_search_inner .chintai_logo .cityname-s{
  color: #FFFFFF;
}

.top_search.typeA .top_search_inner{
  width: 940px;
}

.top_search.typeB .top_search_inner{
  width: 790px;
}

.carry {
  position: absolute;
  top: 28px;
  left: -110px;
}

.top_search.typeA .carry{
  top: 29px;
  left: 493px;
}

.top_search.typeB .carry{
  top: auto;
  left: auto;
  bottom: 0;
}

.top_search.typeA.top_search .chintai_logo,
.top_search.typeB.top_search .chintai_logo{
  margin: 0;
}

.top_search.typeA .chintai_logo{
  padding-top: 35px;
}

.top_search.typeB .chintai_logo{
  padding-top: 20px;
}

.top_search.typeA form,
.top_search.typeB form{
  margin-top: 30px;
  border-radius: 3px;
  width: 570px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 6px #5a5a5a;
  box-shadow: 0 0 6px #5a5a5a;
  *zoom: 1;
}

.top_search.typeA form:after,
.top_search.typeB form:after{
  content: '';
  clear: both;
  display: table;
}

.top_search.typeB form{
  width: 790px;
}

.top_search.typeA .form_text p,
.top_search.typeB .form_text p{
  margin-bottom: 5px;
  padding: 4px 16px 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  background: #57b4f7;
  font-weight: bold;
  font-size: 1.2857em;
  text-align: left;
}

.top_search.typeA .search_icon,
.top_search.typeB .search_icon{
  padding: 11px 10px 11px 56px;
  float: left;
  vertical-align: top;
  min-height: 10px;
  background: url(../images/index/search_icon.png) 16px center no-repeat;
}

.top_search.typeA form .input_area,
.top_search.typeB form .input_area{
  margin-bottom: 5px;
  float: left;
}

.top_search.typeA input.search_text,
.top_search.typeB input.search_text{
  margin-bottom: 0;
  margin-right: 5px;
  padding: 0 14px;
  border: 2px solid #f27a24;
  border-radius: 3px;
  float: left;
  width: 232px;
  height: 40px;
  line-height: 44px;
  outline: none;
}

.top_search.typeB input.search_text{
  width: 452px;
}

.top_search.typeA .btn2,
.top_search.typeB .btn2{
  margin-bottom: 5px;
  padding: 0 0 0 36px;
  float: left;
  width: 100px;
  height: 44px;
  background-position: 9px 7px;
  font-size: 1.7142em;
}

.top_search.typeA .attention,
.top_search.typeB .attention{
  clear: both;
  text-align: center;
}

.top_search .chintai_logo,
.top_search_trans .chintai_logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.top_search p,
.top_search_trans p {
  margin-bottom: 10px;
}

.top_search input.search_text,
.top_search_trans input.search_text {
  width: 658px;
  height: 48px;
  line-height: 48px;
  padding: 0 2px;
  margin-bottom: 25px;
  font-size: 15px;
  border: 1px solid #3498db;
}

.top_search input transtime,
.top_search_trans input transtime {
  padding-bottom: 0px;
}

.top_search input.search_text_trans,
.top_search_trans input.search_text_trans {
  width: 658px;
  height: 48px;
  padding: 0 2px;
  margin-bottom: 5px;
  font-size: 15px;
  border: 1px solid #3498db;
}

.top_search input.btn2,
.top_search_trans input.btn2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0.7em 2em 0.7em 3em;
  background: #f27935 url(../images/btn_icon/ico_top_search.png) 1em center no-repeat;
}

.top_search_trans {
  padding-bottom: 0px;
}

.top_search_trans-back {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: right;
}

.top_search_trans-back span {
  padding-right: 280px;
}

.top_search_option {
  background: white url(../images/index/bg_top_search_option.png) left top repeat-x;
  box-shadow: 0 6px 6px 0 #ececed;
  -webkit-box-shadow: 0 6px 6px 0 #ececed;
  margin-bottom: 20px;
}

.top_search_option .chi-area {
  background: white url(../images/index/bg_top_search_option.png) left top repeat-x;
  position: relative;
  text-align: center;
}

.top_search_option .option {
  padding-top: 0px;
  margin: -13px auto 0 auto;
  width: 1004px;
}

.top_search_option,
.top_search_option{
  background-image: none;
}

.top_search_option .option,
.top_search_option .option{
  margin-top: 0;
}

.top_search_option .option ul {
  overflow: hidden;
  *zoom: 1;
  text-align: left;
  padding-bottom: 0;
}

.top_search_option .option ul li {
  padding: 20px 0 10px 0;
  width: 164.59016px;
  float: left;
  text-align: center;
}

.top_search_option .option ul li.on {
  background-color: #2488af;
}

.top_search_option .option ul li span {
  display: block;
  font-size: 12px;
}

.top_static {
  margin-bottom: 70px;
}

.top_static .chi-area {
  position: relative;
  text-align: center;
}

.top_static .option {
  padding-top: 0px;
  background: #e6eced;
  margin: -13px auto 0 auto;
  width: 1005px;
}

.top_static .option ul {
  overflow: hidden;
  *zoom: 1;
  text-align: left;
  padding-bottom: 0;
}

.top_static .option ul li {
  padding: 40px 0 40px 10px;
  width: 478.09524px;
  float: left;
  text-align: left;
}

.top_static .option ul li.rr {
  text-align: right;
  padding-right: 10px;
}

.top_declaration {
  padding: 30px 10px 30px 20px;
  background: #fff;
}

.top_declaration p {
  font-size: 12px;
}

.top_declaration .declaration_mark {
  margin-top: 40px;
  overflow: hidden;
  *zoom: 1;
}

.top_declaration .declaration_mark dl {
  overflow: hidden;
  *zoom: 1;
  float: left;
  width: 446px;
  font-size: 12px;
}

.top_declaration .declaration_mark dl:first-child {
  width: 270px;
}

.top_declaration .declaration_mark dl dt {
  float: left;
  margin-right: 5px;
}

.top_declaration .declaration_mark dl dd {
  float: left;
  width: 72%;
  padding-top: 10px;
}

#tab-box div {
  display: none;
  background-color: #FFF;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 12px;
}

#tab-box div span.city {
  float: left;
  display: block;
  width: 100px;
  font-weight: bold;
}

#tab-box ul {
  width: 746px;
  margin: 0 10px;
  padding: 0;
  display: block;
  list-style: none;
}

#tab-box ul.clearFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1;
}

#tab-box ul li {
  margin-right: 3px;
  float: left;
  display: inline;
  font-size: 0;
}

#tab-box ul li a img {
  outline: none;
  border: none;
}

.top_search-other {
  background-color: #FFF;
}

.top_search-other p {
  font-size: 12px;
}

.top_search-other p span {
  float: left;
  display: block;
  width: 60px;
  font-weight: bold;
}

.top_search-other p span.ri {
  float: left;
  width: 636px;
  display: block;
  font-weight: normal;
}

.top_search-other li {
  padding: 10px 20px;
  border-bottom: 1px solid #e6eced;
}

.top_search-other li.fl {
  padding: 10px 24px;
  border-bottom: none;
}

.top_search-other li h3 {
  font-size: 16px;
}

.m-side-block textarea {
  border: 1px solid #3498db;
  padding: 5px;
  width: 95%;
  height: 120px;
  color: #999;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
}

.cityname {
  padding-top: 25px;
  color: #3f4096;
  display: inline-block;
  font-size:25px;
  font-weight: bold;
}

.cityname-s {
  padding: 25px 8px 0 0;
  font-size: 24px;
  color: #3f4096;
  display: inline-block;
  font-weight: bold;
}

.pick {
  display: table;
  min-height: 50px;
  position: absolute;
}

.pick div {
  width: 480px;
  padding: 0 5px 0 10px;
  vertical-align: middle;
  display: table-cell;
}

i.pickup-mark {
  background: url(../images/sprites/top_pickup_ico.png) 0 0 no-repeat;
  width: 50px;
  height: 49px;
  float: left;
}

.contact-mark1,
.contact-mark2 {
  padding: 13px 0 12px 60px;
  font-size: 1.1em;
}

.pickup-mark {
  padding: 13px 0 12px 60px;
  background: url(../images/sprites/top_pickup_ico.png) 0 0 no-repeat;
}

.contact-mark1 {
  padding: 13px 0 12px 60px;
  background: url(../images/sprites/top_pickup_ico.png) 0 -49px no-repeat;
}

.contact-mark2 {
  padding: 13px 0 12px 60px;
  background: url(../images/sprites/top_pickup_ico.png) 0 -98px no-repeat;
}

.suggest {
  position: absolute;
  background-color: #FFFFFF;
  font-size: 1.2em;
  width: 100.6%;
  top: 50px;
  z-index: 3;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.suggest div {
  display: block;
  overflow: hidden;
  padding: 5px;
  border-bottom: 1px solid #e6eced;
  white-space: nowrap;
  text-align: left;
  color: #5a5b71;
  font-weight: bold;
  cursor: pointer;
}

.suggest div i {
  vertical-align: middle;
}

.suggest div.school {
  background: transparent url(../images/sprites/ico_suggest.png) 7px -111px no-repeat;
}

.suggest div.place {
  background: transparent url(../images/sprites/ico_suggest.png) 7px -71px no-repeat;
}

.suggest div.equip {
  background: transparent url(../images/sprites/ico_suggest.png) 7px 9px no-repeat;
}

.suggest div.sta {
  background: transparent url(../images/sprites/ico_suggest.png) 7px -31px no-repeat;
}

.suggest div span {
  padding-left: 8px;
  color: #bebec8;
  font-size: 0.7em;
  font-weight: normal;
}

.suggest div :last-child {
  border-bottom: none;
}

.suggest div.select {
  /* キー上下で選択した場合のスタイル */
  color: #FFFFFF;
  background-color: #3366FF;
}

.suggest div:hover {
  /* マウスオーバ時のスタイル */
  background-color: #f7f7f7;
}
.suggest .suggest_select {
  /* マウスオーバ時のスタイルと同じ */
  background-color: #f7f7f7;
}

.suggest-top {
  position: absolute;
  background-color: #FFFFFF;
  font-size: 1em;
  width: 72%;
  z-index: 3;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.suggest-top div {
  display: block;
  overflow: hidden;
  padding: 5px;
  border-bottom: 1px solid #e6eced;
  white-space: nowrap;
  text-align: left;
  color: #5a5b71;
  font-weight: bold;
  cursor: pointer;
}

.suggest-top div i {
  vertical-align: middle;
}

.suggest-top div.school {
  background: transparent url(../images/sprites/ico_suggest.png) 7px -111px no-repeat;
}

.suggest-top div.place {
  background: transparent url(../images/sprites/ico_suggest.png) 7px -71px no-repeat;
}

.suggest-top div.equip {
  background: transparent url(../images/sprites/ico_suggest.png) 7px 9px no-repeat;
}

.suggest-top div.sta {
  background: transparent url(../images/sprites/ico_suggest.png) 7px -31px no-repeat;
}

.suggest-top div span {
  padding-left: 8px;
  color: #bebec8;
  font-size: 0.7em;
  font-weight: normal;
}

.suggest-top div :last-child {
  border-bottom: none;
}

.suggest-top div.select {
  /* キー上下で選択した場合のスタイル */
  color: #FFFFFF;
  background-color: #3366FF;
}

.suggest-top div:hover {
  /* マウスオーバ時のスタイル */
  background-color: #f7f7f7;
}
.suggest-top .suggest_select {
  /* マウスオーバ時のスタイルと同じ */
  background-color: #f7f7f7;
}

.realestate-img {
  position: absolute;
  top: 0;
  right: 0;
}

.pickup-estate {
  min-height: 52px;
}

/* ichiran
--------------------------------------------------------*/

.ichiran_select1 {
  position: relatvie;
}

.ichiran_select1 h2 {
  font-size: 2em;
  color: #5a5b71;
  margin-bottom: 1em;
  width: 751px;
}

.ichiran_select1 p {
  float: left;
  margin-right: 1em;
}

.ichiran_select1 ul {
  overflow: hidden;
  *zoom: 1;
}

.ichiran_select1 ul li {
  float: left;
  margin-right: 1em;
  font-size: 12px;
  font-weight: bold;
}

.ichiran_select_time {
  position: relatvie;
  margin-bottom: 0;
}

.ichiran_select_time p {
  float: left;
  margin-right: 1em;
}

.ichiran_head {
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}

.ichiran_head .ichiran_select_txt {
  float: left;
  font-size: 16px;
  line-height: 1;
}

.ichiran_head .ichiran_select2 {
  float: right;
}

.ichiran_head .ichiran_select2 div {
  display: inline;
  margin-left: 20px;
}

.ichiran_order {
  padding: 10px;
  margin-bottom: 20px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  *zoom: 1;
  font-size: 12px;
}

.ichiran_order p {
  float: left;
  padding-top: 0.3em;
  margin-right: 40px;
  margin-left: 20px;
}

.ichiran_order li {
  float: left;
  margin-left: 10px;
  width: 134px;
  text-align: center;
}

.ichiran_order li:first-child {
  margin-left: 0;
}

.ichiran_order li.act {
  padding: 3px 0;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #3498db;
  color: #fff;
}

.ichiran_order li a {
  padding: 3px 0;
  display: block;
  width: 134px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.ichiran_order li a:hover {
  background: #3498db;
  color: #fff;
}

.ichiran_table_pr_head {
  width: 746px;
  margin-bottom: 0;
  border: 1px solid #e6eced;
}

.ichiran_table_pr_head th {
  padding: 10px 0;
  background: #ecf0f1;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  border-left: 1px solid #fff;
}

.ichiran_table_pr_head th:first-child {
  border-left: 0;
}

.ichiran_table_pr_head th.th1 {
  width: 120px;
}

.ichiran_table_pr_head th.th2 {
  width: 87px;
}

.ichiran_table_pr_head th.th3 {
  width: 97px;
}

.ichiran_table_pr_head th.th4 {
  width: 64px;
}

.ichiran_table_pr_head th.th5 {
  width: 140px;
}

.ichiran_table_pr_head th.th6 {
  width: 77px;
}

.ichiran_table_pr_head th.th7 {
  width: 80px;
}

.ichiran_table_pr_head th.th8 {
  width: 30px;
}

.ichiran_table {
  width: 1002px;
  margin-bottom: 0px;
}
.ichiran_shop {
  margin-bottom: 50px;
}

.ichiran_table:hover td{
    background:#fffecc;
}

.ichiran_table th {
  padding: 10px 0;
  background: #ecf0f1;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  border-left: 1px solid #fff;
}

.ichiran_table th:first-child {
  border-left: 0;
}

.ichiran_table th.th1 {
  width: 120px;
}

.ichiran_table th.th2 {
  width: 87px;
}

.ichiran_table th.th3 {
  width: 97px;
}

.ichiran_table th.th4 {
  width: 64px;
}

.ichiran_table th.th5 {
  width: 140px;
}

.ichiran_table th.th6 {
  width: 77px;
}

.ichiran_table th.th7 {
  width: 80px;
}

.ichiran_table th.th8 {
  width: 30px;
}

.ichiran_table td {
  padding: 10px 10px;
  font-size: 12px;
  background: #fff;
}

.ichiran_table td .f18 {
  font-size: 1.3em !important;
  font-weight: bold;
}

.ichiran_table td:nth-child(2) {
  text-align: center;
}

.ichiran_table td.bgwh {
  border-top: 1px solid #e6eced;
  background-color: #FFF;
}

.ichiran_table.bg_link td a:visited {
  color: #6633FF;
}

.ichiran_table  td .picture {
  position: relative;
}

.ichiran_table td .picture .new,
.ichiran_table td .picture .ichioshi,
.ichiran_table td .picture .pict {
  position: absolute;
}

.ichiran_table td .picture .new {
  top: 0;
  left: 0;
}

.ichiran_table td .picture .ichioshi {
  top: 0;
  left: 35px;
}

.ichiran_table td .picture .pict {
  top: 97px;
  left: 99px;
}

.ichiran_table td p.picts {
  padding: 5px 0 5px 25px;
  width: auto !important;
  background: transparent url(../images/icon/ico_picts.png) 5px 5px no-repeat;
}

.ichiran_table td.option {
  padding: 5px;
}

.ichiran_table td.option p {
  width: 340px;
}

.ichiran_table td .ichiran_option {
  overflow: hidden;
  *zoom: 1;
  width: 727px;
  margin: 0 0 10px 4px;
  border-top: 1px solid #edf0f1;
  border-left: 1px solid #edf0f1;
}

.ichiran_table td .ichiran_option li {
  float: left;
  height: 31px;
  border-bottom: 1px solid #edf0f1;
  border-right: 1px solid #edf0f1;
}

.ichiran_table_pr {
  width: 1002px;
  border: 1px solid #e6eced;
}

.ichiran_table_pr th {
  padding: 10px 0;
  background: #ecf0f1;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  border-left: 1px solid #fff;
}

.ichiran_table_pr th:first-child {
  border-left: 0;
}

.ichiran_table_pr th.th1 {
  width: 120px;
}

.ichiran_table_pr th.th2 {
  width: 87px;
}

.ichiran_table_pr th.th3 {
  width: 97px;
}

.ichiran_table_pr th.th4 {
  width: 64px;
}

.ichiran_table_pr th.th5 {
  width: 140px;
}

.ichiran_table_pr th.th6 {
  width: 77px;
}

.ichiran_table_pr th.th7 {
  width: 80px;
}

.ichiran_table_pr th.th8 {
  width: 30px;
}

.ichiran_table_pr td {
  padding: 10px 10px;
  font-size: 12px;
  background: #faeaab;
}

.ichiran_table_pr td .f18 {
  font-size: 1.3em !important;
  font-weight: bold;
}

.ichiran_table_pr.bg_link td a {
  text-decoration: none;
}

.ichiran_table_pr.bg_link td a:visited {
  color: #6633FF;
}

.ichiran_table.bg_link a {
  text-decoration: none;
}

.ichiran_table.bg_link a:visited {
  color: #6633FF;
}

.ichiran_table_pr td:nth-child(2) {
  text-align: center;
}

.ichiran_table_pr td.bgwh {
  border-top: 1px solid #e6eced;
  background-color: #FFF;
}

.ichiran_table_pr td .picture {
  position: relative;
}

.ichiran_table_pr td .picture .new,
.ichiran_table_pr td .picture .ichioshi,
.ichiran_table_pr td .picture .pict {
  position: absolute;
}

.ichiran_table_pr td .picture .new {
  top: 0;
  left: 0;
}

.ichiran_table_pr td .picture .ichioshi {
  top: 0;
  left: 35px;
}

.ichiran_table_pr td .picture .pict {
  top: 97px;
  left: 99px;
}

.ichiran_table_pr td p.picts {
  padding: 5px 0 5px 25px;
  width: auto !important;
  background: transparent url(../images/icon/ico_picts.png) 5px 5px no-repeat;
}

.ichiran_table_pr td.option {
  padding: 5px;
}

.ichiran_table_pr td.option p {
  width: 400px;
}

.ichiran_table_pr td .ichiran_option {
  overflow: hidden;
  *zoom: 1;
  width: 726px;
  margin: 0 0 10px 4px;
  border-top: 1px solid #edf0f1;
  border-left: 1px solid #edf0f1;
}

.ichiran_table_pr td .ichiran_option li {
  float: left;
  height: 31px;
  border-bottom: 1px solid #edf0f1;
  border-right: 1px solid #edf0f1;
}

.basic_ichiran_table {
  width: 746px;
  margin-bottom: 20px;
  border: 1px solid #e6eced;
}

.basic_ichiran_table:hover td{
    background:#fffecc;
}

.basic_ichiran_table th {
  padding: 10px 0;
  background: #ecf0f1;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  border-left: 1px solid #fff;
}

.basic_ichiran_table th:first-child {
  border-left: 0;
}

.basic_ichiran_table th.th1 {
  width: 120px;
}

.basic_ichiran_table th.th2 {
  width: 87px;
}

.basic_ichiran_table th.th3 {
  width: 97px;
}

.basic_ichiran_table th.th4 {
  width: 64px;
}

.basic_ichiran_table th.th5 {
  width: 140px;
}

.basic_ichiran_table th.th6 {
  width: 77px;
}

.basic_ichiran_table th.th7 {
  width: 80px;
}

.basic_ichiran_table th.th8 {
  width: 30px;
}

.basic_ichiran_table td {
  padding: 10px 10px;
  font-size: 12px;
  background: #fff;
}

.basic_ichiran_table td:first-child {
  padding-bottom: 0px;
}

.basic_ichiran_table td:nth-child(2) {
  text-align: center;
}

.basic_ichiran_table td.bgwh {
  padding-bottom: 10px;
  border-top: 1px solid #e6eced;
  background-color: #FFF;
}

.basic_ichiran_table td .photo-area {
  position: relative;
  overflow: hidden;
}

.basic_ichiran_table td .photo-area ul {
  float: left;
  left: 50%;
  position: relative;
}

.basic_ichiran_table td .photo-area li {
  float: left;
  left: -50%;
  position: relative;
}

.basic_ichiran_table td .picture {
  position: relative;
}

.basic_ichiran_table td .picture .new,
.basic_ichiran_table td .picture .ichioshi,
.basic_ichiran_table td .picture .pict {
  position: absolute;
}

.basic_ichiran_table td .picture .new {
  top: 0;
  left: 0;
}

.basic_ichiran_table td .picture .ichioshi {
  top: 0;
  left: 35px;
}

.basic_ichiran_table td .picture .pict {
  top: 97px;
  left: 99px;
}

.basic_ichiran_table td p.picts {
  padding: 5px 0 5px 25px;
  width: auto !important;
  background: transparent url(../images/icon/ico_picts.png) 5px 5px no-repeat;
}

.basic_ichiran_table td.option {
  padding: 5px;
}

.basic_ichiran_table td.option p {
  width: 340px;
}

.basic_ichiran_table td .ichiran_option {
  overflow: hidden;
  *zoom: 1;
  width: 727px;
  margin: 0 0 10px 4px;
  border-top: 1px solid #edf0f1;
  border-left: 1px solid #edf0f1;
}

.basic_ichiran_table td .ichiran_option li {
  float: left;
  height: 31px;
  border-bottom: 1px solid #edf0f1;
  border-right: 1px solid #edf0f1;
}

.basic_ichiran_table_pr {
  width: 746px;
  margin-bottom: 20px;
  border: 1px solid #e6eced;
}

.basic_ichiran_table_pr th {
  padding: 10px 0;
  background: #ecf0f1;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  border-left: 1px solid #fff;
}

.basic_ichiran_table_pr th:first-child {
  border-left: 0;
}

.basic_ichiran_table_pr th.th1 {
  width: 120px;
}

.basic_ichiran_table_pr th.th2 {
  width: 100px;
}

.basic_ichiran_table_pr th.th3 {
  width: 97px;
}

.basic_ichiran_table_pr th.th4 {
  width: 64px;
}

.basic_ichiran_table_pr th.th5 {
  width: 140px;
}

.basic_ichiran_table_pr th.th6 {
  width: 77px;
}

.basic_ichiran_table_pr th.th7 {
  width: 80px;
}

.basic_ichiran_table_pr th.th8 {
  width: 30px;
}

.basic_ichiran_table_pr td {
  padding: 10px 10px;
  font-size: 12px;
  background: #faeaab;
}

.basic_ichiran_table_pr td:nth-child(2) {
  text-align: center;
}

.basic_ichiran_table_pr td:first-child {
  padding-bottom: 0px;
}

.basic_ichiran_table_pr td.bgwh {
  padding-bottom: 10px;
  border-top: 1px solid #e6eced;
  background-color: #FFF;
}

.basic_ichiran_table_pr td .photo-area {
  position: relative;
  overflow: hidden;
}

.basic_ichiran_table_pr td .photo-area ul {
  float: left;
  left: 50%;
  position: relative;
}

.basic_ichiran_table_pr td .photo-area li {
  float: left;
  background: #FFF;
  left: -50%;
  position: relative;
}

.basic_ichiran_table_pr td .picture {
  position: relative;
}

.basic_ichiran_table_pr td .picture .new,
.basic_ichiran_table_pr td .picture .ichioshi,
.basic_ichiran_table_pr td .picture .pict {
  position: absolute;
}

.basic_ichiran_table_pr td .picture .new {
  top: 0;
  left: 0;
}

.basic_ichiran_table_pr td .picture .ichioshi {
  top: 0;
  left: 35px;
}

.basic_ichiran_table_pr td .picture .pict {
  top: 97px;
  left: 99px;
}

.basic_ichiran_table_pr td p.picts {
  padding: 5px 0 5px 25px;
  width: auto !important;
  background: transparent url(../images/icon/ico_picts.png) 5px 5px no-repeat;
  background-color: #FAEAAB;
}

.basic_ichiran_table_pr td.option {
  padding: 5px;
}

.basic_ichiran_table_pr td.option p {
  width: 400px;
}

.basic_ichiran_table_pr td .ichiran_option {
  overflow: hidden;
  *zoom: 1;
  width: 726px;
  margin: 0 0 10px 4px;
  border-top: 1px solid #edf0f1;
  border-left: 1px solid #edf0f1;
}

.basic_ichiran_table_pr td .ichiran_option li {
  float: left;
  height: 31px;
  border-bottom: 1px solid #edf0f1;
  border-right: 1px solid #edf0f1;
}

.bor-top {
  border-top: 1px solid #e6eced;
}

div.starcheck {
  display: block;
  float: left;
  padding: 10px 5px 20px 0px;
}

.ichiran-check {
  float: left;
  width: 746px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #e6eced;
}

.ichiran-check dt {
  float: left;
  width: 139px;
  padding: 14px 8px;
  background-color: #cee9fc;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #f7f7f7;
}

.ichiran-check dt span.pd-left {
  color: #2980b9;
  display: block;
  padding-left: 20px;
  padding-right: 3px;
  line-height: 1.0em;
}

.ichiran-check dt div.check-group label {
  margin-top: 4px;
}

.ichiran-check dd li {
  float: left;
}

.ichiran-check dd li a {
  display: block;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 10px 10px 35px;
  margin-right: 10px;
  margin-top: 8px;
}

.ichiran-check dd li.ichiran-delete a {
  padding: 11px 15px 11px 40px;
  background: url(../images/icon/trash_ico.png) 14px 9px no-repeat;
  background-color: #FFF;
  border: 1px solid #7a7a7a;
  font-size: 12px;
  color: #7a7a7a;
}

.ichiran-check dd li.ichiran-delete a:hover {
  background: url(../images/icon/trash_ico_hv.png) 14px 9px no-repeat;
  background-color: #FFF;
  border: 1px solid #908e8e;
  text-decoration: none;
  color: #908e8e;
}

.ichiran-check dd li.ichiran-detail a {
  padding: 12px 15px 12px 40px;
  background: url(../images/icon/book_ico.png) 14px 9px no-repeat;
  background-color: #f27935;
  font-size: 12px;
  color: #FFF;
}

.ichiran-check dd li.ichiran-detail a:hover {
  background-color: #f39058;
  text-decoration: none;
}

.ichiran-check dd li.ichiran-inq a {
  background: url(../images/icon/mail_ico.png) 14px 13px no-repeat;
  background-color: #15cca8;
  color: #FFF;
}

.ichiran-check dd li.ichiran-inq a:hover {
  background-color: #5fd9c1;
  text-decoration: none;
}

.ichiran-check .check-info {
  float: left;
  width: 80px;
  margin: 8px 8px;
  padding: 4px 13px 4px 8px;
  font-size: 10px;
  color: #2980b9;
  background: url(../images/icon/ichiran_check_bg.png) top left no-repeat;
}

.ichiran-corp-area {
  float: right;
}

.ichiran-corp-area dt {
  float: left;
  width: 574px;
}

.ichiran-corp-area dt .phone-num {
  font-size: 20px;
  color: #f27935;
  font-weight: bold;
  line-height: 1.2;
}

.ichiran-corp-area dt .cap {
  font-size: 10px;
}

.ichiran-corp-area dd {
  float: left;
}

.ichiran-corp-area dd ul {
  float: left;
}

.ichiran-corp-area dd li {
  float: left;
}

.ichiran-corp-area dd li a {
  display: block;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 10px 10px 35px;
  margin-top: 8px;
}

.ichiran-corp-area dd li.ichiran-detail a {
  padding: 12px 15px 12px 40px;
  background: url(../images/icon/book_ico.png) 14px 9px no-repeat;
  background-color: #f27935;
  font-size: 12px;
  color: #FFF;
}

.ichiran-corp-area dd li.ichiran-detail a:hover {
  background-color: #f39058;
  text-decoration: none;
}

.ichiran-corp-area dd li.ichiran-inq a {
  background: url(../images/icon/mail_ico.png) 14px 13px no-repeat;
  background-color: #15cca8;
  font-size: 14px;
  color: #FFF;
}

.ichiran-corp-area dd li.ichiran-inq a:hover {
  background-color: #5fd9c1;
  text-decoration: none;
}

td.option .morebtn {
  float: right;
  padding-right: 0;
}

td.option .morebtn li {
  float: left;
}

td.option .morebtn li.star_off {
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 0 5px;
  border: 1px solid #7a7a7a;
  background-color: #fff;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 20px 9px 20px;
  background-position: 10px 6px;
  background-repeat: no-repeat;
}

td.option .morebtn li.star_off.off {
  border: 1px solid #7a7a7a;
  color: #7a7a7a;
  text-decoration: none;
}

td.option .morebtn li a {
  display: block;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 10px 10px 35px;
  margin-top: 8px;
}

td.option .morebtn li.ichiran-detail a {
  margin: 0 5px;
  padding: 10px 15px 10px 40px;
  background: url(../images/icon/book_ico.png) 14px 9px no-repeat;
  background-color: #f27935;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}

td.option .morebtn li.ichiran-detail a:hover {
  background-color: #f39058;
  text-decoration: none;
}

td.option .morebtn li.ichiran-inq a {
  background: url(../images/icon/mail_ico.png) 14px 13px no-repeat;
  background-color: #15cca8;
  font-size: 14px;
  color: #FFF;
}

td.option .morebtn li.ichiran-inq a:hover {
  background-color: #5fd9c1;
  text-decoration: none;
}

td.option .morebtn li.star a {
  margin: 0 5px;
  border: 1px solid #f27935;
  background-color: #fff;
  color: #f27935;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 20px 9px 20px;
  background-position: 10px 6px;
  background-repeat: no-repeat;
}

td.option .morebtn li.star a.off {
  border: 1px solid #7a7a7a;
  color: #7a7a7a;
  text-decoration: none;
}

.morebtn {
  float: right;
  padding-right: 0;
}

.morebtn li {
  float: left;
}

.morebtn li.star_off {
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 0 5px;
  border: 1px solid #7a7a7a;
  background-color: #fff;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 20px 9px 20px;
  background-position: 10px 6px;
  background-repeat: no-repeat;
}

.morebtn li.star_off.off {
  border: 1px solid #7a7a7a;
  color: #7a7a7a;
  text-decoration: none;
}

.morebtn li a {
  display: block;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 10px 10px 35px;
  margin-top: 8px;
}

.morebtn li.ichiran-detail a {
  margin: 0 5px;
  padding: 10px 15px 10px 40px;
  background: url(../images/icon/book_ico.png) 14px 9px no-repeat;
  background-color: #f27935;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}

.morebtn li.ichiran-detail a:hover {
  background-color: #f39058;
  text-decoration: none;
}

.morebtn li.ichiran-inq a {
  background: url(../images/icon/mail_ico.png) 14px 13px no-repeat;
  background-color: #15cca8;
  font-size: 14px;
  color: #FFF;
}

.morebtn li.ichiran-inq a:hover {
  background-color: #5fd9c1;
  text-decoration: none;
}

.morebtn li.star a {
  margin: 0 5px;
  border: 1px solid #f27935;
  background-color: #fff;
  color: #f27935;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 20px 9px 20px;
  background-position: 10px 6px;
  background-repeat: no-repeat;
}

.morebtn li.star a.off {
  border: 1px solid #7a7a7a;
  color: #7a7a7a;
  text-decoration: none;
}

.arrow_under,
.arrow_over {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

.arrow_over img {
  vertical-align: bottom;
}

.readOnlyRowsToggle {
  cursor: pointer;
}

/* map
--------------------------------------------------------*/

#map {
  min-height: 100%;
  min-width: 1004px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent url(../images/map/map_dummy.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.size-1_1-1 {
  width: 85%;
}

/* trainmap
--------------------------------------------------------*/

#train {
  min-height: 100%;
  min-width: 1004px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent url(../images/map/train_dummy.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#first-sec {
  position: relative;
  margin-top: 10px;
}

/* alert
--------------------------------------------------------*/

.alert,
.infor {
  display: block;
  margin: 20px auto;
  padding: 7px;
  background-color: #ffe8ec;
  width: 500px;
  color: #ff8586;
  font-size: 0.5em;
  text-align: center;
}

.alert p,
.infor p {
  font-size: 1.8em;
  margin-bottom: 5px;
  font-weight: bold;
}

.infor{
  margin: 0;
  width: 100%;
  background-color: #fff;
}
.infor_inner{
  margin: 10px;
  padding: 10px;
  width: auto;
  color: #000;
  background-color: #f2f2f2;
}
.infor p{
  margin-bottom: 0;
  font-weight: normal;
}

.publish_end {
  background-color: #ffe8ec;
  position: relative;
  width: 90%;
  color: #ff8586;
  padding: 12px 20px 12px 80px;
  margin-bottom: 40px;
}

.charactor_end {
  position: absolute;
  bottom: 0;
  left: 15px;
}

/* ichiran-photo
--------------------------------------------------------*/
.trimming120x130 {
  width: 120px;
  height: 90px;
  display: block;
  overflow: hidden;
  text-align: center;
  border: 1px solid #CCC;
  background: #FFF;
  margin-top:20px;
}

.trimming120x130 img {
  width: 120px;
  vertical-align: top;
}

.trimming145x108 {
  width:143px;
  height:106px;
  display: block;
  text-align: center;
  vertical-align: center;
  border: 1px solid #CCC;
  background: #FFF;
}

.trimming145x108 img {
  width:145px;
  vertical-align: top;
}

.trimming85x115 {
  width: 85px;
  height: 115px;
  display: block;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
/* line 1318, scss/module/_individual.scss */
.trimming85x115 img {
  width: 85px;
  vertical-align: top;
}

.trimming124x112 {
  width: 124px;
  height: 93px;
  display: block;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  border: 1px solid #CCC;
  background: #FFF;
}

 .trimming124x112 img {
   height: 93px;
   vertical-align: top;
 }

.trimming239x294 {
  width: 300px;
  height: 225px;
  display: block;
  overflow: hidden;
  text-align: center;
  border: 1px solid #CCC;
  background: #FFF;
}

 .trimming239x294 img {
   vertical-align: top;
 }

 .arc_trimming239x294 {
  width: 300px;
  height: 225px;
  display: block;
  overflow: hidden;
  text-align: center;
  background: #FFF;
}

 .arc_trimming239x294 img {
   vertical-align: top;
 }

.trimming160x200 {
  width: 160px;
  height: 120px;
  display: block;
  overflow: hidden;
  text-align: center;
  border: 1px solid #CCC;
  background: #FFF;
}

 .trimming160x200 img {
   vertical-align: top;
   width:160px;
 }

.js-flexiblethumnail img {
  display: inline-block;
}

#inline_content1,
#inline_content2 {
  width: 690px;
  overflow: auto;
  font-size: 1.0em;
  z-index: 9999;
}

#inline_content1 table,
#inline_content2 table {
  width: 670px;
}

#inline_content1 table td,
#inline_content2 table td {
  padding: 8px;
  width: 1em;
  border-bottom: 1px solid #d6d6d6;
}

#inline_content1 table td.bg-y,
#inline_content2 table td.bg-y {
  width: 102px;
  padding-left: 55px;
  background-color: #fffae6;
  background-position: 25px center;
  background-repeat: no-repeat;
  font-weight: bold;
}

#inline_content1 .title,
#inline_content2 .title {
  padding: 20px 0;
  background-color: #ecf0f1;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

#inline_content1 td.bg_ico01,
#inline_content2 td.bg_ico01 {
  background: url(../images/icon/search_ico01.png);
}

#inline_content1 td.bg_ico02,
#inline_content2 td.bg_ico02 {
  background: url(../images/icon/search_ico02.png);
}

#inline_content1 td.bg_ico03,
#inline_content2 td.bg_ico03 {
  background: url(../images/icon/search_ico03.png);
}

#inline_content1 td.bg_ico04,
#inline_content2 td.bg_ico04 {
  background: url(../images/icon/search_ico04.png);
}

#inline_content1 td.bg_ico05,
#inline_content2 td.bg_ico05 {
  background: url(../images/icon/search_ico05.png);
}

#inline_content1 td.bg_ico06,
#inline_content2 td.bg_ico06 {
  background: url(../images/icon/search_ico06.png);
}

#inline_content1 td.bg_ico07,
#inline_content2 td.bg_ico07 {
  background: url(../images/icon/search_ico07.png);
}

#inline_content1 td.bg_ico08,
#inline_content2 td.bg_ico08 {
  background: url(../images/icon/search_ico08.png);
}

#inline_content1 .close,
#inline_content2 .close {
  display: block;
  text-align: center;
  padding-top: 10px;
}

#inline_content1 .w120,
#inline_content2 .w120 {
  width: 120px;
}

#inline_content1 .pdr-15,
#inline_content2 .pdr-15 {
  padding-right: 15px;
}

#inline_content1 .mar-t0,
#inline_content2 .mar-t0 {
  margin-top: 0px;
}

#inline_content2 hr {
  display: none;
}

#inline_content2 hr.clear {
  clear: both;
}

#inline_content2 ul {
  float: left;
  width: 690px;
  height: 200px;
  margin-bottom: 10px;
  overflow: auto;
}

#inline_content2 li {
  float: left;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

#inline_content2 li:first-child,
#inline_content2 li:nth-child(3n+1) {
  border-left: none;
}

#inline_content2 .area-name {
  width: 223px;
}

#inline_content2 .area-name div {
  float: left;
}

#inline_content2 .area-name .area {
  width: 165px;
  padding: 15px 10px 15px 20px;
}

#inline_content2 .area-name .area-del {
  width: 16px;
  padding: 15px 6px 15px 6px;
  background-color: #f7f7f7;
  text-align: center;
  cursor: pointer;
}

#inline_content3,
#inline_content4,
#inline_content5 {
  width: 507px;
  padding: 20px 0;
  text-align: center;
  overflow: auto;
  font-size: 1.0em;
  border: 2px solid #ff0000;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 9999;
}

#inline_content4 {
  border: 2px solid #3498db;
}

#inline_content5 {
  border: 2px solid #f78a4d;
}

#inline_content6 {
  width: 920px;
  height: 500px;
  overflow: none;
  font-size: 0.8em;
  z-index: 9999;
}

#inline_content6 table {
  width: 900px;
}

#inline_content6 table td {
  padding: 8px;
  border-bottom: 1px solid #d6d6d6;
}

#inline_content6 table td.bg-y {
  width: 102px;
  font-size: 1.2em;
  text-align: center;
  background-color: #e5f5f9;
  font-weight: bold;
}

#inline_content6 .title {
  padding: 20px 0;
  background-color: #ecf0f1;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0;
}

#inline_content6 .close {
  display: block;
  text-align: center;
  padding-top: 10px;
}

#inline_content6 .w120 {
  width: 120px;
}

#inline_content6 .w170 {
  width: 170px;
}

#inline_content6 .pdr-15 {
  padding-right: 15px;
}

#inline_content6 .mar-t0 {
  margin-top: 0px;
}

#inline_content7 {
  width: 640px;
  overflow: none;
  font-size: 0.8em;
  z-index: 9999;
}

#inline_content7 table {
  width: 620px;
}

#inline_content7 table td {
  padding: 15px;
  border-bottom: 1px solid #d6d6d6;
}

#inline_content7 table td.bg-y {
  width: 120px;
  border-right: 1px solid #d6d6d6;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}

#inline_content7 .title {
  padding: 20px 0;
  background-color: #ecf0f1;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0;
}

#inline_content7 .close {
  display: block;
  text-align: center;
  padding-top: 10px;
}

#inline_content7 .w120 {
  width: 120px;
}

#inline_content7 .w170 {
  width: 170px;
}

#inline_content7 .pdr-15 {
  padding-right: 15px;
}

#inline_content7 .mar-t0 {
  margin-top: 0px;
}

#inline_content8 {
  overflow: none;
  font-size: 0.8em;
  z-index: 9999;
}

#inline_content8 table {
  width: 620px;
}

#inline_content8 table td {
  padding: 15px;
  border-bottom: 1px solid #d6d6d6;
}

#inline_content8 table td.bg-y {
  width: 120px;
  border-right: 1px solid #d6d6d6;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}

#inline_content8 .title {
  padding: 20px 0;
  background-color: #ecf0f1;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0;
}

#inline_content8 .close {
  display: block;
  text-align: center;
  padding-top: 10px;
}

#inline_content8 .w120 {
  width: 120px;
}

#inline_content8 .w170 {
  width: 170px;
}

#inline_content8 .pdr-15 {
  padding-right: 15px;
}

#inline_content8 .mar-t0 {
  margin-top: 0px;
}

#inline_content_begin {
  display: none;
  width: 1030px;
  overflow: hidden;
  font-size: 0.8em;
  background-color: #FFF;
  /*float: left;*/
  z-index: 10;
}

#inline_content_begin div.step-area {
  float: left;
  width: 300px;
}

#inline_content_begin .title {
  padding: 20px 0;
  position: relative;
  color: #f27935;
  background-color: #ecf0f1;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0;
}

#inline_content_begin .close {
  display: block;
  text-align: center;
  padding-top: 10px;
}

#inline_content_begin .up-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0;
  cursor: pointer;
}

#inline_content_begin .w120 {
  width: 120px;
}

#inline_content_begin .w170 {
  width: 170px;
}

#inline_content_begin .pdr-15 {
  padding-right: 15px;
}

#inline_content_begin .mar-t0 {
  margin-top: 0px;
}

ul.dropmenu1 {
  float: right;
  position: absolute;
  width: 290px;
  top: 60px;
  right: 60px;
}

.arrow_box {
  background: #FFFFFF;
  width: 290px;
  border: 1px solid #edecec;
}

.arrow_box .arrow-wrap {
  padding: 40px 5px;
}

.arrow_box .arrow-wrap .choice {
  float: left;
  font-size: 0.9em;
  text-align: center;
}

.arrow_box .arrow-wrap .w290 {
  width: 290px;
}

.arrow_box .arrow-wrap .w138 {
  width: 138px;
}

.arrow_box .arrow-wrap .w94 {
  width: 94px;
}

.arrow_box .arrow-wrap .w91 {
  width: 91px;
}

.arrow_box .arrow-wrap .mar-t30 {
  margin-top: 30px;
}

.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFFFFF;
  border-width: 12px;
  left: 91%;
  margin-left: -12px;
}

.arrow_box:before {
  border-color: rgba(237, 236, 236, 0);
  border-bottom-color: #edecec;
  border-width: 13px;
  left: 91%;
  margin-left: -13px;
}

ul.dropmenu2 {
  float: right;
  position: absolute;
  width: 290px;
  top: 60px;
  right: 18px;
}

.arrow_box2 {
  background: #FFFFFF;
  width: 290px;
  border: 1px solid #edecec;
}

.arrow_box2 b {
  display: block;
  padding: 3px 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.arrow_box2 p {
  margin: 10px 0;
  padding: 0 10px;
  font-size: 1.2em;
}

.arrow_box2:after,
.arrow_box:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box2:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFFFFF;
  border-width: 12px;
  left: 50%;
  margin-left: -12px;
}

.arrow_box2:before {
  border-color: rgba(237, 236, 236, 0);
  border-bottom-color: #FFFFFF;
  border-width: 13px;
  left: 50%;
  margin-left: -13px;
}

#arrow_box-id,
#arrow_box2-id {
  display: none;
}

.arrow-close {
  position: absolute;
  top: 3px;
  right: 2px;
}

#lean_overlay {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
}

.modal {
  display: none;
  width: 500px;
  padding: 10px 20px;
  background: #FFF;
}

.rankingttl-sprite {
  background: url('../images/sprites/rankingttl-s3bb9adff85.png') no-repeat;
}

.sprite-label--caution,
.sprite-label--coupon,
.sprite-label--ichioshi,
.sprite-label--lease,
.sprite-label--new-build,
.sprite-label--new,
.sprite-label--photo,
.sprite-label--point,
.sprite-label--pr,
.sprite-label--safety,
.sprite-label--util,
.icon--arrow-blue-right,
.icon--arrow-white-left,
.icon--arrow-white-right,
.icon--back,
.icon--bicycle-blue,
.icon--bicycle-white,
.icon--book,
.icon--building,
.icon--bus,
.icon--cafe,
.icon--car-blue,
.icon--car-white,
.icon--check-blue,
.icon--check,
.icon--compass,
.icon--en,
.icon--home-back,
.icon--hospital,
.icon--hotel,
.icon--house,
.icon--ico_star,
.icon--ico_star_on,
.icon--location-gray,
.icon--location-white,
.icon--location,
.icon--mail-blue,
.icon--mail,
.icon--minus,
.icon--office-gray,
.icon--panel-blue,
.icon--park,
.icon--parking,
.icon--picture,
.icon--plus,
.icon--restaurant,
.icon--run-blue,
.icon--run-white,
.icon--search,
.icon--star-blue,
.icon--star-gray,
.icon--star,
.icon--time,
.icon--train-blue,
.icon--train-gray,
.icon--train-white,
.icon--train,
.icon--trash,
.icon--univercity-gray,
.icon--univercity,
.sprite-item--arrow-left,
.sprite-item--arrow-right,
.sprite-tile--airconditioning_off,
.sprite-tile--airconditioning_on,
.sprite-tile--autolock_off,
.sprite-tile--autolock_on,
.sprite-tile--balcony_off,
.sprite-tile--balcony_on,
.sprite-tile--bath_off,
.sprite-tile--bath_on,
.sprite-tile--closet_off,
.sprite-tile--closet_on,
.sprite-tile--flooring_off,
.sprite-tile--flooring_on,
.sprite-tile--gas_off,
.sprite-tile--gas_on,
.sprite-tile--notfirst_off,
.sprite-tile--notfirst_on,
.sprite-tile--parking_off,
.sprite-tile--parking_on,
.sprite-tile--reheating_off,
.sprite-tile--reheating_on,
.sprite-tile--shower_off,
.sprite-tile--shower_on,
.sprite-tile--washing_off,
.sprite-tile--washing_on,
.sprite-suggest--element,
.sprite-suggest--facility,
.sprite-suggest--high,
.sprite-suggest--juniorhigh,
.sprite-suggest--kindergarten,
.sprite-suggest--nursing,
.sprite-suggest--place,
.sprite-suggest--school,
.sprite-suggest--train,
.sprite-suggest--univercity {
  text-indent: -9999px;
  overflow: hidden;
}

.m-map-search,
.l-header,
.input input[type="text"],
.select,
.select .select__field,
.select .select__list,
.select .select__item,
.btn,
.outer-allcheck,
.outer-control,
.outer-description .section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  padding-top: 45px;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

label input[type="checkbox"],
label input[type="radio"] {
  margin-right: 5px;
}

[class*="size-list-"] {
  *zoom: 1;
}

[class*="size-list-"]:after {
  content: '';
  display: table;
  clear: both;
}

[class*="size-list-"] li {
  float: left;
}

.size-1_1,
.size-list-1_1 li {
  width: 100%;
}

.size-1_2,
.size-list-1_2 li {
  width: 50%;
}

.size-1_3,
.size-list-1_3 li {
  width: 33.33333%;
}

.size-1_4,
.size-list-1_4 li {
  width: 25%;
}

.size-1_5,
.size-list-1_5 li {
  width: 20%;
}

.size-1_6,
.size-list-1_6 li {
  width: 16.66667%;
}

.size-1_7,
.size-list-1_7 li {
  width: 20%;
}

.size-1_8,
.size-list-1_8 li {
  width: 12.5%;
}

.size-1_9,
.size-list-1_9 li {
  width: 11.11111%;
}

.size-1_10,
.size-list-1_10 li {
  width: 10%;
}

.size-1_11,
.size-list-1_11 li {
  width: 9.09091%;
}

.size-1_12,
.size-list-1_12 li {
  width: 8.33333%;
}

.size-2_3,
.size-list-2_3 li {
  width: 66.66667%;
}

.size-2_4,
.size-list-2_4 li {
  width: 50%;
}

.size-2_5,
.size-list-2_5 li {
  width: 40%;
}

.size-2_6,
.size-list-2_6 li {
  width: 33.33333%;
}

.size-2_7,
.size-list-2_7 li {
  width: 28.57143%;
}

.size-2_8,
.size-list-2_8 li {
  width: 25%;
}

.size-2_9,
.size-list-2_9 li {
  width: 22.22222%;
}

.size-2_10,
.size-list-2_10 li {
  width: 20%;
}

.size-2_11,
.size-list-2_11 li {
  width: 18.18182%;
}

.size-2_12,
.size-list-2_12 li {
  width: 16.66667%;
}

.size-3_4,
.size-list-3_4 li {
  width: 75%;
}

.size-3_5,
.size-list-3_5 li {
  width: 60%;
}

.size-3_6,
.size-list-3_6 li {
  width: 50%;
}

.size-3_7,
.size-list-3_7 li {
  width: 42.85714%;
}

.size-3_8,
.size-list-3_8 li {
  width: 37.5%;
}

.size-3_9,
.size-list-3_9 li {
  width: 33.33333%;
}

.size-3_10,
.size-list-3_10 li {
  width: 30%;
}

.size-3_11,
.size-list-3_11 li {
  width: 27.27273%;
}

.size-3_12,
.size-list-3_12 li {
  width: 25%;
}

.size-4_5,
.size-list-4_5 li {
  width: 80%;
}

.size-4_6,
.size-list-4_6 li {
  width: 66.66667%;
}

.size-4_7,
.size-list-4_7 li {
  width: 57.14286%;
}

.size-4_8,
.size-list-4_8 li {
  width: 50%;
}

.size-4_9,
.size-list-4_9 li {
  width: 44.44444%;
}

.size-4_10,
.size-list-4_10 li {
  width: 40%;
}

.size-4_11,
.size-list-4_11 li {
  width: 36.36364%;
}

.size-4_12,
.size-list-4_12 li {
  width: 33.33333%;
}

.size-5_6,
.size-list-5_6 li {
  width: 83.33333%;
}

.size-5_7,
.size-list-5_7 li {
  width: 71.42857%;
}

.size-5_8,
.size-list-5_8 li {
  width: 62.5%;
}

.size-5_9,
.size-list-5_9 li {
  width: 55.55556%;
}

.size-5_10,
.size-list-5_10 li {
  width: 50%;
}

.size-5_11,
.size-list-5_11 li {
  width: 45.45455%;
}

.size-5_12,
.size-list-5_12 li {
  width: 41.66667%;
}

.size-6_7,
.size-list-6_7 li {
  width: 85.71429%;
}

.size-6_8,
.size-list-6_8 li {
  width: 75%;
}

.size-6_9,
.size-list-6_9 li {
  width: 66.66667%;
}

.size-6_10,
.size-list-6_10 li {
  width: 60%;
}

.size-6_11,
.size-list-6_11 li {
  width: 54.54545%;
}

.size-6_12,
.size-list-6_12 li {
  width: 50%;
}

.size-7_8,
.size-list-7_8 li {
  width: 87.5%;
}

.size-7_9,
.size-list-7_9 li {
  width: 77.77778%;
}

.size-7_10,
.size-list-7_10 li {
  width: 70%;
}

.size-7_11,
.size-list-7_11 li {
  width: 63.63636%;
}

.size-7_12,
.size-list-7_12 li {
  width: 58.33333%;
}

.size-8_9,
.size-list-8_9 li {
  width: 88.88889%;
}

.size-8_10,
.size-list-8_10 li {
  width: 80%;
}

.size-8_11,
.size-list-8_11 li {
  width: 72.72727%;
}

.size-8_12,
.size-list-8_12 li {
  width: 66.66667%;
}

.size-9_10,
.size-list-9_10 li {
  width: 90%;
}

.size-9_11,
.size-list-9_11 li {
  width: 81.81818%;
}

.size-9_12,
.size-list-9_12 li {
  width: 75%;
}

.size-10_11,
.size-list-10_11 li {
  width: 90.90909%;
}

.size-10_12,
.size-list-10_12 li {
  width: 83.33333%;
}

.size-11_12,
.size-list-11_12 li {
  width: 91.66667%;
}

.mg-5 {
  margin: 5px;
}

.mg-t5 {
  margin-top: 5px;
}

.mg-t-5 {
  margin-top: -5px;
}

.mg-b5 {
  margin-bottom: 5px;
}

.mg-r5 {
  margin-right: 5px;
}

.mg-l5 {
  margin-left: 5px;
}

.mg-v5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mg-10 {
  margin: 10px;
}

.mg-t10 {
  margin-top: 10px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-r10 {
  margin-right: 10px;
}

.mg-l10 {
  margin-left: 10px;
}

.mg-v10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mg-15 {
  margin: 15px;
}

.mg-t15 {
  margin-top: 15px;
}

.mg-b15 {
  margin-bottom: 15px;
}

.mg-r15 {
  margin-right: 15px;
}

.mg-l15 {
  margin-left: 15px;
}

.mg-v15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mg-20 {
  margin: 20px;
}

.mg-t20 {
  margin-top: 20px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-r20 {
  margin-right: 20px;
}

.mg-l20 {
  margin-left: 20px;
}

.mg-v20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mg-25 {
  margin: 25px;
}

.mg-t25 {
  margin-top: 25px;
}

.mg-b25 {
  margin-bottom: 25px;
}

.mg-r25 {
  margin-right: 25px;
}

.mg-l25 {
  margin-left: 25px;
}

.mg-v25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mg-30 {
  margin: 30px;
}

.mg-t30 {
  margin-top: 30px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-r30 {
  margin-right: 30px;
}

.mg-l30 {
  margin-left: 30px;
}

.mg-v30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mg-35 {
  margin: 35px;
}

.mg-t35 {
  margin-top: 35px;
}

.mg-b35 {
  margin-bottom: 35px;
}

.mg-r35 {
  margin-right: 35px;
}

.mg-l35 {
  margin-left: 35px;
}

.mg-v35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mg-40 {
  margin: 40px;
}

.mg-t40 {
  margin-top: 40px;
}

.mg-b40 {
  margin-bottom: 40px;
}

.mg-r40 {
  margin-right: 40px;
}

.mg-l40 {
  margin-left: 40px;
}

.mg-v40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mg-45 {
  margin: 45px;
}

.mg-t45 {
  margin-top: 45px;
}

.mg-b45 {
  margin-bottom: 45px;
}

.mg-r45 {
  margin-right: 45px;
}

.mg-l45 {
  margin-left: 45px;
}

.mg-v45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mg-50 {
  margin: 50px;
}

.mg-t50 {
  margin-top: 50px;
}

.mg-b50 {
  margin-bottom: 50px;
}

.mg-r50 {
  margin-right: 50px;
}

.mg-l50 {
  margin-left: 50px;
}

.mg-v50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.no-mg {
  margin: 0 !important;
}

.no-pd {
  padding: 0 !important;
}

.l-left {
  text-align: left;
}

.l-center {
  text-align: center;
}

.l-right {
  text-align: right;
}

.l-inline {
  display: inline-block;
}

.l-block {
  display: block;
}

.l-table {
  display: table;
}

.l-cell {
  display: table-cell;
}

.l-relative {
  position: relative;
}

.l-absolute {
  position: absolute;
}

.l-right0 {
  right: 0;
}

.l-bottom0 {
  bottom: 0;
}

.l-top0 {
  top: 0;
}

.l-left0 {
  left: 0;
}

.l-top {
  vertical-align: top;
}

.l-middle {
  vertical-align: middle;
}

.l-bottom {
  vertical-align: bottom;
}

.l-clear {
  clear: both;
}

.l-borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header {
  position: fixed;
  height: 45px;
  margin-top: 0;
  -webkit-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
  z-index: 100;
  -webkit-box-shadow: 0 0 9px 1px rgba(132, 134, 144, 0.2);
  box-shadow: 0 0 9px 1px rgba(132, 134, 144, 0.2);
  left: 0;
  top: 0;
  min-width: 1024px;
  width: 100%;
  padding: 5px 10px;
  background: #fff;
  z-index: 1000;
}

.l-header.is-hidden {
  margin-top: -45px;
}

.l-header h1 {
  font-weight: normal;
  margin-top: 1em;
}

.l-contents {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  overflow-x: hidden;
}

.l-footer {
  padding: 18px 0;
  background: #3498db;
}

.l-footer a {
  color: #fff;
}

.l-add {
  position: absolute;
  right: -205px;
  top: 0;
  width: 185px;
}

.l-space {
  margin-bottom: 20px;
}

.l-map-condition {
  position: relative;
  width: 250px;
  margin-left: 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.l-map-start {
  position: fixed;
  top: 55px;
  right: 10px;
  z-index: 3;
}

.l-map-hit {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.l-map-items {
  position: fixed;
  top: 195px;
  right: 0;
  z-index: 3;
}

.l-map-trainmap {
  position: fixed;
  top: 105px;
  right: 10px;
  z-index: 3;
}

.l-map-info {
  position: fixed;
  top: 55px;
  left: 50%;
  z-index: 3;
}

.l-map-ad {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 3;
}

#l-map-view {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

#l-map-view.train-view {
  background: url(../images/map/train_dummy.jpg) no-repeat left top;
}

[class*="icon--"] {
  vertical-align: middle;
}

.icon-space-right {
  margin-right: 10px;
}

.checkbox {
  display: inline-block;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox.is-checked label:before {
  content: "\2713";
  text-align: center;
  background: #2980B9;
  color: #fff;
}

.checkbox label {
  padding-left: 1.5em;
  cursor: pointer;
  position: relative;
}

.checkbox label:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 1em;
  top: 8px;
  height: 1em;
  border-radius: 3px;
  background: #2980B9;
  line-height: 1em;
  font-size: 1em;
}

.input {
  position: relative;
  display: inline-block;
}

.input input[type="text"] {
  width: 100%;
  display: block;
  padding: 5px;
  border: 1px solid #3ba4ee;
}

.input input[type="text"].w85 {
  width: 85%;
  padding: 4px 5px 5px 5px;
}

.input .btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  padding: 5px;
  background: #3ba4ee;
}

.select {
  position: relative;
  display: inline-block;
  min-width: 1%;
  cursor: pointer;
}

.select:before {
  content: "▼";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #3498db;
  color: #fff;
  font-size: 10px;
  width: 2em;
  border-radius: 0 5px 5px 0;
  text-align: center;
  line-height: 1;
  padding-top: 1em;
}

.select .select__field {
  position: relative;
  display: block;
  width: 100%;
  min-height: 34px;
  border: 0;
  background: #2980b9;
  color: #fff;
  border-radius: 5px;
  padding: 5px 2em 5px 5px;
}

.select .select__field:focus {
  outline: none;
}

.select.is-open .select__list {
  display: block;
}

.select .select__list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(167, 166, 166, 0.8);
  box-shadow: 0 1px 6px rgba(167, 166, 166, 0.8);
  z-index: 1000;
  max-height: 100px;
  overflow-y: scroll;
}

.select .select__item {
  padding: 3px;
  white-space: nowrap;
  overflow: hidden;
}

.select .select__item.is-selected,
.select .select__item:hover {
  background: #2980b9;
  color: #fff;
}

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0.7em 1em;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  background: #b7b9ba;
  color: #fff;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
}

.btn.is-disabled {
  cursor: default;
}

.btn.btn-orange {
  background: #f27935;
  color: #fff;
}

.btn.btn-green {
  background: #15cca8;
  color: #fff;
}

.btn.btn-blue {
  background: #3ba4ee;
  color: #fff;
}

.btn.btn-fluid {
  display: block;
  width: 100%;
}

.btn.btn-icon [class*="icon--"] {
  margin-right: 5px;
}

.btn.btn-square {
  width: 2em;
  padding: 0.5em;
  line-height: 1;
  border-radius: 0;
}

.btn.btn-border {
  background: #fff;
}

.btn.btn-border.btn-orange {
  border: 1px solid #f27935;
  color: #f27935;
}

.btn.btn-border.btn-gray {
  border: 1px solid #dcdcdc;
  color: #dcdcdc;
}

.btn.btn-border.btn-dgray {
  border: 1px solid #7a7a7a;
  color: #7a7a7a;
}

.btn--viewarea {
  width: 210px;
}

.text-small {
  font-size: 10px;
}

.text-base {
  font-size: 12px;
}

.text-midium {
  font-size: 16px;
}

.text-large {
  font-size: 20px;
}

.text-giga {
  font-size: 30px;
}

.text-orange {
  color: #f27935;
}

.text-blue {
  color: #3ba4ee;
}

.text-gray {
  color: #88898e;
}

.text-dblue {
  color: #5a5b71;
}

.text-white {
  color: #fff;
}

.text-green {
  color: #1abc9c;
}

.text-line-left {
  padding-left: 10px;
  border-left: 3px solid #bbbaba;
}

.text-nowrap {
  white-space: nowrap;
}

.text-normal {
  font-weight: normal !important;
}

.sprite-label--caution,
.sprite-label--coupon,
.sprite-label--ichioshi,
.sprite-label--lease,
.sprite-label--new-build,
.sprite-label--new,
.sprite-label--photo,
.sprite-label--point,
.sprite-label--pr,
.sprite-label--safety,
.sprite-label--util {
  background: url('../images/sprites/label-s79b939cdbd.png');
}

.sprite-label--caution {
  height: 21px;
  width: 38px;
  display: inline-block;
  background-position: 0 -178px;
}

.sprite-label--coupon {
  height: 19px;
  width: 66px;
  display: inline-block;
  background-position: 0 -16px;
}

.sprite-label--ichioshi {
  height: 16px;
  width: 62px;
  display: inline-block;
  background-position: 0 -141px;
}

.sprite-label--lease {
  height: 16px;
  width: 62px;
  display: inline-block;
  background-position: 0 -88px;
}

.sprite-label--new-build {
  height: 16px;
  width: 62px;
  display: inline-block;
  background-position: 0 -35px;
}

.sprite-label--new {
  height: 16px;
  width: 62px;
  display: inline-block;
  background-position: 0 -51px;
}

.sprite-label--photo {
  height: 16px;
  width: 62px;
  display: inline-block;
  background-position: 0 0;
}

.sprite-label--point {
  height: 21px;
  width: 38px;
  display: inline-block;
  background-position: 0 -104px;
}

.sprite-label--pr {
  height: 16px;
  width: 62px;
  display: inline-block;
  background-position: 0 -125px;
}

.sprite-label--safety {
  height: 21px;
  width: 38px;
  display: inline-block;
  background-position: 0 -157px;
}

.sprite-label--util {
  height: 21px;
  width: 38px;
  display: inline-block;
  background-position: 0 -67px;
}

.icon--arrow-blue-right,
.icon--arrow-white-left,
.icon--arrow-white-right,
.icon--bicycle-blue,
.icon--bicycle-white,
.icon--book,
.icon--building,
.icon--bus,
.icon--cafe,
.icon--car-blue,
.icon--car-white,
.icon--check-blue,
.icon--check,
.icon--compass,
.icon--en,
.icon--home-back,
.icon--hospital,
.icon--hotel,
.icon--house,
.icon--ico_star,
.icon--ico_star_on,
.icon--location-gray,
.icon--location-white,
.icon--location,
.icon--mail-blue,
.icon--mail,
.icon--minus,
.icon--office-gray,
.icon--panel-blue,
.icon--park,
.icon--parking,
.icon--picture,
.icon--plus,
.icon--restaurant,
.icon--run-blue,
.icon--run-white,
.icon--search,
.icon--star-blue,
.icon--star-gray,
.icon--star,
.icon--time,
.icon--train-blue,
.icon--train-gray,
.icon--train-white,
.icon--train,
.icon--trash,
.icon--univercity-gray,
.icon--univercity {
  background: url('../images/sprites/icon-s46c39ee18f.png');
}

.icon--arrow-blue-right {
  height: 11px;
  width: 6px;
  display: inline-block;
  background-position: 0 -749px;
}

.icon--arrow-white-left {
  height: 10px;
  width: 6px;
  display: inline-block;
  background-position: 0 -760px;
}

.icon--arrow-white-right {
  height: 10px;
  width: 6px;
  display: inline-block;
  background-position: 0 -832px;
}

.icon--bicycle-blue {
  height: 23px;
  width: 28px;
  display: inline-block;
  background-position: 0 0;
}

.icon--bicycle-white {
  height: 23px;
  width: 28px;
  display: inline-block;
  background-position: 0 -180px;
}

.icon--book {
  height: 23px;
  width: 18px;
  display: inline-block;
  background-position: 0 -711px;
}

.icon--building {
  height: 21px;
  width: 16px;
  display: inline-block;
  background-position: 0 -308px;
}

.icon--bus {
  height: 23px;
  width: 19px;
  display: inline-block;
  background-position: 0 -411px;
}

.icon--cafe {
  height: 12px;
  width: 20px;
  display: inline-block;
  background-position: 0 -541px;
}

.icon--car-blue {
  height: 19px;
  width: 25px;
  display: inline-block;
  background-position: 0 -45px;
}

.icon--car-white {
  height: 19px;
  width: 25px;
  display: inline-block;
  background-position: 0 -289px;
}

.icon--check-blue {
  height: 14px;
  width: 16px;
  display: inline-block;
  background-position: 0 -553px;
}

.icon--check {
  height: 14px;
  width: 18px;
  display: inline-block;
  background-position: 0 -454px;
}

.icon--compass {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: 0 -329px;
}

.icon--en {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: 0 -269px;
}

.icon--home-back {
  height: 13px;
  width: 12px;
  display: inline-block;
  background-position: 0 -883px;
}

.icon--hospital {
  height: 15px;
  width: 14px;
  display: inline-block;
  background-position: 0 -734px;
}

.icon--hotel {
  height: 14px;
  width: 18px;
  display: inline-block;
  background-position: 0 -567px;
}

.icon--house {
  height: 26px;
  width: 27px;
  display: inline-block;
  background-position: 0 -109px;
}

.icon--ico_star {
  height: 23px;
  width: 24px;
  display: inline-block;
  background-position: 0 -786px;
}

.icon--ico_star_on {
  height: 23px;
  width: 24px;
  display: inline-block;
  background-position: 0 -809px;
}

.icon--location-gray {
  height: 20px;
  width: 14px;
  display: inline-block;
  background-position: 0 -434px;
}

.icon--location-white {
  height: 23px;
  width: 16px;
  display: inline-block;
  background-position: 0 -581px;
}

.icon--location {
  height: 24px;
  width: 16px;
  display: inline-block;
  background-position: 0 -221px;
}

.icon--mail-blue {
  height: 10px;
  width: 14px;
  display: inline-block;
  background-position: 0 -671px;
}

.icon--mail {
  height: 14px;
  width: 18px;
  display: inline-block;
  background-position: 0 -681px;
}

.icon--minus {
  height: 24px;
  width: 24px;
  display: inline-block;
  background-position: 0 -245px;
}

.icon--office-gray {
  height: 16px;
  width: 16px;
  display: inline-block;
  background-position: 0 -695px;
}

.icon--panel-blue {
  height: 16px;
  width: 16px;
  display: inline-block;
  background-position: 0 -770px;
}

.icon--park {
  height: 22px;
  width: 18px;
  display: inline-block;
  background-position: 0 -158px;
}

.icon--parking {
  height: 17px;
  width: 17px;
  display: inline-block;
  background-position: 0 -618px;
}

.icon--picture {
  height: 17px;
  width: 21px;
  display: inline-block;
  background-position: 0 -468px;
}

.icon--plus {
  height: 15px;
  width: 15px;
  display: inline-block;
  background-position: 0 -656px;
}

.icon--restaurant {
  height: 18px;
  width: 20px;
  display: inline-block;
  background-position: 0 -203px;
}

.icon--run-blue {
  height: 22px;
  width: 21px;
  display: inline-block;
  background-position: 0 -23px;
}

.icon--run-white {
  height: 22px;
  width: 21px;
  display: inline-block;
  background-position: 0 -485px;
}

.icon--search {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-position: 0 -136px;
}

.icon--star-blue {
  height: 14px;
  width: 14px;
  display: inline-block;
  background-position: 0 -604px;
}

.icon--star-gray {
  height: 14px;
  width: 15px;
  display: inline-block;
  background-position: 0 -869px;
}

.icon--star {
  height: 23px;
  width: 24px;
  display: inline-block;
  background-position: 0 -349px;
}

.icon--time {
  height: 21px;
  width: 20px;
  display: inline-block;
  background-position: 0 -372px;
}

.icon--train-blue {
  height: 23px;
  width: 18px;
  display: inline-block;
  background-position: 0 -87px;
}

.icon--train-gray {
  height: 18px;
  width: 17px;
  display: inline-block;
  background-position: 0 -523px;
}

.icon--train-white {
  height: 23px;
  width: 18px;
  display: inline-block;
  background-position: 0 -64px;
}

.icon--train {
  height: 27px;
  width: 28px;
  display: inline-block;
  background-position: 0 -842px;
}

.icon--trash {
  height: 21px;
  width: 20px;
  display: inline-block;
  background-position: 0 -635px;
}

.icon--univercity-gray {
  height: 16px;
  width: 21px;
  display: inline-block;
  background-position: 0 -507px;
}

.icon--univercity {
  height: 18px;
  width: 20px;
  display: inline-block;
  background-position: 0 -393px;
}

.sprite-item--arrow-left,
.sprite-item--arrow-right {
  background: url('../images/sprites/item-sed0c5e8969.png');
}

.sprite-item--arrow-left {
  height: 28px;
  width: 12px;
  display: inline-block;
  background-position: 0 0;
}

.sprite-item--arrow-right {
  height: 28px;
  width: 12px;
  display: inline-block;
  background-position: 0 -28px;
}

.sprite-tile--airconditioning_off,
.sprite-tile--airconditioning_on,
.sprite-tile--autolock_off,
.sprite-tile--autolock_on,
.sprite-tile--balcony_off,
.sprite-tile--balcony_on,
.sprite-tile--bath_off,
.sprite-tile--bath_on,
.sprite-tile--closet_off,
.sprite-tile--closet_on,
.sprite-tile--flooring_off,
.sprite-tile--flooring_on,
.sprite-tile--gas_off,
.sprite-tile--gas_on,
.sprite-tile--notfirst_off,
.sprite-tile--notfirst_on,
.sprite-tile--parking_off,
.sprite-tile--parking_on,
.sprite-tile--reheating_off,
.sprite-tile--reheating_on,
.sprite-tile--shower_off,
.sprite-tile--shower_on,
.sprite-tile--washing_off,
.sprite-tile--washing_on {
  background: url('../images/sprites/tile.png');
}

.sprite-tile--airconditioning_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 0;
}

.sprite-tile--airconditioning_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -31px;
}

.sprite-tile--autolock_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -62px;
}

.sprite-tile--autolock_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -93px;
}

.sprite-tile--balcony_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -124px;
}

.sprite-tile--balcony_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -155px;
}

.sprite-tile--bath_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -186px;
}

.sprite-tile--bath_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -217px;
}

.sprite-tile--closet_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -248px;
}

.sprite-tile--closet_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -279px;
}

.sprite-tile--flooring_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -310px;
}

.sprite-tile--flooring_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -341px;
}

.sprite-tile--gas_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -372px;
}

.sprite-tile--gas_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -403px;
}

.sprite-tile--notfirst_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -434px;
}

.sprite-tile--notfirst_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -465px;
}

.sprite-tile--parking_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -496px;
}

.sprite-tile--parking_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -527px;
}

.sprite-tile--reheating_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -558px;
}

.sprite-tile--reheating_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -589px;
}

.sprite-tile--shower_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -620px;
}

.sprite-tile--shower_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -651px;
}

.sprite-tile--washing_off {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -682px;
}

.sprite-tile--washing_on {
  height: 31px;
  width: 120px;
  display: inline-block;
  background-position: 0 -713px;
}

.sprite-suggest--element,
.sprite-suggest--facility,
.sprite-suggest--high,
.sprite-suggest--juniorhigh,
.sprite-suggest--kindergarten,
.sprite-suggest--nursing,
.sprite-suggest--place,
.sprite-suggest--school,
.sprite-suggest--train,
.sprite-suggest--univercity {
  background: url('../images/sprites/suggest-s84e9bf5baa.png');
}

.sprite-suggest--element {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-position: 0 0;
}

.sprite-suggest--facility {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-position: 0 -198px;
}

.sprite-suggest--high {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-position: 0 -154px;
}

.sprite-suggest--juniorhigh {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-position: 0 -176px;
}

.sprite-suggest--kindergarten {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-position: 0 -44px;
}

.sprite-suggest--nursing {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-position: 0 -132px;
}

.sprite-suggest--place {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-position: 0 -22px;
}

.sprite-suggest--school {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-position: 0 -110px;
}

.sprite-suggest--train {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-position: 0 -66px;
}

.sprite-suggest--univercity {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-position: 0 -88px;
}

.breadcrumb {
  font-size: 10px;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li:after {
  content: ">";
  margin: 0 2px;
}

.breadcrumb li:last-child:after {
  content: "";
}

.thumbnail {
  overflow: hidden;
  background: #ffffff;
}

.thumbnail--shop {
  width: 125px;
  height: 130px;
}

.thumbnail--shop img {
  max-width: 120px;
}

.thumbnail--result_item {
  width: 162px;
  height: 122px;
}

.thumbnail--lease_item {
  width: 145px;
  height: 146px;
}

.thumbnail--lease_item img {
  max-width: 145px;
}

.list-stacked > li {
  line-height: 2;
}

.list-stacked--large > li {
  line-height: 3;
}

.list-split--horizontal > li {
  border-left: 1px solid #bbbaba;
  margin-left: 8px;
  padding-left: 8px;
  line-height: 1;
}

.list-split--horizontal > li.list-split__clear,
.list-split--horizontal > li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.list-split--dblue > li {
  border-left: 1px solid #5a5b71;
}

.list-split--white > li {
  border-left: 1px solid #fff;
}

.list--horizontal,
.list-split--horizontal {
  *zoom: 1;
}

.list--horizontal:after,
.list-split--horizontal:after {
  content: '';
  display: table;
  clear: both;
}

.list--horizontal > li,
.list-split--horizontal > li,
.list--horizontal > .list__item,
.list-split--horizontal > .list__item {
  float: left;
}

.list-icon > li [class*="icon--"] {
  margin-right: 10px;
}

.list--labels > li {
  margin-left: 5px;
}

.list--labels > li:first-child {
  margin-left: 0;
}

.list--result > .list__item {
  margin-bottom: 20px;
}

.list--result > .list__item:last-child {
  margin-bottom: 0;
}

.list--shop > .list__item {
  margin-bottom: 15px;
}

.list--shop > .list__item:last-child {
  margin-bottom: 0;
}

.list--lease_item > .list__item {
  width: 145px;
  margin-left: 5px;
}

.list--lease_item > .list__item:first-child {
  margin-left: 0;
}

.list--lease_item a.recom {
  display: block;
  width: 145px;
  margin-left: 5px;
  float: left;
  color: #5a5b71;
}

.list--lease_item a.recom_shop {
  display: block;
  width: 145px;
  margin-left: 5px;
  float: left;
  color: #5a5b71;
}

.list--lease_item a.recom_item {
  display: block;
  width: 145px;
  margin-left: 5px;
  float: left;
  color: #5a5b71;
}

.list--lease_item a.recom:first-child {
  margin-left: 0;
}

.list--result_item > li {
  padding-right: 14px;
}

.list--add > li {
  margin-bottom: 10px;
}

.list--add > li:last-child {
  margin-bottom: 0;
}

.list--link_item > li {
  margin-bottom: 5px;
}

.list--nav > li {
  margin-left: 18px;
}

.list--nav > li:first-child {
  margin-left: 0;
}

.list--nav > li.mrr-20 {
  margin-right: 10px;
}

.list--nav [class*="icon--"] {
  margin-right: 5px;
}

.list--access a {
  height: 40px;
  background: #FFFFFF;
  border-right: 1px solid #2980b9;
  border-bottom: 1px solid #2980b9;
  border-top: 1px solid #2980b9;
}

.list--access a.is-selected {
  background: #2980b9;
}

.list--access li:first-child a {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #2980b9;
}

.list--access li:last-child a {
  border-radius: 0 5px 5px 0;
  border-left: none;
}

.object {
  position: absolute;
  line-height: 1;
  font-size: 0;
}

.object-left-bottom {
  left: 0;
  bottom: 0;
}

.object-right-bottom {
  right: 0;
  bottom: 0;
}

.object-unit-check {
  left: 10px;
}

.widget.widget--small {
  font-size: 12px;
}

.bg-cream{
	background-color:#FFFAE6;
}

.widget.widget--small .widget__title {
  padding: 3px;
}

.widget.widget--small .widget__body {
  padding: 2px;
}

.widget__title {
  padding: 10px;
  background: #e6eced;
  text-align: center;
  font-weight: bold;
}

.widget__body {
  padding: 20px 10px;
  background: #fff;
}

.widget__body.widget__body--highlight {
  background: #fffae6;
}

.widget-item dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.media {
  *zoom: 1;
}

.media:after {
  content: '';
  display: table;
  clear: both;
}

.media__image {
  float: left;
  margin-right: 1em;
}

.media__body {
  overflow: hidden;
}

.outer-unit {
  position: relative;
  padding: 10px 30px;
}

.outer-unit:hover{
    background:#fffecc;
}

.outer-unit.outer-unit--highlight {
  background: #faeaab;
}

.outer-unit.outer-unit--full {
  padding: 10px 40px;
}

.outer-unit--item {
  position: relative;
  padding: 10px 30px;
}

.outer-shopinfo {
  padding: 10px;
  background: #f2f2f2;
}

.outer-condition {
  padding: 5px;
  background: #f7f7f7;
  border-radius: 5px;
}

.outer-items {
  padding: 20px;
}

.outer-add {
  padding: 10px 5px;
}

.outer-allcheck {
  min-height: 60px;
  position: relative;
  padding: 10px;
  background: #cee9fc;
  font-size: 0.8em;
}

.outer-allcheck.outer-allcheck--top:before {
  content: '▼';
  bottom: -1em;
}

.outer-allcheck.outer-allcheck--bottom:before {
  content: '▲';
  top: -1em;
}

.outer-allcheck:before {
  display: block;
  position: absolute;
  left: 1em;
  color: #cee9fc;
}

.outer-control {
  min-height: 60px;
  padding: 10px;
  background: #e6eced;
  border-left: 2px solid #fff;
}

.outer-slider {
  padding-left: 20px;
  padding-right: 20px;
}

.outer-slider--long {
  padding-left: 25px;
  padding-right: 25px;
}

.outer-links {
  background: #fff;
  padding: 60px 0 20px;
}

.outer-areas {
  padding: 20px;
  background: #f7f7f7;
}

.outer-description {
  padding-top: 10px;
  background: #def2ff;
}

.outer-description .section {
  padding-left: 230px;
  min-height: 90px;
  background: url(../images/item/brand_with_chara.png) left bottom no-repeat;
  background-size: 189px;
}

.outer-labelitems {
  padding: 5px;
}

.outer-link {
  padding: 5px;
  background: #f7f7f7;
}

.lh-1 {
  line-height: 1;
}

.lh-13 {
  line-height: 1.3em;
}

.outer-panel {
  background: #fff;
}

.outer-map-items {
  width: 180px;
  height: 240px;
  padding: 10px 10px 50px;
  overflow: auto;
}

.outer-map-info {
  width: 400px;
  padding: 10px;
  margin-left: -200px;
  border-radius: 5px;
}

.zero-count-info {
  width: 420px;
  padding: 10px;
  margin-left: -200px;
  border-radius: 5px;
  margin-top:320px;
}

.outer-map-condition {
  position: fixed;
  top: 0;
  width: 250px;
  height: 100%;
  background: #fff;
}

.outer-map-bar {
  padding: 10px;
}

.outer-info {
  background: #546372;
  background: rgba(52, 73, 94, 0.8);
  color: #fff;
}

.title {
  margin-top: 20px;
  margin-bottom: 5px;
}

.title:first-child {
  margin-top: 0;
}

.slider {
  position: relative;
}

.slider.slider--long .slider__next {
  right: -25px;
}

.slider.slider--long .slider__prev {
  left: -25px;
}

.slider.slider--text .slider__handle {
  top: 0;
  margin-top: 0;
}

.slider__handle {
  position: absolute;
  top: 50%;
  margin-top: -14px;
}

.slider__next {
  right: -20px;
}

.slider__prev {
  left: -20px;
}

.slider__list {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.js-slider .slider__item {
  font-weight: normal;
  padding-right: 12px;
  margin-right: 0;
}

.unit {
  background: #fff;
}

.unit.unit--result {
  border: 1px solid #e6eced;
}

.unit.unit--conditions {
  margin-top: 80px;
}

.table {
  width: 100%;
}

.table th {
  padding: 5px;
  background: #e6eced;
  border-left: 1px solid #fff;
  white-space: nowrap;
  text-align: center;
}

.table th:first-child {
  border-left: 0;
}

.table td {
  padding: 5px 10px;
  background: #fff;
}

.table.table-invert td {
  background: #f7f7f7;
}

.menu {
  padding: 10px;
  background: #fff;
}

.menu li {
  text-align: center;
}

.menu a {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
}

.menu a:hover,
.menu a.is-selected {
  background: #3498db;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.split-top {
  border-top: 1px solid #e6eced;
}

.options {
  border-top: 1px solid #e6eced;
  border-left: 1px solid #e6eced;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

.options li {
  border-right: 1px solid #e6eced;
  border-bottom: 1px solid #e6eced;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.options.options--4col {
  width: 484px;
}

.panel .panel__title:before {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #1abc9c;
  color: #fff;
  border-left: 1px solid #fff;
}

.panel.is-open .panel__title:before {
  content: "▲";
  background: #ecf0f1;
  color: #3498db;
}

.panel.open-disabled .panel__title:before {
  content: "▼";
  background: #a9a9a9;
  color: #fff;
}

.panel__title {
  position: relative;
  background: #ecf0f1;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
}

.panel__body {
  padding: 10px;
}

.autocomplete {
  position: relative;
}

.autocomplete__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(167, 166, 166, 0.8);
  box-shadow: 0 1px 6px rgba(167, 166, 166, 0.8);
}

.autocomplete__item {
  display: block;
  padding: 5px;
  border-top: 1px solid #e6eced;
  color: #5a5b71;
  text-decoration: none;
}

.autocomplete__item:hover {
  color: #5a5b71;
  text-decoration: none;
}

.dummybtn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  border-radius: 2px;
  background: #f27935;
  line-height: 1;
  font-size: 10px;
  min-width: 100px;
}

#js-slidepanel .js-slidepanel__body {
  display: none;
}

#js-slidepanel .icon--arrow-white-left {
  display: block;
}

#js-slidepanel .icon--arrow-white-right {
  display: none;
}

#js-slidepanel.is-open .js-slidepanel__body {
  display: block;
}

#js-slidepanel.is-open .icon--arrow-white-left {
  display: none;
}

#js-slidepanel.is-open .icon--arrow-white-right {
  display: block;
}

.js-radiotab input[type="radio"] {
  display: none;
}

.area {
  background: #dff2ff;
  padding-bottom: 60px;
}

.area__map {
  position: relative;
  min-width: 642px;
  min-height: 495px;
}

.area__map.area__map--green {
  background: url(../images/area/map/green.png) 135px top no-repeat;
}

.area__map.area__map--pink {
  background: url(../images/area/map/pink.png) 135px top no-repeat;
}

.area__map.area__map--red {
  background: url(../images/area/map/red.png) 135px top no-repeat;
}

.area__map.area__map--orange {
  background: url(../images/area/map/orange.png) 135px top no-repeat;
}

.area__label {
  position: absolute;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.area__label.area__label--hokkaido {
  left: 689px;
  top: 35px;
}

.area__label.area__label--tohoku {
  left: 660px;
  top: 164px;
}

.area__label.area__label--shutoken {
  left: 640px;
  top: 280px;
}

.area__label.area__label--hokuriku {
  left: 546px;
  top: 240px;
}

.area__label.area__label--tokai {
  left: 560px;
  top: 328px;
}

.area__label.area__label--kinki {
  left: 462px;
  top: 329px;
}

.area__label.area__label--chugoku {
  left: 340px;
  top: 298px;
}

.area__label.area__label--shikoku {
  left: 355px;
  top: 368px;
}

.area__label.area__label--kyushu {
  left: 257px;
  top: 359px;
}

.area__label.area__label--okinawa {
  left: 140px;
  top: 408px;
}

.area__link {
  position: relative;
  display: block;
  width: 69px;
  padding: 3px 16px 3px 5px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

.area__link span {
  display: inline-block;
  background: #a2cbe8;
  position: absolute;
  padding: 5px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 5px 5px 0;
}

.area-group {
  position: absolute;
}

.area-group.area-group--hokkaido {
  width: 111px;
  height: 37px;
  background: url(../images/area/bg/hokkaido.png) no-repeat;
  left: 805px;
  top: 0;
}

.area-group.area-group--tohoku {
  width: 212px;
  height: 133px;
  background: url(../images/area/bg/tohoku.png) no-repeat;
  left: 704px;
  top: 65px;
}

.area-group.area-group--tokai {
  width: 199px;
  height: 82px;
  background: url(../images/area/bg/tokai.png) no-repeat;
  top: 380px;
  left: 552px;
}

.area-group.area-group--shutoken {
  width: 213px;
  height: 157px;
  background: url(../images/area/bg/shutoken.png) no-repeat;
  top: 260px;
  left: 703px;
}

.area-group.area-group--hokuriku {
  width: 199px;
  height: 114px;
  background: url(../images/area/bg/hokuriku.png) no-repeat;
  top: 34px;
  left: 437px;
}

.area-group.area-group--kinki {
  width: 199px;
  height: 140px;
  background: url(../images/area/bg/kinki.png) no-repeat;
  top: 145px;
  left: 333px;
}

.area-group.area-group--shikoku {
  width: 199px;
  height: 82px;
  background: url(../images/area/bg/shikoku.png) no-repeat;
  left: 206px;
  top: 410px;
}

.area-group.area-group--chugoku {
  width: 199px;
  height: 101px;
  background: url(../images/area/bg/chugoku.png) no-repeat;
  top: 170px;
  left: 127px;
}

.area-group.area-group--kyushu {
  width: 210px;
  height: 133px;
  background: url(../images/area/bg/kyushu.png) no-repeat;
  top: 255px;
  left: 0;
}

.area-group.area-group--okinawa {
  width: 102px;
  height: 48px;
  background: url(../images/area/bg/okinawa.png) no-repeat;
  left: 89px;
  top: 446px;
}

.area-group__inner {
  position: relative;
}

.area-group__item {
  position: absolute;
}

.area-group__item--hokkaido {
  left: 14px;
  top: 4px;
}

.area-group__item--aomori {
  left: 116px;
  top: 3px;
}

.area-group__item--iwate {
  left: 116px;
  top: 36px;
}

.area-group__item--miyagi {
  left: 116px;
  top: 68px;
}

.area-group__item--akita {
  left: 17px;
  top: 36px;
}

.area-group__item--yamagata {
  left: 17px;
  top: 68px;
}

.area-group__item--fukushima {
  left: 116px;
  top: 101px;
}

.area-group__item--tokyo {
  left: 19px;
  top: 30px;
}

.area-group__item--kanagawa {
  left: 116px;
  top: 30px;
}

.area-group__item--saitama {
  left: 19px;
  top: 62px;
}

.area-group__item--chiba {
  left: 116px;
  top: 62px;
}

.area-group__item--ibaragi {
  left: 116px;
  top: 126px;
}

.area-group__item--tochigi {
  left: 116px;
  top: 94px;
}

.area-group__item--gunma {
  left: 19px;
  top: 94px;
}

.area-group__item--yamanashi {
  left: 101px;
  top: 5px;
}

.area-group__item--nigata {
  left: 101px;
  top: 37px;
}

.area-group__item--nagano {
  left: 6px;
  top: 5px;
}

.area-group__item--toyama {
  left: 6px;
  top: 37px;
}

.area-group__item--ishikawa {
  left: 101px;
  top: 69px;
}

.area-group__item--fukui {
  left: 6px;
  top: 69px;
}

.area-group__item--gifu {
  left: 101px;
  top: 50px;
}

.area-group__item--shizuoka {
  left: 101px;
  top: 19px;
}

.area-group__item--mie {
  left: 6px;
  top: 50px;
}

.area-group__item--aichi {
  left: 6px;
  top: 19px;
}

.area-group__item--osaka {
  left: 6px;
  top: 30px;
}

.area-group__item--hyogo {
  left: 6px;
  top: 63px;
}

.area-group__item--kyoto {
  left: 101px;
  top: 30px;
}

.area-group__item--shiga {
  left: 101px;
  top: 63px;
}

.area-group__item--nara {
  left: 6px;
  top: 96px;
}

.area-group__item--wakayama {
  left: 101px;
  top: 96px;
}

.area-group__item--totori {
  left: 101px;
  top: 6px;
}

.area-group__item--shimane {
  left: 6px;
  top: 6px;
}

.area-group__item--okayama {
  left: 101px;
  top: 37px;
}

.area-group__item--hiroshima {
  left: 6px;
  top: 37px;
}

.area-group__item--yamaguchi {
  left: 6px;
  top: 69px;
}

.area-group__item--tokushima {
  left: 101px;
  top: 50px;
}

.area-group__item--kagawa {
  left: 101px;
  top: 19px;
}

.area-group__item--ehime {
  left: 6px;
  top: 19px;
}

.area-group__item--kochi {
  left: 6px;
  top: 50px;
}

.area-group__item--fukuoka {
  left: 6px;
  top: 6px;
}

.area-group__item--saga {
  left: 6px;
  top: 37px;
}

.area-group__item--nagasaki {
  left: 6px;
  top: 70px;
}

.area-group__item--kumamoto {
  left: 6px;
  top: 102px;
}

.area-group__item--oita {
  left: 101px;
  top: 37px;
}

.area-group__item--miyazaki {
  left: 101px;
  top: 70px;
}

.area-group__item--kagoshima {
  left: 101px;
  top: 102px;
}

.area-group__item--okinawa {
  left: 6px;
  top: 15px;
}

.object-conditionnav-chintiger {
  top: -90px;
  left: 50%;
  margin-left: -115px;
}

.outer-conditionnav {
  padding: 15px 0;
  background: #fff;
}

.outer-conditionnav_with_chintiger {
  padding-top: 90px;
  margin-top: -90px;
}

.top_search_option .chi-area_xmas {
  position: relative;
  text-align: center;
  background:url(../images/index/xmas_bg.png) center repeat-x;
}

.cir-head {
  width: 20px;
  height: 16px;
  border-radius: 50%;
  background-color: #FF0000;
  font-size: 0.7em;
  text-align: center;
  padding: 2px 0;
  margin-left: 5px;
  display: inline-block;
  color: #fff;
}
.not_link_text{
  text-decoration: none;
  color: #5a5b71;
}
.not_link_text a:link{
  text-decoration: none;
  color: #5a5b71;
}
.not_link_text a:visited{
  text-decoration: none;
  color: #5a5b71;
}
.bg_link:hover{
	cursor:pointer;
}

.carry_cloud {
	position: absolute;
	width:320px;
	height:60px;
	margin-top:-75px;
	margin-left:-140px;
}

.cloud{
	width:200px;
	height:140px;
}

.carry_comment{
	margin-top: -125px;
	margin-left: 60px;
	width: 210px;
	font-weight:bold;
}

input::-webkit-input-placeholder {
	font-size:0.95em;
}
input::-moz-placeholder {
 	font-size:0.95em;
}

/* ----------------------------------------------------------------------------------- */
.main_box {
	background: url(../images/index/main_bg.png) left top repeat-x;
	padding: 0 0 50px;
	width: 100%;
}
.main_box .main_box_area {
	margin: 0 auto;
	width: 1004px;
}
.main_box_area .main_title {
	padding: 35px 0;
	text-align: center;
}
.main_box_area .main_title span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	color: #393939;
	font-size: 1.8em;
	padding: 0 0 0 10px;
	vertical-align: bottom;
}
.main_box_area .chintai_box {
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 6px #abbbcb;
	-moz-box-shadow: 0 0 6px #abbbcb;
	box-shadow: 0 0 6px #abbbcb;
	margin: 0 85px 0 80px;
	padding: 15px 30px 22px;
	position: relative;
}
.main_box_area .chintai_box .chintai_carry {
	left: -96px;
	position: absolute;
	top: -147px;
}
.main_box_area .chintai_box .chintai_title {
	background: url(../images/index/icon_search_01.png) left center no-repeat;
	color: #5b5b5b;
	font-size: 1.3em;
	line-height: 37px;
	padding: 0 0 0 50px;
}

.main_box_area .chintai_box .search_list {
	margin: 16px -15px 23px 0;
	text-align: left;
}
.main_box_area .chintai_box .search_list li {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));　
	background: -ms-linear-gradient(top, #ffffff, #e9e9e9);
	background: linear-gradient(top, #ffffff, #e9e9e9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 3px 3px 0px #e4e4e4;
	-moz-box-shadow: 3px 3px 0px #e4e4e4;
	box-shadow: 3px 3px 0px #e4e4e4;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 15px 0 0;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	width: 174px;
}
.main_box_area .chintai_box .search_list li:hover {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #e9e9e9, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ffffff));　
	background: -ms-linear-gradient(top, #e9e9e9, #ffffff);
	background: linear-gradient(top, #e9e9e9, #ffffff);
}
.main_box_area .chintai_box .search_list li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #474747;
	display: block;
	font-size: 1.2em;
	line-height: 1.2;
	padding: 60px 0 10px;
}
.main_box_area .chintai_box .search_list li a:hover {
	color: #f97c01;
	text-decoration: none;
}
.main_box_area .chintai_box .search_list li.op_train a {
	background: url(../images/index/icon_train.png) center 10px no-repeat;
	border: 1px solid #3aa393;
}
.main_box_area .chintai_box .search_list li.op_pin a {
	background: url(../images/index/icon_pin.png) center 10px no-repeat;
	border: 1px solid #fa7e96;
}
.main_box_area .chintai_box .search_list li.op_clock a {
	background: url(../images/index/icon_clock.png) center 10px no-repeat;
	border: 1px solid #4c71c7;
}
.main_box_area .chintai_box .search_list li.op_money a {
	background: url(../images/index/icon_money.png) center 10px no-repeat;
	border: 1px solid #e8a31d;
}
.main_box_area .chintai_box .search_list li a span {
	font-size: 0.9em;
}

.input_area .input_title,
.input_area .search_text,
.input_area .search_btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}
.input_area .input_title {
	background: url(../images/index/icon_search_02.png) 23px center no-repeat;
	color: #5b5b5b;
	font-size: 1.2em;
	line-height: 37px;
	margin: 0 18px 0 0;
	padding: 0 0 0 72px;
}

.input_area .input_click {
	cursor: pointer;
}

.input_area .search_text {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: 0 5px 10px -5px #cccccc inset;
	-moz-box-shadow: 0 5px 10px -5px #cccccc inset;
	box-shadow: 0 5px 10px -5px #cccccc inset;
	font-size: 1em;
	padding: 7px 12px;
	width: 400px;
}
.input_area .search_btn {
	background: #f97c01;
	background: -moz-linear-gradient(top, #ff9e21, #f97c01);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9e21), to(#f97c01));　
	background: -ms-linear-gradient(top, #ff9e21, #f97c01);
	background: linear-gradient(top, #ff9e21, #f97c01);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: 3px 3px 0px #e6e6e6;
	-moz-box-shadow: 3px 3px 0px #e6e6e6;
	box-shadow: 3px 3px 0px #e6e6e6;
	color: #ffffff;
	font-size: 1em;
	margin: 0 0 0 5px;
	padding: 7px 12px;
}
.input_area .search_btn:hover {
	background: #ff9e21;
	background: -moz-linear-gradient(top, #f97c01, #ff9e21);
	background: -webkit-gradient(linear, left top, left bottom, from(#f97c01), to(#ff9e21));　
	background: -ms-linear-gradient(top, #f97c01, #ff9e21);
	background: linear-gradient(top, #f97c01, #ff9e21);
}

.suggest {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* 404error
--------------------------------------------------------*/
.suggest-error {
  position: absolute;
  background-color: #FFFFFF;
  font-size: 1em;
  width: 50.5%;
  top: 334px;
  left: 263px;
  z-index: 3;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.suggest-error div {
  display: block;
  overflow: hidden;
  padding: 5px;
  border-bottom: 1px solid #e6eced;
  white-space: nowrap;
  text-align: left;
  color: #5a5b71;
  font-weight: bold;
  cursor: pointer;
}

.suggest-error div i {
  vertical-align: middle;
}

.suggest-error div.school {
  background: transparent url(../images/sprites/ico_suggest.png) 7px -111px no-repeat;
}

.suggest-error div.place {
  background: transparent url(../images/sprites/ico_suggest.png) 7px -71px no-repeat;
}

.suggest-error div.equip {
  background: transparent url(../images/sprites/ico_suggest.png) 7px 9px no-repeat;
}

.suggest-error div.sta {
  background: transparent url(../images/sprites/ico_suggest.png) 7px -31px no-repeat;
}

.suggest-error div span {
  padding-left: 8px;
  color: #bebec8;
  font-size: 0.7em;
  font-weight: normal;
}

.suggest-error div :last-child {
  border-bottom: none;
}

.suggest-error div.select {
  /* キー上下で選択した場合のスタイル */
  color: #FFFFFF;
  background-color: #3366FF;
}

.suggest-error div:hover {
  /* マウスオーバ時のスタイル */
  background-color: #f7f7f7;
}
.suggest-error .suggest_select {
  /* マウスオーバ時のスタイルと同じ */
  background-color: #f7f7f7;
}
.banner_box {
	float:left !important;
	padding-left: 1025px;
}
.banner_box ul {
	position: absolute;
	padding-top:30px;
}
.banner_box li {
	margin-bottom: 12px;
}
.banner_box img {
	box-shadow: 3px 3px 0px #e4e4e4;
}
.banner_box img:hover {
		opacity:0.8;
}
