@charset "utf-8";
/* CSS Document */



/*メインデータ*/
.lib_maindata_con{
	overflow:hidden;
	border-right:1px solid #999;
	margin-bottom:40px;
}
/*各BOX*/
.lib_maindata_box{
	border-left:1px solid #999;
	text-align:left;
	padding:0 30px;
	box-sizing:border-box;
	float:left;
	display:inline-block;
}

/*多分、カテゴリー別で表記が違うから、ここはあとでsub行き*/
.lib_maindata_box1_t1{
	font-weight:bold;
	margin-bottom:8px;
}

.lib_maindata_box1_t2{
	font-size:3.2em;
	font-weight:bold;
	color:#820d30;
	margin-bottom:8px;
	line-height:1.1em;
}


.lib_maindata_box3_t1{
	font-weight:bold;
	font-size:1.3em;
	line-height:1.3em;
}
.lib_maindata_box3_t2{
	font-weight:bold;
}



.tel{
	font-size:4.0em;
	line-height:1.2em;
	font-family: 'Anton', sans-serif;
	color:#0d3082;
}

th{
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;

}

/*リセット*/
input, button, textarea, {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/*テキストエリア系デザイン*/
input[type="text"], input[type="file"], textarea{
	padding:5px;
	font-size:1.3em;
	letter-spacing:0.1em;
	color:#666;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	-moz-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	width:650px;
}
textarea{
	height:8em;
}

.lib_tbl span{
	background-color:#F00006;
	padding:3px 6px;
	color:#FFF;
}

/*ラジオボタンデザイン*/
.ladio input {
	display: none;
}
.ladio label{
	display: block;
	float: left;
	cursor: pointer;
	width: 220px;
	margin: 0 5px 5px;
	padding: 10px;
	background: #c9daf2;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.ladio label:hover{
	background-color:#3CC;
}
.ladio label:first-of-type{
	border-radius: 3px 0 0 3px;
	border-right:1px solid #FFF;
}
.ladio label{
		border-right:1px solid #FFF;
}
.ladio label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.ladio input[type="radio"]:checked + .switch-on {
	background-color: #0d3082;
	color: #fff;
}

/*--オンオフボタン--*/

.checkbox input {
	display: none;
}
.checkbox label{
	display: block;
	float: left;
	cursor: pointer;
	width: 80px;
	margin: 0;
	padding: 10px;
	background: #dcdcdc;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.checkbox label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.checkbox label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.checkbox input[type="radio"]:checked + .switch-on {
	background-color: #f3a13f;
	color: #fff;
}
.checkbox input[type="radio"]:checked + .switch-off {
	background-color: #e52828;
	color: #fff;
}

.viewcheckbox input {
	display: none;
}
.viewcheckbox label{
	display: block;
	float: left;
	cursor: pointer;
	width: 80px;
	margin: 0;
	padding: 10px;
	background: #dcdcdc;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.viewcheckbox label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.viewcheckbox label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.viewcheckbox input[type="radio"]:checked + .switch-on {
	background-color: #f3a13f;
	color: #fff;
}
.viewcheckbox input[type="radio"]:checked + .switch-off {
	background-color: #506eff;
	color: #fff;
}
/*--↑オンオフボタン↑--*/




/*個人情報枠*/
.pp_con{
	width:930px;
	margin:0 auto 15px;
	text-align:center;
}

.pp_con h3{
	margin-bottom:3px;
	text-align:left;
}

iframe{
	width:930px;
	height:200px;
	border:1px solid #f0f0f0;
	margin-bottom:20px;
}


/*送信ボタン*/

.submit{
	margin:0 auto;
	text-align:center;
	font-size:1.4em;
}



/*登録ボタンデザイン*/
input[type="submit"], input[type="button"]{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #3c5ea5;
    border: dashed 1px #15aeec;
    background: #f2fcff;
    border-radius: 3px;
    transition: .4s;
	font-size:1.2em;
}

input[type="submit"]:hover,
input[type="button"]:hover{
    background: #4b7aef;
    color: #FFF;
}


/*エラーメッセージ*/
.e_message{
	color:#F00;
	font-weight:bold;
}
