@charset "UTF-8";
/**
 :タイトル "全コンテンツ共通スタイル";
 :作成日 "2013-04-01";
*/

/* --------------------------------
   ブラウザスタイル解除
-------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,th,var{
	font-style: normal;
	font-weight: normal;
}
ol,ul{
	list-style: none;
}
caption,th{
	text-align: left;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
q:before,q:after{
	content: '';
}

/* --------------------------------
   HTML要素
-------------------------------- */
body{
	background: #ffffff;
	color: #333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.0;
}
a{
	color: #304f89;
}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}
img{
	border: 0;
	vertical-align: bottom;
}
sup,sub{
	font-size: 71%;
	line-height: 1;
}
sup{
	vertical-align: text-top;
}
sub{
	vertical-align: text-bottom;
}
p{
	margin-bottom: 1.5em;
}

/* --------------------------------
   共通クラス
-------------------------------- */
/* clearfix */
.clearfix{
   _zoom:1;
}
.clearfix:after{
   content:'';
   display:block;
   clear:both;
}
/* modal window
--------------------------------------------------*/
#display-base {padding: 0!important}
#display-base .modal-content{
  display: block;
  position: absolute;
}

#modalWindow{
  background:#fff;
}

#modalWindowInner{
  border:4px solid #FBE9C4;
  padding:20px;
  width:570px;
  text-align: left;
}

#modalWindow div.blockHeading{
  border-bottom:1px solid #e5e5e5;
  zoom:1;
  overflow:hidden;
  margin:0 0 1em;
}

#modalWindow div.blockHeading h3{
  float:left;
  margin:0;
  font-size:135%;
}

#modalWindow #closeButton{
  float:right;
  margin:0;
}

#modalWindowInner.scroll {
  height:250px;
  overflow:auto;
}

#modalWindowInner.scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#modalWindowInner.scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
}
#modalWindowInner{
  border:4px solid #FBE9C4;
  padding:20px;
  width:570px;
}

* html #modalWindowInner{width:610px;}

#modalWindow div.blockHeading{
  border-bottom:1px solid #e5e5e5;
  zoom:1;
  overflow:hidden;
  margin:0 0 1em;
  background:#FFFFFF;
  border:none;
  margin:0pt 0pt 10px;
  padding:6px 10px 4px 0pt;
}

#modalWindow div.blockHeading h3{
  background: url(../img/bg_blue_line02.gif) left center no-repeat;
  line-height:1.2;
  padding:4px 10px 2px 18px;
  float:left;
  margin:0;
  font-size:135%;
}

#modalWindow div.blockHeading p{
  float:right;
  margin:0;
}

#modalWindowInner table {
  font-size:100%;
  border-spacing: 0;
  border-collapse: collapse;
}

#modalWindowInner table td {
  border:none;
  padding:0 6px 0 6px;
  vertical-align: top;
}

#modalWindowInner table td input {
  margin: 3px 3px 3px 4px;
  margin-top: 0\9;
  float: left;
}

#modalWindowInner table td label {
  overflow: hidden;
  *zoom: 1;
}

html>/**/body #modalWindowInner table td label {display: block\9;}

#modalWindowInner p#closeButton a{
  background:url(../img/modalwindow_ico01.gif) no-repeat left center;
  padding:0 0 0 15px;
}

#modalWindowInner div.style_calendar {
  padding:0 5px;
  height:200px;
  width:570px;
  overflow:auto;
}

#modalWindowInner div.style_calendar table {width:270px;}

#modalWindowInner div.style_calendar table td{
  vertical-align:top;
  padding:0 8px;
}

#modalWindowInner div.style_calendar table.style_calendar_inner {
  border:2px solid #d5d5d5;
  border-collapse:collapse;
}

#modalWindowInner div.style_calendar table.style_calendar_inner tr th{
  border:1px solid #d5d5d5;
  background:#eee;
  padding:0;
  text-align:center;
  font-weight:bold;
}

#modalWindowInner div.style_calendar table.style_calendar_inner tr td{
  border:1px solid #d5d5d5;
  padding:0;
  text-align:left;
}

#modalWindowInner div.style_calendar table.style_calendar_inner caption{
  color:black;
  font-size:14px;
  padding:0px;
  font-weight:bold;
}

#modalWindow div.blockHeading{
  border-bottom:1px solid #e5e5e5;
  zoom:1;
  overflow:hidden;
  margin:0 0 1em;
}

#modalWindow div.blockHeading h3{
  float:left;
  margin:0;
  font-size:135%;
}
/*利用規約・個人情報取り扱いポップアップ*/
.btn-close-top {
  text-align: right;
  margin-bottom: 0;
}
.btn-close-bottom {text-align: center;}
.ttl-kiyaku {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 0.5em;
  -webkit-margin-before: -15px;
  -webkit-margin-after: 0.5em;
}
.subttl-kiyaku {font-weight: bold;}
.txt-kiyaku {
  background: #f3f3f3;
  padding: 10px 20px;
  clear: both;
  height: 295px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #dadada;
}
.modal-content {
  width: 730px;
  height: 466px;
  margin: 0 ;
  padding: 10px 20px ;
  background: #fff ;
  position: fixed ;
  display: none ;
  z-index: 2 ;
  border-radius: 10px;
  text-align: left;
}
.modal-content dd {
  margin-left: 10px;
  margin-bottom: 15px;
}
.modal-content dd ol {
  margin-left: 20px;
  margin-bottom: 15px;
}
.modal-content ol {
  list-style: decimal outside;
  margin: 0 0 0 15px;
  padding-left: 0;
}
.modal-content ol ul {
  list-style: lower-latin outside;
  margin: 0.5em 0;
  padding-left: 30px;
}
#modal-overlay {
  z-index: 1 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 120% ;
  background-color: rgba( 0,0,0, 0.75 ) ;
}
.button-link {text-decoration: underline ;}
.button-link:hover {
  cursor: pointer ;
  color: #f00 ;
}
.modal-close:hover {opacity:0.7;}
.privacy table {
  border-collapse: separate;
  border-spacing: 0;
  border-right: solid 1px #959595;
  border-top: solid 1px #959595;
  width: 95%;
  margin: 0 auto;
}
.privacy table tr {background: #fff;}
.privacy table tr.tbl-header {background: #afc3df}
.privacy table .tbl-left {width: 25%;}
.privacy table td {
  border-left: solid 1px #959595;
  border-bottom: solid 1px #959595;
  padding: 10px;
}
.inquiry-adress {margin-top: 35px;}
.text-alaign-right {text-align: right;}
#back-screen{
  zoom: 1!important;
  opacity: 1!important;
  background-color: rgba( 0,0,0, 0.75 )!important;
}