@charset "utf-8";




@media screen and (min-width:641px){
/*pc・タブレットcss*/
.sp-only{
	display: none;
}

.print_b a span{
	color: #4791c4;
	text-decoration: underline !important;
}
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲*/
}/*@media screen and (min-width:641px)*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲*/


@media screen and (max-width:640px){
/*スマホ用css*/
.pc-only{
	display: none;
}

.print_b {
    margin:20px 0 10px !important;
    font-size: 90%;
    width: auto !important;
    float:none !important;
    text-align:left !important;
    display: block;
}

.print_b a span{
	color: #4791c4;
}
#contents{
	padding:0 10px !important;
	max-width:490px !important;
	width: unset !important;
}

#contents img{
	width: 100%;
	height: auto;
}
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲*/
}/*@media screen and (max-width:640px)*/
/*▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲*/