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

@media screen and (min-width: 751px){
.check_content {
	width: 400px;
	height:auto;
	margin:0 auto;
	padding:0;
	display: block;
}
.check_content a {
	width: 370px;
	height: auto;
	margin:0;
	padding:9px 14px;
	color:#666;
	text-align: center;
	font-weight: bold;
	font-size:21px;
	line-height: 21px;
	border:1px solid #999;
	border-radius:25px;
	background: #FFF;
	display: block;
}
.check_content a:hover {
	color:#FFF;
	border-color: #BBB;
	background: #CCC;
    transition: all 0.3s ease-out;
	
}
.pho_no {
	width: 400px;
	height: auto;
	margin:0 auto 25px;
	padding:0;
	display: block;
}
.pho_no span {
	width: auto;
	height: 32px;
	margin:0;
	padding:0px 20px 5px 0px;
	color:#666;
	text-align: left;
	font-weight: bold;
	font-size:32px;
	line-height: 32px;
	border-bottom:1px solid #999;
	background: #FFF;
	display: block;
}
.pho_no span:before {
	content:"";
	float:left;
	width: 30px;
	height: 30px;
	margin:3px 15px 0 0;
	padding:0;
	background: url(../img/fd_mark.png) no-repeat;
	display: inline-block;
}
.bank_content{
	width: 566px;
	height: auto;
	margin:0 auto;
	padding:15px 15px;
	border:2px solid #CCC;
	background: #EEE;
	border-radius:15px; 
	overflow: hidden;
	display: block;
}
.bank_content span{
	height: auto;
	display: block;
}
.bank_content span:nth-child(odd){
	clear:both;
	float:left;
	width: 75px;
	padding:0;
	margin:0 5px 5px;
	color:#999;
	text-align:right;
	font-weight: bold;
	font-size:14px;
	line-height: 24px;
}
.bank_content span:nth-child(even){
	float:left;
	width: auto;
	padding:0;
	margin:0;
	color:#666;
	text-align: left;
	font-weight: bold;
	font-size:18px;
	line-height: 24px;
}
}

@media screen and (max-width: 750px){
.check_content {
	width: 90vw;
	height:auto;
	margin:0 auto;
	padding:0;
	display: block;
}
.check_content a {
	width: 83vw;
	height: auto;
	margin:0;
	padding:9px 3vw;
	color:#666;
	text-align: center;
	font-weight: bold;
	font-size:18px;
	line-height: 18px;
	border:0.5vw solid #999;
	border-radius:25px;
	background: #FFF;
	display: block;
}
.check_content a:hover {
	color:#FFF;
	border-color: #BBB;
	background: #CCC;
    transition: all 0.3s ease-out;
	
}
.pho_no {
	width: 90vw;
	height: auto;
	margin:0 auto 25px;
	padding:0;
	display: block;
}
.pho_no span {
	width: auto;
	height: 32px;
	margin:0;
	padding:0 0 5px ;
	color:#666;
	text-align: left;
	font-weight: bold;
	font-size:24px;
	line-height: 24px;
	border-bottom:1px solid #999;
	background: #FFF;
	overflow: hidden;
	display: block;
}
.pho_no span:before {
	content:"";
	float:left;
	width: 24px;
	height: 24px;
	margin:3px 3vw 0 0;
	padding:0;
	background: url(../img/fd_mark.png) no-repeat;
	background-size: contain;
	display: inline-block;
}
.bank_content{
	width: 86vw;
	height: auto;
	margin:0 auto;
	padding: 2vw;
	background: #EEE;
	border-radius:15px; 
	overflow: hidden;
	display: block;
}
.bank_content span{
	height: auto;
	display: block;
}
.bank_content span:nth-child(odd){
	clear:both;
	float:left;
	width: 25vw;
	height:auto;
	padding:0;
	margin:0 0 5px;
	color:#bbb;
	text-align:right;
	font-weight: normal;
	font-size:12px;
	line-height: 16px;
}
.bank_content span:nth-child(even){
	float:left;
	width: auto;
	height:auto;
	padding:0;
	margin:0 0 5px;
	color:#666;
	text-align: left;
	font-weight: bold;
	font-size:12px;
	line-height: 16px;
}
}