/*
Theme Name: XWRITE child
Version: 1.0.0
Template: xwrite
*/
.widget-area{
	display:none;
}
@media screen and (max-width: 800px) {

	.leadimg img{
		width:40vw !important;
	}
 }
.container-copyright .copyright {
    background-color: #000000 !important;
 }

/*フォーム系*/
table.application {
	margin:40px auto 0px;
	line-height: 1.4;
	text-align: left;
}
table.application p{
	margin:0;
}

table.application th{
	width:35%;
	padding:5px 25px 5px 20px;
	line-height: 1.5;
	text-align: left;
	font-weight:normal;
}
table.application th span.stxt,
table.application td span.stxt{
	font-size:80%;

}
/*table.application tr th{
	background-color:#c6e6ff;
}
table.application tr td{
	background-color:#eaf5fe;
}
table.application tr.even th,
table.application tr.even td{
	background-color:#fcf7f2;
}*/
table.application td{
	width:60%;
	padding:5px 30px 5px 0;
	line-height: 1.8;
	text-align: left;
}
table.application td select,
table.application td input[type="text"],
table.application td input[type="tel"],
table.application td input[type="email"]{
    width: 100%;
	height:2em;
    border: 0;
    border-bottom: 1px solid #dddddd;
}

table.application td textarea{
    width: 100%;
	height:10em;
    border: 1px solid #dddddd;
}

.applBtn{
	/*margin-top:50px;*/
	padding: 15px 40px;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	cursor:pointer;
    border: 2px solid #0068b7;
    border-radius: 5px;
    background-color: #fff;
    color: #0068b7;
}

p.applTxt{
	clear: both;
	padding: 10px 0 0;
	line-height:2;
	text-align:center;
	}
@media screen and (max-width: 800px) {
	table.application {
		margin:40px auto 0px;
		font-size:16px;
		width: 100%;
		max-width: 800px;
	}
	
	table.application th{
		width: 100%;
		display: block;
		padding:5px 15px 0px 15px;
	}
	table.application th span.stxt,
	table.application td span.stxt{
		font-size:80%;
	}
	table.application td{
		width: 100%;
		display: block;
		padding:0px 15px 15px;
	}
	table.application td select,
	table.application td input[type="text"],
	table.application td input[type="tel"],
	table.application td input[type="email"]{
		width: 100%;
		height:1.5em;
		font-size:16px;
	}
	
	table.application td textarea{
		width: 100%;
		height:10em;
	}
	
	.applBtn{
		/*margin-top:50px;*/
		padding: 15px 40px;
		display: inline-block;
	}
	
	p.applTxt{
		clear: both;
		padding: 10px 0 0;
		line-height:2;
		}
	
}