@charset "utf-8";
/*フォームエリア*/
.contactDetailArea.topArea{
	margin-top: 30px;
}
.contactDetailArea p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
}
.contactFormArea{
	margin-top: 40px;
}
.dataTable{
	font-size: 14px;
	line-height: 22px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.dataTable th {
    background-color: #f6f6f6;
    padding: 20px;
    width: 35%;
    font-weight: bold;
    vertical-align: middle;
}
.dataTable td {
	vertical-align: baseline;
	text-align: left;
	padding-left: 5px;
    vertical-align: middle;
}
.dataTable td input,
.dataTable td select,
.dataTable td textarea{
	width: 93%;
	display: inline-block;
	margin-left: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
}
.dataTable tr.formTextArea th,
.dataTable tr.formTextArea td{
	vertical-align: middle;
}
.dataTable tr th span{
	color: #e60012;
    font-weight: bold;
    margin-left: 5px;
}
.dataTable tr th .boldNone{
    color: #333;
    font-weight: normal;
    margin-left: 0px;
}
.dataTable tr th span.txtUrl{
	color: #333;
    margin-left: 5px;
}
.formBottomBtn{
	text-align: center;
	margin-top: 20px;
}
.formBottomBtn li{
    display: inline-block;
}
.formBottomBtn li:last-child{
    margin-left: 20px;
}
.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: 150px;
}
.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: 150px;
}
.txtBtnTop{
	margin-top: 20px;
    font-size: 14px;
}
.thankyouTxt{
	margin-top: 30px;
	line-height: 22px;
    font-size: 14px;
    margin-left: 20px;
}
.thankyouLink{
    line-height: 22px;
    margin: 20px 0 0 20px;
    text-align: center;
    font-size: 14px;
}
.dataTable td.inputConf{
    padding: 20px;
}

/*20160421*/

#support.tabContents nav.contactMainNav ul{
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 20px 0 0px;
}

#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;
}

#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: 22px;
}

.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{
    margin-bottom: 20px;
    text-align: center;
}

#support.tabContents nav.contactSubNav ul li{
    margin-top: 10px;
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
}

#support.tabContents nav.contactSubNav ul li a{
    color: #06c;
    position: relative;
    font-size: 13px;
    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%;
    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 */
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;
}
#support.tabContents nav.contactMainNav ul + ul{
    margin: -1px 0px 20px;
}
/* infoTable */
.infoTable{
		border-collapse: collapse;
		width: 100%;
		font-size: 13px;
		border-top:1px solid #ccc;
}
.infoTable th{
		border-right:1px solid #ccc;
		border-bottom: 1px solid #ccc;
		vertical-align: middle;
		width: 250px;
		padding-left: 50px;
		line-height: 40px;
		font-weight: bold;
		background-color: #f6f6f6;
}
.infoTable td{
		text-align: center;
		border-bottom: 1px solid #ccc;
		vertical-align: middle;
		line-height: 40px;
}

.infoTable th .embS{
		display: inline-block;
		position: relative;
		top: 8px;
		margin-right: 5px;
}
.infoTable td a{
		position: relative;
		display: block;
}
.infoTable td a:before {
	left: 20px;
	font-family: 'FontAwesome';
	content: "\f08e";
	font-size: 10px;
	text-decoration: none !important;
	margin-right: 5px;
}
.infoTable td a:after {
	position: absolute;
	right: 10px;
	font-family: 'icomoon3';
	content: "\ec600";
	font-size: 10px;
	text-decoration: none !important;
}
.infoTable td a:hover{
		text-decoration: none;
		opacity: 0.5;
}

	/* kvArea */
	.kvArea {
			position: relative;
			margin: 0 0 30px;
	}
	.kvArea h2 img{
			vertical-align: top;
			display: block;
			width: 100%;
	}
	.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: 12px;
			display: block;
			background: rgba(0, 0, 0, 0.5);
			color: #fff;
			padding: 10px 0;
			display: table-cell;
			width: 400px;
			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: middle;
		width: 269px;
		padding-left: 50px;
		line-height: 40px;
		font-weight: bold;
		background-color: #fff;
		display: inline-block;
		font-size: 13px;
		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;
		width: 250px;
		height: 40px;
		display: inline-block;
	}
	.margB30 ul li a::after{
		right: 20px;
		font-family: 'FontAwesome';
		content: "\f08e";
		font-size: 13px;
		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;
		margin-right: 5px;
	}
