<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繧ｳ繝｡繝ｳ繝� */
body {
	margin:0 auto;
	padding: 0;
	height:100%;
	text-align:center;
	background-color: #FFFFFF;
	background: url(../images/ntt/bg_form.png) center top !important;
	zoom:1;
}

#wrapper {
	width: 740px;
	/width: 760px;
	margin: 50px auto 0;
	padding: 10px 10px 0;
	background: #ffffff;
	border: 1px solid #d9d2c6;
}

#contentsbase {
	margin:0 auto;
	min-height:100%;
	padding:5px;
	background-color:#FFFFFF;
	text-align:left;
}

.font_red {
	color:#EE0000;
}


.f_r {
	float:right;
	padding-right:2px;
}

.f_l {
	float:left;
	padding-right:2px;
}


.cls {
	clear:both;
	line-height:0px!important;
	height:15px!important;
	font-size:0px!important;
}

.titmds_03{
	width:100%;
	height:34px;
	background-image:url("../images/common/titmds_bk.gif");
	background-position:left top;
	background-repeat:repeat-x;
	clear:both;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 1px;
	text-indent:10px;
	padding-top:9px;
	margin-top:10px;
	margin-bottom:5px;
}

.titmds_04{
	background-image:url("../images/common/thum_pic.gif");
	background-position:left top;
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 1px;
	padding-top:2px;
	padding-left:15px;
}

/* table
----------------------------------------*/
#date01 { table-layout:fixed; border-collapse:collapse;}
#date01 TD{ border:1px solid #c1c1c1; padding:5px; line-height:140%;}
.date02 { background-color:#EAEAEA;}
.date03 { background-color:#ffffff;}


.date02 { border:1px solid #ccc; border-collapse:separate; margin:10px 0px;}
.date02 th {font-weight:normal;  border-left:1px solid #fff; border-top:1px solid #fff; border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:6px 11px; background:#E4ECF0; }
.date02 td { border-left:1px solid #fff; border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:6px 11px; background:#fff; }
.date02 td.gl { background:#E4ECF0; text-align:center; }
.date02 tr.lastChild td { border-bottom:none; }
.date02 td.rl.lastChild { border-right:1px solid #ccc; }
.date02 tr th.lastChild { border-right:none; }
.date02 tr td.lastChild { border-right:none; }


.date03 { border:1px solid #ccc; border-collapse:separate; margin:10px 0px;}
.date03 th {font-weight:normal;  border-left:1px solid #fff; border-top:1px solid #fff; border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:6px 11px; background:#E4ECF0; }
.date03 td { border-left:1px solid #fff; border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:6px 11px;}
.date03 td.gl { background:#eee; }
.date03 tr.lastChild td { border-bottom:none; }
.date03 td.rl.lastChild { border-right:1px solid #ccc; }
.date03 tr th.lastChild { border-right:none; }
.date03 tr td.lastChild { border-right:none; }

/* width
----------------------------------------*/
.wp13 { width:13%; }
.wp15 { width:15%; }
.wp16 { width:16%; }
.wp19 { width:19%; }
.wp20 { width:20%; }
.wp25 { width:25%; }
.wp27 { width:27%; }
.wp28 { width:28%; }
.wp29 { width:29%; }
.wp30 { width:30%; }
.wp35 { width:35%; }
.wp38 { width:38%; }
.wp40 { width:40%; }
.wp45 { width:45%; }
.wp50 { width:50%; }
.wp60 { width:60%; }
.wp65 { width:65%; }
.wp70 { width:70%; }
.wp75 { width:75%; }
.wp80 { width:80%; }
.wp100 { width:100%; }

.wem3 { width:3em; }
.wem4 { width:4em; }
.wem5 { width:5em; }
.wem6 { width:6em; }

.w335{width:335px;}


/*text-align
----------------------------------------*/
.alignC { text-align:center; }
.alignL { text-align:left; }
.alignR { text-align:right; }



/* bottun
----------------------------------------*/
.bottun {
	clear:both;
	line-height:0px!important;
	height:60px!important;
	font-size:0px!important;
	margin-bottom: 20px!important;
}


/* pagetop
----------------------------------------*/
#pagetop {
	clear: both;
	width: 740px;
	margin: 0 auto;
	padding-bottom:10px;
	padding-top:40px;
	text-align:right;
}


#footer{
	background: #e6e6e6;
	text-align: center;
	padding: 20px 0;
}


input.placeholder {
  font-size: 14px !important;
  font-weight: normal;
}

input.placeholder::-webkit-input-placeholder,
input.placeholder:-ms-input-placeholder,
input.placeholder::-moz-placeholder {
  color: #333333;
  font-size: 12px !important;
  font-weight: normal;
}



label {
    display: inline;
}
  
.regular-checkbox {
    display: none;
}
  
.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
  
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
  
.regular-checkbox:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}
  
.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}





/* (1)nttrpc譛蛻昴°繧芽ｿｽ蜉� 2014/11/28
----------------------------------------*/

select{
    font-size: 160%;
    margin: 10px 6px 10px 6px;
}

label{
  font-weight: bold ;
  font-size: 15px ;
  border-bottom:1px dotted;
}

input[type=text],
input[name=MemberAdult],
input[name=MemberChild],
input[name=MemberBaby]{
height:30px;
font-size:20px;
font-weight:bold;
margin-top: 10px;
}

textarea{
    margin-top: 10px;
}

.wp75{
line-height: 150%;
//text-decoration: underline;;
}


/* (2)nttrpc_1-3,1-4 蟇ｾ蠢懷ｾ瑚ｿｽ蜉�
----------------------------------------*/

#CountryList input[type=radio],
#CountryList input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#CountryList input[type=radio] + label,
#CountryList input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}

@media (min-width: 1px) {
    #CountryList input[type=radio],
    #CountryList input[type=checkbox] {
        display: none;
        margin: 0;
    }
    #CountryList input[type=radio] + label,
    #CountryList input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    #CountryList input[type=radio] + label::before,
    #CountryList input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    #CountryList input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    #CountryList input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    #CountryList input[type=radio]:checked + label::after,
    #CountryList input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    #CountryList input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
     #CountryList input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}




/* (3)nttrpc_1-5,2-1,2-2,2-3,2-4,3-1 蟇ｾ蠢懷ｾ瑚ｿｽ蜉�
=========================================*/

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}

@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
</pre></body></html>