@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css") screen and (min-width: 800px);
/* 共通 */
img {max-width: 100%;height: auto;}
.ie8 img {width: auto;}
p {font-size: 90%;line-height:1.8em;margin-top:3.125%;}
h1, h3, h4, h5, h6,th{ font-family: "F+UD-ニューロダン DB";}
#fix{position: fixed; top: 0em; width: 100%; height: auto;z-index: 9999;left: 0;}
#mainbox{width: 880px;margin:0 auto; padding: 0 10px;margin-bottom:3.125%;}
#fan{background-color:#FFFFFF;}
#left{
#	width:69.791667%;
	float:left;
	margin-right:2.083333%;
}

#right{
	width:28.125%;
	float:right;
}
.smallc {font-size:9pt;color:#FF6600;}
.pc_none {display:none;}
.pc_none2 {display:none;}

/* 角丸BOX */
.corners_box_yel {
	/*border:3px solid #e5ad12;*/
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	padding:20px;
}
.submit {
	width:100%;
	text-align: center;
	padding:10px 0 40px 0;
}
input[type="submit"],input[type="button"] {
	padding: 8px 40px;
	font-size: 16px;
	background-color: #808080;
	color: #ffffff;
	border-style: none;
	cursor:pointer;
}
input[type="submit"]:active {
	background-color: #a80505;
}
label{cursor:pointer;}
input[type="radio"],input[type="checkbox"]{
	vertical-align:-2px;margin-right:6px;
	padding:10px;
	width:1.5em;
	height:1.5em;
}
input.error
{
	background-color: #fcc;
}
label.error
{
	color: red;
}
select.error
{
	background-color: #fcc;
}
div.error
{
	background-color: #fcc;
}

/* フォームパーツ */
.ttl_br_yel {
	background-repeat:repeat-x;
	background-position:left 50%;
	padding:0% 0% 1% 0%;
	color:#333333;
	padding:0;
	position: relative;
	min-width:358px;
}
#wellithlogo{
	width:181px;
	height:130px;
	background-image:url(../../imgs/logo.png);background-repeat: no-repeat;
	float:left;
}
#nttudlogo{
	margin-top:50px;
	margin-right:24px;
	width:150px;
	height:28px;
	background-image:url(../../../common/img/hdr-ntt.png);background-repeat: no-repeat;
	float:right;
}
.ttl_br_yel h2 {
	height: 36px;
	text-align: center;
	vertical-align: middle;
	line-height: 36px;
	font-weight: bold;
	font-size: 28px;
	color: #4A452A;
	position: absolute;
	top:-5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:100%;
}


.privacy_come li {
	margin-left:30%;
	padding-top:2px;
	text-align:left;
}
.privacy_come2 {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:10px;
	border: 1px solid #000000;  
}
.privacy_come2 li {
	padding-top:2px;
	text-align:left;
}
.lisit_kome_yel li {
	padding-top:4px;
	font-size:1.2em;
	text-align:left;
	margin-left:25px;
}
.req_box {
	background-color:#B22222;
    color: #FFFFFF;
    display: inline-block;
	font-size:0.7em;
    width: 3em;
	zoom: 1;
	position: relative;
	border:1px solid #B22222;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
	behavior: url(ie/PIE.htc);
}

input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:solid 1px #666;
	padding:8px 3px;
	font-size:14px;
	line-height:100%;
}
input.br_none {
	border:none;
}
textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:solid 1px #999;
	padding:3px;
	margin-top:1%;
	width:97.84946%;
	resize: none; 
	line-height:100%;
}

.btn_submit {
	background:#76AB09;
	color:#FFF;
	width:100%;
	cursor:pointer;
	padding:2.083333% 3.125%; font-size:1.3em; font-weight:bold; display:block; text-align:center;color:#FFF; border-radius:4px;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
	behavior: url(ie/PIE.htc);
}
select {
	/*-webkit-appearance: button;*/
	/*-moz-appearance: button;*/
    /*appearance:button;*/
	padding:4px;
	margin-right:1.0411111%;
	behavior: url(ie/PIE.htc);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:solid 1px #666;
	padding:8px 3px;
	font-size:14px;
	line-height:100%;
}


.next_btn{
	color: #fff;
	display: inline-block;
	font-weight: normal;
	text-align:center;
	font-size:16px;
	width:500px;
	height:50px;
	background-color: #6F263D;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6F263D), to(#9F263D));
	background-image: -webkit-linear-gradient(top, #6F263D, #9F263D);
	background-image: -moz-linear-gradient(top, #6F263D, #9F263D);
	background-image: -ms-linear-gradient(top, #6F263D, #9F263D);
	background-image: -o-linear-gradient(top, #6F263D, #9F263D);
	background-image: linear-gradient(to bottom, #6F263D, #9F263D);
	border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

.back_btn{
	color: #fff;
	display: inline-block;
	font-weight: normal;
	text-align:center;
	font-size:16px;
	width:120px;
	height:50px;
	background-color: #6F263D;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6F263D), to(#9F263D));
	background-image: -webkit-linear-gradient(top, #6F263D, #9F263D);
	background-image: -moz-linear-gradient(top, #6F263D, #9F263D);
	background-image: -ms-linear-gradient(top, #6F263D, #9F263D);
	background-image: -o-linear-gradient(top, #6F263D, #9F263D);
	background-image: linear-gradient(to bottom, #6F263D, #9F263D);
	border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.send_btn{
	color: #fff;
	display: inline-block;
	font-weight: normal;
	text-align:center;
	font-size:16px;
	width:200px;
	height:50px;
	background-color: #6F263D;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6F263D), to(#9F263D));
	background-image: -webkit-linear-gradient(top, #6F263D, #9F263D);
	background-image: -moz-linear-gradient(top, #6F263D, #9F263D);
	background-image: -ms-linear-gradient(top, #6F263D, #9F263D);
	background-image: -o-linear-gradient(top, #6F263D, #9F263D);
	background-image: linear-gradient(to bottom, #6F263D, #9F263D);
	border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}


.hissu{
	float:left;
	clear:both;
	
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
	font-size:10pt;
	color:#F14440;
	-moz-border-radius: 5px;/* Firefox */
	-webkit-border-radius: 5px;/* Safari,Chrome */
	border-radius: 5px;/* CSS3 */
	border: 2px #F14440 solid;/* 枠線の装飾 */
	background-color: #fff;/* 背景色 */
} 

.hissu2{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
	margin:0 2px;
	font-size:6pt;
	color:#F14440;
	-moz-border-radius: 5px;/* Firefox */
	-webkit-border-radius: 5px;/* Safari,Chrome */
	border-radius: 5px;/* CSS3 */
	border: 2px #F14440 solid;/* 枠線の装飾 */
	background-color: #fff;/* 背景色 */
	vertical-align: top;
} 


.ww_short {
	width:8%;
}
.w_short {
	width:10%;
}
.w_mid {
	width:30%;
}
.w_long {
	width:90%;
}
.w_midl {
	width:70%;
}
.w_mid50 {
	width:50%;
}


/* フォントサイズ */
.f60 { font-size:60%;}
.f70 { font-size:70%;}
.f80 { font-size:80%;}
.f90 { font-size:90%;}


/* テーブル */
dl.t_yel {
	background-color: #DBDBDB;
	/*border-width : 0 1 1 1;
	border-style : solid;
	border-color : #F0F8FF;*/
	border-top: 0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 100%;
	font-size: 1.2em;
}
dl.t_yel dt {
	float:left;
	clear:both;
	/*font-weight : bold;*/
	color:#333333;
	width:27%;
	/*padding:1.2%;*/
	padding-top:1.8%;
	padding-left:1.2%;
	border-top: #999 solid 1px;
	/*overflow: auto;*/
}
dl.t_yel dd {
	margin-left : 28%;
	background-color: #FFF;
	/*padding:1.2%;*/
	padding-top:1.5%;
	padding-bottom:1.2%;
	padding-left:1.2%;
	color:#333333;
	border-left: #999 solid 1px;
	border-top: #999 solid 1px;
	min-height:1.8em;
}
dl.t_yel_ninni {
	background-color: #DBDBDB;
	/*border-width : 0 1 1 1;
	border-style : solid;
	border-color : #F0F8FF;*/
	border-top: 0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 100%;
	font-size: 1.2em;
}
dl.t_yel_ninni dt {
	float:left;
	clear:both;
	/*font-weight : bold;*/
	color:#333333;
	width:27%;
	/*padding:1.2%;*/
	padding-top:1.8%;
	padding-left:1.2%;
	border-top: #999 solid 1px;
	/*overflow: auto;*/
}
dl.t_yel_ninni dd {
	margin-left : 28%;
	background-color: #FFF;
	/*padding:1.2%;*/
	padding-top:1.5%;
	padding-bottom:1.2%;
	padding-left:1.2%;
	color:#333333;
	border-left: #999 solid 1px;
	border-top: #999 solid 1px;
	min-height:1.8em;
}

.address1_top{
	width:22%;
	float:left;
	padding:0;
	border:none;
	line-height:250%;
}
.address2_top{
	width:77%;
	float:right;
	padding:0;
	border:none;
	line-height:250%;
}
.address1{
	width:22%;
	float:left;
	padding:0;
	border:none;
	clear:both;
	line-height:300%;
}
.address2{
	width:77%;
	float:right;
	padding:0;
	border:none;
	line-height:300%;
}

.web1_top{
	width:50%;
	float:left;
	padding:0;
	border:none;
	line-height:200%;
}
.web2_top{
	width:49%;
	float:right;
	padding:0;
	border:none;
	line-height:200%;
}
.web1{
	width:50%;
	float:left;
	padding:0;
	border:none;
	clear:both;
	line-height:200%;
}
.web2{
	width:49%;
	float:right;
	padding:0;
	border:none;
	line-height:200%;
}
.wellithclub_nyukai_middle{
	position:absolute;
	top:600%;
}
.line2_middle{
	position:absolute;
	top:175%;
}
.miryoku_middle{
	position:absolute;
	top:500%;
}
.bukken_cognition_middle{
	position:absolute;
	top:1000%;
}
.bukken_interest_middle{
	position:absolute;
	top:500%;
}
.address_middle{
	min-height: 200px;
	line-height: 200px;
}
.radio_dd{line-height:20px;}
.checkbox_dd{line-height:20px;}
#box_3 {clear: both;width: 510px;}
#box_3 #box1 {float: left;width: 170px;line-height:20px;}
#box_3 #box2 {float: left;width: 170px;line-height:20px;}
#box_3 #box3 {float: right;width: 170px;line-height:20px;}
#box_3 br {
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
	height: 1px;
	width: 1px;
}
#box_3_cog {clear: both;width: 590px;}
#box_3_cog #box1 {float: left;width: 200px;line-height:20px;}
#box_3_cog #box2 {float: left;width: 200px;line-height:20px;}
#box_3_cog #box3 {float: right;width: 190px;line-height:20px;}
#box_3_cog br {
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
	height: 1px;
	width: 1px;
}

.titleunderbar{
	margin:0px auto 20px auto;border-bottom:3px solid #CCC;width:90%;
}

/*カレンダー*/
.ui-widget-content {
  border: 1px solid black;
  background: white;
  color: black;
}
.ui-widget-content a {
  color: black;
}
.ui-widget-header {
  border: 1px solid white;
  background: #211b0d;
  color: white;
  font-weight: bold;
}
.ui-widget-header a {
  color: white;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid white;
  background: #e0e0e0;
  font-weight: normal;
  color: black;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: black;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #211b0d;
  background: white;
  font-weight: normal;
  color: black;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: black;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #211b0d;
  background: white;
  font-weight: normal;
  color: black;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: black;
  text-decoration: none;
}
.ui-widget-header .ui-icon {
  background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../img/ui-icons_222222_256x240.png);
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: white;
}
.ui-corner-all {
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 4px;
}
#Main div.entryTable dl dd .ui-datepicker-title span{color:#FFFFFF;}
.sunday .ui-state-default {color: red;}
.saturday .ui-state-default {color: blue;}
.holiday .ui-state-default {color: red;}

#attention{
    border:solid 1px #000000;
    padding:10px;
    width:90%;
    height:100%;
}
.datepicker img {
    vertical-align: top;
    margin-left: 2px;
    border: 1px solid dimgray;
    cursor:pointer;
}
/*カレンダー*/


dt.left{
	float:left;
}
dt div.right{
	margin:0px 10px 3px 0;float:right;
}
dt div.layout{
	width:95%;
}

#enq_button{
	margin-top:40px;
	margin-bottom:20px;
}
#enq_button label{
	/*padding: 8px 80px;*/

	font-family: "F+UD-ニューロダン DB";
	padding:2.083333% 3.125%; font-size:1.3em;
	font-weight:bold;
	display:block;
	text-align:center;color:#FFF; border-radius:4px;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
	behavior: url(ie/PIE.htc);
	
	color: #fff;
	display: inline-block;
	font-weight: normal;
	text-align:center;
	font-size:16px;
	width:500px;
	/*height:50px;*/
	background-color: #6F263D;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6F263D), to(#9F263D));
	background-image: -webkit-linear-gradient(top, #6F263D, #9F263D);
	background-image: -moz-linear-gradient(top, #6F263D, #9F263D);
	background-image: -ms-linear-gradient(top, #6F263D, #9F263D);
	background-image: -o-linear-gradient(top, #6F263D, #9F263D);
	background-image: linear-gradient(to bottom, #6F263D, #9F263D);
	border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

@media (min-width: 1px) {
	#enq_button input[type=checkbox] {
		display: none;
		margin: 0;
	}
}

/* Minor Break Point */
@media screen and (max-width: 1500px) {
}
/* Minor Break Point */
@media screen and (max-width: 960px) {
}
/* Minor Break Point */
@media screen and (max-width: 800px) {
}

/* Minor Break Point */
@media screen and (max-width: 690px) {
	
	#mainbox{width: 98%;margin:0 auto; padding: 0;margin-bottom:3.125%;}
	select {width:100%; margin-top:2.083333%;}
	
	dl.t_yel dt {
		float:none;
		padding:1.5%;
		width:auto;
	}
	dl.t_yel dd {
		margin-left : 0%;
		padding:1.5%;
		border-left: none;
	}
	dl.t_yel_ninni dt {
		float:none;
		padding:1.5%;
		width:auto;
	}
	dl.t_yel_ninni dd {
		margin-left : 0%;
		padding:1.5%;
		border-left: none;
	}
	.ttl_br_yel span {
		background-size:5.4% auto;
		padding-left:7%;
		font-size:1.3em;
		width:50%;
	}
	
	.ttl_br_yel {
	/*	padding:0 20%;*/
	}
	.ttl_br_yel h2 {
		font-size:1.3em;

	position: static;
	padding-bottom:10%;


	}
	dl.t_yel dt {
	font-size:18px;
	}
dl.t_yel dd {
		font-size:14px;
	}
	dl.t_yel_ninni dt {
	font-size:18px;
	}
dl.t_yel_ninni dd {
		font-size:14px;
	}
	.ww_short {width:12%;}
	.w_short {width:24%;}
	.address1_top{
		float:none;
		padding:0;
		border:none;
		width:auto;
		line-height:100%;
	}
	.address2_top{
		float:none;
		margin-left : 0%;
		padding:1.5%;
		border-left: none;
		width:auto;
		line-height:100%;
	}
	.address1{
		float:none;
		padding:0;
		border:none;
		width:auto;
		line-height:100%;
	}
	.address2{
		float:none;
		margin-left : 0%;
		padding:1.5%;
		border-left: none;
		width:auto;
		line-height:100%;
	}
	.web1_top{
		float:none;
		padding:1.5%;
		border:none;
		width:auto;
	}
	.web2_top{
		float:none;
		margin-left : 0%;
		padding:1.5%;
		border-left: none;
		width:auto;
	}
	.web1{
		float:none;
		padding:1.5%;
		border:none;
		width:auto;
	}
	.web2{
		float:none;
		margin-left : 0%;
		padding:1.5%;
		border-left: none;
		width:auto;
	}

	.next_btn{
		width:80%;
	}

	.privacy_come li {
		margin-left:0px;
		padding-top:2px;
		text-align:left;
	}
	.privacy_come2 {
		width:92%;
	}
	.privacy_come2 li {
		margin-left:0px;
		padding-top:2px;
		text-align:left;
	}
	.wellithclub_nyukai_middle{
		position:static;
		top:100%;
	}
	.line2_middle{
		position:static;
		top:100%;
	}
	.miryoku_middle{
		position:static;
		top:100%;
	}
	.bukken_cognition_middle{
		position:static;
		top:100%;
	}
	.bukken_interest_middle{
		position:static;
		top:100%;
	}
	#box_3_cog,#box_3_cog #box1,#box_3_cog #box2,#box_3_cog #box3 {
		float: none;
		width: auto;
	}
	.tab_none{display:none;}
	.pc_none2 {display:block;margin-top:-15px;}

	.corners_box_yel {
		padding:0 2px 30px 0;
	}

	.ttl_br_yel {
		padding:0 0;
		background-image:none;
		background-repeat: no-repeat;
		background-position: none;
	}

	.ttl_br_yel h2 {
		font-size: 24px;
		line-height: 30px;

	}

	.lisit_kome_yel li {
		margin-left:15px;
	}
	.lisit_kome_yel {
		margin-bottom:10px;
	}
	.titleunderbar{
		margin-bottom:10px;
	}
	
	dt div.layout{
		width:100%;
	}
}
/* SMP Style */
@media screen and (max-width: 480px) {
	#mainbox{width: 100%;margin:0 auto; padding: 0px;}
	#fix{position: fixed;top: 0em;width: 100%;z-index: 9999;left: 0;}

	#left{
		width:100%;
		clear:both;
		margin-right:0%;
	}

	#right{
		width:100%;
		clear:both;
	}
	.pc_none {display:block;margin-top:-15px;}
	.pc_none2 {display:block;margin-top:-15px;}
	.smp_none{display:none;}
	
	select {width:100%; margin-top:2.083333%;}
	textarea,input, select{font-size:16px;}
	dl.t_yel dt {
		float:none;
		width:auto;
		padding:1.5%;
	}
	dl.t_yel dd {
		margin-left : 0%;
		padding:1.5%;
		border-left: none;
		clear:both;
	}
	dl.t_yel_ninni dt {
		float:none;
		width:auto;
		padding:1.5%;
	}
	dl.t_yel_ninni dd {
		margin-left : 0%;
		padding:1.5%;
		border-left: none;
		clear:both;
	}
	.lisit_kome_yel li {
		background-size:4% auto;
		padding-left:1%;
		text-align:left;
	}

	.lisit_kome_yel li {
		margin-left:5px;
	}

	.ttl_br_yel {
	/*	padding:0 10%;*/
	}
	.ttl_br_yel {

	}
	.ttl_br_yel h2 {
		font-size:16px;
	}

	label{
 		position: relative;
 		top: 3px;
 	}
	.radio_dd{line-height:20px;}
	.checkbox_dd{line-height:20px;}
	#box_3,#box_3 #box1,#box_3 #box2,#box_3 #box3 {
		float: none;
		width: auto;
	}
	
	#wellithlogo{
		width:160px;
		height:114px;
	}
	
	#enq_button label{
		width:80%;	
	}
