@charset "UTF-8";
/* ==================================================
		
		common

================================================== */
@media screen and (min-width:835px) {
/* --------------------------------------------------
		#switchBtnArea
-------------------------------------------------- */
#switchBtnArea #switchBtn, #switchBtnArea #switchBtn.btnClose {
 background-color: #41bdce;
}
/* --------------------------------------------------
		#globalHeader
-------------------------------------------------- */
#globalHeader .txt {
	padding: 11px 0;
}
#globalHeader .txt img {
	width: auto;
 height: 58px;	
}
/* --------------------------------------------------
		#modal
-------------------------------------------------- */
#modal #modalOverlay {
 max-width: 1040px;
}
#modal .pdf {
 text-align: center;
}
#modal .pdf a:link,
#modal .pdf a:visited {
 text-decoration:underline;
	color: #ffffff;
}
#modal .pdf a:hover {
 text-decoration:none;
	color: #ffffff;
}
#modal .pdf img {
 width: auto;
	height: 18px;
	vertical-align: -4px;
	margin-right: 15px;
}
/* --------------------------------------------------
		.footer
-------------------------------------------------- */
.footer {
	margin: 195px 0 0;
}
}
/* ==================================================
		
		SP

================================================== */
@media screen and (max-width:834px) {
/* --------------------------------------------------
		#switchBtnArea
-------------------------------------------------- */
#switchBtnArea #switchBtn, #switchBtnArea #switchBtn.btnClose {
 background-color: #41bdce;
}
/* --------------------------------------------------
		#title_sub
-------------------------------------------------- */
#title_sub {
	padding: 6px 0;
}
#title_sub img {
	height: 46px;
}
/* --------------------------------------------------
		#modal
-------------------------------------------------- */
#modal #modalOverlay {
 max-width: none;
}
#modal .pdf {
 text-align: center;
}
#modal .pdf a:link,
#modal .pdf a:visited {
 text-decoration:underline;
	color: #ffffff;
}
#modal .pdf a:hover {
 text-decoration:none;
	color: #ffffff;
}
#modal .pdf img {
 width: auto;
	height: 18px;
	vertical-align: -4px;
	margin-right: 15px;
}
}