<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/*=====================
 topMainArea gadget
=====================*/
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetOuter {
	background:url(/shared2013/common/images/bg_topmainarea_01.gif) no-repeat left top;
	padding-top:8px;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner {
	background:url(/shared2013/common/images/bg_topmainarea_02.gif) no-repeat left bottom;
	padding:15px 23px 5px;
	min-height:297px;
	height:auto !important;
	height:297px;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner .stepBlock01 {
	margin-bottom:8px;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner .stepBlock01 dt {
	float:left;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner .stepBlock01 dt {
	margin-right:10px;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner .stepBlock01 dd p {
	float:left;
	margin-right:10px;
	line-height:0;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner .column2WrapA01 .columnBlock01 {
	width:300px;
	float:left;
	margin-right:20px;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner .column2WrapA01 .columnBlock02 {
	float:left;
	width:306px;
	margin-top:20px;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner .column2WrapA01 .columnBlock02 .selectBlock {
	margin-bottom:10px;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner .column2WrapA01 .columnBlock02 .selectBlock dt {
	float:left;
	padding-top:3px;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner .column2WrapA01 .columnBlock02 .selectBlock dd {
	padding-left:70px;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner .column2WrapA01 .columnBlock02 p.linkBlockA02 {
	float:right;
}
#wrap div#topMainArea02 .column2WrapA01 .columnBlock01 .gadgetInner .column2WrapA01 .columnBlock02 option.na {
	color: #999;
	background-color: #DDD;
}

/*=====================
 search - MAP
=====================*/
div#NTA_JR2_Map {
	position:relative;
	overflow:hidden;
	width:300px;
	height:211px;
	margin:0;
	padding:0;
}
div#NTA_JR2_Map div.mapText div.box {
	position:absolute;
	cursor:pointer;
	color:#333;
	border:1px solid #229DE7;
	background-color:white;
	font-size:10px;
	padding:0px 3px 2px 3px;
	z-index:2;
}
div#NTA_JR2_Map div.mapText div.sel {
	color:red;
	border:2px solid red;
}
div#NTA_JR2_Map div.mapText div.over {
	color:red;
}
div#NTA_JR2_Map div.mapText div.na {
	cursor:default;
	color:#999;
	background-color:#eee;
	border:1px solid transparent;
}
div#NTA_JR2_Map div.mapLayer img {
	position:absolute;
	z-index:-1;
	top:0px;
	left:0px;
}

/*=====================
 search - calender
=====================*/
div#NTA_JR2_popup_calendar_contents {
	width:340px;
	height:235px;
	border:2px solid #ccc;
	background:#FFFFFF;
	z-index:20;
}
/* tags */
div#NTA_JR2_popup_calendar_contents p {
	margin:0px;
	padding:0px;
}
div#NTA_JR2_popup_calendar_contents a:link {
	color:#111184;
	text-decoration:underline;
}
div#NTA_JR2_popup_calendar_contents a:visited {
	color:#0033cc;
	text-decoration:underline;
}
div#NTA_JR2_popup_calendar_contents a:active,
div#NTA_JR2_popup_calendar_contents a:hover {
	color:#FF3300;
	text-decoration:underline;
}
div#NTA_JR2_popup_calendar_contents div.cleared {
	display:block;
	clear:both;
	width:auto;
	height:1px;
	margin:0;
	padding:0;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
}

/* title */
div#NTA_JR2_popup_calendar_contents div.titlebox {
	position:relative;
	padding:5px 5px 0px 12px;
	background: #20208c;
    height: 22px;
}
div#NTA_JR2_popup_calendar_contents div.titlebox .title {
	font-size: 14px;
    font-weight: bold;
    color: #FFF;
    float: left;
    text-align: center;
    width: 330px;
}
div#NTA_JR2_popup_calendar_contents .content {
	padding:5px 12px;
}

/* close */
body div#NTA_JR2_popup_calendar_contents div.titlebox .btnbox {
	float: right;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
	top: 4px;
    right: 8px;
}
body div#NTA_JR2_popup_calendar_contents div.titlebox .btnbox a {
	width: 20px;
    height: 20px;
    background: none;
    padding: 0;
    visibility: hidden;
}
body div#NTA_JR2_popup_calendar_contents div.titlebox .btnbox a::before, 
body div#NTA_JR2_popup_calendar_contents div.titlebox .btnbox a::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(15% - 2px);
    left: 15%;
	visibility: visible;
}
body div#NTA_JR2_popup_calendar_contents div.titlebox .btnbox a::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
div#NTA_JR2_popup_calendar_contents .left {
	float:left;
}
div#NTA_JR2_popup_calendar_contents .right {
	float:right;
}
div#NTA_JR2_popup_calendar_contents .monthPager {
	text-align:center;
	color:#999999;
	vertical-align:middle;
	font-size:12px;
	clear:both;
	margin: 5px 0;
	height: 18px;
}
div#NTA_JR2_popup_calendar_contents .monthPager span {
	display:inline-block;
	width:30px;
	padding:0;
	margin:0;
}
body div#NTA_JR2_popup_calendar_contents div.titlebox .btnbox,
div#NTA_JR2_popup_calendar_contents .monthPager span {overflow:hidden;}
div#NTA_JR2_popup_calendar_contents .monthPager span.icon {
	height:12px;
}
div#NTA_JR2_popup_calendar_contents .monthPager span.icon a {
	width:12px;
	height:0;
	padding-top:12px;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
}
div#NTA_JR2_popup_calendar_contents .monthPager a.prev {
	background:url(//www.nta.co.jp/nta_yado/images/arrow02.gif) no-repeat;
}
div#NTA_JR2_popup_calendar_contents .monthPager a.next {
	background:url(//www.nta.co.jp/nta_yado/images/arrow01.gif) no-repeat;
}
div#NTA_JR2_popup_calendar_contents .monthPager a.no-prev {
	background:url(//www.nta.co.jp/nta_yado/images/arrow02_nolink.gif) no-repeat;
}
div#NTA_JR2_popup_calendar_contents .monthPager a.no-next {
	background:url(//www.nta.co.jp/nta_yado/images/arrow01_nolink.gif) no-repeat;
}
div#NTA_JR2_popup_calendar_contents .calenderBox {
	width:154px;
	background:#FFFFFF;
}
body div#NTA_JR2_popup_calendar_contents .f-calendar-disp-month {
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}
div#NTA_JR2_popup_calendar_contents .calenderBox .calender_month {
	text-align:center;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	width:154px;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar {
	width: 100%;
    border: none;
    border-collapse: unset;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head {
    font-weight: bold;
    background-color: #FFF;
    border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data {
    font-family: Helvetica, sans-serif;
	border-right: none;
	border-bottom: none;
    background-clip: padding-box;
    cursor: text;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__day-today,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__day-today {
    background-color: #fff;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__out-of-range,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__out-of-range {
    color: darkgray;
    cursor: text;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__out-of-range,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__out-of-range {
    font-weight: normal;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__selectable.f-table-calendar__data-holiday,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__selectable.f-table-calendar__data-holiday {
    font-weight: bold;
    color: #cc0d21;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__selectable,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__selectable {
    cursor: pointer;
    color: black;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__day-select,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__day-select,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__day-select:first-child,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__day-select:last-child {
    background-color: #E61B61;
    border-radius: 50%;
    color: #fff!important;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__selectable:last-child {color: #21A4Ea;}

/*=====================
stan_secBlock
=====================*/
.stan_secBlockA01 {
	background:url(/shared2013/common/images/bg_cmn_01.gif) no-repeat left bottom;
}
.btnArea {
	margin:0 0 0 20px;
	padding:0 0 10px 0;
	overflow:hidden;
}
.btnArea li {
	float:left;
	height: 51px;
	width: 105px;
	padding:0px;
	margin:0px 7px 10px 0px;
}
.btnArea li a {
	display:block;
	height: 33px;
	width: 87px;
	background-image: url(/shared2013/jr/images/jr_sec_btn.png);
	background-size: 105px 51px;
	background-repeat: no-repeat;
	font-family:"繝｡繧､繝ｪ繧ｪ", Meiryo;
	font-size:12px;
	font-weight:bold;
	color:#12155f;
	text-decoration:none;
	padding:18px 18px 0px 0;
	text-align:center;
}
.btnArea li a:hover {
	background-image: url(/shared2013/jr/images/jr_sec_btn_ov.png);
	background-size: 105px 51px;
	color:#12155f;
}

/* +-btn */
.content_wrap.jr input[type="number"],
.content_wrap.jr input[type="number"]::-webkit-outer-spin-button, 
.content_wrap.jr input[type="number"]::-webkit-inner-spin-button,
.content_wrap.jr .minus_or_plus_btn{
    -webkit-appearance: none;
    -moz-appearance:textfield;
	outline:none;
}
.content_wrap.jr .minus_or_plus_btn_input{
    display: inline-block;
}
.content_wrap.jr input.customSelect{
	width: 36px!important;
    text-align: center!important;
    border: 1px solid #767676;
    border-radius: 2px;
	background: #fff;
	pointer-events: none;
}
.content_wrap.jr .minus_or_plus_btn {
	width: 24px;
    height: 24px;
    margin: 0;
    border: none;
    line-height: 0;
    background: #f2f2f2;
    cursor: pointer;
    border-radius: 18px;
    font-size: 18px;
    color: #333;
}
.content_wrap.jr .minus_or_plus_btn:hover {
    background: #e61b61;
    color: #FFF;
    transition: 0.3s;
}

/*繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ縲720px莉･荳� gadget calender*/
@media screen and (max-width: 720px) {
body div#NTA_JR2_popup_calendar_contents.NTA_JR2_popup_calendar_contents{
	width: 100%;
    position: absolute;
    left: 0!important;
    border: 2px solid #20208c;
    box-sizing: border-box;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", sans-serif;
}
body div#NTA_JR2_popup_calendar_contents .titlebox{background: #20208C;padding: 0;height: 40px;}
body div#NTA_JR2_popup_calendar_contents .titlebox .title{
	width: 100%;
    font-size: 18px;
    font-weight: bold;
    float: left;
    color: #FFF;
    text-align: center;
    line-height: 2.2;
}
body div#NTA_JR2_popup_calendar_contents div.titlebox .btnbox {
	float: right;
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 25px;
}
body div#NTA_JR2_popup_calendar_contents div.titlebox .btnbox a {
	width: 28px;
    height: 28px;
    background: none;
    padding: 0;
    visibility: hidden;
}
body div#NTA_JR2_popup_calendar_contents div.titlebox .btnbox a::before, 
body div#NTA_JR2_popup_calendar_contents div.titlebox .btnbox a::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(15% - 2px);
    left: 15%;
	visibility: visible;
}
body div#NTA_JR2_popup_calendar_contents div.titlebox .btnbox a::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
body div#NTA_JR2_popup_calendar_contents #NTA_JR2_leftCalendar.calenderBox {width: 100%;}	
body div#NTA_JR2_popup_calendar_contents .f-table-calendar {border: none;}
body div#NTA_JR2_popup_calendar_contents .monthPager {
    position: relative;
	padding-top: 15px;
}
body div#NTA_JR2_popup_calendar_contents .f-input-calendar__prev,
body div#NTA_JR2_popup_calendar_contents .f-input-calendar__prev-ext {
    width: 15px;
    height: 15px;
    margin-left: 8%;
    border-bottom: 5px solid #20208c;
    border-left: 5px solid #20208c;
    transform: rotate(45deg);
    z-index: 9501;
	position: absolute;
    left: 0;
}
body div#NTA_JR2_popup_calendar_contents .f-input-calendar__next,
body div#NTA_JR2_popup_calendar_contents .f-input-calendar__next-ext {
    width: 15px;
    height: 15px;
    margin-right: 8%;
    border-top: 5px solid #20208c;
    border-right: 5px solid #20208c;
    transform: rotate(45deg);
    z-index: 9501;
	position: absolute;
    right: 0;
}

/*讀懃ｴ｢繧ｬ繧ｸ繧ｧ繝�ヨ縺ｮ蟷ｴ譛医ち繧､繝医Ν*/
body div#NTA_JR2_popup_calendar_contents .content .f-calendar-disp-month {
	margin: -24px 0 18px 0;
	font-size: 22px;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data {
    font-family: Hiragino Sans;
    position: relative;
    width: 8%;
    height: auto;
    font-size: 18px;
    border-right: none;
    border-bottom: none;
    background-color: #fff;
    background-clip: padding-box;
    box-sizing: border-box;
    color: grey;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar {
    width: 100%;
    border: none;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__day-today,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__day-today {background-color: #fff;}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__out-of-range,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__out-of-range {
    color: darkgray;
    cursor: text;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__data-holiday,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__data-holiday {
    font-weight: normal;
    color: #cc0d21;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__selectable,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__selectable {
    cursor: pointer;
    color: black;
    font-weight: 700;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__day-select,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__day-select,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__day-select:first-child,
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__day-select:last-child {
    background-color: #E61B61;
    border-radius: 50%;
    color: #fff!important;
    font-weight: 700;
}
body div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__selectable:last-child {
    font-weight: 700;
    color: #21A4Ea;
}
body div#NTA_JR2_popup_calendar_contents #NTA_JR2_rightCalendar.right,
body div#NTA_JR2_popup_calendar_contents .f-input-calendar__current{display:none;}
}</pre></body></html>