@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.appearVertical{
	opacity : 0;
}

/*------------------------------
	kv
------------------------------*/
#index #kv,
#detail #kv,
#entry #kv {
	background-size: cover;
	height: 170px;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#index #kv h2,
#detail #kv h2,
#entry #kv h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 500;
}

/*------------------------------
	form
------------------------------*/
#index #contents {
	padding-bottom: 50px;
}
textarea {
	width: 99.5% !important;
	height: 17em ;
	overflow: auto;
	/*
	resize: none;
	*/
	line-height: 1.5;
	border: solid 1px #cccccc;
}
input[type=radio] {

}
input[type=checkbox] {
	margin: 3px 5px 3px 0px;
}
input[type="text"] {
	height: 24px;
	padding: 5px 10px;
	margin: 0px 0px 0px 0;
	vertical-align: middle;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
}
input[type="email"] {
	height: 12px;
	padding: 3px 5px;
	margin: 3px 4px;
	vertical-align: middle;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/select.png") no-repeat right center;
	width: 84px;
	border-radius: 0px;
	background-color: #ffffff;
	padding: 8px 10px 7px;
	margin: 3px 4px;
	font-size: 14px;
	border: solid 1px #cccccc;
}
select.short {
	width: 84px;
}

button[type="submit"],
button[type="reset"] {
	width: 100%;
	float: left;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background-color: #ba1921;
	padding: 16px 0;
	vertical-align: middle;
	border: none;
	cursor: pointer;
}
button[type="submit"]:hover,
button[type="reset"]:hover {
	text-decoration: underline;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(60);
}
input[type="text"].number {
	width: 40px;
	margin-right: 6px;
	margin-left: 20px;
}
input[type="text"].number4 {
	width: 100px;
	margin-right: 6px;
}
input[type="text"].old {
	width: 40px;
	margin-right: 6px;
}
input[type="text"].post {
	width: 100px;
	margin-left: 10px;
}
input[type="text"].postaddress {
	margin-top: 20px;
}
input[type="text"].gaku {
	margin-top: 4px;
	margin-bottom: 20px;
}
input[type="text"].gakunen {
	width: 100px;
	margin-top: 4px;
	margin-bottom: 20px;
	margin-right: 6px;
}
label.radiocs {
	padding-right: 20px;
}
/*------------------------------*/
#index #contents #statusArea {
	border-bottom: solid 1px #cccccc;
}
#index #contents #statusArea .inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 35px 10px;
}
#index #contents #statusArea p {
	line-height: 1.8;
}
#index #contents #statusArea table {
	width: 100%;
}
#index #contents #statusArea th {
	width: 220px;
	text-align: left;
	vertical-align: middle;
	border-top: dotted 1px #cccccc;
	padding: 20px 15px;
	font-weight: 500;
	line-height: 1.5;
}
#index #contents #statusArea td {
	text-align: left;
	vertical-align: middle;
	border-top: dotted 1px #cccccc;
	padding: 20px 35px;
	line-height: 1.5;
}
#index #contents #statusArea tr:first-child th,
#index #contents #statusArea tr:first-child td {
	border-top: none;
}
/*------------------------------*/
#index #contents #formArea {
}
#index #contents #formArea .inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 10px;
}
#index #contents #formArea table {
	width: 100%;
}
#index #contents #formArea th {
	width: 220px;
	text-align: left;
	vertical-align: top;
	border-top: solid 1px #cccccc;
	padding: 35px 15px;
	font-weight: 500;
	line-height: 1.5;
}
#index #contents #formArea td {
	text-align: left;
	vertical-align: middle;
	border-top: solid 1px #cccccc;
	padding: 25px 10px 25px 35px;
	line-height: 1.5;
}
#index #contents #formArea tr:first-child th,
#index #contents #formArea tr:first-child td {
	border-top: none;
}
#index #contents #formArea td.otherTmp input {
	margin-top: 10px;
}
#index #contents #formArea .attention {
	margin-top: 5px;
	font-size: 14px;
}

/*------------------------------
	privacyAlart
------------------------------*/
#index #contents .privacyAlart {
	border: solid 1px #cccccc;
	padding: 10px 10px 30px;
	max-width: 878px;
	margin: 0 auto;
}
#index #contents .privacyAlart .title {
	padding: 20px 0 40px;
}
#index #contents .privacyAlart p {
	line-height: 1.8;
	font-size: 14px;
	padding-bottom: 10px;
	height: 120px;
	overflow: auto;
}

/*------------------------------
	buttonArea
------------------------------*/
#index #contents .buttonArea {
	padding: 100px 0;
	text-align: center;
}
#index #contents .buttonArea .txt {
	text-align: center;
	line-height: 1.6;
	padding-bottom: 90px;
}
#index #contents .buttonArea .cbBtn {
	width: 400px;
	margin: 0 auto;
	display: inline-block;
}
#index #contents .buttonArea .cbBtn a {
	width: 398px;
}
#index #contents .buttonArea .backBtn,
#index #contents .buttonArea .senfBtn {
	margin: 0 10px;
}
#index #contents .buttonArea .backBtn {
	background: #434343;
}
#index #contents .buttonArea .backBtn a {
	border: solid 1px #434343;
	background: #434343;
}
