@charset "utf-8";

@media screen and (max-width : 640px) {

#tmp_contents {
    width: auto;
}

/* ==================================================
いきもの図鑑
================================================== */
#tmp_ikimono_top #tmp_wrap_main_ttl,
#tmp_ikimono_top #tmp_wrap_main_ii {
	width: auto;
}

#tmp_ikimono_top h1 img {
	width: 100%;
	height: auto;
}
#tmp_ikimono_top #tmp_keywordbox_cnt {
	margin: auto;
}
#tmp_ikimono_top #tmp_contents #tmp_s_query {
    width: 160px !important;
    height: 26px;
}
#tmp_contents #tmp_kanren_link #tmp_kanren_link_ttl {
    background-size: auto 21px;
}
#tmp_keywordbox_ttl h2,
#tmp_namebox_ttl h2,
#tmp_seasonbox_ttl h2,
#tmp_areabox_ttl h2,
#tmp_categorybox_ttl h2 {
    position: relative;
    overflow: hidden;
    height: 30px;
}
#tmp_keywordbox_ttl h2 a,
#tmp_namebox_ttl h2 a,
#tmp_seasonbox_ttl h2 a,
#tmp_areabox_ttl h2 a,
#tmp_categorybox_ttl h2 a {
    display: block;
    height: 30px;
}
#tmp_keywordbox_ttl h2 img,
#tmp_namebox_ttl h2 img,
#tmp_seasonbox_ttl h2 img,
#tmp_areabox_ttl h2 img,
#tmp_categorybox_ttl h2 img {
    position: absolute;
    height: 30px;
    width: auto;
    max-width: initial;
}
#tmp_categorytab_ttl {
    background: none;
}
#tmp_categorytab_ttl ul {
    margin: 0 10px;
}
#tmp_categorytab_ttl li {
    width: 33%;
    height: auto;
}
#tmp_categorytab_ttl li a,
#tmp_categorytab_ttl li a span {
    width: auto;
    height: auto;
}
#tmp_categorytab_ttl li #tmp_tab_01,
#tmp_categorytab_ttl li.active #tmp_tab_01,
#tmp_categorytab_ttl li #tmp_tab_02,
#tmp_categorytab_ttl li.active #tmp_tab_02,
#tmp_categorytab_ttl li #tmp_tab_03,
#tmp_categorytab_ttl li.active #tmp_tab_03,
#tmp_categorytab_ttl li #tmp_tab_04,
#tmp_categorytab_ttl li.active #tmp_tab_04,
#tmp_categorytab_ttl li #tmp_tab_05,
#tmp_categorytab_ttl li.active #tmp_tab_05,
#tmp_categorytab_ttl li #tmp_tab_06,
#tmp_categorytab_ttl li.active #tmp_tab_06 {
    background-size: 100% auto;
    padding: 50% 0 0;
    height: 0;
    margin: 0;
}
#tmp_categorytab_cnt {
    background: none;
    background-color: #FFFFFF;
    border: 1px solid #438132;
    border-radius: 5px;
}
#tmp_categorytab_cnt2 {
    background: none;
    padding: 5px 10px 10px;
}
#tmp_infoarea_wrap {
	width:auto;
}

/* ==================================================
ikimono zukan memo
================================================== */
#tmp_ikimonomemo {
	position: static;
    left: auto;
    bottom: auto;
    width: auto;
    background-size: 100% auto;
    margin: 0 0 20px;
    padding-bottom: 3%;
}
#tmp_ikimonomemo img {
    max-width: 100%;
    height: auto;
}
#tmp_ikimonomemo_cnt {
    background-size: 100% auto;
}
#tmp_ikimonomemo_cnt table {
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after,
.format_top .query_area:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}