/*　ご利用案内・アカウントサービス レイアウト
==================================================*/

#container,
#wrapper,
#lo-container {
    max-width: 1280px;
    min-width: 1000px;
    width: 100% !important;
    margin: 0 auto;
}

#left_contents {
    width: 236px;
    float: left;
}

#right_contents {
    width: 749px;
    width: -webkit-calc(100% - 251px);
    width: -moz-calc(100% - 251px);
    width: calc(100% - 251px) !important;
    float: right;
}

/*　ページャー
==================================================*/

.pagination {
    color: #535353;
    text-align: center;
    margin: 30px auto 20px;
    font-size: 11pt;
    line-height: 24pt
}

.pagination a {
    color: #2E3377;
    padding: 4px
}

.pagination ul {
    display: block;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline;
    margin: 0;
    padding: 0
}
.pagination li.beforePage{
    margin: 0 5px 0 0;
}
.pagination li.nextPage{
    margin:0 0 0 5px;
}

.pagination li.firstPage,
.pagination li.lastPage,
.pagination li.pageLink,
.pagination li.nowPage {
    padding: 4px;
    font-weight: bold
}

.pagination li.firstPage a,
.pagination li.lastPage a,
.pagination li.pageLink a {
    border: 1px solid #cacaca;
    background-color: #F5EFEF;
    text-decoration: none
}

.pagination li.firstPage a:hover,
.pagination li.lastPage a:hover,
.pagination li.pageLink a:hover {
    border: 1px solid #FFaa3B;
    background-color: #F3983B;
    color: #fff
}

.pagination li.nowPage {
    border: 1px solid #cacaca;
    background-color: #2E3279;
    color: #fff
}

.pagination li.nextPage a:hover,
.pagination li.beforePage a:hover {
    color: #c00
}

/*　パンくず
==================================================*/

#crumb_list {
    margin: 0 0 10px 0;
}

/*　サイドナビ
==================================================*/

#left_contents .lc_box {
    padding: 2px;
    background: #e8edf1;
    margin: 0 0 10px 0;
    text-align: left;
}

#left_contents .lc_box > div {
    border: #fff 1px solid;
    padding: 5px;
}

#left_contents .lc_box a {
    color: #0066cc;
    text-decoration: none;
}

#left_contents .lc_box a:hover {
    color: #0066cc;
    text-decoration: underline;
}

#left_contents .lc_box h3 {
    font-size: 14px;
    color: #000066;
    border-bottom: #cbd5e0 1px solid;
    padding: 5px;
}

#left_contents .lc_box ul {
    border-top: #fff 1px solid;
    margin: 0 0 5px;
}

#left_contents .lc_box ul li {
    border-bottom: #a3b4c6 1px dotted;
    padding: 6px;
}

#left_contents .lc_box ul li span {
    display: inline-block;
    color: #666;
}

/*　共通
==================================================*/

#guide h2 {
    background: #236fa1;
    color: #fff;
    padding: 10px 15px;
}

#guide h2 span {
    border-right: #fff 1px dotted;
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#right_contents h2,
#account_top h2 {
    background: #236fa1;
    color: #fff;
    padding: 10px 15px;
}

#right_contents h2 span {
    border-right: #fff 1px dotted;
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#right_contents h3 {
    border-top: #ccc 1px dotted;
    border-bottom: #ccc 1px dotted;
    padding: 5px 10px;
    margin: 0 0 15px 0;
    font-size: 16px;
    background: #efefef;
}

#right_contents h3 span {
    border-left: #236fa1 8px solid;
    padding: 0 0 0 10px;
}

#right_contents p.first_text,
#account_top p.first_text {
    padding: 10px;
}

#right_contents .section {
    margin: 25px 0 0 0;
}

#right_contents .section img.left {
    margin: 0 10px 10px 0;
    float: left;
}

#right_contents .section img.right {
    margin: 0 0 10px 10px;
    float: right;
}

#right_contents .section img.border {
    border: #ccc 1px solid;
}

#right_contents .section dl dt {
    font-weight: bold;
}

#right_contents .section dl dd {
    margin: 0 0 10px 0;
}

#right_contents .section input[type=text] {
    padding: 3px;
}

#right_contents .section p {
    margin: 0 0 10px 0;
}

#right_contents .section textarea[name=user_bikou] {
    width: 100%;
    height: 150px;
    padding: 3px;
}

#guide p.first_text {
    margin: 20px 0;
    padding: 0 10px;
}

.center_btn {
    text-align: center;
    margin: 30px 0;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

/*　フォーム
==================================================*/

#right_contents .form {
    padding: 10px;
}

#right_contents .form input[type="text"] {
    padding: 5px;
}

#right_contents .form textarea {
    padding: 5px;
    font-size: 14px;
    width: 90%;
}

#right_contents .form table {
    border-collapse: collapse;
}

#right_contents .form table th {
    padding: 5px;
    width: 200px;
    background: #efefef;
    border: #ccc 1px solid;
}

#right_contents .form table td {
    padding: 5px;
    border: #ccc 1px solid;
}

#right_contents .form input[type="submit"] {
    padding: 10px;
}

/*　タブメニュー
==================================================*/

#right_contents .nav {
    border-bottom: #bbd8eb 3px solid;
    margin: 30px 0 0;
    padding: 0 0 0 8px;
}

#right_contents .nav li {
    float: left;
    width: 179px;
    margin: 0 5px 0 0;
}

#right_contents .nav li a {
    display: block;
    text-align: center;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-top: solid 1px #d4dcdd;
    border-right: solid 1px #d4dcdd;
    border-left: solid 1px #d4dcdd;
    background-color: #d5dcdd;
    background-image: -webkit-linear-gradient(bottom, #d5dcdd, #e8ebec);
    background-image: -moz-linear-gradient(bottom, #d5dcdd, #e8ebec);
    background-image: -o-linear-gradient(bottom, #d5dcdd, #e8ebec);
    background-image: linear-gradient(to top, #d5dcdd, #e8ebec);
    height: 50px;
    line-height: 50px;
}

#right_contents .nav li a.line2 {
    line-height: 20px;
    padding: 6px 0;
    height: 38px;
}

#right_contents .nav li.current a,
#right_contents .nav li a:hover {
    color: #fff;
    font-weight: bold;
    border-color: #0072b3;
    background-color: #0072b3;
    background-image: -webkit-linear-gradient(bottom, #0072b3, #35b3fb);
    background-image: -moz-linear-gradient(bottom, #0072b3, #35b3fb);
    background-image: -o-linear-gradient(bottom, #0072b3, #35b3fb);
    background-image: linear-gradient(to top, #0072b3, #35b3fb);
    text-decoration: none;
}

/*　FAQ
==================================================*/

#right_contents .faq {}

#right_contents .faq dl dt {
    background: url(//img.webike.net/sys_images/wpovh/overhaul_sus_faq_q.gif) no-repeat 0px 3px;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 2px;
}

#right_contents .faq dl dd {
    background: url(//img.webike.net/sys_images/wpovh/overhaul_sus_faq_a.gif) no-repeat scroll 0px 0px transparent;
    border-bottom: 1px solid #CCC;
    padding: 0px 0px 10px 25px;
    margin: 0px 0px 10px;
    font-size: 14px;
}


/*　会員サービスTOP
==================================================*/

#account_top {
    font-size: 14px;
    text-align: left;
}

#account_top h3 {
    background: #4599d0;
    color: #fff;
    border-radius: 3px;
    padding: 7px 10px;
}

#account_top dl {
    padding: 5px 5px 0;
}

#account_top dl dt {
    font-weight: bold;
    margin: 7px 0 0 0;
}

#account_top dl dt a {
    text-decoration: none;
    color: #333;
    background: url(/sys_images/lgnU1/icon_arrow.gif) no-repeat 0 5px;
    padding: 0 0 0 15px;
}

#account_top dl dt a:hover {
    text-decoration: underline;
}

#account_top dl dd {
    color: #666;
    font-size: 12px;
    margin: 0 0 7px 0;
    padding: 4px 0 0 12px;
}

#account_top #top_menu {
    padding: 0 0 15px 0;
    border-bottom: #ccc 1px solid;
}

#account_top #shopping_menu {
    border: #ccc 1px solid;
    margin: 0 0 15px;
    padding: 5px;
}

#account_top #account_menu {
    border: #ccc 1px solid;
    margin: 0 0 15px;
    padding: 5px;
}

/* 特典 */

#account_top #tokuten {
    width: 669px;
    margin: 15px auto 10px;
}

#account_top #tokuten h3 {
    padding: 0;
    margin: 0;
    background: none;
}

#account_top #tokuten > div {
    border-bottom: #ccc 1px dotted;
}

#account_top #tokuten h4 {
    margin: 15px 0 0;
}

#account_top #tokuten table {
    margin: 0 auto;
    width: 611px;
    color: #666;
}

#account_top #tokuten table td {
    vertical-align: top;
}

#account_top #tokuten table td p {
    margin: 5px 0;
}

/*　Welcome to Webike
==================================================*/

#guide #welcome_contents {
    margin: 0 -21px 0 0;
}

#guide .listbox-blue {
    float: left;
    margin: 0 21px 10px 0;
    overflow: hidden;
    padding: 0;
    width: 226px;
}

#guide .listbox-blue p {
    line-height: 1.3;
    margin: 6px 0;
}

#guide .listbox-blue ul li {
    background: url(/sys_images/top-index/icon-arrow-blue-2.gif) no-repeat scroll left center transparent;
    margin: 0 0 0 2px;
    padding: 0 0 2px 15px;
    text-align: left;
}

/*　ご利用案内TOP
==================================================*/

#helpdesk {
    text-align: left;
    margin: 0 auto;
}

#helpdesk h2 {
    background: #236fa1;
    color: #fff;
    padding: 10px 15px;
}

#helpdesk h3 {
    height: 28px;
    text-indent: -9999pt;
    margin: 15px 0 0;
}

#helpdesk h3.tit01 {
    background: url(/sys_images/help1/helpdesk_images.gif) no-repeat 0 -52px;
}

#helpdesk h3.tit02 {
    background: url(/sys_images/help1/helpdesk_images.gif) no-repeat 0 -90px;
}

#helpdesk h3.tit03 {
    background: url(/sys_images/help1/helpdesk_images.gif) no-repeat 0 -128px;
}

#helpdesk h3.tit04 {
    background: url(/sys_images/help1/helpdesk_images.gif) no-repeat 0 -166px;
}

#helpdesk h3.tit05 {
    background: url(/sys_images/help1/helpdesk_images.gif) no-repeat 0 -204px;
}

#helpdesk h3.tit06 {
    background: url(/sys_images/help1/helpdesk_images.gif) no-repeat 0 -242px;
}

#helpdesk .contents-row {
    width: 33.33%;
    float: left;
}

#helpdesk p {
    margin: 10px 0 0 15px;
    font-weight: bold;
}

#helpdesk a {
    color: #06C;
    font-size: 12px;
    text-decoration: none;
}

#helpdesk a:hover {
    text-decoration: underline;
}

#helpdesk ul li {
    margin: 8px 0 0 12px;
    padding: 0 0 0 10px;
    background: url(/sys_images/help1/helpdesk_images.gif) no-repeat 0 -276px;
}

/* BIZ用 */

#biz_banner_set {
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: left;
}

#biz_banner_set p {
    margin: 0;
    line-height: 1.3;
    text-align: justify;
}

#biz_banner_set p span {
    font-size: 10px;
}

#biz_banner_set li {
    float: left;
    margin: 0 15px;
    overflow: hidden;
    width: 210px;
}

#guide,
.kiyaku,
.houritu {
    color: #343434;
    font-size: 12px;
    margin: 0 auto 30px;
    text-align: left;
}

#guide a,
.kiyaku a,
.houritu a {
    color: #1D3994;
    text-decoration: none;
}

#guide a:hover,
.kiyaku a:hover,
.houritu a:hover {
    text-decoration: underline;
}

#guide a:hover img,
.kiyaku a:hover img {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.6;
}

#guide h3,
#guide h4,
.kiyaku h3 {
    margin: 0;
    text-align: left;
}

#guide h3 img,
.kiyaku h3 img {
    text-align: left;
    vertical-align: top;
}

#guide h4 img,
.kiyaku h4 img {
    margin: 20px 0 5px;
}

#guide h5 {
    font-size: 14px;
    border-left: #ccc 5px solid;
    padding: 0 0 0 5px;
}

#guide p,
.kiyaku p {
    margin: 10px 0 0;
    text-align: left;
}

#guide .menu-list {
    clear: both;
    margin: 5px 0 0;
    overflow: hidden;
}

#guide .menu-list dl.listbox-orange,
#guide .menu-list dl.listbox-blue {
    float: left;
    margin: 0 20px 10px 0;
    overflow: hidden;
    padding: 0;
    width: 226px;
}

#guide .menu-list dl.listbox-red {
    float: left;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    width: 226px;
}

#guide .menu-list dl.listbox-orange dt,
#guide .menu-list dl.listbox-blue dt,
#guide .menu-list dl.listbox-red dt {
    margin: 0 0 5px;
    padding: 0;
}

#guide .menu-list dl.listbox-orange dt img,
#guide .menu-list dl.listbox-blue dt img,
#guide .menu-list dl.listbox-red dt img {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#guide .menu-list dl.listbox-orange dd {
    background: url(/sys_images/top-index/icon-arrow-orenge.gif) no-repeat scroll left center transparent;
    margin: 0 0 0 2px;
    padding: 0 0 2px 15px;
    text-align: left;
}

#guide .menu-list dl.listbox-blue dd {
    background: url(/sys_images/top-index/icon-arrow-blue-2.gif) no-repeat scroll left center transparent;
    margin: 0 0 0 2px;
    padding: 0 0 2px 15px;
    text-align: left;
}

#guide .menu-list dl.listbox-red dd {
    background: url(/sys_images/top-index/icon-arrow-red.gif) no-repeat scroll left center transparent;
    margin: 0 0 0 2px;
    padding: 0 0 2px 15px;
    text-align: left;
}

#guide .otehr-box {
    clear: both;
    margin: 5px 0 30px 0;
    overflow: hidden;

}

#guide .otehr-box .site {
    float: left;
    margin: 0 40px 0 0;
    overflow: hidden;
    width: 340px;
}

#guide .otehr-box .site02 {
    float: left;
    margin: 0;
    overflow: hidden;
    width: 340px;
}

#guide .otehr-box .site dl,
#guide .otehr-box .site02 dl {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: left;
    width: 200px;
}

#guide .otehr-box .site dl dt,
#guide .otehr-box .site02 dl dt {
    color: #1D3994;
    font-weight: bold;
}

#guide .otehr-box .site dl dt,
#guide .otehr-box .site02 dl dt a {
    color: #1D3994;
    font-weight: bold;
}

#guide .otehr-box .site dl dd,
#guide .otehr-box .site02 dl dd {
    margin: 5px 0 10px;
    text-align: left;
}

#guide .otehr-box .site .photobox,
#guide .otehr-box .site02 .photobox {
    float: left;
    width: 120px;
}

#guide .otehr-box .site .photobox img,
#guide .otehr-box .site02 .photobox img {
    width: 120px;
}

#guide h4.s-tit {
    margin: 0 0 5px;
}

#guide h4.s-tit img {
    margin: 0;
}

#guide h4.s-tit2 {
    border-top: #ccc 1px dotted;
    border-bottom: #ccc 1px dotted;
    font-size: 16px;
    padding: 10px 0;
    clear: both;
}

#guide h4.s-tit2 span {
    border-left: #236fa1 10px solid;
    padding: 0 0 0 10px;
}

#guide ul.s-menu {
    margin: 10px 0 30px;
    overflow: hidden;
    text-align: left;
}

#guide ul.s-menu02 {
    margin: 10px 0 30px;
    overflow: hidden;
    text-align: left;
}

#guide ul.s-menu li,
#guide ul.s-menu02 li {
    background: url(/sys_images/top-index/icon-arrow-blue-2.gif) no-repeat scroll left center transparent;
    display: inline-block;
    line-height: 25px;
    margin: 0 20px 0 0;
    padding: 2px 0 0 15px;
    text-align: left;
}

#guide ul.s-menu li a,
#guide ul.s-menu02 li a {
    text-decoration: underline;
}

#guide ul.s-list {
    margin: 10px 0 0;
    overflow: hidden;
    text-align: left;
}

#guide ul.s-list li {
    background: url(/sys_images/top-index/icon-arrow-blue-2.gif) no-repeat scroll left center transparent;
    line-height: 20px;
    margin: 0 0 0 0;
    padding: 2px 0 0 15px;
    text-align: left;
}

#guide ul.s-list li a {
    text-decoration: underline;
}

#guide .menu-list .photobox400 {
    float: left;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 0;
    width: 400px;
}

#guide .menu-list .photobox400 img {
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#guide .menu-list .text300 {
    float: left;
    margin: 20px 0 0 20px;
    overflow: hidden;
    padding: 0;
    width: 300px;
}

#guide .menu-list .text300 dl {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;
    width: 300px;
}

#guide .menu-list .text300 dl dt {
    color: #236FA1;
    font-weight: bold;
    text-align: left;
}

#guide .menu-list .text300 dl dd {
    line-height: 20px;
    margin: 5px 0;
    text-align: left;
}

#guide .menu-list .text300 dl dd.hosoku {
    margin: 20px 0 0;
}

#guide .menu-list .text300 dl dd.hosoku b {
    color: #236FA1;
    font-weight: bold;
}

#guide .menu-list .text300 dl dt.no1 {
    background: url(/sys_images/c032/guide-search-no01.gif) no-repeat scroll left center transparent;
    color: #236FA1;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 15px;
}

#guide .menu-list .text300 dl dt.no2 {
    background: url(/sys_images/c032/guide-search-no02.gif) no-repeat scroll left center transparent;
    color: #236FA1;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 0 0 0 15px;
}

#guide .menu-list .text300 dl dt.no2_top0px {
    background: url(/sys_images/c032/guide-search-no02.gif) no-repeat scroll left center transparent;
    color: #236FA1;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 15px;
}

#guide .menu-list .text300 dl dt.no3_top0px {
    background: url(/sys_images/c032/guide-search-no03.gif) no-repeat scroll left center transparent;
    color: #236FA1;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 15px;
}

#guide .menu-list .text300 dl dt.no4_top0px {
    background: url(/sys_images/c032/guide-search-no04.gif) no-repeat scroll left center transparent;
    color: #236FA1;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 15px;
}

#guide .menu-list .text300 dl dt.no5_top0px {
    background: url(/sys_images/c032/guide-search-no05.gif) no-repeat scroll left center transparent;
    color: #236FA1;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 15px;
}

#guide .menu-list .text300 dl dt.no3 {
    background: url(/sys_images/c032/guide-search-no03.gif) no-repeat scroll left center transparent;
    color: #236FA1;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 0 0 0 15px;
}

#guide .menu-list .text300 dl dt.no4 {
    background: url(/sys_images/c032/guide-search-no04.gif) no-repeat scroll left center transparent;
    color: #236FA1;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 0 0 0 15px;
}

#guide .menu-list .text300 dl dt.no5 {
    background: url(/sys_images/c032/guide-search-no05.gif) no-repeat scroll left center transparent;
    color: #236FA1;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 0 0 0 15px;
}

#guide .menu-list .text300 dl dd.no1-normal {
    background: url(/sys_images/c032/guide-search-no01.gif) no-repeat scroll left 2px transparent;
    margin: 150px 0 0;
    padding: 0 0 0 15px;
}

#guide .menu-list .text300 dl dd.no2-normal {
    background: url(/sys_images/c032/guide-search-no02.gif) no-repeat scroll left 2px transparent;
    margin: 25px 0 0;
    padding: 0 0 0 15px;
}

#guide img.go-top {
    float: right;
    margin: 50px 0 0;
}

#guide img.bana {
    float: left;
    margin: 30px 0 50px;
    vertical-align: top;
}

#guide img.image15 {
    float: left;
    margin: 15px 0 50px;
    vertical-align: top;
}

#guide img.image-btm20 {
    float: left;
    margin: 15px 0 20px;
    vertical-align: top;
}

#guide .menu-list .text300 p {
    margin: 0 0 0;
    overflow: hidden;
    padding: 0;
}

#guide ul.step {
    clear: both;
    list-style: none outside none;
    margin: 20px 0 40px;
    overflow: hidden;
    padding: 0;
    text-align: left;

}

#guide ul.step li {
    float: left;
    margin: 0;
    padding: 0;
    width: 118px;
}

#guide ul.step li.w119 {
    float: left;
    margin: 0;
    padding: 0;
    width: 119px;
}

#guide ul.step li.pc_browser_btn {
    float: left;
    height: 68px;
    margin: 0;
    padding: 0;
    width: 179px;
}

#guide ul.step li.pc_browser_btn_last {
    float: left;
    height: 68px;
    margin: 0;
    padding: 0;
    width: 180px;
}

#guide div.imgleft {
    margin: 25px 0 0;
    padding: 0;
    text-align: left;
}

#guide div.imgleft-btm30 {
    margin: 15px 0 30px;
    padding: 0;
    text-align: left;
}

#guide .menu-list .leftbox {
    float: left;
    height: 140px;
    margin: 5px 0 0;
    overflow: hidden;
    width: 334px;
}

#guide .menu-list .rightbox {
    float: right;
    height: 140px;
    margin: 5px 0 0;
    overflow: hidden;
    width: 334px;
}

#guide .menu-list .leftbox dl,
#guide .menu-list .rightbox dl {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#guide .menu-list .leftbox dl dt,
#guide .menu-list .rightbox dl dt {
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0;
}

#guide .menu-list .leftbox dl dd,
#guide .menu-list .rightbox dl dd {
    margin: 0;
    padding: 0 4px;
    text-align: left;
}

#guide .menu-list .text300 p.btm-m20 {
    margin-bottom: 20px;
}

#guide .menu-list .text300 p.top-m50 {
    margin-top: 50px;
}

#guide ol.number {
    list-style-position: inside;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}

#guide ol.number li {
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}

#guide dl.delivery {
    clear: both;
    margin: 10px;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

#guide dl.delivery dt {
    color: #236FA1;
    font-weight: bold;
    margin: 10px 0 5px;
    text-align: left;
    font-size: 14px;
}

#guide dl.delivery dd {
    line-height: 20px;
    margin: 5px 0 20px;
    text-align: left;
}

#guide dl.delivery dd.hosoku {
    margin: 20px 0 0;
}

#guide dl.delivery dd.hosoku b {
    color: #236FA1;
    font-weight: bold;
}

#guide dl.delivery dd.b-bold {
    font-weight: bold;
    margin: 20px 0 0;
}

#guide dl.delivery table {
    margin: 15px auto;
    border-collapse: collapse;
}

#guide dl.delivery table thead td {
    background: #ccc;
    text-align: center;
    font-size: 14px;
}

#guide dl.delivery table th {
    background: #efefef;
    border: #ccc 1px solid;
    padding: 5px;
    text-align: center;
}

#guide dl.delivery table td {
    border: #ccc 1px solid;
    padding: 5px 15px;
}

#guide .deli-box {
    clear: both;
    float: left;
    margin: 20px 10px 0;
    overflow: hidden;
    width: 500px;
}

#guide .deli-box .bana {
    float: left;
    margin: 0 20px 0 0;
    width: 220px;
}

#guide .deli-box .bana img {
    background: none repeat scroll 0 50% transparent;
    clear: both;
    vertical-align: top;
    width: 220px;
}

#guide .deli-box .bana p {
    margin: 10px 0 0;
    text-align: left;
}

#guide p.bold {
    font-weight: bold;
    line-height: 50px;
}

.red {
    color: #FF0000;
    margin: 0;
    padding: 25px 0 0;
    text-align: left;
}

strong.b-red {
    color: #FF0000;
    font-weight: bold;
}

span.blue {
    color: #236FA1;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
}

.top20 {
    padding: 20px 0 0;
}

#guide .menu-list .text300 dl.top20-02 {
    margin-top: 20px;
}

.btm20 {
    margin: 0 0 20px;
    padding-bottom: 50px;
}

.biz_banner_set {
    margin: 0 0 30px -45px;
    overflow: hidden;
    text-align: left;
    width: 765px;
}

.biz_banner_set li {
    float: left;
    margin: 0 0 0 45px;
    overflow: hidden;
    width: 210px;
}

.guide_menu .menu_set {
    vertical-align: top;
    width: 240px;
}

.guide_menu .menu_set .menu_title {
    margin: 20px 0 10px;
}

.guide_menu .menu_set .sankaku {
    padding: 0 0 5px 35px;
}

.guide_menu .menu_set .menu {
    padding: 0 0 5px;
    text-align: left;
    width: 193px;
}

#coupon_attention {
    margin: 30px 0 0;
}

#coupon_attention h4 {
    height: 50px;
    margin: 0;
    padding: 0;
}

#coupon_attention h4 img {
    margin: 0;
}

#coupon_attention ul {
    border-bottom: 3px solid #DAE2F5;
    border-left: 3px solid #DAE2F5;
    border-right: 3px solid #DAE2F5;
    list-style: disc outside none;
    margin: 0;
    padding: 5px 0 5px 25px;
    text-align: left;
}

#coupon_attention ul li {
    background: none repeat scroll 0 0 transparent;
}

.kiyaku dl,
.houritu dl {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
}

.kiyaku dl dt {
    color: #236FA1;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-align: left;
}

.kiyaku h4,
.houritu h4 {
    color: #236FA1;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-align: left;
}

.kiyaku .mid_tit {
    color: #236FA1;
    font-weight: bold;
    margin: 10px 0 0;
}

.kiyaku dd {
    margin: 10px 0 0;
}

.kiyaku .kiyaku_date {
    text-align: right;
    margin: 20px 0 0 0;
}

/* -- 規約の左メニュー用CSS --*/

#kiyaku_menu_box {
    background: #e8edf1;
    width: 178px;
    margin: 0 0 15px 0;
    text-align: left;
    padding: 2px;
}

#kiyaku_menu_box > div {
    border: #fff 1px solid;
    padding: 5px;
}

#kiyaku_menu_box a {
    color: #0066cc;
    text-decoration: none;
}

#kiyaku_menu_box a:hover {
    color: #0066cc;
    text-decoration: underline;
}

#kiyaku_menu_box h3 {
    font-size: 14px;
    color: #000066;
    border-bottom: #cbd5e0 1px solid;
    padding: 5px;
}

#kiyaku_menu_box ul {
    border-top: #fff 1px solid;
    margin: 0 0 15px;
}

#kiyaku_menu_box ul li {
    border-bottom: #a3b4c6 1px dotted;
    padding: 6px;
}

.kiyaku_menu_01 {
    background: transparent url(/sys_images/help2/menu-top.gif) no-repeat scroll 0% 50%;
}

.kiyaku_menu_02 {
    font-size: 13px;
    padding: 10px 5px 5px 15px;
    background: transparent url(/sys_images/help2/menu-line-dot.gif) no-repeat scroll 8px bottom;
}

/* -- 規約の左メニュー用CSSここまで --*/

/* -- 特定商取引法の表示に関するページのCSS --*/

.houritu dt {
    color: #000000;
    font-weight: bold;
    margin: 0px 5px 0 0;
    float: left;
    width: 180px;
}

.houritu dd {
    margin: 0 0 10px 190px;
}

/* -- 特定商取引法の表示に関するページのCSSここまで --*/

/* -- 欠品ページのCSS --*/

#repeat_order {
    text-align: left;
}

#stockout,
stock {
    margin: 0 0 30px 0;
}

#repeat_order h3 {
    background: #318acc;
    color: #fff;
    padding: 7px 12px;
}

#repeat_order p {
    padding: 8px;
}

#repeat_order ul.attention {
    border-bottom: #ccc 3px solid;
    padding: 10px;
    line-height: 1.4;
    color: #555;
}

/* 商品 */

#repeat_order .listbox {
    clear: both;
    margin: 10px auto;
    overflow: hidden;
    padding: 0 0 10px 0;
    border-bottom: #ccc 1px dotted;
}

#repeat_order .listbox .left {
    float: left;
    margin: 0 5px 0 10px;
    overflow: hidden;
    text-align: left;
    width: 142px;
}

#repeat_order .listbox .left img.item140 {
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    width: 140px;
}

#repeat_order .listbox .left img.delete {
    margin: 5pt auto;
    text-align: center;
}

#repeat_order .listbox .left img.btn {
    margin: 10px auto;
    text-align: center;
    vertical-align: top;
}

#repeat_order .listbox .left div {
    text-align: center;
}

#repeat_order .listbox .right {
    float: left;
    margin: 15px 0 0px 5px;
    overflow: hidden;
    text-align: left;
    width: 585px;
}

#repeat_order .listbox .right .titbox {
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#repeat_order .listbox .right .titbox dl.title {
    float: left;
    margin: 0;
    overflow: hidden;
    text-align: left;
}

#repeat_order .listbox .right .titbox dl.title dt {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
    overflow: hidden;
}

#repeat_order .listbox .right .titbox dl.title dt img {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

#repeat_order .listbox .right .titbox dl.title dd {
    font-size: 10px;
    margin: 0;
    overflow: hidden;
}

#repeat_order .listbox .right .titbox ul.imp {
    float: right;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 140px;
}

#repeat_order .listbox .right .titbox ul.imp li.star {
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}

#repeat_order .listbox .right .titbox ul.imp li.text {
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
}

#repeat_order .listbox ol.shousai {
    list-style: none outside none;
    margin: 10px 0 0 5px;
    padding: 0;
    text-align: left;
    width: 360px;
}

#repeat_order .listbox ol.shousai li {
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 360px;
}

#repeat_order .listbox ol.shousai li.type {
    color: #0099FB;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}

#repeat_order .listbox .right .pricedata {
    border: 1px solid #ccc;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px;
}

#repeat_order .listbox .right .pricedata dl {
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#repeat_order .listbox .right .pricedata dl.top2 {
    clear: both;
    height: 18px;
    margin: 2px 0 0;
    overflow: hidden;
    padding: 0;
}

#repeat_order .listbox .right .pricedata dl dt,
#repeat_order .listbox .right .pricedata dl.top2 dt {
    background: #e4e4e4;
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 0 5px;
    width: 100px;
}

#repeat_order .listbox .right .pricedata dl dd,
#repeat_order .listbox .right .pricedata dl.top2 dd {
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 0 2px;
    text-align: left;
    width: 170px;
}

#repeat_order .listbox .right .pricedata dd span.redbold {
    color: #EE0000;
    font-weight: bold;
}

#repeat_order .listbox .right .pricedata dd strong {
    font-weight: bold;
}

#repeat_order .all_select {
    padding: 8px;
    background: #efefef;
}

#repeat_order .all_select input {
    vertical-align: middle;
}

/* 小計 */

#repeat_order .subtotal {
    border-top: #ccc 1px dotted;
    border-bottom: #ccc 1px dotted;
    text-align: right;
    padding: 10px;
    background: #efefef;
    margin: 10px 0 0 0;
}

#repeat_order .subtotal span {
    color: #ee0000;
    font-size: 16px;
    font-weight: bold;
}

#repeat_order #to_cart {
    text-align: right;
    vertical-align: middle;
    margin: 10px 0;
    height: 30px;
    line-height: 2.5;
}

/* 納期 */

#repeat_order .nouki {
    color: #E04E7B;
}

#repeat_order .nouki span {
    font-weight: bold;
}

/* 買い物カゴ */

#repeat_order a.btn_cart {
    background: url(/sys_images/sd/button.gif) no-repeat;
    display: block;
    height: 30px;
    overflow: hidden;
    text-indent: -9999pt;
    text-align: left;
    width: 142px;
    float: right;
}

/* -- 欠品ページのCSSここまで --*/

/* -- 注文状況について --*/

#order_status_menu {
    border: #0066cc 1px solid;
    text-align: left;
    clear: both;
}

#order_status_menu h3 {
    background: #0066cc;
    color: #fff;
    padding: 5px;
}

#order_status_menu dl {
    padding: 5px;
}

#order_status_menu dt {
    font-weight: bold;
    padding: 3px;
}

#order_status_menu dd {
    margin: 0 0 7px 0;
    padding: 3px 3px 10px 3px;
    border-bottom: #ccc 1px dotted;
}

/* -- 注文状況についてここまで --*/

/*----------------biz&webikeお買い物ページ用CSS追加分-----------------------*/

#guide ul.step_flow {
    clear: both;
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    text-align: left;

}

#guide ul.step_flow li {
    float: left;
    margin: 0;
    padding: 0;
    width: 176px;
}

#guide ul.ste_flow li.w119 {
    float: left;
    margin: 0;
    padding: 0;
    width: 178px;
}

#guide ul#up_nav {
    margin: 10px 0 7px;
}

#guide ul#low_nav {
    margin: 0 0 40px;
}

/* FSP */

#rank_table {
    border: #ccc 1px solid;
    margin: 10px 0 0 0;
    border-collapse: collapse;
}

#rank_table td {
    border-bottom: #ccc 1px dotted;
    padding: 10px;
}

#rank_table span {
    font-weight: bold;
    color: #dc0000;
}

#biz_rank ul {
    margin: 10px 0 0 0;
}

#biz_rank ul li span {
    color: #dc0000;
}

/*　購入履歴、注文/配送状況の確認
==================================================*/

#listup p.search {
    background: #efefef;
    padding: 7px 10px;
}

#listup .credit th {
    width: 20%;
}

#listup .credit .none {
    padding: 50px;
    text-align: center;
}

#listup #list {
    margin: 15px 0;
}

#listup #detail {
    margin: 15px 0;
}

#listup #detail > p {
    margin: 0 0 15px 0;
    font-size: 14px;
}

#listup #detail > p span {
    color: #C71444;
    font-weight: bold;
}

#listup #detail > div {
    padding: 15px 0 0 0;
    border-top: #ccc 1px dotted;
    margin: 15px 0 0 0;
}

#listup #detail ul.attention {
    font-size: 11px;
    color: #771311;
    margin: 15px 0 0 0;
}

#listup #detail span.arrival {
    color: #c71444;
    font-weight: bold;
}

#listup .status {
    color: #c71444;
    font-weight: bold;
}

#listup .status span {
    border: #c71444 2px solid;
    display: inline-block;
    padding: 3px 5px;
    font-size: 14px;
    margin: 0 10px 0 0;
}
#listup .status span.supplement{
    color:#ff7200;
    font-weight:bold;
    border: none;
}

#listup .status span.comp {
    color: #555;
    border: #555 2px solid;
}

#listup #list > li {
    border-bottom: #ccc 1px dotted;
    padding: 0 0 25px 0;
    margin: 0 0 20px 0;
}

#listup table {
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%;
}

#listup table th {
    border: #cbd5e0 1px solid;
    padding: 7px;
    background: #e8edf1;
}

#listup table td {
    border: #cbd5e0 1px solid;
    padding: 7px;
}

#listup table td p.maxdate {
    color: #c71444;
}

#listup table td p.st_message {
    color: #0072b3;
}

#listup table td div.thumb {
    float: left;
    height: 140px;
}

#listup table td img {
    border: #ccc 1px solid;
    vertical-align: top;
    margin: 0 10px 0 0;
    float: left;
}

#listup #detail table td img.thumb_img {
    width: 50px;
}

#listup table td ul {
    margin: 5px;
    overflow: hidden;
    padding: 0 0 0 20px;
}

#listup table td ul.noimg {
    margin: 5px 0 0 30px;
}

#listup table td ul li {
    list-style: decimal;
    border-bottom: #ccc 1px solid;
    padding: 5px 0;
    margin-left:10px;
}

#listup table td a.deliver img {
    background: #F90;
    color: #000;
    float: none;
    border: none;
    width: inherit !important;
}

#listup table .collect {
    border-top: #cbd5e0 3px solid;
}

#listup table .tright {
    text-align: right;
}

#listup table .tcenter {
    text-align: center;
}

#listup table td .count {
    color: #1875DE;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
}

#listup table .price {
    text-align: right;
    color: #e22c2c;
    font-weight: bold;
    font-size: 18px;
}

#listup table .tokka {
    color: #e22c2c;
}

#listup p.btn {
    text-align: center;
}

#listup p.btn a {
    background: #efefef;
    text-decoration: none;
    color: #000;
    padding: 15px 40px;
    border-radius: 5px;
    display: inline-block;
}

#listup p.btn a.confirm {
    background: #FC0;
}
#listup p.btn a:before{
    font-family: FontAwesome;
    content: "\f138　";
}
#listup p.btn a:hover {
    opacity: 0.7
}

#listup p.btn a.cancel:hover {
    color: #fff;
    background: #f00;
}

#listup #reason {
    padding: 20px;
    border: #cbd5e0 2px solid;
}

#listup #reason p {
    color: #E22C2C;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 5px 0;
    font-size: 16px;
}

#listup #reason dl dt {
    padding: 10px;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 16px;
    border-bottom: #ccc 1px solid;
}

#listup #reason dl dd {
    padding: 10px;
}

#listup #reason dl dd textarea {
    width: 500px;
    height: 50px;
    padding: 5px;
}

#listup #reason dl dd input[type=submit],
#listup #reason dl dd input[type=button],
#listup #detail dl dd input[type=submit],
#listup #detail dl dd input[type=button] {
    font-weight: bold;
    display: inline-block;
    zoom: 1;
    /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 10px 0 0 0;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

#listup #reason dl dd input[type=submit]:hover,
#listup #reason dl dd input[type=button]:hover #listup #detail dl dd input[type=submit]:hover,
#listup #detail dl dd input[type=button]:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top, #f88e11, #f06015);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

#listup #detail table.num_changer {
    margin: 0 auto;
}

#listup #detail table.num_changer a {
    background: url("../../sys_images/sd/button.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 12px;
    margin: 1px 0 1px 5px;
    text-indent: -9999pt;
    width: 15px;
}

#listup #detail table.num_changer input {
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    padding: 1px;
    text-align: right;
}

#listup #detail table.num_changer a {
    background: url("../../sys_images/sd/button.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 12px;
    margin: 1px 0 1px 5px;
    text-indent: -9999pt;
    width: 15px;
}

#listup #detail table.num_changer a.btn_up {
    background-position: -312px -84px;
}

#listup #detail table.num_changer a.btn_down {
    background-position: -327px -84px;
}

#listup #detail #loader {
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2999;
}

/*　納期確認
==================================================*/

#leadtime p {
    margin: 5px 0;
}

#leadtime .number {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 30px;
}

#leadtime .sample {
    border: #ccc 2px solid;
    padding: 15px;
    margin: 15px auto;
    width: 250px;
}

/*　注文編集画面
==================================================*/

#listup #detail input.submit,
#listup #detail input.input {
    border: 1px solid #15aeec;
    background-color: #49c0f0;
    background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
    background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    width: 150px;
    cursor: pointer;
    font-weight: bold;
}

#listup #detail input.submit:hover,
#listup #detail input.input:hover {
    border: 1px solid #1090c3;
    background-color: #1ab0ec;
    background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
    background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}

#listup #detail div.button_group {
    text-align: center;
    margin: 15px 0 0 0;
}

#listup #detail div.button_group > div {
    margin: 10px 0;
}

#listup #detail div.tax_attention {
    border: #bd0000 3px solid;
    color: #bd0000;
    font-weight: bold;
    padding: 5px;
}

#listup #detail tr td p.cant_cancel {
    color: #bd0000;
    font-weight: bold;
}

/*　ポイント確認
==================================================*/

#right_contents .message {
    color: #ff1818;
    font-weight: bold;
    background: #ffecf0;
    padding: 5px;
    border: 1px solid #ffb4b4;
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 14px;
}

#point .section {
    margin: 30px 0 50px 0;
}

#point .half_left {
    width: 49%;
    float: left;
}

#point .half_right {
    width: 49%;
    float: right;
}

#point table {
    border-collapse: collapse;
    margin: 0 0 5px 0;
    color: #333;
}

#point .half_left table th {
    text-align: left;
}

#point table th {
    border: #cbd5e0 1px solid;
    padding: 10px 5px;
    background: #e6e6e6;
}

#point table td {
    border: #cbd5e0 1px solid;
    padding: 5px 5px;
}

#point table td span.big {
    font-size: 18px;
    font-weight: bold;
}

#point table thead th {
    border-bottom: #cbd5e0 2px solid;
    font-size: 14px;
    text-align: center;
}

/* 総保有ポイント */

#point .total_point {
    margin: 0 0 15px;
    font-size: 14px;
}

#point .total_point .total th {
    background: #d1e4f3;
    width: 50%;
}

#point .total_point .total td {
    color: #dc0c55;
}

#point .total_point .total td span {
    font-weight: bold;
    font-size: 18px;
}

/* 利用可能ポイント、獲得予定ポイント */

#point .breakdown .total th {
    border-bottom: #cbd5e0 2px solid;
    background: #D1E4F3;
}

#point .breakdown .total td {
    border-bottom: #cbd5e0 2px solid;
    color: #dc0c55;
}


/* ポイントGET */

#point .pt {
    color: #674719;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #febf04;
    border: solid 1px #daab1f;
    background-image: -webkit-linear-gradient(bottom, #febf04, #f7ec41);
    background-image: -moz-linear-gradient(bottom, #febf04, #f7ec41);
    background-image: -o-linear-gradient(bottom, #febf04, #f7ec41);
    background-image: -ms-linear-gradient(bottom, #febf04, #f7ec41);
    background-image: linear-gradient(to top, #febf04, #f7ec41);
}

#point .pt:hover {
    background-color: #f7ec41;
    border: solid 1px #daab1f;
    background-image: -webkit-linear-gradient(bottom, #f7ec4, #febf041);
    background-image: -moz-linear-gradient(bottom, #f7ec41, #febf04);
    background-image: -o-linear-gradient(bottom, #f7ec41, #febf04);
    background-image: -ms-linear-gradient(bottom, #f7ec41, #febf04);
    background-image: linear-gradient(to top, #f7ec41, #febf04);
    text-decoration: none;
}

/* もっと見る系 */

#point .more {
    text-align: right;
    position: relative;
}

#point .more a {
    display: inline-block;
    background: #3876a0;
    padding: 5px 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

#point .more a:hover {
    background: #0D396A;
    text-decoration: none;
}

/* アイコン */

#point .more span.arrow:before {
    content: '　';
}

#point .more span.arrow:after {
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 5px transparent solid;
    border-right-width: 0;
    border-left-color: #fff;
    position: absolute;
    top: 9px;
    left: 10px;
}

#point .detail a {
    position: relative;
    text-decoration: underline;
}

#point .detail a:hover {
    text-decoration: none;
}

#point .detail span.arrow:before {
    content: '　';
}

#point .detail span.arrow:after {
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 5px transparent solid;
    border-right-width: 0;
    border-left-color: #416090;
    position: absolute;
    top: 3px;
    left: 4px;
}

/* 検索 */

#point .search {
    background: #efefef;
    padding: 7px 10px;
}

/*　分割
==================================================*/

#listup #detail > div.split {
    border: none;
    margin: 15px 0 40px;
}

/* フロー図 */

.flow {
    /* Clear floats */
    overflow: hidden;
    width: 100%;
    margin: 15px 0;
}

.flow li {
    float: left;
    margin: 0 2em 0 0;
    padding: .7em 1em .7em 2em;
    float: left;
    text-decoration: none;
    color: #444;
    background: #ddd;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    -moz-border-radius: .4em 0 0 .4em;
    -webkit-border-radius: .4em 0 0 .4em;
    border-radius: .4em 0 0 .4em;
}

.flow li:after {
    background: #ddd;
    content: "";
    height: 2.5em;
    margin-top: -1.25em;
    position: absolute;
    right: -1em;
    top: 50%;
    width: 2.5em;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
}

.flow .current {
    color: #fff;
    font-weight: bold;
    background: #FF9003;
    text-shadow: none;
}

.flow .current:after {
    background: #FF9003;
}

.flow li:last-child {
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
    padding: 0.7em 1em;
}

.flow li:last-child:after {
    display: none;
}

/*20180725改修内容ここから*/

/*　メルマガ設定
==================================================*/

#mm_setting {
    text-align: left;
}

#mm_setting h2 {
    background: #236fa1;
    color: #fff;
    padding: 10px 15px;
}

#mm_setting p {
    margin: 20px 0 10px;
}

#mm_setting p.mm_no_text {
    font-weight: bold;
    font-size: 14px;
}

#mm_setting h3 {
    font-size: 16px;
    font-weight: bold;
    border-left: 4px solid #cccccc;
    padding: 0 0px 0 6px;
    margin: 10px 0;
}

#mm_setting .mm_wrap {
    width: 70%;
    margin: 0 auto;
}

#mm_setting .inner {
    margin: 20px 0 30px;
}

#mm_setting .btn-radio-ui {
    text-align: center;
    margin: 20px 0;
}

#mm_setting .btn-radio-ui input[type="radio"] {
    display: none;
}

#mm_setting .btn-radio-ui label {
    display: inline-block;
    background: #fff;
    padding: 8px 0;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #cccccc;
    color: #333333;
}

#mm_setting .btn-radio-ui input[type="radio"]:checked + label {
    background: #ffcc00;
    border: 1px solid #ffcc00;
}

#mm_setting .btn-radio-ui label {
    font-size: 14px;
}

#mm_setting .mmlist {
    display: none;
}

#mm_setting .mmlist p {
    margin: 20px 0;
}

#mm_setting .mmlist .wrap {
    background: #efefef;
    padding: 10px;
    margin: 0 0 20px;
}

#mm_setting .mmlist .inner {
    background: #fff;
    padding: 10px;
    margin: 0 0 10px;
}

#mm_setting .mmlist .inner:last-child {
    margin: 0;
}

#mm_setting .mmlist .inner table {
    width: 100%;
}

#mm_setting .mmlist .inner table th {
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 4px;
}

#mm_setting .mmlist .inner table td {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    cursor: pointer;
}

#mm_setting .mmlist .inner table td span {
    display: inline-block;
    font-size: 14px;
}

#mm_setting .mmlist .inner table td input {
    display: none;
}

#mm_setting .mmlist .mm_title {
    display: block;
}

#mm_setting .mmlist .inner table td span {
    padding: 0 0 0 50px;
}

#mm_setting .mmlist .inner table td span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #73C42E;
    border-radius: 4px;
}

#mm_setting .mmlist .mm_chk_btn:checked + span::before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 8px;
    width: 11px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 4px solid #73C42E;
    border-right: 4px solid #73C42E;
}

#mm_setting .mmlist .inner table td span.mm_chk_br {
    width: auto;
}

#mm_setting .button_ui {
    margin: 10px auto;
    width: 98%;
}

#mm_setting .btn_2 {
    width: 100%;
}

#mm_setting .button_ui a.bc02,
#mm_setting .button_ui input[type=submit].bc02,
#mm_setting .button_ui input[type=button].bc02 {
    background: #ffffff;
    color: #e61e25 !important;
    border: 1px solid #e61e25;
    border-radius: 5px;
    text-align: center;
    display: block;
    line-height: 1;
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
    text-decoration: none;
}

#mm_setting a.bc02:hover,
#mm_setting .button_ui.btn_2 a.bc02:hover {
    background: #e61e25;
    color: #fff !important;
}

#mm_setting .button_ui.btn_2 a:hover {
    background: #efefef;
    color: #333333;
}

#mm_setting .button_ui.btn_2 a {
    width: 47%;
    display: block;
    float: left;
    padding: 16px 0;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
    background: #ffffff;
    color: #333333 !important;
    border: 1px solid #333333;
    margin: 0 1%;
}

#mm_setting .button_ui.btn_2 a.bc02 {
    background: #ffffff;
    color: #e61e25 !important;
    border: 1px solid #e61e25;
}

/*　会員登録
==================================================*/

#main.registration {
    margin: 0 auto 100px;
}

#main.registration .heading_wrap {
    margin: 30px auto 0;
    box-sizing: border-box;
    border-bottom: 2px solid #333;
    position: relative;
    font-size: 18px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

#main.registration .heading_wrap:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 30%;
    border-bottom: 2px solid #e61e25;
}

#main.registration .heading_wrap h2 {
    max-width: 1280px;
    border-left: none;
    margin: 0 auto;
    font-size: 22px;
}

#main.registration .member_form h3 {
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #cccccc;
    padding: 0 0px 0 6px;
    margin: 0 0 10px;
}

#main.registration .form_wrap {
    max-width: 1280px;
    margin: 0 auto;
}

#main.registration fieldset {
    border: none;
}

#main.registration .bg_wrap {
    background: url(https://imp.webike.net/sys_images/member-regist_bg.jpg) center no-repeat;
    margin: 40px auto 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1960px;
}

#main.registration .section {
    width: 600px;
    background: #fff;
    float: right;
    padding: 20px;
    margin: 20px 0;
}

#main.registration .member_form .form_ui {
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0 30px;
}

#main.registration .member_form legend {
    font-size: 14px;
    padding: 6px;
    background: #efefef;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    box-sizing: border-box;
}

#main.registration .member_form fieldset {
    margin: 10px 0 20px;
}

#main.registration .member_form .form_ui .item {
    margin: 20px 0;
}

#main.registration .member_form legend span.mark {
    margin: 0 0 0 5px;
    font-size: 12px;
    position: absolute;
    right: 10px;
    padding: 2px 6px;
    border-radius: 10px;
}

#main.registration .member_form legend span.required {
    color: #fff;
    background: #e72526;
}

#main.registration .member_form legend span.recommend {
    color: #fff;
    background: #ff7200;
}

#main.registration .member_form .btn-radio-ui input[type="radio"] {
    display: none;
}

#main.registration .member_form .btn-radio-ui label {
    display: inline-block;
    background: #fff;
    padding: 12px 0;
    width: 47%;
    box-sizing: border-box;
    margin: 0 1%;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 14px;
}

#main .member_form .btn-radio-ui input[type="radio"]:checked + label {
    background: #ffcc00;
    border: 1px solid #ffcc00;
}

#main.registration .member_form.form_check .form_ui p span {
    display: block;
    font-size: 12px;
    margin: 10px 0 0;
}

#main.registration .member_form .form_ui select,
#main.registration .member_form .form_ui input[type=text],
#main.registration .member_form .form_ui input[type=email],
#main.registration .member_form .form_ui input[type=password],
#main.registration .member_form .form_ui input[type=number],
#main.registration .member_form .form_ui textarea {
    width: 100%;
    border: 1px solid #707070;
    margin-bottom: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 40px;
    padding: 6px;
}

#main.registration .member_form .form_ui select.birth_year {
    width: 41%;
    margin: 0 1% 0 0;
}

#main.registration .member_form .form_ui select.birth_month,
#main .member_form .form_ui select.birth_day {
    width: 23%;
    margin: 0 1% 0;
}

#main.registration .member_form .form_ui select.birth_month,
#main .member_form .form_ui select.birth_day {
    width: 23%;
    margin: 0 1% 0;
}

#main.registration .member_form .form_ui .mybike {
    margin: 0 0 10px;
    border-bottom: 2px dotted #ccc;
    padding: 6px 0 ;
}

#main.registration .member_form .form_ui .mybike.hide {
    border-top: 3px solid #ccc;
    padding: 20px 0 0;
}

#main.registration .member_form .form_ui .mybike select {
    height: 40px;
    width: 100%;
}

#main.registration .member_form .form_ui .mybike p {
    margin: 0 0 10px;
}

#main.registration .member_form .form_ui .mybike select.mybikeDisp {
    width: 100% !important;
}

#main.registration .member_form .form_ui .mybike select.mybikeModel {
    width: 100% !important;
}

#main.registration .member_form .form_ui .mybike .input_year {
    float: none;
    margin: 0;
}

#main.registration .member_form .form_ui .add_mybike {
    text-align: center;
}

#main.registration .member_form .button_ui {
    width: 90%;
    margin: 20px auto 30px;
}

#main.registration .button_ui > * {
    margin: 0 0 10px;
}

#main.registration .button_ui a,
.button_ui input[type=submit],
.button_ui input[type=button] {
    width: 100%;
    padding: 15px 5px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 16px;
    text-decoration: none;
}

#main.registration .member_form .button_ui a.bc02,
.member_form .button_ui input[type=submit].bc02,
.member_form .button_ui input[type=button].bc02 {
    background: #ff7200;
    color: #fff !important;
    border: 1px solid #ff7200;
}

#main.registration .member_form .button_ui a,
.member_form .button_ui input[type=submit],
.member_form .button_ui input[type=button] {
    background: #efefef;
    color: #333333;
    border: 1px solid #707070;
}

#main.registration .member_form .mm_setting {
    margin: 30px 0;
    font-size: 12px;
}

#main.registration .member_form.form_check .mmlist {
    display: none;
}

#main.registration .member_form .mmlist .wrap {
    background: #efefef;
    padding: 10px;
    margin: 0 0 20px;
}

#main.registration .member_form .mmlist .inner {
    background: #fff;
    padding: 10px;
    margin: 0 0 10px;
}

#main.registration .member_form .mmlist p {
    margin: 20px 0;
}

#main.registration .member_form .mmlist .inner table {
    width: 100%;
}

#main.registration .member_form .mmlist .inner table th {
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 4px;
}

#main.registration .member_form .mmlist .inner table td {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
}

#main.registration .member_form .mmlist .inner table td span {
    width: 86%;
    display: inline-block;
}

#main.registration .member_form .mmlist .inner table td input {
    display: none;
}

#main.registration .member_form .mmlist .inner table td span.mm_chk_br {
    width: auto;
}

#main.registration .form_wrap .mm_chk_btn:checked + span.mm_chk_br::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    right: 3px;
    left: auto;
    width: 11px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 4px solid #73C42E;
    border-right: 4px solid #73C42E;
}

#main.registration .form_wrap .member_form .mmlist .inner table td span.mm_chk_br::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #73C42E;
    border-radius: 4px;
}

#main .member_form.other_service p {
    margin: 0 0 30px;
}

#main .member_form.other_service p.attention {
    padding: 10px;
    background: #ffdfdf;
    margin: 10px 0 30px;
}

/*　ログイン画面
==================================================*/

#main.registration .member_form .button_ui a.btn_orange,
#main.registration .member_form .button_ui input[type=submit].btn_orange,
#main.registration .member_form .button_ui input[type=button].btn_orange {
    background: #ff7200;
    color: #fff !important;
    border: 1px solid #ff7200;
}

#main.registration.login_form .member_form .button_ui {
    width: 60%;
}

#main.registration.login_form .section {
    width: 50%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    float: left;
}

#main.registration.login_form h2 {
    background: #efefef;
    padding: 8px 10px;
    font-size: 20px;
    margin: 0 0 20px;
    border: none;
}

#main.registration.login_form h3 {
    font-size: 16px;
}

#main .member_form .browser_back {
    font-size: 12px;
    text-align: center;
}

/*20180725改修内容ここまで*/

#main .member_form .passwod_group {
    position: relative;
}

#main .member_form .passwod_group input {
    padding-right: 116px !important;
}

#main .member_form .passwod_group .view_pwd {
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
    height: 28px;
    background: #d4e1f5;
    line-height: 28px;
    cursor: pointer;
}

#main .member_form .passwod_group .view_pwd[disabled="disabled"] {
    background: gray;
}

#main .member_form div.error_msg {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 5px;
    color: red;
    font-weight: bold;
}

#main .divMybikeDisp, #main .divMybikeModel, #main .divInputYear {
    display: inline;
}

#main .member_form span.view_pwd:not ([disabled="disabled"] ){
    cursor: pointer;
}

#main .member_form .form_ui .fsMybike .mybike .input_year {
    margin-bottom: 10px;
}

#main .member_form .fsBirthday .formErrorArrow{
    display:none !important;
}

#main .member_form .fsBirthday .formError{
    margin-top: -4px !important;
}

/*20200309爆速返品ここから*/
a.link_underline{
    text-decoration: underline;
}
#listup .return{
    margin-right: 15px;
}
#listup #detail > p span.deadline,
#listup .deadline{
    display: block;
    font-weight: normal;
    margin-top: 10px;
    color: #000;
}
/*入力ステップ*/
#listup .stepbar {
    display: flex;
    max-width: 750px;
    position: relative;
    margin: 20px auto;
    text-align: center;
}
#listup .stepbar li {
    font-size: 12px;
    list-style: none;
    position: relative;
    width: 33.333%;
}
#listup .stepbar li:after {
    background: #D0E1F9;
    content: "";
    width: calc(100% - 24px);
    height: 4px;
    position: absolute;
    left: calc(-50% + 12px);
    top: 10px;
}
#listup .stepbar li:first-child:after {
    display: none;
}
#listup .stepbar li span {
    background: #D0E1F9;
    color: #ffffff;
    display: inline-block;
    height: 24px;
    margin-bottom: 5px;
    line-height: 24px;
    width: 24px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#listup .stepbar .visited span {
    background: #4D648D;
}
/*step1*/
#listup .status .return_already{
    border: none;
    color: #000;
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
    padding: 0;
}
#listup .baike_selection{
    margin: 10px 0 5px 0;
}
/*ラジオボタン*/
#listup .radio_btn_section .radio_btn_icon:before {
    content: "\f111";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 18px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border: 1px solid #888;
    border-radius: 30px;
    background: #fff;
    margin-right: 5px;
}
#listup .radio_btn_section input[type="radio"]:checked + .radio_btn_icon:before {
    color: #888;
    display: inline-block;
}
#listup .radio_btn_section input[type="radio"] {
    display: none;
}
/*ここまでラジオボタン*/

/*チェックボタン*/
#listup .checkbox_section .checkbox:checked + .checkbox_icon:before {
    display: inline-block;
    color: #888;
}

#listup .checkbox_section .checkbox + .checkbox_icon:before {
    content: "\f00c";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 16px;
    width: 16px;
    height: 16px;
    color: #eee;
    font-size: 13px;
    text-align: center;
    border: 1px solid #999;
    background: #fff;
    margin-right: 5px;
}
#listup .checkbox_section input {
    display: none;
}
/*ここまでチェックボタン*/

#listup p.btn a::before {
    font-family: FontAwesome;
    content: "\f138";
    margin: 0 5px 0 0;
}

#listup p.btn .cancel_back::before {
    content: none;
}

#listup .check_select {
    display: block;
}
#listup .check_select img{
    width: 140px;
    height: 140px;
    object-fit: contain;
}

#listup .check_select .main_text {
    margin-left: 65px;
}


#listup table .checkbox_left {
    text-align: center;
}

#listup table .amount_right {
    text-align: center;
    width: 150px;
}

#listup table .amount_right select {
    padding: 10px 50px 10px 10px;
}

#listup .box_select{
    margin:0 10px;
}
#listup .box_select .box_inner {
    border-top: 1px dotted #ccc;
    display: none;
}
#listup .box_inner .box_item{
    resize: vertical;
    width: 70%;
    padding: 5px;
}
#listup #detail .Inquiry{
    margin-bottom: 15px;
}
#listup .Inquiry [type=text]{
    width: 70%;
    padding: 10px;
    margin-bottom: 10px;
}
#listup .box_inner_return .box_title,
#listup .box_inner .box_title{
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}
#listup .box_required{
    color: #e61e25;
}
#listup .box_inner_return .box_lower,
#listup .box_inner .box_lower{
    margin: 10px 10px 0;
    padding: 0;
}
#listup .box_inner .box_bike_info{
    margin: 0;
}
#listup .box_inner .bike_choice_mybike select,
#listup .box_inner .box_bike_info select{
    padding: 5px;
    width: 30%;
}
#listup .box_inner_return .box_lower li,
#listup .box_inner .box_lower li{
    list-style: none;
    border: none;
    padding: 10px 0;
}
#listup .box_inner .box_lower li{
    padding-top: 0;
}

/*画像アップ*/
#listup .box_inner ul.picture_box{
    border: 1px solid #888;
    width: 70%;
    text-align: center;
    padding: 10px 0;
}
#listup .box_inner .picture_box .camera_icon{
    width: 50px;
    border: none;
    margin: 0;
    float: none;
    object-fit: contain;
}
#listup .box_inner .picture_box .img_upload{
    padding: 0;
}
#listup .box_inner .picture_box .img_upload span{
    background: #eee;
    padding: 5px 15px;
    display: inline-block;
    margin: 5px;
    border-radius: 30px;
}
/*ここまで画像アップ*/

#listup .box_text_return{
    border: 1px solid #000;
    width: 70%;
    padding: 10px 5px;
}
#listup .box_text_return_title{
    margin-bottom: 10px;
    width: 70%;
    border: 1px solid #000;
    padding: 5px;
}
#listup .change_select{
    padding: 5px;
    margin:15px 0;
}
#listup #detail .pc_returns_section{
    margin-bottom: 30px;
}
#listup .pc_returns_section .pc_repayment_method{
    background: #eee;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 15px;
}
#listup .pc_returns_section .pc_repayment_table{
    width: 50%;
}
#listup .pc_returns_section .repayment_table_textbox{
    padding: 0 0 0 10px;
    border: #cbd5e0 1px solid;
}
#listup .pc_returns_section .repayment_table_textbox input[type=text]{
    width: 100%;
    padding: 10px 0;
    border: none;
}
#listup .pc_returns_section .title{
    border-left: 8px solid #236fa1;
    padding:5px 5px;
    font-size: 14px;
    margin: 15px 0;
    font-weight: bold;
}
#listup .pc_returns_section .text{
    margin-left: 15px;
}
#listup .confirmation_table{
    border-top: none!important;
}
#listup .confirmation_table th{
    width: 20%;
}
#listup .confirmation_table .th_white{
    background: #fff;
}
#listup .confirmation_table .photo_info{
    border: 1px solid #888;
    border-radius: 30px;
    padding: 0 15px;
    margin-right:5px;
}
#listup .returns_finish{
    width: 100%;
    text-align: center;
    border: none;
}
#listup .returns_finish .returns_finish_text{
    text-align: left;
    margin-top: 20px;
}
#listup .returns_finish .returns_finish_title{
    font-size: 30px;
    margin: 0 auto;
    border-bottom: 3px solid #000;
    display: inline;
}
/*start*/

/*1*/
#listup .checkbox_section{
    margin: 30px 10px;
}
#listup .returns_contact_pc{background: #efefef;
padding: 5px;
margin: 0 auto 10px;}
/*2*/
#listup .clear_both{clear: both;}
#listup .check_select_title{
    background: #efefef;
    padding: 5px;
    margin-bottom: 7px;
}
/*3*/
#listup #detail > div{
    border: none;
    padding:0;
    margin:0;
}
#listup .pc_returns_section .text{
    margin-left: 0;
}
/*4*/
#listup .btn_cetner{
    text-align: center;
}
.returns_go_btn{
    float: right;
    font-weight: normal;
    color: #555;
}
.returns_go_btn a{
    display: inline-block;
    color: #fff;
    width: 130px;
    padding: 3px;
    text-align: center;
    border-radius: 3px;
    margin: 0 0 0 5px;
    background: #999;
}
.returns_go_btn a:hover{
    opacity: 0.7;
    text-decoration: none;
}
#listup #detail table td img.thumb_img{
    width: 50px;
    height: 50px;
}
#listup #detail > div{overflow: hidden;}
/*20200309爆速返品ここまで*/

/*20200410WPNポイント表示追加*/
#point .search{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search form select{
    height: 26px;
}
.search form input[type="radio"]{
    display: none;
}
.search form input[type="radio"] + .radio:before {
    content: "\f111";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 20px;
    width: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 30px;
    background: #fff;
    margin: 0 5px 0 5px;
}
.search form input[type="radio"]:checked + .radio:before {
    color: #318acc;
    display: inline-block;
}
.search form #go_search{
    padding: 3px;
    width: 60px;
}
.csv_button,.csv_button:visited{
    border-radius: 3px;
    background: #318acc;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}
.csv_button:hover{
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.cash_receipt{
    border: 1px solid #318acc;
    border-radius: 3px;
    color: #318acc;
    padding: 3px;
    display: block;
}
.point_receipt{
    border: 1px solid #e61e25;
    border-radius: 3px;
    color: #e61e25;
    padding: 3px;
    display: block;
}
.point_receipt{
    border: 1px solid #e61e25;
    border-radius: 3px;
    color: #e61e25;
    padding: 3px;
    display: block;
}

/*見積もりDX*/
#listup span.mitumori_msg {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

/*WPN キャンセル追加*/
.section table td .line_clamp{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.section td .cancel_btn{
    padding: 5px;
    background: #318acc;
    border-radius: 5px;
    border: 1px solid #318acc;
    color: #fff;
    display: block;
}
.section td .cancel_btn:hover{
    background: #fff;
    color:#318acc;
}
.section td .cancel_span{
    padding: 5px;
    background: #ccc;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    color:#333;
}
.section tr.cancel_done td{
    color:#e61e25;
}
.section form.wpn_memo h4,.section.cancel_description h4{
    display: block;
    margin: 0 0 20px;
}
.section form.wpn_memo h4::first-letter,.section.cancel_description h4:first-letter{
    font-size:130%;
}
.section form.wpn_memo .wpn_checkbox_inner{
    margin: 0 0 10px;
    display: flex;
}
.section form.wpn_memo .wpn_checkbox_inner label{
    margin:0 20px 0 0;
    display: flex;
    align-items: center;
}
.section form.wpn_memo .wpn_checkbox_inner label input{
    margin: 0 5px 0 0 ;
}
.section form.wpn_memo textarea{
    width:calc(100% - 12px);
    max-width:calc(100% - 12px);
    min-width:calc(100% - 12px);
    padding:5px;
}
.section form.wpn_memo .wpn_memo_submit_inner{
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
}
.section form.wpn_memo .wpn_memo_submit_inner input[type="submit"]{
    background:#318acc;
    padding:10px;
    border: 1px solid #318acc;
    color: #fff;
    border-radius: 5px;
    margin:0 5px 0 0;
    text-arign:center;
}
.section form.wpn_memo .wpn_memo_submit_inner input[type="submit"]:hover{
    background:#fff;
    color:#318acc;
}
.section form.wpn_memo .wpn_memo_submit_inner .return_btn{
    background: #efefef;
    padding: 10px;
    border:#ccc;
    border-radius: 5px;
    margin: 0 0 0 5px;
    text-align: center;
}
.section form.wpn_memo .wpn_memo_submit_inner .return_btn:hover{
    text-decoration: none;
    opacity: 0.8;
}
.section.cancel_description table{
    width: 100%;
}
.cancel_record{
    color: red;
}
.cancel_proccesed{
    text-decoration: line-through;
}

/*ポップアップここから*/
.cancel_popup_wrap input {
    display: none;
  }
  
  .cancel_popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
  }
  
  .cancel_popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .cancel_popup_content {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 600px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
  }
  #right_contents .section .cancel_popup_content p{
      max-width: max-content;
      margin:0 auto;
      font-size: 20px;
      line-height:1.5em;
      text-align:center;
  }
  .cancel_close_btn {
    cursor: pointer;
    display: block;
    margin: 10px auto;
    max-width: max-content;
    padding: 5px;
  }
  .cancel_decision_btn,.cancel_decision_btn:visited{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
    background:#e61e25;
    margin:20px auto 0;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #e61e25;
    width:80%;
    max-width:200px;
  }
  .cancel_decision_btn:hover{
    background:#fff;
    color:#e61e25;
    text-decoration: none;
}
  .cancel_popup_wrap input:checked ~ .cancel_popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
  }
  
  .cancel_open_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
    background:#e61e25;
    margin:20px auto 0;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #e61e25;
    width:80%;
    max-width:200px;
  
  }
  .cancel_open_btn:hover{
      background:#fff;
      color:#e61e25;
      text-decoration: none;
  }
  /*ポップアップココまで*/
  /*問屋出荷指示タイミングコントロール*/
  .shipping_control h2{
      margin:0 0 20px;
  }
  /*　選択UI
==================================================*/

#right_contents .section .choose {
    display: block;
    margin: 30px 0 0 0;
}

#right_contents .section .choose_menu {
    margin: 0 0 50px;
}

#right_contents .section .choose_menu > li {
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px;
}

#right_contents .section .choose_menu > li label {
    display: block;
}
#right_contents .section .choose_menu > li label > a,#right_contents .section .choose_menu > li label > a:visited{
    color: #333;
}
#right_contents .section .choose_menu > li label > a:hover{
    text-decoration: none;
}

#right_contents .section .choose_menu > li .checkbox01_parts {
    font-size: 16px;
}

#right_contents .section .choose_menu > li div {
    font-weight: normal;
    font-size: 12px;
    margin: 10px 0 25px 45px;
}

#right_contents .section .choose_menu > li p {
    font-weight: normal;
    font-size: 12px;
    margin: 10px 0 0 45px;
}

#right_contents .section .choose_contents {
    border-top: #ccc 1px dotted;
    padding: 10px;
}

#right_contents .section .choose_contents dl dt {
    margin: 0 0 5px;
}

#right_contents .section .choose_contents dl dd {
    padding: 0;
}
/* ラジオボタンをチェックボックスに */

#right_contents .section .checkbox01_input {
    display: none;
}

#right_contents .section .checkbox01_parts {
    padding: 7px 0 0 45px;
    position: relative;
    cursor: pointer;
}


#right_contents .section .checkbox01_parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: #ccc 1px solid;
}

#right_contents .section .checkbox01_parts::after {
    content: "";
    display: block;
    position: absolute;
    transform: rotate(40deg);
    top: 7px;
    left: 11px;
    width: 7px;
    height: 14px;
    border-bottom: 4px solid #ccc;
    border-right: 4px solid #ccc;
}

#right_contents .section .checkbox01_parts:hover:before {
    background-image: -webkit-linear-gradient(bottom, #999, #ccc);
    background-image: -moz-linear-gradient(bottom, #999, #ccc);
    background-image: -o-linear-gradient(bottom, #999, #ccc);
    background-image: -ms-linear-gradient(bottom, #999, #ccc);
    background-image: linear-gradient(to top, #999, #ccc);
}

#right_contents .section .checkbox01_parts:hover:after {
    border-color: #fff;
}

#right_contents .section .checkbox01_input:checked + .checkbox01_parts::before,
#right_contents .section .checkbox01_input:checked + label .checkbox01_parts::before {
    background: #E61E25;
    border-color: #E61E25;
}

#right_contents .section .checkbox01_input:checked + .checkbox01_parts:after,
#right_contents .section .checkbox01_input:checked + label .checkbox01_parts:after {
    border-color: #fff;
}
#right_contents .section .blank_link span {
    text-decoration: underline;
}
#right_contents .section .blank_link i {
    font-family: fontawesome;
    font-style: normal;
    margin: 0 5px 0;
}

.shipping_control label .caution{
    color:#ff7200;
    margin: 10px 0 0 45px;
}
.shipping_control .caution li{
    text-indent: -1em;
    padding-left:1em;
}
.shipping_control .caution li:before {
    content: "※";
}
.shipping_control_submit{
    background-color: #407ad4;
    border: solid 1px #ff8a00;
    background-image: -webkit-linear-gradient(bottom, #ff7200, #ff9a18);
    background-image: -moz-linear-gradient(bottom, #ff7200, #ff9a18);
    background-image: -o-linear-gradient(bottom, #ff7200, #ff9a18);
    background-image: -ms-linear-gradient(bottom, #ff7200, #ff9a18);
    background-image: linear-gradient(to top, #ff7200, #ff9a18);
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    max-width:300px;
    margin:0 auto 30px;
}
.shipping_control_submit:hover {
    background-image: -webkit-linear-gradient(bottom, #ff9a18, #ff7200);
    background-image: -moz-linear-gradient(bottom, #ff9a18, #ff7200);
    background-image: -o-linear-gradient(bottom, #ff9a18, #ff7200);
    background-image: -ms-linear-gradient(bottom, #ff9a18, #ff7200);
    background-image: linear-gradient(to top, #ff9a18, #ff7200);
    color:#fff;
    text-decoration: none;
}
.shipping_control .caution{
    color:#ff7200;
    font-weight: bold;
    margin:10px 0 0;
}
.shipping_control h5{
    font-size:16px;
    margin:30px 0 10px;
}
.teiki_setting_table{
    width:100%;
    text-align: center;
    border-collapse: collapse;
}
.teiki_setting_table th{
    background: #efefef;
    padding:10px 0;
    border: 1px solid #ccc;
    font-size:20px;
    position: relative;
}
.teiki_setting_table th .sunday_price{
    position: absolute;
    top: -18px;
    left: calc(50% - 25px);
    width: 50px;
    font-size: 12px;
    background: #e61e25;
    color: #fff;
    padding: 3px;
    border-radius: 10px;
    display: block;
}
.teiki_setting_table td{
    padding:30px 0 10px;
    border: 1px solid #ccc;
}
.teiki_setting_table td input{
    display: none;
}

.teiki_setting_table input:checked + .checkbox01_parts::before{
    background: #E61E25;
    border-color: #E61E25;
    color:#fff;
}
#right_contents .section .teiki_setting_table input:checked + .checkbox01_parts::after{
    border-bottom: 4px solid #fff;
    border-right:4px solid #fff;
}
#right_contents .section .teiki_setting_table .checkbox01_parts{
    padding:20px 0 0 32px;
}
.soryo_flee_checkbox{
    display: flex;
    max-width:600px;
    justify-content: space-between;
    margin:0 auto;
}
.soryo_flee_checkbox li{
    width:calc(50% - 10px);
}
.soryo_flee_checkbox li input{
    display: none;
}
.soryo_flee_checkbox li label {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size:16px;
}
.soryo_flee_checkbox li input:checked + label {
    padding: 16px;
    border: 5px solid #e61e25;
}
.soryo_free_checkbox_caution{
    color: #ff7200;
    margin:5px 0 0;
    display: block;
    text-align: center;
}
.regi_link_btn{
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    max-width:300px;
    margin:0 auto 30px;
    background:#ccc;
}
.regi_link_btn:hover{
    background:#333;
    color:#fff;
    text-decoration: none;
}

.setting_caution_block{
    border: 1px solid #e61e25;
    color:#e61e25;
    padding:10px;
    margin:0 0 10px;
    border-radius:5px;
    text-align: center;
}
.shipping_description_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin:20px 20px 0;
}
.shipping_description_inner{
    width:calc(50% - 12px);
    margin:0 20px 20px 0;
    border: 1px solid #333;
    padding:0;
}
.shipping_description_inner:nth-child(2n){
    margin:0 0 20px;
}

.shipping_description_inner .str_number{
    font-size:20px;
}
.shipping_description_title{
    background:#efefef;
    text-align:center;
    border-bottom:1px solid #333;
    margin:0;
    padding:5px;
    font-weight: bold;
    font-size:16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ship_normal{
    color: #fff;
    background:#fb7122 !important;
}
.ship_cycle{
    color: #fff;
    background:#8dc357 !important;
}
.ship_free{
    color: #fff;
    background:#74b0fb !important;
}
.ship_hold{
    color: #fff;
    background:#fb6d70 !important;
}

.shipping_description_title img{
    width: 30px;
    margin: 0 5px 0 0;
}
.shipping_description_inner p{
    text-align: center;
    margin-bottom:10px;
}
.ship_nothing p{
    text-align: center;
    margin-bottom:10px;
    font-size: 12px;
}
.shipping_description_inner a{
    text-decoration: underline;
}
.shipping_description_inner a.main_link{
    text-align:center;
    display: block;
    margin:10px auto;
    font-size:16px;
    font-weight: bold;
    text-decoration: underline;
    width:max-content;
}
.shipping_description_text{
    padding:5px;
    border:1px solid #333;
    margin: 10px;
    text-align:center;
}
table .str_td{
    font-size:20px;
    font-weight: bold;
}
table .font_small{
    font-size: 60%;
    font-weight: normal;
    margin: 0 0 0 2px;
}
.color_orange{
    color:#ff7200;
}
.ta_center{text-align:center;}
.control_bin_list textarea{
    resize: vertical;
    padding:3px;
}
.control_bin_list col:nth-child(1){
    min-width:110px;
}

.control_bin_list col:nth-child(2),
.control_bin_list col:nth-child(3){
    min-width:95px;
}
.control_bin_list col:nth-child(4){
    min-width:110px;
}
.control_bin_list col:nth-child(5){
    min-width:200px;
}
.control_bin_list col:nth-child(6){
    min-width:40px;
}
.control_bin_list col:nth-child(7){
    min-width:90px;
}
.control_bin_list col:nth-child(8){
    min-width:80px;
}
.control_bin_list col:nth-child(9){
    min-width:210px;
}
.control_bin_list th{
    min-width:max-content;
}
.caution li {
    text-indent: -1em;
    padding-left: 1em;
}
.caution {
    color: #ff7200;
    margin: 10px 0 0;
    font-weight:bold;
}
.caution li:before {
    content: "※";
}
.b_top{
    /*border-top:3px solid #ccc;*/
    padding-top:20px;
}
.already_arrived{
    border: #0000ff 2px solid;
    display: inline-block;
    padding: 3px 5px;
    font-size: 14px;
    margin: 0 10px 0 0;

    color: #0000ff;
    font-weight: bold;
}
.waiting_arrived{
    border: #c71444 2px solid;
    display: inline-block;
    padding: 3px 5px;
    font-size: 14px;
    margin: 0 10px 0 0;

    color: #c71444;
    font-weight: bold;
}
.control_bin_list h4{
    font-size:18px;
    margin:20px 0 10px;
}
.control_bin_list .btn{
    margin:0 auto 30px;
}
.shipping_wait_list_link{
    display: block;
    margin:0 0 30px auto;
    max-width:max-content;
}
.link_btn_orange, .link_btn_orange:visited{
    display: block;
    width:90%;
    max-width:300px;
    padding:10px;
    border-radius:5px;
    border: 1px solid #ff7200;
    background:#ff7200;
    color:#fff;
    text-align:center;
    font-weight: bold;
    margin:30px auto;
    font-size:14px;
    text-decoration: none;
}
.link_btn_orange:hover{
    background:#fff;
    color:#ff7200;
    text-decoration: none;
}
.color_red{color: #e61e25;}
.shipping_description_inner .color_red{
    border: none;
}
.shipping_description_inner a.link_btn_orange{
    text-decoration: none;
    margin: 10px auto;
}
#listup .list_none{
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
    font-size:16px;
}
#listup #detail > div.tyumon_btn_area,
.tyumon_btn_area{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:10px auto 30px;
  }
  .tyumon_btn_area a,.tyumon_btn_area a:visited{
    width:max-content;
    padding:15px 10px;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    width:calc(100% / 3 - 40px);
    margin:0 10px 20px;
  }
  .tyumon_btn_area a::before {
    font-family: FontAwesome;
    content: "\f138";
    margin: 0 5px 0 0;
  }
  .tyumon_btn_area a.bunkatsu{
      background:#efefef;
      color:#333;
  }
  .tyumon_btn_area a.gattai{
      background:#666;
      color:#fff;
  }
  .tyumon_btn_area a.teiki{
      background:#8bc34a;
  }
  .tyumon_btn_area a.shizi{
      background:#ff6e6e;
  }
  .tyumon_btn_area a.souryo{
      background:#6eb0ff;
  }
  .tyumon_btn_area a:hover{
      opacity: 0.8;
      text-decoration: none;
  }
  .tyumon_btn_area form{
    display: contents;
}
.tyumon_btn_area label::before{
    font-family: FontAwesome;
    content: "\f138";
    margin: 0 5px 0 0;
}
.tyumon_btn_area input,.tyumon_btn_area button{
    background: none;
    color: inherit;
    border: none;
    cursor: pointer;
}

.tyumon_btn_area label{
    width: max-content;
    padding: 15px 10px;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    width: calc(100% / 3 - 40px);
    margin: 0 10px 20px;
    cursor: pointer;
}
.tyumon_btn_area form:last-child label{
    margin:0;
}
.tyumon_btn_area label.tujo{
    background:#ff7200;
}
.tyumon_btn_area label.tujo:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.tyumon_btn_area label.teiki{
    background:#8bc34a;
}
.tyumon_btn_area label.teiki:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.tyumon_btn_area label.shizi{
    background:#ff6e6e;
}
.tyumon_btn_area label.shizi:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.tyumon_btn_area label.souryo{
    background:#6eb0ff;
}
.tyumon_btn_area label.souryo:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.tyumon_btn_area label.return_btn{
    background:#bab8b8;
    color:#333;
    text-decoration: none;
}
.tyumon_btn_area label.return_btn:hover{
    opacity: 0.8;
    color:#333;
}
.tyumon_btn_area label.cancel_btn{
    background:#666;
    color:#fff;
}
.tyumon_btn_area label.cancel_btn:hover{
    text-decoration: none;
    opacity: 0.8;
}

  #listup #detail > .head_kotei_wrapper{
    overflow-y: scroll;
    max-height:700px;
    border: 1px solid #cbd5e0;
    margin: 10px 0 40px;
}
#listup #detail > .head_kotei_wrapper::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
#listup #detail > .head_kotei_wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
#listup #detail > .head_kotei_wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
#listup table.head_kotei{
    margin:0;
    height: 100%;
}
#listup table.head_kotei input[type="checkbox"]{
    display: block;
    margin:0 auto;
}
table.head_kotei th{
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index:1;
}
.head_kotei textarea {
    resize: vertical;
    width: 180px;
    height: 30px;
    min-height: 30px;
    padding:3px;
}
#listup table td.td_checkbox{
    padding:0;
    height:100%;
}
#listup table td.td_checkbox label{
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#listup #detail > p span.color_black{
    color:#333;
}
#listup #detail table a{
    text-decoration: underline;
}

#listup #detail > .syukka_btn_area{
    display: flex;
    justify-content: space-around;
    margin:20px auto 40px;
}
.syukka_btn_area form{
    display: contents;
}
.syukka_btn::before{
    font-family: FontAwesome;
    content: "\f138";
    margin: 0 5px 0 0;
}
.syukka_btn input,.syukka_btn button{
    background: none;
    color: inherit;
    border: none;
    font-size: 11px;
}
.font_b{font-weight: bold;}
#listup #detail > p span.font_b{
    color:unset;
    font-weight: bold;
}
.syukka_btn,.syukka_btn:visited{
    width:90%;
    max-width:300px;
    text-align: center;
    padding:15px 10px;
    color:#fff;
    border-radius: 5px;
    margin:0 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.syukka_btn_area form:last-child label{
    margin:0;
}
.syukka_btn.tujo{
    background:#ff7200;
}
.syukka_btn.tujo:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.syukka_btn.teiki{
    background:#8bc34a;
}
.syukka_btn.teiki:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.syukka_btn.shizi{
    background:#ff6e6e;
}
.syukka_btn.shizi:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.syukka_btn.souryo{
    background:#6eb0ff;
}
.syukka_btn.souryo:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.syukka_btn.return_btn{
    background:#bab8b8;
    color:#333;
    text-decoration: none;
}
.syukka_btn.return_btn:hover{
    opacity: 0.8;
    color:#333;
}
.syukka_btn.cancel_btn{
    background:#666;
    color:#fff;
}
.syukka_btn.cancel_btn:hover{
    text-decoration: none;
    opacity: 0.8;
}
.syukka_btn.teiki_setting{
    background:#ff7200;
    color:#fff;
}
.syukka_btn.teiki_setting:hover{
    background:#fff;
    color:#ff7200;
    text-decoration: none;
}

.blank_link span{
    text-decoration: underline;
    font-weight: normal;
  }
  .blank_link i{
    font-family: fontawesome;
    font-style: normal;
    margin: 0 5px 0;
  }
  .blank_link:hover{
    text-decoration: none;
    opacity: 0.7;
  }
  
  .setting_caution_block .blank_link{
    display: block;
    margin:10px auto 0;
    width: max-content;
  }
  .setting_caution_block .blank_link span{
      text-decoration: underline;
      font-weight:normal;
  }
  .setting_caution_block .blank_link:hover{
      text-decoration: none;
      opacity: 0.7;
      transition: 0;
  }
  
  .setting_caution_block ,#listup #detail > div.setting_caution_block{
    border: 1px solid #e61e25;
    color: #e61e25;
    padding: 10px;
    width:500px;
    min-width:max-content;
    max-width:100%;
    margin: 0 auto 20px;
    border-radius: 5px;
    text-align: center;
}

#listup #detail > div.yamato_soryo_check{
    overflow: unset;
    text-align: center;
    margin: 10px auto;
}
#listup #detail > div.yamato_soryo_check label{
    margin:0 auto 10px;
    display: block;
}
.yamato_soryo_check input{display: none;}
.yamato_soryo_check .checkbox01_parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: #ccc 1px solid;
}
.yamato_soryo_check .checkbox01_parts::after {
    content: "";
    display: block;
    position: absolute;
    transform: rotate(40deg);
    top: 7px;
    left: 11px;
    width: 7px;
    height: 14px;
    border-bottom: 4px solid #ccc;
    border-right: 4px solid #ccc;
}
.yamato_soryo_check .checkbox01_parts {
    padding: 7px 0 0 45px;
    position: relative;
    cursor: pointer;
    font-size:16px;
}
.yamato_soryo_check .checkbox01_parts:hover:before {
    background-image: -webkit-linear-gradient(bottom, #999, #ccc);
    background-image: -moz-linear-gradient(bottom, #999, #ccc);
    background-image: -o-linear-gradient(bottom, #999, #ccc);
    background-image: -ms-linear-gradient(bottom, #999, #ccc);
    background-image: linear-gradient(to top, #999, #ccc);
}
.yamato_soryo_check .checkbox01_parts:hover:after {
    border-color: #fff;
}
.yamato_soryo_check .checkbox01_input:checked + .checkbox01_parts::before {
    background: #E61E25;
    border-color: #E61E25;
}
.yamato_soryo_check .checkbox01_input:checked + .checkbox01_parts:after {
    border-color: #fff;
}
.caution_block,#listup #detail > div.caution_block{
    border: 1px solid #e61e25;
    color:#e61e25;
    padding:10px;
    margin:20px auto;
    width:500px;
    max-width:100%;
    border-radius: 5px;
    text-align: center;
    line-height: 1.5em;
}
.caution_block i{
    font-family: fontawesome;
    margin:0 5px 0 0;
    font-style: normal;
}
#listup #detail > .cancel_ng_text{
    padding: 10px;
    border: 1px solid #ff7200;
    margin: 0 0 10px;
}
#listup table.control_bin_list{
    margin: 10px 0 40px;
}
#listup #detail > p.mt_30,
.mt_30{margin-top:30px;}
#teiki_jump{
    margin-top:-80px;
    padding-top:80px;
}
#listup #detail > div.status_change_table{
    border-bottom: 3px solid #ccc;
    padding:0 0 10px;
    margin: 0 0 30px;
}
#listup #detail > div.status_change_table p{
    font-size: 14px;
}
.teikibin_setting_none{
    color: #ff7200;
}
.teiki_jump{
    cursor: pointer;
}
#right_contents .section .choose_menu > li div.input_display{
    margin: 20px 0;
    max-width: 800px;
}
.input_display{
    display: none;
}
input:checked ~ .input_display{
    display: block;
}
#right_contents .section .choose_menu > li .input_display p{
    margin: 0 0 10px;
}

.teiki_modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.teiki_modal .modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.teiki_modal .modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    max-width:max-content;
}
.teiki_modal .modal__content img{
    max-width: 100%;
}
.teiki_modal .modal__content .lead{
    margin: 10px 0;
}
#right_contents .section .choose_menu > li label > a.teiki_modal_open{
    cursor: pointer;
    font-size: inherit;
    margin: 0 0 0 20px;
    color: #416090;
    text-decoration: underline;
}
#right_contents .section .choose_menu > li label > a.teiki_modal_open:hover{
    text-decoration: underline;
}