/*フォームエリア*/

.blockTit {
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	color: #fff;
	/*background-color: #4f4f4f;*/
	margin-bottom: 10px;
}
.contactDetailArea.topArea{
	margin-top: 15px;
}
.contactDetailArea p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
.contactFormArea{
	margin-top: 20px;
}
.dataList{
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.dataList li {
border-top: 1px solid #ccc;
text-align: left;
vertical-align: middle;
padding: 12px 10px;
}
.dataList li.formTit{
	background-color: #f6f6f6;
	font-weight: bold;
}
.dataList li.formTit span{
	color: #e60012;
	font-weight: bold;
}
.dataList li.formTit span.boldNone{
	font-weight: normal;
	color: #333;
}
.dataList li input,
.dataList li select,
.dataList li textarea{
	width: 95%;
	display: inline-block;
	border-radius: 3px;
	padding: 7px;
	border: 1px solid #ccc;
}
.formBottomBtn{
	text-align: center;
	margin: 20px 0;
}
.formBottomBtn li{
    display: inline-block;
}
.formBottomBtn li:last-child{
    margin-left: 10px;
}
.formBottomBtn li input {
    background: linear-gradient(to bottom, #595959 0%, #353535 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #333;
    border-radius: 2px;
    box-shadow: 0 1px 0 #8d8d8d inset;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 30px;
    font-weight: bold;
}
.formBottomBtn li input.leagAccBtnlinkRed {
    background: linear-gradient(to bottom, #2f82d5 0%, #0066cc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #0066cc;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.formBottomBtn li input.leagAccBtnlinkRedW {
    background: linear-gradient(to bottom, rgba(248, 46, 46, 1) 0%, rgba(247, 5, 5, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #f82a2a;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.thankyouTxt{
	line-height: 22px;
	margin: 0 3px;
}
.thankyouLink{
	line-height: 22px;
	margin: 20px 3px 0;
	text-align: center;
}
.formSpace.inputConf{

}

/*20160422*/

#support.tabContents nav.contactMainNav ul{
    display: table;
    width: 100%;
    table-layout: fixed;
    /*margin-bottom: 20px;*/
}

#support.tabContents nav.contactMainNav ul li{
    display: table-cell;
    font-size: 13px;
    color: #333;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
}

#support.tabContents nav.contactMainNav ul li:last-child{
    border-right: 1px solid #777;
}

#support.tabContents nav.contactMainNav ul li a{
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    background: #e8e8e8;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 500px;
    height: 50px;
    font-weight: normal;
}

#support.tabContents nav.contactMainNav{
    margin-bottom: 20px;
}

#support.tabContents nav.contactMainNav ul li.current a{
    background: #FFF;
    color: #000;
}

.tabContents .questions .contactDetailArea{
    margin-bottom: 30px;
}

.tabContents .questions .contactDetailArea dl dt,
.tabContents .questions .contactDetailArea dl dd{
    font-size: 14px;
    line-height: 20px;
}

.tabContents .questions .contactDetailArea dl dt{
    padding-bottom: 10px;
}

.tabContents .questions .contactDetailArea dl dd{
    border-top: solid 1px #777;
    padding-top: 10px;
}

.tabContents .questions .contactDetailArea dl span.blue{
    color: #004384;
}

.tabContents .questions .contactDetailArea dl span.red{
    color: #E60012;
}

/*contactSubNav*/
#support.tabContents nav.contactSubNav ul{
    font-size: 0;
}

#support.tabContents nav.contactSubNav ul li{
    display: inline-block;
    width: 50%;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 5px 0 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		border-right: solid 1px #ccc;
}

#support.tabContents nav.contactSubNav ul li:nth-child(3),
#support.tabContents nav.contactSubNav ul li:nth-child(4),
#support.tabContents nav.contactSubNav ul li:nth-child(5),
#support.tabContents nav.contactSubNav ul li:nth-child(6),
#support.tabContents nav.contactSubNav ul li:nth-child(7){
    border-top: 0;
}

#support.tabContents nav.contactSubNav ul li:nth-child(2),
#support.tabContents nav.contactSubNav ul li:nth-child(4),
#support.tabContents nav.contactSubNav ul li:nth-child(6){
    border-right: 0;
}

#support.tabContents nav.contactSubNav ul li a{
    color: #06c;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

#support.tabContents nav.contactSubNav ul li a:hover{
    filter: alpha(opacity=50);
    -ms-filter: 'alpha(opacity=50)';
    opacity: .50;
}

#support.tabContents nav.contactSubNav ul li a:after {
    position: absolute;
    /*top: 50%;*/
    bottom: -3px;
    margin-top: -8px;
    right: -12px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    text-decoration: none !important;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

/* barrier-free */
#support.tabContents nav.contactMainNav ul + ul{
	margin-top: -1px;
}
body.faq #support.tabContents nav.contactMainNav ul li#tab1 a,
body.contactinfo #support.tabContents nav.contactMainNav ul li#tab2 a,
body.personalinfo #support.tabContents nav.contactMainNav ul li#tab3 a,
body.barrier-free #support.tabContents nav.contactMainNav ul li#tab4 a{
    background: #FFF;
    color: #000;
}
/* infoTable */
.infoTable{
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	border-top:1px solid #ccc;
}
.infoTable th{
	border-right:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	width: 50%;
	padding: 10px 0 10px 5px;
	font-weight: bold;
	background-color: #f6f6f6;
	line-height: 1.2em;
	letter-spacing: -0.05em;
}
.infoTable td{
	text-align: center;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.2em;
	padding: 7px 0;
	letter-spacing: -0.1em;
}

.infoTable th .embS{
	display: inline-block;
	vertical-align: middle;

}
.infoTable td a:before {
	position: relative;
	font-family: 'FontAwesome';
	content: "\f08e";
	font-size: 10px;
	text-decoration: none !important;
	margin-right: 5px;
}
.infoTable td a:after {
	position: relative;
	font-family: 'icomoon3';
	content: "\ec600";
	font-size: 10px;
	text-decoration: none !important;
}
/* kvArea */
.kvArea {
	position: relative;
}
.kvArea img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.kvArea .localNav {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.kvArea .localNav li {
	display: table-cell;
	border-right: solid 1px #fff;
	vertical-align: top;
}
.kvArea .localNav li:last-child {border-right: none;}
.kvArea .localNav li a{
	font-size: 10px;
	line-height: 1.2;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 5px 0;
	display: table-cell;
	width: 300px;
	text-align: center;
	box-sizing:border-box;
}
.kvArea .localNav li a:hover{
	opacity: 0.6;
}
.kvArea .localNav li#navj1 a{border-bottom: 3px solid #e60012;}
.kvArea .localNav li#navj2 a{border-bottom: 3px solid #017f40;}
.kvArea .localNav li#navj3 a{border-bottom: 3px solid #000;}


body.j1 .kvArea .localNav li#navj1 a,
body.j2 .kvArea .localNav li#navj2 a,
body.j3 .kvArea .localNav li#navj3 a{
	background: #fff;
	color: #333;
	border-bottom: none;
	font-weight: bold;
	border-top: 3px solid #000;
}
body.j1 .kvArea .localNav li#navj1 a{color: #e60012; border-top: 3px solid #e60012;}
body.j2 .kvArea .localNav li#navj2 a{color: #017f40; border-top: 3px solid #017f40;}

.margB30 ul{
	font-size: 0;
}
.margB30 ul li{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	width: 50%;
	padding: 0 5px;
	font-weight: bold;
	background-color: #fff;
	line-height: 1.2em;
	letter-spacing: -0.05em;
	font-size: 12px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}
.margB30 ul li:nth-child(-n+2){
	border-top: 1px solid #ccc;
}
.margB30 ul li:nth-child(2n){
	border-right: 0px;
}
.margB30 ul li a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	height: 40px;
	display: inline-block;
}
.margB30 ul li a::after{
	right: 5px;
	bottom: 0;
	font-family: 'FontAwesome';
	content: "\f08e";
	font-size: 10px;
	text-decoration: none !important;
	position: absolute;
	color: #595959;
}
.margB30 ul li a:hover{
	opacity: 0.7;
}
.margB30 ul li .embS{
	display: inline-block;
	position: relative;
	top: 8px;
}
