
@media only screen and (max-width: 739px) {

/* common */

#containerOther{
    padding: 0 0 40px;
	width:100%;
}

.head03 {
    font-size: 30px;
    margin: 20px 0;
}

.mv img{
	width:100%;
}

.section {
    padding: 0 0 40px;
}

/*----------------------------------------------------
	☆Form
----------------------------------------------------*/

.formTbl table th,
.formTbl table td{
	display: block;
}
.formTbl table td{
	padding: 0;
}
.formTbl table th{
	width: 100%;
}

p.subscribeBtn input{
	padding:15px 0 13px;
	margin-top: 5px;
	width: 100%;
}


input.wSS,
input.wS,
input.wM,
input.wL,
input.wLL {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wSS { width: 30%;}
.wS { width: 50%;}
.wM { width: 100%;}
.wL { width: 100%;}
.wLL { width: 100%;}
.imeOn { ime-mode: active;}
.imeOff { ime-mode: disabled;}

textarea.txtarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 200px;
	width: 100%;
}

select.timearea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;

}
option {
	font-size:14px!important;
}

label {
	cursor: pointer;
}

label:hover {
	color:#999;
}

input[type="checkbox"], input[type="radio"] {
	margin-right:3px;
}

.formErr {
	color:#E54E52;
	font-weight:bold;
}

input.inputErr,
textarea.inputErr {
	background-color:#FADFDE;
}


#contents .redHissu {
	background-color:#FF2323;
	color:#FFF;
	font-size:10px;
	line-height:100%;
	margin-left:3px;
	padding:2px 5px;
	margin-right: 5px;
	vertical-align:middle;
}







/*contact*/
#tab li a{
	font-size: 16px;
	letter-spacing: 0;
}
.formHead{
	font-size: 16px;
	margin-bottom: 10px;
}
.marulist li{
	font-size: 13px;
}

.formBtn a{
	background-color:#30B69E;
	border:1px solid #30B69E;
	color:#FFF;
	display:inline-block;
	padding:15px 100px 13px;
	line-height:140%;
	font-size: 16px;
	cursor: pointer;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 20px;
}

.formBtn a:hover{
	background-color:#FFF;
	color:#30B69E;
}

.inr{
	padding: 0 !important;	

}