@charset "UTF-8";

/*-------------------------
__base_style
-------------------------*/
#wrap {
}
h1 {
}

/*-------------------------
__header
-------------------------*/
#header {
}

/*-------------------------
__content
-------------------------*/
.topic_path{clear:both;padding:0 0 20px;}
.topic_path ul{width:100%;text-align:left;}
.topic_path li{font-size:1.4em;line-height:1.4;font-weight:700;color:#000;vertical-align:top;display:inline-block;}
.topic_path li:before{content:">";color:#000;font-weight:400;margin-left:5px;margin-right:5px;}
.topic_path li:first-child:before{content:"";margin:0;}
.topic_path li a{font-weight:400;color:#04C;text-decoration:underline;}
.topic_path li a:hover{text-decoration:none;}

/*-------------------------
__footer
-------------------------*/
#footer {
}
.re_top{display:none;height:50px;width:50px;overflow:hidden;position:fixed;z-index:9999;right:15px;bottom:15px;}
.re_top a{display:block;}
.re_top a:hover img{margin-top:-50px;}

@media screen and (max-width: 767px) {
.re_top{display:none;}
.re_top a{display:none;}
.re_top a:hover img{display:none;}
}