@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;
}
}