@charset "utf-8";
/* ==================================================
header
================================================== */
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none;
}
#tmp_stop_btn,
#tmp_pc_site {
	display:none;
}

/* ==================================================
footer
================================================== */
#tmp_sma_fnavi,
#tmp_sma_anavi,
#tmp_sma_anavi2,
#tmp_sma_ftel,
#tmp_wrap_sma_footer_cnt {
	display:none;
}

/* pankuzu
============================== */
#tmp_pankuzu {
	display:block;
}
#tmp_sma_pankuzu {
	display:none;
	clear:both;
}

/* idx
============================== */
#tmp_cate_ttl h1 img {
	display:block;
}
#tmp_cate_ttl h1 span {
	display:none;
}


#tmp_contents .box_cate h2 {
	display:none;
}
#tmp_contents .box_cate_cnt h2 {
	display:block;
}
/* ==================================================
smartphonelink
================================================== */
#tmp_wrap_smartphonelink {
	display:block;
	width:100%;
	clear:both;
}
#tmp_smartphonelink {
	padding:20px 50px;
	font-size:186%;
	text-align:center;
}
#tmp_smartphonelink p {
	line-height:1.4;
}
#tmp_smartphonelink a {
	display:block;
	padding:30px 5px;
	color:#FFFFFF;
	background:-webkit-gradient(linear, center top, center bottom, from(#0079CA), color-stop(0.5, #185CA7), to(#185CA7)); /* Webkit */
	background:-moz-linear-gradient(center top, #0079CA, #185CA7 50%, #185CA7); /* Mozilla */
	background:linear-gradient(to bottom, #0079CA, #185CA7 50%, #185CA7); /* CSS3 */
	background-color:#185CA7;
	text-decoration:none;
	text-shadow:1px 1px #000000;
	border-bottom:2px solid #185CA7;
	-moz-border-radius:6px;    /* Mozilla */
	-webkit-border-radius:6px; /* Webkit */
	border-radius:6px;      /* CSS3 */
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
 {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
 {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
 {
	display:inline-block; /* 変更しない */
}