#inqtable{
	border-collapse: collapse;
	width: 90%;
	margin-top: 2em;
}
#inqtable th, #inqtable td{
	border: 1px solid #9ea1a3;
	padding: 0.8em 1em;
}

#inqtable th{
	text-align: right;
	width: 30%;
	background-color:#f0f0f0;
	color: #524748;
}
#inqtable th span{
	color:#d50004;
}
#inqtable td{
	width: 70%;
}
#inqtable td p{
	margin-bottom:0;
}
#inqtable td.errM p{
	float:left;
}
#inqtable input, #inqtable textarea{
	font-size: 16px;
}
#inqtable input.mb05 {
	margin-bottom:5px;
}



#pp_div{
	margin: 3em 0;
	width: 80%;
	padding: 1em 0;
	text-align: center;
	background-color: #eaf4fc;
}
#pp_div a{
	color: #0d6efd !important;
	text-decoration: underline;
}
#pp_div a:hover{
	color: #0a58ca !important;
    text-decoration: none !important;
}


#btn_div{
	width: 100%;
	margin-top: 1.5em;
	
}
#btn_div button{
	width: 12em;
	height: 3em;
	font-weight: bold;
	font-size: 120%;
}
#btn_div a{
	border-radius:5px;
	display:block;
	width:20%;
	padding:10px;
	background:#007bbb;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	margin-left:auto;margin-right:auto;
}
#btn_div a:hover{
	text-decoration:none;
	background:#0095d9;
}

button.btn {
    background: #5bc0de;
}

/*
.btn_div {
font-size:14px;
font-weight:700;
border:1px solid #015daa;
background:#015daa;
color:#FFF;
padding:1em 100px;
margin-top:1.5em;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-webkit-transition:all .5s ease;
transition:all .5s ease;
-webkit-border-radius: 4px;/* for Safari and Chrome */
/*-moz-border-radius: 4px; /* for Firefox */
/*-o-border-radius: 4px; /* for opera */
/*border-radius: 4px;
}
.btn_div:hover {
background:#FFF;color:#015daa;border:1px solid #015daa;
}*/
.m_b0{
	margin-bottom: 0px !important;
}
.w25{
	width: 25em;
}
.w18{
	width: 18em;
}
.w12{
	width: 12em;
}
.w8{
	width: 8em;
}
.wfull{
	width: 100%;
}
.error{
	color: #e2041b;
}

.form_p{
	margin-left: 1.5em;
}
.form_p strong{
	font-size: 16px;
}


.ime_on{
	ime-mode: active;
}
.ime_off{
	ime-mode: disabled;
}

.top_div{
	text-align: right;
	margin-bottom: 2em;
}


/* error page */
#errmsg{
	color:  #ff0000;
	margin: 1em 0 2em 1em;
	font-size: 110%;
}

#back_div{
	margin: 3em 0;
	text-align: center;
	
}

#back_div input{
	width: 12em;
	height: 3em;
	font-weight: bold;
	font-size: 120%;
}

#back_div a{
	border-radius:5px;
	display:block;
	width:20%;
	padding:10px;
	background:#007bbb;
	color:#ffffff;
	text-align:center;
	
	text-decoration:none;
	font-weight: bold;
	
	margin-left:auto;margin-right:auto;


}

#back_div a:hover{
	text-decoration:none;
	background:#0095d9;
}

#back_div a:hover{
	text-decoration:none;
	background:#0095d9;
}


/* confirm page */

#cmt_div{
    margin: 3em auto;
	/*width: 90%;*/
	padding: 0;
	text-align: center;
}
#cmt_div input{
	width: 12em;
	height: 3em;
	font-weight: bold;
	font-size: 120%;
}

#cmt_div a{
	border-radius:5px;
	display:block;
	width:20%;
	padding:10px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
}
#cmt_div a:hover{
	text-decoration:none;
}

#formbtn1{
	float: left;
	margin: 0 2em 0 28%;
	background:#c9171e;
}
#formbtn1:hover{
	background:#d9333f;
}
#formbtn2{
	float: left;
	margin: 0;	
	background:#007bbb;
}
#formbtn2:hover{
	background:#0095d9;
}




/* commit page */

#cmt_msg{
	margin: 2em;
}


#cmt_l2{
	margin: 2em;
}

#cmt_l3{
	text-align: center;
	margin: 5em 2em;
}

.submit{
	/*border:1px solid #777;*/
	border: none;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
}
.submit:hover{
	opacity: 0.7 !important;
}

.reinput{
	/*border:1px solid #777;*/
	border: none;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #f08300;
    border-radius: 5px;
    margin-right: 2em;
}
.reinput:hover{
	opacity: 0.7 !important;
}

#spsvInputCardInfo{
	background-color: #58b2b3 !important;
	box-shadow: none !important;
}
#spsvInputCardInfo:hover{
	opacity: 0.7 !important;
}


/* お問い合わせページ（エラー吹き出し） */
div.baloon {
	font-size: 11px;
	color: #900;
	position: absolute;
	padding-left: 5px;
	background: url("../img/inquiry/baloon.gif") no-repeat top left;
	z-index: 1;
 }
 
 div.baloon a {
	color: blue;
	text-decoration: none;
	padding: 2px;
	margin-right: 2px;
 }
 
 div.baloon a:hover {
	background-color: #eef;
 }
 
 div.baloon div {
	background: url("../img/inquiry/baloon_right.gif") no-repeat top right;
	padding: 7px 7px 14px 0;
	white-space: nowrap;
 }
 
 


@media only screen and (min-width:768px){

	
}
	
	
@media only screen and (max-width:767px){
		
	#inqtable{
		border-collapse: collapse;
		width: 98%;
		margin-top: 0;
	}
	
	#btn_div input{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.reinput{
		margin-bottom: 2em;
	}
	
}