@charset "utf-8";
body{width:100%; background:url(../images/bg_top.jpg) top center no-repeat; background-size: 100% auto;}
footer{height:50px; width:100%; position:fixed; bottom:0; z-index:999; background:#FFF; display:-webkit-box; border-top:1px solid #EEE;}
footer a{display:block; -webkit-box-flex:1.0; box-flex:1.0; height:40px; padding-top:5px; line-height:100%; text-align:center; font-size:0.8em;}
footer a img{width:25px; height:25px;}

/*.r_type_list ul::-webkit-scrollbar{display:none;}overflow-x: scroll; white-space:nowrap;*/
.r_type_list{width:100%; background-color: #018ea3; height: 50px; position: fixed; top: 0; z-index: 999;}
.r_type_list ul{list-style:none; padding:0 10px; margin: 0; display:-webkit-box;}
.r_type_list ul li{-webkit-box-flex:1.0; box-flex:1.0; height:30px; line-height: 30px; font: 1em; padding:10px 0; font-size:0.9em; text-align: center;}
.r_type_list ul li a{color:#CCC;}
.r_type_list ul li a.on{color:#FFF; font-weight: bold;}

/*
.r_products_list{background-color:#FFF; padding: 60px 0 20px 0; width:94%; margin: 0 auto;}
.r_products_list ul{list-style:none; width: 100%; padding: 10px 0; margin: 0;}
.r_products_list ul li{width:33.33%; float: left; padding: 10px 0;}
.r_products_list ul li a{display:block; width: 90%; height:120px; margin: 0 auto; text-align: center;}
.r_products_list ul li a span{font-size:0.7em; display: block; line-height: 120%; height: 40px; overflow: hidden; text-align: center;}
.r_products_list ul li img{width:60%;}
*/

.r_products_list{background-color:#FFF; padding: 60px 0 20px 0; width:94%; margin: 0 auto;}
.r_products_list ul{list-style:none; width: 100%; padding: 10px 0; margin: 0; flex-direction: row; display: flex; align-content: center; flex-wrap: wrap;}
.r_products_list ul li{width:33.33%; padding: 10px 0;}
.r_products_list ul li a{display:block; width: 90%; margin: 0 auto; text-align: center;}
.r_products_list ul li a span{font-size:0.7em; display: block; line-height: 120%; height: 40px; overflow: hidden; text-align: center;}
.r_products_list ul li img{width:60%;}
