<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*-----------------------------------ナビ　オン設定*/
header #nav #nav2 a { background:url(../common/images/header_nv2_o.jpg) no-repeat; width:158px;}

/*-----------------------------------スムーズスクロール*/
html { scroll-behavior: smooth;}

/*-----------------------------------top*/
.base{background:#d9d9d9; padding-top:12px; padding-bottom:12px; margin-bottom:50px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
.waku{width:700px; margin-left:auto; margin-right:auto; margin-bottom:0px; background:url(images/top/top_waku_2.png) bottom;
clear:both;}
.wakutop{background:url(images/top/top_waku_1.png) no-repeat left top; height:20px;}
.itemL{float:left; margin-left:24px; margin-bottom:6px;}
.itemR{float:right; margin-right:24px; margin-bottom:6px;}
.itemLend{float:left; margin-left:24px; margin-bottom:18px;}
.itemRend{float:right; margin-right:24px; margin-bottom:18px;}

.ichiran{}
.ichiran li{float:left; margin-bottom:6px; list-style:none;}
.ichiran li:nth-child(odd){margin-left:24px;}/*奇数*/
.ichiran li:nth-child(even){margin-left:9px;}/*偶数*/
.ichiran li:last-child{margin-bottom:18px;}/*最後*/

/*-----------------------------------詳細　センター揃え*/
.shiyou{width:100%; border-left:1px solid #ccc; border-top:1px solid #ccc; margin-bottom:50px;}
.shiyou th{background:#eee; border-right:1px solid #ccc; border-bottom:1px solid #ccc; padding:5px; vertical-align:middle; line-height:20px;}
.shiyou td{background:#fff; border-right:1px solid #ccc; border-bottom:1px solid #ccc; padding:5px; text-align:center; line-height:20px;}

/*-----------------------------------詳細　左寄せ*/
.shiyou2{width:100%; border-left:1px solid #ccc; border-top:1px solid #ccc; margin-bottom:50px;}
.shiyou2 th{background:#eee; border-right:1px solid #ccc; border-bottom:1px solid #ccc; padding:5px; vertical-align:middle; line-height:20px;}
.shiyou2 td{background:#fff; border-right:1px solid #ccc; border-bottom:1px solid #ccc; padding:5px 15px; text-align:left; line-height:20px;}</pre></body></html>