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

partner CSS
 
 	/Font-size List/
	10px = 72%		11px = 79%		12px = 86%		13px = 93%
	14px = 100%		15px = 108%		16px = 115%		17px = 122%
	18px = 129%		19px = 136%		20px = 143%		21px = 150%
	22px = 158%		23px = 165%		24px = 172%		25px = 179%

 -------------------------------------------------- */

/* COMMON start 
--------------------------------------------------- */
.contentsWrap{
}
.kvInner {
	background:url(/en/partner/img/title_partner_pc.png) left center no-repeat;
}
.mainBlock a{
	color:#008fcc;
	text-decoration:underline;
}
.mainBlock a:hover{
	text-decoration:none;
}


/* CONTENTS start 
--------------------------------------------------- */
/* partner */
.contactBtn {
	text-align:center;
	margin:30px auto 0;
}
.contactBtn a{
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f89e55;
	-webkit-box-shadow: 0 3px #d77526;
	-moz-box-shadow: 0 3px #d77526;
	box-shadow: 0 3px #d77526;
	text-align: center;
	width: 50%;
	height: 40px;
	margin:0 auto;
	font-size: 172%;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	line-height: 40px;
	letter-spacing:0.1em;
}
.contactBtn a:hover{
	text-decoration:none;
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

@media screen and (max-width:768px){
/* COMMON start 
--------------------------------------------------- */
.kvInner {
	background:url(/en/partner/img/title_partner_sp.png) 97% center no-repeat;
}

/* CONTENTS start 
--------------------------------------------------- */
/* partner */


}


@media screen and (max-width:640px){
/* COMMON start 
--------------------------------------------------- */
.kvInner {
	background-size:130px;
}

/* CONTENTS start 
--------------------------------------------------- */
/* partner */

.contactBtn a{
	width: 80%;
}

}

