@charset "utf-8";
/*
Theme Name: iii-store
Theme URI: https://www.iii-store.com/
Description: ホワイトボード・黒板・展示パネルの販売・オーダーメイド | iii-Store
*/

/*-------------
base
-------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
    margin:0;
    padding:0;
}

html {
    margin-top: 0 !important;
}

img {
    border:0;
    vertical-align: middle;
}

body {
    font-size: 85%;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

html,body {
    /*height: 100%;*/
}

hr {
    border: 1px dotted #ccc;
}

a {
    color: #3c99d9;
    outline: none;
}

a:hover {
    text-decoration: underline;
    color: #5091cd;
}

ul {
    list-style: none;
}

ol {
    margin-left: 3em;
}

ol li {
    margin-bottom: 5px;
}

h1,h2,h3,h4,h5 {
    font-family: YuGothic, '游ゴシック', sans-serif , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
}

strong {
    background: #ffff00;
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "fontawesome-webfont";
    src: url("../font/fontawesome-webfont.eot");
    src: url("../font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
    url("../font/fontawesome-webfont.woff") format("woff"),
    url("../font/fontawesome-webfont.ttf") format("truetype"),
    url("../font/fontawesome-webfont.svg#fontcustom") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* 画像配置 左 */
img.alignleft {
    text-align: left;
}

/* 画像配置 中央 */
img.aligncenter {
    display: block;
    margin: 1px auto;
}

/* 画像配置 右 */
img.alignright {
    display: block;
    margin: 1px 1px 1px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    max-width: 100%;
    height: auto;
}

img.alignleft {
    margin-right: 20px;
}

img.alignright {
    margin-left: 20px;
}

img#wpstats {
    display: none;
}

.alignright {
    float: right;
    display: inline;
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    display: inline;
    margin-bottom: 50px;
}

/*wrap*/
#wrap {
    width: 100%;
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}


/*-------------
container
-------------*/
#container {
    width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
}

#container:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}


/*-------------
contents
-------------*/
#contents {
    position: relative;
    height: auto;
    width: 825px;
    float: right;
}

#contents p {
    color: #333;
}

#contents a {
    font-weight: bold;
}

#contents a:hover {
    text-decoration: none;
}

#contents .box-link {
    text-align: center;
    margin-top: 20px;
}

#contents a.about-link {
    display: inline-block;
    font-size: 1.1em;
    min-width: 200px;
    text-align: center;
    border: 1px solid #5091cd;
    border-radius: 3px;
    text-decoration: none;
    padding: 10px;
    background: #fff;
}

#contents a.about-link-2 {
    display: inline-block;
    font-size: 1.1em;
    min-width: 200px;
    text-align: center;
    border: 1px solid #ff931e;
    border-radius: 3px;
    color: #ff931e;
    text-decoration: none;
    padding: 10px;
    background: #fff;
    margin-left: 10px;
}

#contents a.about-link:hover {
    background-color: #f0ffff;
}

#contents a.about-link-2:hover {
    background-color: #fffbe6;
}

/*breadcrumb*/
#breadcrumb a {
    font-size: 0.9em;
    color: #4d4d4d;
    font-weight: normal;
    text-decoration: none;
}

#breadcrumb a:hover {
    color: #5091cd;
}


/*-------------
header
-------------*/

#header-inner {
    display: block;
    margin: 0 auto 0;
}

#header-top {
    background-color: #f2f2f2;
    height: 45px;
    margin-bottom: 15px;
}

#header-top #header-top-menu {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    display: table;
}

#header-top #header-top-menu ul.header-top-menu-box {
    text-align: right;
}

#header-top #header-top-menu ul.header-top-menu-box li:first-child {
    padding: 15px;
}

#header-top #header-top-menu p {
    float: left;
    color: #797979;
    padding: 13px 0;
}

#header-top .menu-header-top-menu-container {
    vertical-align: middle;
}

#header-top .menu-header-top-menu-container ul.header-top-menu-box li {
    display: inline;
    line-height: 3.2;
}

#header-top .menu-header-top-menu-container li a {
    color: #333;
    text-decoration: none;
}

#header-top ul a:hover {
    text-decoration: underline;
}


/*お問い合わせ*/
#header-top .menu-header-top-menu-container ul.header-top-menu-box li.menu-item-otoiawase a:before {
    font-family: Fontawesome;
    content: '\f003';
    padding-right: 5px;
}

/*ご利用ガイド*/
#header-top .menu-header-top-menu-container li.header-guide-box {
    display: inline;
}

#header-top .menu-header-top-menu-container li#header_guide {
    position: relative;
    z-index: 1;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#header-top .menu-header-top-menu-container li#header_guide a#guide {
    padding: 15px;
}

#header-top .menu-header-top-menu-container li#header_guide a#guide:before {
    font-family: Fontawesome;
    content: '\f0f6';
    padding-right: 5px;
}

#header-top .menu-header-top-menu-container li#header_guide a#guide:after {
    font-family: Fontawesome;
    content: '\f107';
    padding-left: 5px;
    color: #ccc;
}

/*ご利用ガイド プルダウン*/
#header-top ul.header-top-menu-box li.header-guide-box:hover ul.drop {
    display: block;		/*マウスオーバー時にサブメニューを表示*/
    visibility: visible;
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    background: #ffffff;
    box-shadow:0 0 8px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 8px 2px rgba(0,0,0,0.2);
    text-align:left;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=5, enabled=true);
    border:1px #eee solid\9;
}

*:first-child+html ul.drop li:hover .drop { border-left:1px #eee solid; border-top:1px #eee solid;}
.drop:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top:-8px;
}

#header-top ul.header-top-menu-box li > ul.drop {
    display: none;
    width: 8.8em;
    position: absolute;
    right: 0;
    padding: 15px 15px 0 15px;
    background: #fff;
}

#header-top ul.header-top-menu-box li > ul.drop li {
    visibility: visible;
    overflow: visible;
    display: block;
    text-align: left;
    line-height: 1.2em;
    padding: 0 0 1.2em 0.8em !important;
    text-indent: -0.8em;
}

#header-top ul.header-top-menu-box li > ul.drop li:before {
    font-family: Fontawesome;
    content: '\f105';
    padding-right: 5px;
    color: #f5c8c8;
}

/*会社情報*/
#header-top .menu-header-top-menu-container li.company {
    padding: 15px;
}

/*ショッピングカート*/
#header-top ul#header_top_cart {
    float: right;
    width: 100px;
    height: 45px;
    display: inline;
}

#header-top ul#header_top_cart li#header_cart {
    padding: 0;
}

#header-top ul#header_top_cart li#header_cart a {
    display: block;
    text-align: center;
    vertical-align: middle;
    background: #22b573;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#header-top ul#header_top_cart li#header_cart a:before {
    font-family: Fontawesome;
    content: '\f07a';
    padding-right: 5px;
}

#header-top ul#header_top_cart li#header_cart a:hover {
    background: #5acda5;
}


/* ヘッダーの固定（改善案）
div#header-fixed {
    position: fixed;
    top: 0px;  
    left: 0px; 
    width: 100%;
    height: 49px; 
    z-index: 999;
}
 
 
div#header-bk { 
	background-color: #f2f2f2;
	padding: 0px 0;
	height:49px; 
	width:100%;
}
 
 
div#header-in { 
	border: 5px solid #f2f2f2;
	height: 100%;
	width: 1100px;
	margin: auto;
	box-sizing: border-box;
}
 */


#header {
    width: 1100px;
    margin: 0 auto;
}

#header-inner .header-bar {
    clear: both;
    width: 300px;
    height: 60px;
    position: relative;
    z-index: 100;
}

#header-inner .header-bar {
    float: left;
}

#sending-image {
    position: absolute;
    top: 0;
    left:210px;
}

#header-inner .header-bar h1 a {
    display: block;
    margin-top: 5px;
    width: 192px;
    height: 57px;
    background: url(../images/index_and_common/logo.gif) no-repeat;
    background-size: 192px 57px;
}

#header-inner .header-bar h1 a span {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
}

#header-inner .header-bar-right {
    float: right;
    width: 468px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    text-align: right;
}

#header-inner .header-bar-right p.telNum {
    font-size: 1.7em;
    color: #646464;
    text-align: right;
    float: left;
}

#header-inner .header-bar-right p.telNum:before {
    font-family: Fontawesome;
    content: '\f095';
    padding-right: 5px;
}

#header-inner .header-bar-right span.reception {
    display: block;
    padding: 2px 0;
    color: #fff;
    background-color: #ffa6ac;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
}

/*nav*/
#header-nav {
    display: block;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
}

#header-nav .menu-item {
    margin: 25px 0 15px 0;
}

#header-nav li.menu-item a:hover {
    color: #faa53c;
}

#header-nav .current-menu-item a {
    color: #ff0000;
}

#header-nav ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#header-nav li {
    float: left;
    width: 16.56%;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#header-nav li+li {
    border-left: 0;
    border-right: 1px solid #ccc;
}

#header-nav ul li.menu-item a {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    text-align: center;
}


/*-------------
sidebar
-------------*/
#sidebar {
    float: left;
    width: 230px;
    margin-right: 45px;
    position: relative;
}

#sidebar a {
    color: #333;
    text-decoration: none;
}

#sidebar a:hover {
    color: #3c99d9;
    text-decoration: underline;
}

/*order-maide*/
#sidebar #order-maide {
    background: #f8f5e4;
    border: 1px solid #ccc;
}

#order-made-menu {
    font-family: YuGothic, '游ゴシック', sans-serif , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
    margin:0;
    padding:0;
    display: block;
    font-size: 1.17em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#sidebar #order-maide #order-made-menu {
    color: #555;
    text-align: center;
    line-height: 1.3em;
    margin-top: 12px;
}

#sidebar #order-maide #order-made-menu:before {
    font-family: Fontawesome;
    content: '\f085';
    padding-right: 8px;
    color: #faa53c;
}

#sidebar #order-maide #order-btn {
    text-align: center;
    padding-top: 8px;
}

#sidebar #order-maide ul.about-order-list {
    padding: 12px 8px;
    border-bottom: 1px dotted #ccc;
}

#sidebar #order-maide ul.about-order-list li {
    margin-bottom: 5px;
}

#sidebar #order-maide ul.about-order-list li:last-child {
    margin-bottom: 0;
}

#sidebar #order-maide ul.about-order-list li a {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 8px;
    font-weight: bold;
}

#sidebar #order-maide ul.about-order-list li a:after {
    position: absolute;
    font-family: Fontawesome;
    content: '\f054';
    color: #fbd760;
    right: 8px;
    top: 8px;
}

#sidebar #order-maide ul.about-order-list li a:hover {
    color: #333;
    text-decoration: none;
    background: #ffffc0;
}

#sidebar #order-maide ul.fax-list {
    background: #f2f2f2;
}

#sidebar #order-maide .fax-icon {
    float: left;
    color: #666666;
    background: #f2f2f2;
    font-size: 2.5em;
    text-align: center;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
}

#sidebar #order-maide .fax-icon i {
    padding-top: 17px;
}

#sidebar #order-maide ul.fax-list li.fax-link+li.fax-link {
    border-top: 1px solid #ccc;
}

#sidebar #order-maide ul.fax-list li.fax-link a {
    display: inline-block;
    text-decoration: underline;
    padding: 7px 0;
}

#sidebar #order-maide ul.fax-list li.fax-link a:before {
    float: left;
    font-family: Fontawesome;
    content: '\f019';
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    color: #bbb;
    text-align: center;
    background: #fff;
    margin-right: 7px;
}

#sidebar #order-maide ul.fax-list li.fax-link:after {
    clear: both;
}

#sidebar #order-maide ul.fax-list li.fax-link a:hover {
    color: #333;
    text-decoration: none;
}

/*side-menu*/
#sidebar #side-menu {
    margin-top: 30px;
    font-size: 1.05em;
}

#sidebar #side-menu a {
    display: block;
    position: relative;
}

#sidebar #side-menu a:hover {
    color: #555;
    background: #fadcdc;
    text-decoration: none;
}

#sidebar #side-menu ul.sub-menu {
    margin-bottom: 30px;
}

#sidebar #side-menu ul {
    list-style-position: inside;
}

#sidebar #side-menu ul li {
    margin: 5px 0;
}

#sidebar .menu {
    margin-bottom: 30px;
}

#sidebar .menu a:before {
    font-family: Fontawesome;
    color: #f5c8c8;
    position: absolute;
    padding-top: 2px;
    left: 0;
}

#sidebar #side-menu ul#menu-whiteboad li.menu-item-has-children {
    font-weight: bold;
}

#sidebar #side-menu ul#menu-whiteboad li.menu-item-has-children > a {
    padding-left: 1.2em;
}

#sidebar #side-menu ul#menu-whiteboad li.menu-item-has-children > a:before {
    content: '\f138';
}

#sidebar #side-menu ul.sub-menu li {
    font-weight: normal;
    padding-left: 1em;
}

#sidebar #side-menu ul.sub-menu li a , #sidebar #side-menu ul.menu li a {
    padding-left: 0.8em;
}

#sidebar #side-menu ul.sub-menu li a:before {
    content: '\f105';
}

#sidebar #side-menu ul.menu li a:before {
    content: '\f105';
}


#sidebar #side-menu ul li.rank1 {
    width: 230px;
    height: 35px;
    border-bottom: 1px dotted #c8c8c8;
    margin-bottom: 20px;
}

#sidebar #side-menu ul li#whiteboad {
    background: url(../images/index_and_common/s-whiteboard.gif) no-repeat left;
}

#sidebar #side-menu ul li#kokuban {
    background: url(../images/index_and_common/s-kokuban.gif) no-repeat left;
}

#sidebar #side-menu ul li#keijiban {
    background: url(../images/index_and_common/s-keijiban.gif) no-repeat left;
}

#sidebar #side-menu ul li#display {
    background: url(../images/index_and_common/s-display.gif) no-repeat left;
}

#sidebar #side-menu ul li#option {
    background: url(../images/index_and_common/s-option.gif) no-repeat left;
}


/*-------------
content
-------------*/

p.kome {
    margin-left: 1em;
    text-indent: -1em;
}

.red-text {
    color: #e73656;
}

.orange-text {
    color: #faa53c;
}

span.block {
    display: inline-block;
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
    min-width: 80px;
    margin-right: 5px;
    text-align: center;
    padding: 2px 3px;
}

.other-up {
    margin-top: 10px;
}

.other-under {
    margin-bottom: 10px;
}

#breadcrumb {
    margin-bottom: 15px;
}


/*span*/
span.m-horo {
    background: #96dae4;
}

span.m-steel {
    background: #5091cd;
}

span.m-wood {
    background: #006f62;
}

span.m-vinyl {
    background: #2f9a98;
}

span.m-tetoron {
    background: #aaf1c2;
}

span.m-arumi {
    background: #ffc873;
}

span.m-wc-arumi {
    background: #ccc;
}

span.m-color-arumi {
    background: #ca8f73;
}

span.m-ki {
    background: #b3ca52;
}

span.m-muji {
    background: #5acda5;
}

span.m-ansen {
    background: #297296;
}

span.m-tsuki-tate {
    background: #e4869c;
}

span.m-tsuki-yoko {
    background: #9dadde;
}

span.m-koudou {
    background: #d17bba;
}

span.m-shukan {
    background: #b3ca52;
}

span.m-schedule {
    background: #c6bc9e;
}

span.m-calendar {
    background: #d9e021;
}

span.m-memo {
    background: #ffa6ac;
}

span.m-japanese {
    background: #BFA46F;
}

span.m-kouji {
    background: #FFD900;
}

/*-------------
footer
-------------*/
#page_top {
    position: relative;
    width: 1100px;
    height: 20px;
    margin: 0 auto;
}

.footer-page_top {
    position: absolute;
    top: -35px;
    left: 0;
}

#footer {
    position: relative;
    width: 100%;
    margin-top: 150px;
    background-color: #f2f2f2;
}

#footer:afetr {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

#footer .footer-contact {
    padding: 20px 0 0 0;
}

#footer .footer-contact .contactBox {
    width: 1100px;
    margin: 0 auto;
    background: url(../images/index_and_common/stuff.png) no-repeat;

    background-position: left bottom;
}

#footer .footer-contact .footer-left {
    width: 685px;
    float: left;
    padding-right: 50px;
    margin-bottom: 20px;
    border-right: 1px solid #c8c8c8;
}

#footer .footer-contact .footer-right {
    width: 310px;
    float: right;
    padding-left: 50px;
}

#footer .footer-contact .telBox {
    text-align: center;
    background-color: #fafafa;
    background-image: url(../images/index_and_common/num-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

#footer .footer-contact .telBox p.message {
    display: inline-block;
    color: #646464;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: left;
    font-weight: bold;
}

#footer .footer-contact .telBox p.tel-Num {
    color: #333;
    font-size: 2.8em;
    font-weight: bold;
    margin-top: 5px;
}

#footer .footer-contact .telBox p.tel-Num:before {
    font-family: Fontawesome;
    content: '\f095';
    padding-right: 10px;
}

#footer .footer-contact .telBox p.fax-Num {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

#footer .footer-contact .telBox p.caution {
    font-size: 0.8em;
    margin-bottom: 15px;
}

#footer .footer-contact ul.contact-Button {
    width: 100%;
    display: table;
}

#footer .footer-contact ul.contact-Button li {
    width: 50%;
    display: table-cell;
}

#footer .footer-contact ul.contact-Button li.btn {
    font-size: 1.15em;
    font-weight: bold;
}

#footer .footer-contact ul.contact-Button li.btn:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
}

#footer .footer-contact ul.contact-Button li.btn a {
    color: #fff;
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
}

#footer .footer-contact ul.contact-Button li.btn a:before {
    font-family: Fontawesome;
    content: '\f054';
    padding-right: 10px;
}

#footer .footer-contact ul.contact-Button li.contact-Button-order a {
    background-color: #faa53c;
    margin-right: 5px;
}

#footer .footer-contact ul.contact-Button li.contact-Button-contact a {
    background-color: #5acda5;
    margin-left: 5px;
}

#footer .footer-menu {
    bottom: 0;
    width: 1100px;
    margin: 0 auto;
}

.footer-info {
    padding: 30px 0 30px 0;
}


/*footer-area*/
.ttl p {
    color: #333;
    font-size: 1.17em;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin: 0 0 10px 0 ;
}

#footer-area p.kome {
    color: #646464;
}

#footer-area p.strong {
    padding-bottom: 5px;
    color: #000;
}

#footer .credit_card {
    margin-bottom: 10px;
}

#footer #area-1 {
    float: left;
    width: 330px;
    padding-right: 50px;
    padding-bottom: 310px;
}

#footer #area-2 {
    float: left;
    width: 300px;
}

#footer #area-2 .ttl p.guide {
    margin-top: 30px;
}

#footer #area-2 a , .footer-info a {
    color: #333;
    text-decoration: none;
}

#footer #area-2 a:hover {
    color: #5091cd;
}

#footer .indent a:before {
    font-family: Fontawesome;
    content: '\f105';
    padding-right: 5px;
}

#footer p.guide:before {
    font-family: Fontawesome;
    content: '\f0f6';
    padding-right: 10px;
}

#footer .menu-how-to-order-container ul li {
    margin: 8px 0;
}

#footer .menu-how-to-order-container ul li a:before {
    font-family: Fontawesome;
    content: '\f054';
    padding-right: 10px;
    color: #b4b4b4;
}


/*footer-links*/
#footer  #footer-links {
    background: #fff;
}

#footer .footer-menu .menu-footer-menu-container {
    display: table-cell;
    text-align: center;
}

#footer ul#menu-footer-menu li {
    display: inline;
    padding: 0 15px;
    line-height: 1;
    float: left;
}

#footer ul#menu-footer-menu li:first-child {
    padding: 0 15px 0 0;
}

#footer ul#menu-footer-menu li+li {
    border-left: 1px solid #ccc;
}

#footer ul#menu-footer-menu li a {
    text-decoration: none;
}

#footer ul#menu-footer-menu li a:hover {
    text-decoration: underline;
}

#footer .footer-menu p.copyright {
    font-size: 0.8em;
    margin-top: 15px;
}

/*-------------
404
-------------*/
#contents-full {
    width: 825px;
    margin: 0 auto;
}

#contents-full .notfound {
    text-align: center;
}

#contents-full .notfound img {
    margin: 50px 0 40px 0;
}

.form-btn {
    text-align: center;
}

.form-btn button {
    color: #fff;
    margin-top: 30px;
    padding: 15px 50px;
    margin-bottom: 10px;
    font-size: 1.3em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.form-btn button:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
}

button#send-cancel {
    margin-right: 20px;
}

button#send {
    background: #faa53c;
}