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

/************************************************
 import css
************************************************ */
img {
    max-width: 100%;
}
.plg_Raku2_LC_Page_Products_List #container,
.plg_Raku2_LC_Page_Products_Detail #container{
    max-width: 1200px;
}
/*商品詳細 ...打ち消し */
div.listrightbloc h3 {
white-space: normal;
text-overflow: clip;
}
#site_description{
     font-size: 87%;
}
.fa-user-circle-o:before {
    font-size: 32px;
}

#container{
     margin: 50px auto 0;
}

.bxslider&gt;li{
    padding: 10px;
    box-sizing: border-box;
}

/*ヘッダー*/
#header{
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
#header_login_area{
    margin-left: auto;
    width: 270px;  /* 20250507 */
}
#header_utility{
      width: auto;
     margin-bottom: 30px;
}
#headerInternalColumn{
    float: none;
    height: 50px;
    width: auto;
}
#header p.tel {
    line-height: 1.5em;
    margin: 0;
    text-align: right;
}
span.telN {
    font-size: 19px;
    font-weight: bold;
    margin-right: 10px;
}
#header_wrap form#search_form {
    border: 1px solid var(--accent-color);
    display: flex;
}
.header_form{
    margin-bottom: 20px;
    display: flex;
}
.header_form input.box140{
    width: 20vw;
    max-width: 300px;
    height: 60px;
    border: none;
}
.header_form input[type="submit"]{
   background: url('https://order.daiomfg.co.jp/user_data/packages/raku2pc/img/top/Icon_search.png') no-repeat center;
        height: 64px;
    width: 64px;
}
.headerBtn input[type="submit"] {
    background: transparent;
}
.recommend_btn {
    height: 64px;
    width: 84px;
    border: 1px solid var(--accent-color);
    margin: 0 10px;
background:url('https://order.daiomfg.co.jp/user_data/packages/raku2pc/img/top/header_i_1.png') no-repeat center 4px;
position: relative;
}
.recommend_btn a {
    display: block;
    height: 100%;
}
.recommend_btn p{
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
ul.headerBtn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
ul.headerBtn .logout{
    margin-top: 2px;
    position: relative;
}
ul.headerBtn .logout:hover{
    opacity: 0.6;
}
ul.headerBtn .logout p{
    position: absolute;
    bottom: 0;
}
.headerBtn .logout input[type="submit"]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
ul.headerBtn li{
    width: 70px;
    height: 54px;
    text-align: center;
    font-size: 85%;  /* 20250507 */
}
ul.headerBtn li p{
}
ul.headerBtn li a{
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
}
/*header固定。本番切り替え時に調整*/
.frame_outer{
     margin-top: 98px;
}
#header_wrap {
    border-bottom: 4px solid var(--main-color);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    top: 0px;
}

/*common.cssのリセット*/
.LC_Page_Index #container{
    max-width: 1200px;
}
#login_area h2, #search_area h2, #calender_area h2, #cart_area h2, #cart h2, #category_area h2{
    background-color: #fff;
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.2em;
}
/*main_content*/
#recommend_area h2, #main_column .recommend_list h2, #main_column .ranking_list h2, #main_column .history_list h2, #news_area h2{
    color: var(--main-color);
}
#recommend_area h2, #main_column .recommend_list h2, #main_column .ranking_list h2, #main_column .history_list h2{
    border-bottom: solid 1px var(--accent-color);
}
.recommend_list .bx-viewport .block_body &gt;div,
.history_list .bx-viewport .block_body &gt;div{
    background: #f1f1f1;
     padding: 10px;
    box-sizing: border-box;
}
#news_area h2{
    border-bottom: solid 1px var(--accent-color);
}
#category_area li.level1{
    border-bottom: dotted 1px var(--accent-color);
}

/*スライダー下のメニュ*/

#gloval_navi ul{
    max-width: 1500px;
    width: 100%;
}
#gloval_navi ul li a, #gloval_navi ul li a:link, #gloval_navi ul li a:visited, #gloval_navi ul li a:link:hover, #gloval_navi ul li a[href]:hover{
    color: #000;
}

#gloval_navi ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#gloval_navi ul li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #ec6246;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s;
}
#gloval_navi ul li a:hover::after {
 transform: scale(1, 1);
}

.top_page #recommend_brand ul.line2 li{
     width: 49%;
}

.top_page #recommend_brand ul.line1 li{
     width: 100%;
}

#content_img ul{
    display: flex;
    flex-wrap: wrap;
}
#content_img ul li {
    list-style: none;
    width: 25%;
    padding: 7px 10px;
    box-sizing: border-box;
}
#content_img ul li img{
    width: 100%;
}

/* footer*/
.base_design #footer_company{
    padding: 40px 0 40px 100px;
    height: 80px;
    position: relative;
}
div#footer_company:before {
    height: 140px;
    content: '';
    width: 140px;
    display: block;
    position: absolute;
    top: 10px;
    left: 8vw;
    background: url(https://order.daiomfg.co.jp/user_data/packages/raku2pc/img/top/b2b_logo.jpg) no-repeat  center;
background-size: cover;
}
.base_design #footer_company .company_info{
    margin-right: 0px;
    width: auto;
    padding-right: 4vw;
}
.base_design #footer_company .company_link_group{
        padding-left: 4vw;
    border-left: 4px solid #fff;
}
.base_design #copyright{
    background: var(--main-color);
    color: #fff;
    padding: 10px;
}
.guide_btn {
    width: 30%;
    height: 60px;
     line-height: 60px;
    margin: auto;
    border: 1px solid var(--main-color);
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.guide_btn a::after{
    content: 'GUIDE';
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: var(--main-color);
    width: 100%;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: 0.3s;
}
.guide_btn a:hover{
    opacity: 1 !important;
}
.guide_btn:hover a::after{
    transform: none;
    color: #fff;
}
#cart_area .btn{
    margin: 0;
}
#cart_area .btn a{
    display: inline-block;
}

/*カテゴリページ*/
form#search_form #search_keyword_area h3{
    background: var(--main-color);
}
form#search_form #refine_area .checkbox{
    border: 1px solid var(--main-color);
}
.fa-th-large:before, .fa-th-list:before{
color: #759DB0;
}

/*カスタムページのCSS*/
#main_column .custom_page h2:not(.title){
    margin: 30px 0 20px;
    font-size: 130%;
    border-bottom: none;
    padding: 5px 10px;
    border-left: var(--main-color) solid 5px;
}
.custom_page p{
    margin: 6px 0;
}
.custom_page h3{
    margin: 14px 0 8px;
    font-size: 120%;
}
.custom_page h4{
    font-size: 100%;
    margin: 10px 0 2px;
    display: inline-block;
    background: linear-gradient(transparent 60%, #dbf5f2 60%);
}
table{
    margin-left: 0;
    max-width: 100%;
    width: 60vw;
}
.custom_page a{
    text-decoration: underline;
}
.custom_page ul.bank{
 display: inline-block;
    padding: 14px 60px;
   border: 1px solid var(--main-color);
   border-radius: 10px;
}
.custom_page ul.bank p{
    text-align: right;
    font-weight: bold;
}
.custom_page ul.bank li{
    border-bottom: 1px solid #f1f1f1;
    line-height: 2.4rem;
}
.custom_page .address{
    display: inline-block;
    padding: 20px 40px;
   border: 1px solid var(--main-color);
   border-radius: 10px;
}
img.w60{
     width: 60%;
    margin: 20px auto;
    display: block;
}

/*ボタン*/
div.btn{
    margin: 2rem 0;
}
div.btn a {
    width: 60%;
    padding: 1rem;
    display: block;
    text-align: center;
    margin: auto;
    background: var(--main-color);
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/*下層ページのヘッダー*/

#gloval_navi {
    background-color: var(--main-color);
　margin-top: 8px;
}
#gloval_navi ul li a::after{
    background: #fff;
}
#gloval_navi ul li a{
    color: #fff;
}
#gloval_navi ul li:hover{
    background: #ffffff55;
}</pre></body></html>