@charset "utf-8";

@media screen and (max-width : 768px) and (min-width : 481px){
/* ==================================================
contents
================================================== */

/* header */
#tmp_means_secondary {
	margin:0 10px 10px;
}
#tmp_query {
	width:358px;
}
#tmp_wrap_emergency_s {
	width:510px;
}
#tmp_emergency_ttl,
#tmp_emergency_s_ttl,
#tmp_emergency_c_ttl,
#tmp_emergency_s_cnt,
#tmp_emergency_c_cnt,
#tmp_emergency_cnt {
	width:auto !important;
}
/* gallery */
#tmp_top_gallery .img img {
	width:auto;
	height:100%;
}
#tmp_wrap_top_lead {
	margin-left:540px;
}
/* pickup */
#tmp_top_pickup ul li {
	width:370px;
	margin:0 8px 8px 0;
	background:url(/shared/templates/top_rn/images/pickup_bg.png) center bottom no-repeat;
	background-size:100% 4px;
}
#tmp_top_pickup ul li:nth-child(2n) {
	margin-right:0;
}
#tmp_top_pickup ul li:nth-child(2n+1) {
	clear:both;
}
/* top_col2 */
.top_col2L,
.top_col2R {
	float:none;
	width:auto;
}
#tmp_top_cate li {
	width:32.7%;
}
#tmp_top_cate li:nth-child(3n) {
	margin-right:0;
}
#tmp_top_stumped_ttl {
	background:url(/shared/templates/top_rn/images/stumped_ttl_bg_tb.gif) center top no-repeat;
}
#top_kujoho_cnt ul li {
	width:99px;
	margin-right:2px;
}

#tmp_top_about_cnt {
	padding:15px 15px 20px;
}
#tmp_top_about_cnt .abt_rgt {
	width:500px;
}
/* shisaku */
#tmp_top_shisaku ul li {
	width:145px;
}

/* publicity */
#tmp_publicity_cnt {
	width:auto;
}
#tmp_publicity_cnt ul {
	padding-left:10px;
}
#tmp_publicity_cnt ul li {
	width:145px !important;
	margin:0 5px 5px 0 !important;
	padding:0;
}
#tmp_publicity_cnt ul li img {
	max-width:100%;
	height:auto;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.clearfix:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}

}