@charset "utf-8";
/*-------------------------------------

customSelect

-------------------------------------*/
.l-main-pinpointarea select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.menulist-button {
  margin: 0;
  padding: 0;
}
.is-customselect-blue .styledSelectBox {
  width: 145px;
  padding: 5px 0 4px 10px;
  box-sizing: border-box;
  border: 1px solid #559dd6;
  margin-bottom: 7px;
  background: url(../images/btn_arrow_down_blue.png) no-repeat right top;
  line-height: 1;
}
@-moz-document url-prefix() {
 .is-customselect-blue .styledSelectBox {
 width:145px;
 padding:5px 0 4px 10px;
 box-sizing:border-box;
 border:1px solid #559dd6;
 margin-bottom: 7px;
 background:url(../images/btn_arrow_down_blue.png) no-repeat right top;
 line-height:1;
}
}
.is-customselect-orange .styledSelectBox {
  width: 145px;
  padding: 5px 0 4px 10px;
  box-sizing: border-box;
  border: 1px solid #f7b22d;
  margin-bottom: 7px;
  background: url(../images/btn_arrow_down_orange.png) no-repeat right top;
  line-height: 1;
}
@-moz-document url-prefix() {
 .is-customselect-orange .styledSelectBox {
 width:145px;
 padding:5px 23px 4px 10px;
 box-sizing:border-box;
 border:1px solid #f7b22d;
 margin-bottom: 7px;
 background:url(../images/btn_arrow_down_orange.png) no-repeat right top;
 line-height:1;
}
}

/*-------------------------------------

ui-tabs

-------------------------------------*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.ui-tabs-hide {
  display: none;
}
}

/* Hide useless elements in print layouts... */
@media print {
.ui-tabs-nav {
  display: none;
}
}
/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
}
.ui-tabs-nav {
  list-style: none;
  margin: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
  display: block;
  clear: both;
  content: " ";
}
.ui-tabs-nav li {
  float: left;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
  display: block;
/*  background: url(../images/btn_main_tab.png) no-repeat left top;*/
}
.ui-tabs-nav a {
  padding-left: 0;
  color: #27537a;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; /* required in IE 6 */
  outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
  position: relative;
  z-index: 2;
  margin-top: 0;
  color: #000;
}
.ui-tabs-nav a span {
  width: 120px; /* IE 6 treats width as min-width */
  min-width: 120px;
  height: 27px; /* IE 6 treats height as min-height */
  min-height: 27px;
  padding-top: 13px;
  padding-right: 0;
  color: #fff;
  font-size: 13px;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
  width: auto;
  height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
  color: #d9e021;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
  background-position: 100% -40px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
  background-position: 100% -40px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
  background-position: 0 -40px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
  background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
  cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
  cursor: pointer;
}
.ui-tabs-disabled {
  opacity: .4;
  filter: alpha(opacity=40);
}
.ui-tabs-panel {
}
.ui-tabs-loading em {
  padding: 0 0 0 20px;
  background: url(../images/loading.gif) no-repeat 0 50%;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
  display: inline-block;
}
*:first-child+html .ui-tabs-nav { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
  display: inline-block;
}
/*-------------------------------------

list

-------------------------------------*/
.is-searchresult {
  float: right;
  vertical-align: middle;
  font-size: 14px;
  text-align: right;
  display:block;
}
.is-searchresult-number {
  font-size: 18px;
  font-weight: bold;
  color: #FFFF00;
}
.is-listnuber-on {
  background: #f79f25 !important;
  border: none !important;
  color: #fff !important;
}
.is-stick {
  background: #f6941b;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  width: 150px;
  box-sizing: border-box;
  display: block;
  border-radius: 3px;
  margin: 7px 0;
}
.is-letterspace {
  letter-spacing: -2px;
}
/*-------------------------------------

entry-form

-------------------------------------*/
.is-entry-error {
  background: #fccfc8 !important;
}
.is-entry-side25 li {
  display: inline-block;
  margin-right: 20px;
}
.is-entry-side55 li {
  display: inline-block;
  margin-right: 35px;
}
input.is-text-inputfull {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 6px;
}
input.is-text-input400 {
  width: 400px;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 6px;
}
input.is-text-input350 {
  width: 350px;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 6px;
}
input.is-text-input215 {
  width: 215px;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 6px;
}
#form_birthyear,
#form_birthmonth,
#form_birthday,
#form_address1,
#form_job,
#form_trigger {
  height:35px;
}
#form_birthyear option,
#form_birthmonth option,
#form_birthday option,
#form_address1 option,
#form_job option,
#form_trigger option {
  padding: 0 10px;
  font-size: 14px;
}
textarea.is-textarea-full{
  resize: vertical;
  width:100%;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 6px;
  border-top:2px solid #848484;
  border-left:2px solid #848484;
  border-bottom:2px solid #cdcdcd;
  border-right:2px solid #cdcdcd;
}
/*-------------------------------------

page-top

-------------------------------------*/
#page-top {
  position: absolute;
  bottom: 180px;
  right: 0;
  margin: 0 auto;
  text-align: right;
}
#page-top a {
  text-decoration: none;
  display: block;
  width: 56px;
}
#page-top a:hover {
  text-decoration: none;
}
@media only screen and (max-width:1155px) {
#page-top {
  position: absolute;
  bottom: 200px;
  right: 20px;
  margin: 0 auto;
  text-align: right;
}
}
/*-------------------------------------

pull-down

-------------------------------------*/
.is-station-list {
  display: block;
  background: #509cd8 url(../images/btn_modal-station-plus.png) no-repeat left 7px center;
  padding: 3px 5px 3px 35px;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-bottom: 7px;
  cursor: pointer
}
.is-pulldown-nest {
  display: block;
  border: 1px solid #529dd7;
  background: #fff url(../images/btn_modal-station-plus_mini.png) no-repeat left 7px center;
  padding: 3px 5px 3px 35px;
  border-radius: 24px;
  color: #529dd7;
  margin-left: 30px;
  font-size: 16px;
  margin-bottom: 7px;
  cursor: pointer
}
.is-pulldown-nest-check li {
  margin: 0 0 7px 40px;
}
.is-pulldown-nest-check div {
  width: 16%;
  display: inline-block;
}
.md-select-area-stationarea ul {
  display: none
}
.is-station-selected {
  background: #155fb8 url(../images/btn_modal-station-minus.png) no-repeat left 7px center !important;
}
.is-station-selected-nest span {
  background: #fff url(../images/btn_modal-station-minus_mini.png) no-repeat left 7px center;
  border: 1px solid #155fb8;
  color: #155fb8;
}
/*-------------------------------------

modal-window

-------------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}
#colorbox {
  outline: 0;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 0;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(../images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/btn_modal-close.png) no-repeat 0 0;
  width: 86px;
  height: 30px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: 0;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
