@charset "UTF-8";
:root {
  --primary-color: #1e5fb3;
  --secondary-color: #e2276e;
}
/**
 :タイトル "全コンテンツ共通スタイル";
 :作成日 "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: var(--primary-color);
}
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;
}

/* --------------------------------
   共通クラス
-------------------------------- */
/* clearfix */
.clearfix{
   _zoom:1;
}
.clearfix:after{
   content:'';
   display:block;
   clear:both;
}
/* modal window
--------------------------------------------------*/
#display-base {
  padding: 0!important;
  width: 570px!important;
  z-index: 2000!important;
}

#modalWindow{
  background:#fff;
}

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

#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);
}

#modalWindow div.blockHeading{
  border-bottom:1px solid #e5e5e5;
  zoom:1;
  overflow:hidden;
  margin:0 0 1em;
  background:#FFFFFF;
  padding:6px 10px 4px 0pt;
}
#back-screen{
  zoom: 1!important;
  opacity: 1!important;
  background-color: rgba( 0,0,0, 0.75 )!important;
  z-index: 1000!important;
}
#head_mypage_link{
  position: absolute;
  top: 50px;
  left: 637px;
}
.regist_date {
  display: none;
}
.error {
  color: red;
}