/*マージン*/
.mgn_btm5 {margin-bottom: 5px;}

.mgn_btm10 {margin-bottom: 10px;}

.mgn_btm20 {margin-bottom: 20px;}

.mgn_btm30 {margin-bottom: 30px;}

.mgn_btm40 {margin-bottom: 40px;}

.mgn_btm50 {margin-bottom: 50px;}

.mgn_btm80 {margin-bottom: 80px;}

.mgn_btm100 {margin-bottom: 100px;}

.mgn_btm120 {margin-bottom: 120px;}

.mgn_btm150 {margin-bottom: 150px;}

/* 文字 */
.title {
	font-size: 1.3em;
	color: #2f6bce;
}

.moji_small {
	font-size: 0.9em;
	color: #999;
}

.blue {
	color: #2f6bce;
}

.red {
	color: #970108;
}

.kakomi {
	border: 1px solid #2f6bce;
	padding: 10px;
}

.kakomi_b {
	border: 1px solid #2f6bce;
	padding: 10px;
	background-color: #9CF;
}

.kakomi_pink {
	border: 1px solid #e1147f;
	padding: 10px;
}

.pink {
	border: 1px solid #fde0fd;
	padding: 10px;
	background-color: #fde0fd;
}

.light_blue {
	border: 1px solid #d7edfc;
	padding: 10px;
	background-color: #d7edfc;
}

.yellow {
	border: 1px solid #fefcd3;
	padding: 10px;
	background-color: #fefcd3;
}

/*会社案内*/
.info {margin:0px; }
.info table {}
.info table tr { border-bottom:1px solid #d5d5d5;}
.info table tr td {border: none; background:none;}
.info table tr th {white-space: nowrap ;border: none; }
.info table th {width: 30%; text-align: right; padding-right: 2em; background-color: #f5f5f5; }
.info table tr td label {display: inline-block; }

/*Mobile (portrait 300px)*/
@media only screen and (max-width:767px) {

.info table tr th {
		width: 100%;
		display: block;
	text-align: left;
	}
	
.info table tr td {
		width: 100%;
		display: block;
	}
}

/*CONTACT*/
.asterisk {color: #D4333A;}
.contact {margin:0px; }
.contact table {}
.contact table tr {border-bottom:1px solid #888;}
.contact table tr td {border: none; background:none;}
.contact table tr th {white-space: nowrap ;border: none; }
.contact table th {width: 20%; text-align: right; padding-right: 2em; }
.contact table tr td label {display: inline-block; }
.contact input[type="text"] {width: 90%; padding:5pt;}
.contact input[type="email"] {width: 90%; padding:5pt;}
.contact input[type="tel"] {width: 90%; padding:5pt;}
.contact input[type=radio], input[type=checkbox] {font-weight:normal;}
.contact textarea {width: 900%;}
.contact select{width:90%;}

/*Mobile (portrait 300px)*/
@media only screen and (max-width:767px) {

.contact table tr th {
		width: 100%;
		display: block;
	text-align: left;
	}
	
.contact table tr td {
		width: 100%;
		display: block;
	}
}

/* インラインフレーム */
.frame_wrap {
	width: 100%;
	height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	border:1px solid #c9c9c9;
}

.frame {
	width: 100%;
	height: 100%;
	border:none;
  display:block;
}

/* コピーライト */
footer .copySection p:nth-child(2) {
    display:none !important;
}

/* フッター */
.veu_button {margin-bottom: 6px;}