/* 共通用
==============================*/
* {
 margin: 0;
 padding: 0;
}
html {
 overflow: inherit;
 line-height: 1.15;
 -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
 margin: 0;
 color: #333;
 font-size: 16px;
 font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Arial", sans-serif;
 line-height: 150%
}
ul {
 list-style: none
}
li {
 list-style: none;
 font-size: 16px;
}
a {
 color: #159DD9;
 text-decoration: none;
 font-size: 14px;
}
h1 {
 font-size: 24px;
 font-weight: bold;
 color: #53392B;
}
em {
 font-style: normal;
}
b, strong {
 font-weight: bolder
}
p {
 font-size: 16px;
}
button, optgroup, select, textarea {
 font-family: inherit;
 font-size: 100%;
 line-height: 1.15;
 margin: 0
}
input {
 font-family: inherit;
 font-size: 16px;
 line-height: 1.15;
 margin: 0;
}
button, input {
 overflow: visible
}
.clickable, label, input[type=button], input[type=submit], input[type=file], button {
 cursor: pointer;
}
button, select {
 text-transform: none
}
button, [type="button"], [type="reset"], [type="submit"] {
 -webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText
}
input, select {
 font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Arial", sans-serif;
 -moz-outline-style: none
}
.text-red {
 color: #E23619;
}
.pc {
 display: none !important;
}
.cf:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
dt {
 color: #53392B;
 font-weight: bold;
}

/*header(ヘッダー)
===============================*/
header {
 position: absolute;
 background-color: #fff;
 box-shadow: 0px 0px 10px #0000001A;
 height: 210px;
 top: 0;
 width: 480px;
}
/*#header
===============================*/
#header {
 position: relative;
 margin: 0 auto;
}
/*#header_main
===============================*/
#header_main {
 width: 480px;
 position: relative;
 height: 68px;
}
/*アースダンボールロゴ*/
#logo1 img {
 width: 230px;
 margin: 11px 0 0 0;
}
/*カートボタン*/
#header_cart {
 position: absolute;
 top: 12px;
 right: 10px;
}
#header_cart a {
 color: #53392B;
}
#header_cart li {
 float: left;
 width: 53px;
}
#header_cart #li-mypage, #header_cart #li-login {
 width: 63px;
}
#header_cart li + li {
 margin: 0 0 0 5px;
}
#header_cart li a {
 display: block;
 position: relative;
 padding: 30px 0 0 0;
 line-height: 1.3;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
}
#header_cart li a:before {
 display: block;
 content: '';
 position: absolute;
 top: -27px;
 left: 0;
 bottom: 0;
 width: 53px;
 height: 36px;
 margin: auto;
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: 36px auto;
}
#header_cart .li-guide a:before {
 background-image: url(https://www.bestcarton.com/img/common/nav-danballguide.png);
}
#header_cart #li-mypage a:before {
 background-image: url(https://www.bestcarton.com/img/common/web_log_in.png);
 width: 63px;
}
#header_cart #li-login a:before {
 background-image: url(https://www.bestcarton.com/img/common/web_log_in.png);
	width: 63px;
}
#li-cart a:before {
 background-image: url(https://www.bestcarton.com/img/common/nav-cart.png);
}
#header_cart li a span {
 display: block;
 font-weight: bold;
}
#cart_in {
 position: absolute;
 top: -6px;
 left: 30px;
 padding: 2px 2px;
 width: 17px;
 height: 17px;
 font-size: 13px;
 color: #fff;
 text-align: center;
 background-color: #E23619;
 border-radius: 20px;
}
/*スマホ用メニュー*/
#header_main #header_cart #menuOpen {
 display: inline-block;
 position: relative;
 padding: 30px 0 0 0;
 line-height: 1.3;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
}
#header_main #header_cart #menuClose {
 display: none;
 position: relative;
 padding: 30px 0 0 0;
 line-height: 1.3;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
}
#header_main #header_cart #menuOpen:before {
 display: block;
 content: '';
 position: absolute;
 top: -35px;
 left: 4px;
 bottom: 0;
 width: 45px;
 height: 36px;
 margin: auto;
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: 43px auto;
 background-image: url(https://www.bestcarton.com/img/common/nav-menu.png);
}
#header_main #header_cart #menuClose:before {
 display: block;
 content: '';
 position: absolute;
 top: -35px;
 left: 4px;
 bottom: 0;
 width: 45px;
 height: 36px;
 margin: auto;
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: 43px auto;
 background-image: url(https://www.bestcarton.com/img/common/nav-menuClose.png);
}
#smMenu {
 position: absolute;
 z-index: 11;
 overflow: hidden;
 transition: all 0.5s ease-out;
 top: 50px;
 right: -10px;
 width: 415px!important;
 height: 0;
 background: #fff;
}
#smMenu ul {
 padding: 20px;
}
#header_main #header_cart #smMenu li a {
 display: block;
 padding: 20px 0 20px 60px;
 position: relative;
 font-size: 18px;
 text-decoration: none;
 border-bottom: 1px #DBBD94 solid;
 font-weight: normal;
 text-align: left;
}
#header_main #header_cart #smMenu li a:before {
 content: '';
 width: 10px;
 height: 10px;
 border-right: 3px #DBBD94 solid;
 border-bottom: 3px #DBBD94 solid;
 position: absolute;
 top: -5px;
 right: -345px;
 transform: rotate(
-45deg);
}
#header_main #header_cart #smMenu li .link:before {
 background: url(https://www.bestcarton.com/img/sitemap-icon-unei_li.png) no-repeat;
 transform: rotate(
0deg);
 border: none;
 width: 25px;
}
#header_main #header_cart #smMenu li + li {
 margin: 0;
}
#header_main #header_cart #smMenu li {
 width: 375px;
}
#header_main #header_cart #smMenu li.menu_title {
 padding: 10px 20px 10px 20px;
 color: #53392B;
 font-size: 20px;
 background: #faf7ef;
 font-weight: bold;
 margin: 20px 0 0 -20px;
}
#header_main #header_cart #smMenu li.no_border a {
 border: none;
}
#smMenu .smMenu_title {
 padding: 10px 20px 10px 20px;
 color: #53392B;
 font-size: 20px;
 background: #faf7ef;
 float: left;
 font-weight: bold;
 width: 375px;
 margin-top: 20px;
}
/*スマホメニュー 閲覧履歴、お気に入り*/
#smMenu .scroll {
 width: 1000px;
 overflow: hidden;
}
#smMenu .scrollBox {
 width: 480px;
 overflow-x: scroll;
}
#smMenu .product_viewed, #smMenu .product_fovo {
 float: left;
 width: 170px;
 padding: 15px 0px 15px 15px;
}
#smMenu .product_text {
 height: 50px;
 overflow: hidden;
 margin-bottom: 10px;
}
#smMenu .product_viewed .product_text, #smMenu .product_fovo .product_text {
 font-size: 16px;
 width: 165px;
 color: #159DD9;
 line-height: 25px;
}
#menuFavoriteGoodsBox .smMenu_title {
margin-top: 5px;
}
#smMenu .product_viewed li, #smMenu .product_fovo li {
 width: 165px!important;
 margin-top: -20px;
 margin-left: -20px;
}
#smMenu .product_viewed .product_innersize, #smMenu .product_fovo .product_innersize {
 width: 170px!important;
 margin-top: -2px!important;
 margin-left: -20px!important;
}
#smMenu .product_viewed ul, #smMenu .product_fovo ul {
margin: -10px 0px 0px 0px;
width: 130px;
}
/*スマホ版ログインボタン*/
#header_main #header_cart #smMenu li#sm-li-login {
 margin: 20px 0 0 -2px;
}
#header_main #header_cart #smMenu li#sm-li-login a {
 background-color: #F6AC2B;
 padding: 15px 15px !important;
 border-radius: 5px;
 width: 355px;
 text-align: center !important;
 text-indent: 0px;
}#header_main #header_cart #smMenu li#sm-li-login a:before,#header_main #header_cart #smMenu li.sm-mypage-btn a:before {
 display: none;
}
#header_main #header_cart #smMenu li.sm-mypage-btn {
 margin: 15px 0 0 -2px;
}
#header_main #header_cart #smMenu li#sm-li-join {
 margin: 15px 0 20px -2px;
}
#header_main #header_cart #smMenu li#sm-logout_direct {
 margin: 15px 0 20px -2px;
}
#header_main #header_cart #smMenu li.sm-mypage-btn a {
 padding: 15px 15px !important;
 border-radius: 5px;
 width: 355px;
 text-align: center !important;
 background-color: #FFFFF7;
 border: solid 1px #F6AC2B;
 text-indent: 0px;
}
#header_main #header_cart #smMenu li.sm-mypage-btn a:before {
 right: 10px;
}
#header_main #header_cart #smMenu li.sm-mypage-btn input {
 padding: 17px 15px !important;
 border-radius: 5px;
 width: 387px;
 text-align: center !important;
 background-color: #FFFFF7;
 border: solid 1px #F6AC2B;
 text-indent: 0px;
 font-size: 18px;
 color:#53392B;
 font-weight: normal;
 text-shadow: none;
}
#header_main #header_cart #smMenu li#sm-li-member .point {
 display: block;
 font-size: 16px;
 font-weight: bold;
 padding: 10px 0 0 0;
}
#header_main #header_cart #smMenu li#sm-li-member .point .red {
 background: none;
 text-shadow: none;
 color: #E23619;
 font-weight: normal;
}
#header_main #header_cart #smMenu .hidden_box label {
 padding: 20px 0 20px 60px;
 transition: .5s;
 display: block;
 color: #53392B;
 font-size: 18px;
 position: relative;
}
#smMenu .hidden_box label::before, #smMenu .hidden_box label::after {
 content: "";
 position: absolute;
 top: 25px;
 right: 10px;
 width: 3px;
 height: 15px;
 background-color: #53392B;
}
#smMenu .hidden_box label::after {
 transform: rotate(90deg);
}
#smMenu .hidden_box label::before {
 transition: 0.4s;
}
#smMenu .hidden_box input:checked + label::before {
 transform: rotate(90deg);
 transition: 0.3s;
}
#header_main #header_cart #smMenu .hidden_box input {
 display: none;
}
#header_main #header_cart #smMenu .hidden_box .hidden_show {
 height: 0;
 padding: 0;
 overflow: hidden;
 opacity: 0;
 transition: 0.8s;
}
#header_main #header_cart #smMenu .hidden_box .hidden_show li {
 float: left;
}
#header_main #header_cart #smMenu .hidden_box .hidden_show h3 {
 margin-bottom: 5px;
}
#header_main #header_cart #smMenu .hidden_box input:checked + label + .hidden_show {
 padding: 10px 0;
 height: auto;
 opacity: 1;
 border-bottom: 1px #DBBD94 solid;
}
#header_main #header_cart #smMenu .hidden_show ul {
 padding: 0;
}
#header_main #header_cart #smMenu .hidden_show a {
 padding: 10px 0;
 border: none;
}
#header_main #header_cart #smMenu .hidden_show .half {
 padding:0;
 margin-bottom: 20px;
 margin-left: -20px;
}
#header_main #header_cart #smMenu .hidden_show .half li {
 width: 177px;
 margin-left: 20px;
 float: left;
 border-bottom: none;
}
#header_main #header_cart #smMenu .hidden_show .half li a:before {
 right:-160px;
}
#header_main #header_cart #smMenu #sm-menu-recom2,#header_main #header_cart #smMenu #sm-menu-search3,#header_main #header_cart #smMenu #sm-menu-search4,#header_main #header_cart #smMenu #sm-menu-search5 {
border-bottom: 1px #DBBD94 solid;
}
#header_main #header_cart #smMenu #sm-menu-recom1 {
 background: url(https://www.bestcarton.com/img/common/sm-nav-icon02.png) no-repeat left -10px top 15px;
}
#header_main #header_cart #smMenu #sm-menu-recom2 {
 background: url(https://www.bestcarton.com/img/common/sm-nav-icon09.png) no-repeat left -10px top 15px;
}
#header_main #header_cart #smMenu #sm-menu-recom3 {
 background: url(https://www.bestcarton.com/img/common/sm-nav-icon03.png) no-repeat left -10px top 15px;
}
#header_main #header_cart #smMenu #sm-menu-search1 {
 background: url(https://www.bestcarton.com/img/common/sm-nav-icon01.png) no-repeat left -10px top 15px;
}
#header_main #header_cart #smMenu #sm-menu-search2 {
 background: url(https://www.bestcarton.com/img/common/sm-nav-icon07.png) no-repeat left -10px top 15px;
}
#header_main #header_cart #smMenu #sm-menu-search3 {
 background: url(https://www.bestcarton.com/img/common/sm-nav-icon04.png) no-repeat left -10px top 15px;
}
#header_main #header_cart #smMenu #sm-menu-search4 {
 background: url(https://www.bestcarton.com/img/common/sm-nav-icon05.png) no-repeat left -10px top 15px;
}
#header_main #header_cart #smMenu #sm-menu-search5 {
 background: url(https://www.bestcarton.com/img/common/sm-nav-icon08.png) no-repeat left -10px top 15px;
}
#header_main #header_cart #smMenu #sm-menu-customer1 {
 background: url(https://www.bestcarton.com/img/common/sm-navscroll-guide.png) no-repeat left 10px top 15px;
}
#header_main #header_cart #smMenu #sm-menu-customer2 {
 background: url(https://www.bestcarton.com/img/common/icon-title_beginner.svg) no-repeat left 15px top 20px;
 background-size: 20px;
}
#header_main #header_cart #smMenu #sm-menu-customer3 {
 background: url(https://www.bestcarton.com/img/common/sm-navscroll-question.png) no-repeat left 10px top 15px;
}
/*#header_bottom
===============================*/
#header_bottom {
 position: relative;
	width: 480px;
	overflow: hidden;
}
#header_bottom:after {
 display: block;
 position: absolute;
 right: 0;
 top: 0;
 content: '';
 width: 40px;
 height: 70px;
background: linear-gradient(90deg,rgba(255,255,255,.0), rgba(255,255,255,1));
}
#header_bottom .scroll {
 overflow-x: scroll;
 display: flex;
	gap: 24px;
	height: 70px;
	margin: 0 10px;
}
.categoryBox {
	display: flex;
	background: #FAF7EF;
	border-radius: 10px;
}
.order_categoryBox {
	display: flex;
	background: #F5F5F5;
	border-radius: 10px;
	position: relative;
}
.order_categoryBox::before {
	content: '';
	display: block;
	width: 1px;
	height: 70px;
	border-right: dashed 2px #C4C4C4;
	position: absolute;
	top: 0;
	left: -14px;
}
.categoryBox li, .order_categoryBox li {
	width: 116px;
	position: relative;
}
.categoryBox li:first-child, .order_categoryBox li:first-child {
	width: 150px;
}
.categoryBox li::after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background-color: #DBBD94;
	position: absolute;
	left: 0;
	top: 10px;
}
.order_categoryBox li::after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background-color: #C4C4C4;
	position: absolute;
	left: 0;
	top: 10px;
}
.categoryBox li:first-child::after, .order_categoryBox li:first-child::after {
	display: none;
}
.categoryBox li a, .order_categoryBox li a {
 width: 100%;
 display: block;
 text-decoration: none;
 font-size: 13px;
	line-height: 15px;
 padding: 47px 0 8px 0;
 text-align: center;
 color: #53392B;
 font-weight: bold;
}
.categoryBox .category-search a {
 background: url(https://www.bestcarton.com/img/icon/header-menu-search.svg) no-repeat;
 background-position: center 4px;
 background-size: 100px;
}
.categoryBox .category-discount a {
 background: url(https://www.bestcarton.com/img/icon/header-menu-discount.svg) no-repeat;
 background-position: center 4px;
 background-size: 100px;
}
.categoryBox .category-size a {
 background: url(https://www.bestcarton.com/img/icon/header-menu-size.svg) no-repeat;
 background-position: center 4px;
 background-size: 100px;
}
.categoryBox .category-useful a {
 background: url(https://www.bestcarton.com/img/icon/header-menu-useful.svg) no-repeat;
 background-position: center 3px;
 background-size: 100px;
}
.categoryBox .category-mercari a {
 background: url(https://www.bestcarton.com/img/icon/header-menu-mercari.svg) no-repeat;
 background-position: center 5px;
 background-size: 100px;
}
.categoryBox .category-kansyo a {
 background: url(https://www.bestcarton.com/img/icon/header-menu-kansyo.png) no-repeat;
 background-position: center 5px;
 background-size: 100px;
}
.order_categoryBox .category-order a {
 background: url(https://www.bestcarton.com/img/icon/header-menu-order.svg) no-repeat;
 background-position: center 4px;
 background-size: 100px;
}
.order_categoryBox .category-sample a {
 background: url(https://www.bestcarton.com/img/icon/header-menu-sample.svg) no-repeat;
 background-position: center 3px;
 background-size: 100px;
}
.order_categoryBox li:first-child a::after {
	display: block;
 content: '';
	width: 130px;
	background: url(https://www.bestcarton.com/img/icon/header-menu-order-under.png);
 position: absolute;
	left: 10px;
 bottom: 5px;
 height: 3px;
	border-radius: 5px;
 -webkit-transition: .3s;
 transition: .3s;
}
/*header内のキーワード検索*/
#header_kensaku {
 position: absolute;
 top: 150px;
 width: 480px;
}
#header_main .gKensaku {
 margin: 0 auto;
 width: 460px;
}
#header_main #gForm {
 height: 37px;
 background-color: #fff;
 border: 3px solid #FB8700;
 border-radius: 5px;
 position: relative;
}
#header_main #gFrame {
 background-color: transparent;
 border: none;
 color: #53392B;
 word-wrap: break-word;
 outline: none;
 display: block;
 -webkit-tap-highlight-color: transparent;
 overflow: hidden;
 width: 410px;
 height: 27px;
 padding: 5px 0 5px 5px;
}
#header_main #gFrame::placeholder,#smMenu #gFrame4::placeholder {
 color: #868686;
}
#header_main #gKensaku {
 position: absolute;
 top: -2px;
 right: -3px;
 width: 43px;
 height: 41px;
 text-indent: 50px;
 background: url(https://www.bestcarton.com/img/common/icon_head_search.png) no-repeat center center;
 background-size: 50% auto;
 background-color: #FB8700;
 border-radius: 0 5px 5px 0;
 overflow: hidden;
 border: none;
}
::-webkit-input-placeholder {
 color: #333333;
}
::-moz-placeholder {
 color: #333333;
}
:-ms-input-placeholder {
 color: #333333;
}
#smMenu #gForm4 {
 width: 377px;
 height: 43px;
 background-color: #fff;
 border: 2px solid #FB8700;
 border-radius: 5px;
 position: relative;
}
#smMenu #gKensaku4 {
 position: absolute;
 top: -2px;
 right: -4px;
 width: 48px;
 height: 46px;
 text-indent: 50px;
 background: url(https://www.bestcarton.com/img/common/icon_head_search.png) no-repeat center center;
 background-size: 50% auto;
 background-color: #FB8700;
 border-radius: 0 5px 5px 0;
 overflow: hidden;
 border: none;
}
#smMenu #gFrame4 {
 background-color: transparent;
 border: none;
 color: #53392B;
 word-wrap: break-word;
 outline: none;
 display: block;
 height: 34px;
 -webkit-tap-highlight-color: transparent;
 overflow: hidden;
 width: 387px;
 padding: .3em .3em .3em .7em;
}
/*header内の人気カテゴリ
#popular_category {
 position: absolute;
 top: 205px;
 left: 25px;
 display: flex;
 line-height: 1;
}
#popular_category p {
 font-size: 14px;
}
#popular_category a {
 font-size: 14px;
 color: #159DD9;
}
#popular_category ul {
 margin-top: -2px;
}
#popular_category li {
 display: inline-block;
}
#popular_category li + li {
 margin-left: 8px;
}
*/
/* ログイン・ログアウト
===================================*/
.display_none {
 display: none;
}
/*404ページ
============================*/
#page404 {
 background: url(https://www.bestcarton.com/danbo-ru/img/blog-404.png)no-repeat;
 padding: 120px 0 10px 20px;
 height: 79px;
}
#searchbox {
 width: 300px;
 clear: both;
}
#main #btn {
 margin-top: 40px;
 text-align: center;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
 display: block;
}
audio, canvas, video {
 display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
 display: none;
}
[hidden] {
 display: none;
}
html {
 font-size: 100%;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
 font-family: sans-serif;
 color: #222;
}
a:hover, a:active {
 outline: 0;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b, strong {
 font-weight: bold;
}
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px dotted #ccc;
 margin: 1em 0;
 padding: 0;
}
ins {
 background: #ff9;
 color: #000;
 text-decoration: none;
}
mark {
 background: #ff0;
 color: #000;
 font-style: italic;
 font-weight: bold;
}
pre, code, kbd, samp {
 font-family: monospace, serif;
 _font-family: 'courier new', monospace;
 font-size: 1em;
}
pre {
 white-space: pre;
 white-space: pre-wrap;
 word-wrap: break-word;
}
q {
 quotes: none;
}
q:before, q:after {
 content: "";
 content: none;
}
small {
 font-size: 85%;
}
sub, sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
nav ul, nav ol {
 list-style: none;
 list-style-image: none;
 margin: 0;
 padding: 0;
}
img {
 border: 0;
 -ms-interpolation-mode: bicubic;
 vertical-align: middle;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 0;
}
form {
 margin: 0;
}
fieldset {
 border: 0;
 margin: 0;
 padding: 0;
}
label {
 cursor: pointer;
}
legend {
 border: 0;
 *margin-left: -7px;
 padding: 0;
 white-space: normal;
}
button, input, select, textarea {
 font-size: 100%;
 margin: 0;
 vertical-align: baseline;
 *vertical-align: middle;
}
button, input {
 line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
 cursor: pointer;
 -webkit-appearance: button;
 *overflow: visible;
}
button[disabled], input[disabled] {
 cursor: default;
}
input[type="checkbox"], input[type="radio"] {
 box-sizing: border-box;
 padding: 0;
 *width: 13px;
 *height: 13px;
}
input[type="search"] {
 -webkit-appearance: textfield;
 -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
 overflow: auto;
 vertical-align: top;
 resize: vertical;
}
input:valid, textarea:valid {}
input:invalid, textarea:invalid {
 background-color: #f0dddd;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
td {
 vertical-align: top;
}
.chromeframe {
 margin: 0.2em 0;
 background: #ccc;
 color: black;
 padding: 0.2em 0;
}
/* Basic Setup
-------------------------------------------------------------- */
#body-container {
 overflow: hidden;
 min-width: 400px;
}
input, text area {
 font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
 color: #555;
 font-weight: 300;
 line-height: 1.625;
}
:focus {
 outline: 0;
}
.alignleft {
 float: left;
 margin: 0 20px 10px 0;
}
.alignright {
 float: right;
 margin: 0 0 10px 20px;
}
.aligncenter {
 display: block;
 margin: 0 auto;
}
.clear {
 clear: both;
}
.sticky {
 visibility: visible;
}
/*** Typography ***/
a:link, a:visited, a:hover {
 text-decoration: none;
}
em {
 font-style: italic;
}
blockquote, .testimonial {
 font-style: italic;
 overflow: hidden;
}
blockquote {
 padding-left: 15px;
 margin: 15px;
 font-size: 16px;
 color: #777;
 border-left: 1px dotted #777;
}
.testimonial {
 margin: 15px 0;
}
.line {
 clear: both;
 height: 1px;
 padding-top: 10px;
 margin-bottom: 10px;
 border-top: 1px dotted #eee;
}
.page-link {
 margin-bottom: 10px;
 clear: both;
}
.page-link a {
 padding: 4px;
 background: #eee;
 border: 1px solid #ccc;
 margin: 0 2px;
}
.page-link a:hover {
 background: #fff;
}
/*** Tables ***/
th, td {
 padding: 8px;
}
th {
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
}
p, fieldset, table {
 margin-bottom: 15px;
 line-height: 2em;
}
.widget table#wp-calendar {
 width: 100%;
}
/*** Lists ***/
ol {
 list-style: decimal;
 margin: 0 0 18px 1em;
}
ol li {
 list-style: decimal;
}
ol ol {
 list-style: upper-alpha;
}
ol ol ol {
 list-style: lower-roman;
}
ol ol ol ol {
 list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
 margin-bottom: 0 !important;
}
ul ul li, ul ul ul li {
 border-bottom: none !important;
}
ul {
 margin: 0;
 list-style: none;
 padding: 0;
}
#container ul {
 margin-bottom: 15px;
}
.content ul {
 padding-left: 15px;
}
.content ul li, .sidebar-container ul li, .slide-content ul li {
 margin: 0 5px;
 line-height: 2em;
 overflow: hidden;
 padding: 0 0 0 17px;
 height: auto;
 background: url(images/bullet.png) no-repeat 0 10px;
}
#container ul li ul li {
 border-bottom: none;
}
/*** Boxes ***/
.box {
 padding: 20px;
 margin: 15px 0;
 display: block;
 overflow: hidden;
 -moz-border-radius: 1em;
 -webkit-border-radius: 1em;
 border-radius: 1em;
}
.note, .warning, .alert, .error, .download {
 font-size: 13px;
 clear: both;
 margin: 10px 0;
 padding: 10px;
 overflow: hidden;
}
.optin-error, .contact-error, .warning {
 display: block;
 background: #FFEBE8;
 border: 1px solid #CC0000;
 padding: 5px 8px;
 color: #333;
 text-align: left;
 margin: 10px 0px;
}
.coupon {
 background: #fafafa;
 border: 2px dotted #ccc;
 padding: 15px;
 margin: 15px 0;
 display: block;
 overflow: hidden;
 text-align: center;
}
.couponcode {
 font: bold italic 24px/28px Palatino, 'Palatino Linotype', Georgia, serif;
 color: #866f31;
}
/*** Images ***/
.post img {
 margin-bottom: 9px;
}
.post .post-thumb {
 margin-bottom: 10px;
 overflow: hidden;
}
.post .post-thumb p {
 font-size: 16px;
}
.post .post-thumb img {
 margin: 0;
 display: block;
}
p.wp-caption-text {
 margin-bottom: 8px;
 text-align: center;
 font-size: 12px;
}
.gallery img {
 margin: 10px;
}
.gallery .gallery-caption {
 font-size: 12px;
}
.icon {
 margin: 0 10px 0 0;
 position: relative;
 top: 10px;
}
.content img.noborder {
 border: none;
}
/*** Forms ***/
textarea, input {
 padding: 3px 5px;
}
.button, .btn, .post-edit-link {
 margin-bottom: 10px;
}
.button, .btn, #searchsubmit, #submit, .submit, .post-edit-link, .more-link, input[type="submit"], ul#filters li a {
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font: bold 14px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
 padding: .4em 1.5em .5em;
 font-weight: bold;
 overflow: hidden;
}
input.button, input#searchsubmit, input[type="submit"] {
 padding: 0.4em 1.5em 0.4em;
}
.more-link {
 margin-top: 10px;
}
.button:hover, .btn:hover, #searchsubmit:hover, #submit:hover, .submit:hover, .post-edit-link:hover, .more-link:hover {
 text-decoration: none;
}
/* Layouts
-------------------------------------------------------------- */
/*** Right/Left Sidebar ***/
.right {
 float: right;
}
.left {
 width: 460px;
 margin: 0 auto;
}
/*** Columns ***/
.twocollt {
 float: left;
 display: block;
 width: 48%;
 margin: 0 15px 5px 0;
}
.twocolrt {
 display: block;
 margin: 0 0 5px 0;
 width: 48%;
 float: right;
}
.threecollt {
 float: left;
 display: block;
 width: 32%;
 margin: 0 12px 5px 0;
}
.threecolmid {
 display: block;
 float: left;
 width: 32%;
 margin: 0 12px 5px 0;
}
.threecolrt {
 display: block;
 margin: 0 0 5px 0;
 width: 32%;
 float: right;
}
.one-col .content .threecollt {
 margin-right: 20px;
}
/*** Column Shortcodes ***/
.one-half, .one-third, .two-thirds, .three-fourths, .one-fourth {
 float: left;
 margin-bottom: 20px;
 margin-right: 4%;
 position: relative;
}
.one-half {
 width: 48%;
}
.one-third {
 width: 30.66%;
}
.two-thirds {
 width: 65.33%;
}
.one-fourth {
 width: 22%;
}
.three-fourths {
 width: 74%;
}
.last-col {
 clear: right;
 margin-right: 0;
}
/* Header/Navigation
-------------------------------------------------------------- */
#header {
 position: relative;
 z-index: 90;
 padding-top: 1px;
}
#header header {
 display: block;
 clear: both;
 max-width: 480px;
 position: relative;
 padding: 0;
 margin: 0 auto;
 min-height: 100px;
}
#logo-wrap {
 float: left;
 margin: 10px 0;
}
#site-title {
 margin: 0;
 max-width: 900px;
 font-size: 36px;
 line-height: 40px;
 font-weight: bold;
 text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#site-title a:hover {
 text-decoration: none;
}
#site-title a span {
 display: visible; /* toggles to display:none; to hide site title text when replaced with logo */
}
#site-description {
 font-size: 16px;
 clear: left;
 display: inline;
 float: left;
 font-weight: 200;
 margin-bottom: 17px;
}
#site-logo a {
 max-width: 600px;
 float: left;
 overflow: hidden;
 position: relative;
 margin: 0 15px 5px 0;
}
#site-logo span {
 display: none;
}
#site-logo a img {
 display: inline-block;
 vertical-align: middle;
}
/* Containers & Content
-------------------------------------------------------------- */
#before-content {
 margin: 0;
 padding: 0;
 position: relative;
}
#contentwrap {
 display: block;
 padding: 0 0 20px 0;
 margin: 0 auto;
 position: relative;
}
#contentwrap:after {
 clear: both;
}
.two-col-r .content, .two-col-l .content {
 max-width: 900px;
 width: 68%;
 padding-top: 30px;
}
.three-col-r .content, .three-col-l .content, .three-col-c .content {
 overflow-y: hidden;
 overflow-x: visible;
 width: 39%;
 padding-top: 30px;
}
.one-col .content {
 padding-top: 30px;
}
#main-content {
 margin-bottom: 15px;
}
#main-content img {
 margin-bottom: 15px;
}
.sidebar-extra-margin-right {
 margin-right: 20px;
}
.sidebar-extra-margin-left {
 margin-left: 20px;
}
/*** Breadcrumbs ***/
.breadcrumb {
 width: 100%;
 margin: 15px auto 0;
 display: block;
 overflow: hidden;
}
.breadcrumb-trail {
 display: block;
 font-size: 12px;
 padding: 0;
 overflow: hidden;
 float: left;
 color: #777;
}
.breadcrumbs span a {
 color: #555;
}
/* Posts
-------------------------------------------------------------- */
.post {
 clear: both;
 overflow: hidden;
 position: relative;
 margin-bottom: 30px;
}
.post-content {
 padding: 25px 15px;
 border: solid 1px #cccccc;
 line-height: 2em;
}
.post-content p {
 font-size: 16px;
}
/*** Titles ***/
.entry-title {
 border-bottom: solid 1px;
 margin: 0 0 20px 0;
 padding-left: 30px;
 line-height: 1.5em;
 font-size: 18px;
 height: 53px;
 overflow: hidden;
}
.page-title {
 padding: 0;
 clear: both;
 margin: 0 0 15px 0;
 font-weight: bold;
 font-size: 34px;
}
.entry-title a:hover, .page-title a:hover {
 text-decoration: none;
}
/*プラグイン*/
.widget-title {
 background: #faf7ef;
 color: #53392B;
 text-indent: 5px;
 border-radius: 3px;
 padding: 5px 0;
 margin: 0 0 5px;
 clear: both;
}
/*** Post Meta ***/
.post-aside {
 float: left;
 width: 63px;
}
/*日付*/
.post-date {
 background: #F6AC2B!important;
 font-size: 12px;
 padding: 3px;
 position: relative;
 top:27px;
 left: 15px;
 text-align: center;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.post-meta {
 display: none;
}
p.author {
 display: none;
}
.social-btns {
 display: none;
}
.bypostauthor {
 visibility: visible;
}
.post-meta span.categories {
 padding-right: 5px;
}
.edit-link {
 display: block;
 clear: both;
}
.tweetbtn {
 display: block;
 float: left;
}
.fblike {
 display: block;
 float: left;
}
.fb_edge_widget_with_comment {
 position: absolute !important;
}
/*プロフィール
============================*/
#profile img {
 float: left;
 padding: 0 10px 10px 0;
}
#profile dl {
 margin-bottom: 5px;
 font-size: 14px;
}
#profile dl dd {
 font-weight: bold;
 font-size: 16px;
}
#profile .textwidget {
 padding: 10px;
 margin: 0 0 10px;
 width: 215px;
 height: 355px;
 float: left;
}
#profile .textwidget img {
 width: 215px;
 height: auto;
}
#profile p {
 font-size: 14px;
 line-height: 1.4em;
}
/*** Comments ***/
#comments {
 padding-top: 30px;
 font-size: 14px;
}
#comments ol.commentlist {
 margin: 0;
 padding: 0 0 10px 0;
}
#comments ol.commentlist > li {
 clear: both;
 position: relative;
 overflow: hidden;
 list-style-type: none;
}
.comment-body {
 padding: 0 15px;
 margin-bottom: 30px;
 position: relative;
 width: 75%;
 float: left;
 margin-top: 5px;
}
.comment-body:before {
 content: "";
 width: 0;
 height: 0;
 border-top: 15px solid transparent;
 border-bottom: 15px solid transparent;
 border-left: 15px solid #fff;
 position: absolute;
 right: -15px;
 top: 12px;
}
.comment-author {
 text-align: center;
 float: right;
 font-size: 13px;
 width: 15%;
 margin-top: 30px;
}
.comment-author .avatar {
 display: block;
 margin: 0 auto;
}
.comment-author .fn {
 clear: left;
 display: block;
}
.comment-meta {
 font-size: 11px;
}
ol.commentlist li ul.children {
 list-style: none;
 text-indent: 0;
 clear: both;
}
ol.commentlist li.pingback {
 padding: 0 15px;
 border-bottom: none;
 font-size: 12px;
}
span.says {
 display: none;
}
div.reply {
 font-size: 11px;
 margin-bottom: 10px;
 display: inline;
}
div.reply a {
 padding: 0;
}
.cancel-comment-reply a, .cancel-comment-reply-link {
 display: none;
}
#respond {
 padding: 20px 10px;
 width: 455px;
 clear: both;
}
#respond textarea {
 width: 96%;
}
#author, #email, #url, #comment {
 font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 300;
 line-height: 1.625;
 padding: 3px 6px;
 display: block;
 clear: both;
}
.form-allowed-tags {
 padding: 2px 3px;
 font: normal normal normal 12px/22px "Trebuchet MS", Arial, Verdana, sans-serif;
 display: none;
}
.nocomments {
 display: none;
}
#comments .navigation {
 height: 50px;
}
#comments .navigation .nav-previous {
 float: left;
}
#comments .navigation .nav-next {
 float: right;
}
/*** Contact Form ***/
.cffield, .cfsubmit, .cfcheckbox {
 margin: 10px 0;
}
.cffield label {
 clear: both;
}
.cffield textarea, .cffield input {
 clear: both;
 display: block;
 margin: 5px 0;
}
.cffield input {
 width: 50%;
 max-width: 270px;
}
.cffield textarea {
 width: 98%;
 max-width: 600px;
 height: 200px;
}
#cf_sendCopy {
 margin-right: 5px;
}
/** Search Results **/
div .search-results {
 font-weight: bold;
 background-color: yellow;
}
.search-results .post-meta {
 margin: 0;
}
.search-results .hentry {
 margin: 15px 0;
 border: none !important;
 padding: 0;
}
/* Widgets
-------------------------------------------------------------- */
/*** Widget Containers ***/
.sidebar-container {
 overflow: visible;
 max-width: 270px;
 width: 28%;
 padding-top: 30px;
}
.sidebar-container .widget {
 padding-bottom: 10px;
 position: relative;
 overflow: visible;
}
.widget {
 margin: 0 0 15px 0;
}
.widget_search input[type="text"] {
 margin: 5px 0;
}
#before-content .widget {
 width: 100%;
 margin: 30px auto 0 auto;
}
.search input[type="text"], .widget_search input[type="text"] {
 background-image: url(api/images/icons/search.png);
 background-repeat: no-repeat;
 background-position: 8px 50%;
 padding-left: 25px;
 width: 215px;
 -moz-border-radius: 1em;
 -webkit-border-radius: 1em;
 border-radius: 1em;
}
.widget.pc_nivo_slider_widget {
 overflow: visible;
}
/** Header Widgets **/
#header-widget-area {
 float: right;
 margin: .5em 0;
 clear: right;
}
#header-widget-area .widget {
 border: none;
 padding: 0x;
 margin-bottom: 0;
}
/*** Info Box Widget ***/
.pc_info_widget {
 display: block;
 overflow: hidden;
}
header .pc_info_widget {
 padding: 4px 10px;
 max-height: 30px;
}
header .pc_info_widget .info_description {
 display: none;
}
header .pc_info_widget .search {
 display: inline-block;
 clear: none;
 margin-left: 10px;
 *display: inline;
 zoom: 1;
}
#header-widget-area .pc_info_widget #searchsubmit, #header-widget-area .pc_info_widget input[type="submit"] {
 display: none;
}
header .pc_info_widget .phone {
 margin-right: 10px;
 font-weight: 500;
}
header .pc_info_widget .phone a {
 position: relative;
 top: 2px;
}
.pc_info_widget .phone a:hover {
 text-decoration: none;
}
footer .pc_info_widget .phone, #container .pc_info_widget .phone {
 clear: both;
 display: block;
 font-size: 18px;
 margin-top: 3px;
 overflow: hidden;
 font-weight: 500;
}
.pc_info_widget .phone:before {
 content: url(images/phone-icon.png);
 position: relative;
 bottom: 0;
 float: left;
 margin-right: 5px;
}
header .pc_info_widget .phone:before {
 content: url(images/phone-icon.png);
 bottom: -3px;
}
#container .pc_info_widget input[type="text"] {
 clear: none;
 float: left;
 max-width: 130px;
}
footer .pc_info_widget input[type="text"] {
 max-width: 180px;
}
#container .pc_info_widget #searchsubmit {
 clear: none;
 float: right;
 margin: 3px 0 0;
}
#container .pc_info_widget .search {
 display: block;
 clear: both;
 line-height: 30px;
 overflow: hidden;
 margin: 15px 0 10px 0;
}
.pc {
 display: none;
}
/*** Testimonials Widget/Shortcode ***/
.pc_testimonial_widget .testimonial {
 margin: 15px 0;
 padding: 0;
}
.testimonial-name, .testimonial-company {
 font: bold 14px/18px Palatino, Georgia, serif;
 margin: 0 0 3px 0;
 clear: left;
}
.testimonial-name {
 margin-top: 10px;
}
.testimonial-meta {
 width: 20%;
 text-align: center;
 overflow: hidden;
}
.footer-widget-container .testimonial-meta, .sidebar-container .testimonial-meta {
 width: 99%;
 clear: both;
 padding-top: 15px;
}
.testimonial-meta img {
 width: 50px;
 height: 50px;
 float: none;
 margin: 0 auto;
 display: block;
}
.quote {
 background: #fff;
 display: block;
 margin: 0;
 float: right;
 width: 70%;
 padding: 15px;
 position: relative;
}
.quote:before {
 content: "";
 width: 0;
 height: 0;
 border-top: 15px solid transparent;
 border-bottom: 15px solid transparent;
 border-right: 15px solid #fff;
 position: absolute;
 left: -15px;
}
.quote p:last-child {
 margin-bottom: 0;
}
/*** Recent Posts Widget ***/
.pc_recent_posts_widget ul, .pc_blog_style_recent_posts_widget ul {
 margin: 0;
}
p.read-more {
 font-weight: bold;
}
/* Content Slider
-------------------------------------------------------------- */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
 outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
 margin: 0;
 padding: 0;
 list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
 margin: 0;
 padding: 0;
}
.flexslider .slides > li {
 display: none;
 -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
 width: 100%;
 display: block;
}
.flex-pauseplay span {
 text-transform: capitalize;
}
/* FlexSlider Default Theme
*********************************/
/*.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}*/
.flexslider {
 padding-left: 2px;
 margin: 0;
 position: relative;
 zoom: 1;
}
.flex-viewport {
 max-height: 2000px;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 transition: all 1s ease;
}
.loading .flex-viewport {
 max-height: 300px;
}
.flexslider .slides {
 zoom: 1;
}
.carousel li {
 margin-right: 5px
}
/* Clearfix for the .slides element */
.slides:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
html[xmlns] .slides {
 display: block;
}
* html .slides {
 height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
 display: block;
}
.pc_content_slider_widget {
 clear: both;
}
#container .pc_content_slider_widget {
 margin-bottom: 30px;
}
.flexslider .slides > li {
 padding: 0;
 background-image: none;
}
#container .flexslider ul {
 margin-bottom: 0;
 padding: 0 0 15px 0;
}
.slide-content {
 position: relative;
 padding: 2px 0;
}
ol.flex-control-nav {
 position: relative;
 bottom: 0;
 max-width: 50%;
 left: 68%;
}
ol.flex-control-nav li {
 position: relative;
 right: 50%;
 float: left;
 border-bottom: none;
 list-style: none;
 top: -8px;
 z-index: 1;
}
ol.flex-control-nav li a {
 margin: 2px;
 text-indent: -999em;
 display: block;
 overflow: hidden;
 text-decoration: none;
 width: 8px;
 height: 8px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
ol.flex-control-nav li a.flex-active {
 width: 12px;
 height: 12px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 border-radius: 6px;
}
ul.flex-direction-nav {
 position: relative;
 margin: 0;
}
ul.flex-direction-nav li {
 background-image: none;
}
.flex-direction-nav li a {
 position: absolute;
 bottom: 0;
 display: block;
 width: 30px;
 height: 30px;
 -moz-border-radius: 15px;
 -webkit-border-radius: 15px;
 border-radius: 15px;
 text-indent: -999em;
}
.content .flex-direction-nav li a, .sidebar-container .flex-direction-nav li a {
 bottom: -5px;
}
.flex-direction-nav a.flex-prev {
 left: 0;
}
.flex-direction-nav a.flex-next {
 right: 0;
}
.pc_content_slider_widget h2.slide-name {
 font-size: 36px;
 padding-left: 3px;
 line-height: 40px;
}
h2.slide-name a:hover {
 text-decoration: none;
}
.slide-featured-image {
 margin-bottom: 15px;
}
/*** Slider in Before Content Area ***/
#before-content .flex-container {
 padding: 0 10000px 0 10000px;
 margin: 0 -10000px 10px -10000px;
 position: relative;
}
#before-content .pc_content_slider_widget {
 margin-top: 0;
}
#before-content .flexslider {
 padding-top: 0;
}
#before-content .flex-direction-nav {
 position: static;
}
#before-content .flex-direction-nav li a {
 position: absolute;
 top: -15px;
}
#before-content .flex-direction-nav a.flex-prev {
 margin-left: 10000px;
}
#before-content .flex-direction-nav a.flex-next {
 margin-right: 10000px;
}
#before-content ol.flex-control-nav {
 position: absolute;
 left: 50%;
 max-width: 70%;
 top: 0;
}
#before-content .flexslider ul {
 padding-bottom: 0;
}
/*** Slider in Footer ***/
#footer-widget-area .flex-container ul li {
 border-bottom: none;
}
#footer-widget-area ol.flex-control-nav {
 display: none;
}
#footer-widget-area ul.flex-direction-nav {
 margin-top: 25px;
}
/* Portfolio
-------------------------------------------------------------- */
#pc-portfolio {
 clear: both;
 overflow: hidden;
}
.page-template-portfolio-page-php ul#filters {
 padding: 0;
 margin: 5px 0;
}
.page-template-portfolio-page-php ul#filters li {
 display: inline-block;
 border: none;
 background: none;
 padding: 0;
 margin: 2px;
}
#pc-portfolio ul {
 margin: 0;
 padding: 0;
 clear: both;
}
#pc-portfolio ul li {
 display: block;
 float: left;
 margin: 15px 7px;
 padding: 0;
 background: none;
 overflow: visible;
}
#pc-portfolio .excerpt {
 text-align: center;
 margin-top: 0;
 font-size: 14px;
}
.portfolio-large ul li {
 max-width: 466px;
 height: 335px;
}
.portfolio-medium ul li {
 max-width: 306px;
 height: 300px;
}
.portfolio-small ul li {
 max-width: 200px;
 height: 255px;
}
.one-col .portfolio-small ul li {
 max-width: 225px;
}
.three-col-r .content .portfolio-small ul li, .three-col-l .content .portfolio-small ul li, .three-col-c .content .portfolio-small ul li {
 max-width: 170px;
}
.three-col-r .content .portfolio-large ul li, .three-col-l .content .portfolio-large ul li, .three-col-c .content .portfolio-large ul li {
 max-width: 360px;
 height: 295px;
}
#pc-portfolio .featured-image {
 border: 2px solid #ccc;
}
#pc-portfolio .featured-image:hover {
 opacity: .8;
}
#pc-portfolio h3.portfolio-title {
 text-align: center;
 margin: 10px 0;
 line-height: 22px;
}
/* Footer
-------------------------------------------------------------- */
footer {
 clear: both;
 overflow: hidden;
 zoom: 1;
 display: block;
}
.footer-widget-container {
 width: 100%;
 overflow: hidden;
}
.footer-widget-container .inside, #site-info {
 max-width: 960px;
 width: 100%;
 margin: 0 auto;
 display: block;
}
#site-info {
 padding: 10px 0;
 font-size: 14px;
}
#site-info .copyright {
 float: left;
 max-width: 400px;
}
#site-info .pc-link {
 float: right;
 max-width: 400px;
}
a.wp-link {
 background-image: url(api/images/icons/wp-logo-16px.png);
 width: 16px;
 height: 16px;
 display: inline-block;
 text-indent: -999em;
 overflow: hidden;
 background-repeat: no-repeat;
 text-align: left;
 direction: ltr;
 opacity: .7;
}
a.wp-link:hover {
 opacity: 1;
}
/* CSS3 Effects
-------------------------------------------------------------- */
.note, .warning, .alert, .error, .download, textarea, input, .comment-body, li.pingback, .pc_opt_in, .twtr-widget .twtr-tweet, .optin-error, .contact-error, .quote, .avatar {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
/*** Buttons ***/
.defaultbtn, .button, .btn, #searchsubmit, #submit, .submit, .post-edit-link, .more-link, input[type="submit"], ul#filters li a {
 text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
 -webkit-border-radius: 1em;
 -moz-border-radius: 1em;
 border-radius: 1em;
 font-weight: bold;
 padding: 0.5em 1.5em;
}
.big {
 font-size: 18px;
}
/*** Button Color Classes ***/
/* Orange (default) */
.orange {
 background: #bd6208;
 text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
 color: #ffffff;
 text-decoration: none;
 vertical-align: middle;
}
.orange:hover {
 background: #d27315;
 color: #fafafa;
}
.orange:active {
 background: #9d5106;
 color: #edd1b6;
}
/* black */
.black {
 background: #000;
 text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
 color: #ffffff;
 text-decoration: none;
 vertical-align: middle;
}
.black:hover {
 background: #333;
}
.black:active {
 background: #000;
 color: #ccc;
}
/* gray */
.gray {
 background: #777;
 text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
 color: #ffffff;
 text-decoration: none;
 vertical-align: middle;
}
.gray:hover {
 background: #999;
}
.gray:active {
 background: #777;
 color: #ccc;
}
/* white */
.white {
 color: #333333 !important;
 background: #fafafa;
 text-decoration: none;
 vertical-align: middle;
 text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
}
.white:hover {
 background: #fff;
 color: #333333 !important;
}
.white:active {
 color: #000 !important;
 background: #ededed;
}
/* red */
.red {
 background: #990000;
 text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
 color: #ffffff;
 text-decoration: none;
 vertical-align: middle;
}
.red:hover {
 background: #b61818;
}
.red:active {
 background: #840202;
 color: #e5b5b5;
}
/* blue */
.blue {
 color: #d9eef7;
 background: #0095cd;
 text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
 text-decoration: none;
 vertical-align: middle;
}
.blue:hover {
 background: #007ead;
}
.blue:active {
 color: #80bed6;
 background: #0078a5;
}
/* green */
.green {
 color: #e8f0de;
 background: #64991e;
 text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
 text-decoration: none;
 vertical-align: middle;
}
.green:hover {
 background: #538018;
}
.green:active {
 color: #a9c08c;
 background: #4e7d0e;
}
/* yellow */
.yellow {
 background: #bca509;
 color: #ffffff;
 text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
 text-decoration: none;
 vertical-align: middle;
}
.yellow:hover {
 background: #cab313;
}
.yellow:active {
 background: #bca509;
 color: #dcd4a0;
}
/*** Box Color Classes ***/
.defaultbox {
 background: #fff;
}
.greenbox {
 background: #e6f8ed;
}
.bluebox {
 background: #ecf3fb;
}
.redbox {
 background: #fde2e3;
}
.yellowbox {
 background: #fcfadd;
}
/* Non-semantic helper classes
-------------------------------------------------------------- */
.ir {
 display: block;
 text-indent: -999em;
 overflow: hidden;
 background-repeat: no-repeat;
 text-align: left;
 direction: ltr;
}
.hidden {
 display: none;
 visibility: hidden;
}
.visuallyhidden {
 border: 0;
 clip: rect(0 0 0 0);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute;
 width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
 clip: auto;
 height: auto;
 margin: 0;
 overflow: visible;
 position: static;
 width: auto;
}
.invisible {
 visibility: hidden;
}
/* Clearfix hack */
.cf:before, .cf:after {
 content: "";
 display: table;
}
.cf:after {
 clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
 zoom: 1;
}
/* IE Fixes
-------------------------------------------------------------- */
.ie7 .comment-body {
 padding-top: 15px;
}
.ie7 .pc_content_slider_widget, .ie7 flexslider, .ie7 .flex-container, .ie7 #container .flexslider ul {
 overflow: hidden !important;
 zoom: 1;
 display: block;
 position: relative;
}
.ie7 #before-content .flex-direction-nav li a {
 top: 0;
}
.ie7 #before-content ol.flex-control-nav {
 top: 5px;
}
.ie7 #before-content .slide-content {
 margin-top: 15px;
}
.ie7_anon, .ie7_class26 {
 display: none !important;
}
.ie7 .content .flex-direction-nav li a, .ie7 .sidebar-container .flex-direction-nav li a {
 bottom: 13px;
}
.ie7 .content ol.flex-control-nav, .ie7 .sidebar-container ol.flex-control-nav {
 bottom: -10px;
}
.ie7 .page-template-portfolio-page-php ul#filters li {
 display: block;
 float: left;
}
.ie7 header .pc_info_widget .search {
 display: none;
}
.ie7 p.author:after {
 content: "";
 display: none;
}
.ie8 header .pc_info_widget .search {
 max-width: 100px;
 display: inline;
 float: right;
}
.ie8 header .pc_info_widget .sm-icon {
 height: 30px;
 width: 30px;
 display: inline;
 float: left;
}
.ie8 header .pc_info_widget .phone {
 float: left;
}
/* Mobile Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width : 990px) {
 #header header, #container, .footer-widget-container .inside, #site-info {
  max-width: 730px;
 }
 #header nav.secondary-menu {
  width: 100%;
  margin: 0;
  float: left;
 }
 #header-widget-area {
  width: 27%;
 }
 header .pc_info_widget {
  max-height: none;
 }
 header .pc_info_widget .phone {
  display: block;
  min-height: 35px;
 }
 header .pc_info_widget .search {
  display: block;
  clear: left;
  margin: 5px 0 0;
 }
 #header nav li a {
  padding: 6px 5px;
 }
 #header nav.primary-menu ul li a.sf-with-ul {
  padding-right: 10px;
 }
 #container .pc_info_widget #searchsubmit {
  float: none;
  margin-top: 8px;
 }
 .portfolio-medium ul li {
  height: 255px;
 }
 .two-col-r .portfolio-large ul li, .two-col-l .portfolio-large ul li {
  height: 335px;
 }
 .portfolio-large ul li {
  height: 295px;
 }
 .three-col-r .content .portfolio-medium ul li, .three-col-l .content .portfolio-medium ul li, .three-col-c .content .portfolio-medium ul li {
  max-width: 278px;
 }
 .two-col-r .portfolio-medium ul li, .two-col-l .portfolio-medium ul li {
  max-width: 234px;
 }
 .one-col .portfolio-large ul li {
  max-width: 350px;
 }
 .one-col .portfolio-small ul li {
  max-width: 168px;
 }
 .one-col .portfolio-medium ul li {
  max-width: 229px;
 }
 .three-col-r .content .portfolio-large ul li, .three-col-l .content .portfolio-large ul li, .three-col-c .content .portfolio-large ul li {
  max-width: 270px;
 }
}
@media only screen and (max-width : 767px) {
 #header header, #container, .footer-widget-container .inside, #site-info {
  max-width: 550px;
 }
 header .pc_info_widget .phone:before {
  content: "";
  display: none;
 }
 #header-widget-area {
  float: none;
  width: 98%;
  clear: both;
  text-align: center;
 }
 header .pc_info_widget .search {
  display: inline-block;
  clear: none;
 }
 #logo-wrap {
  width: 98%;
  margin-left: 0;
 }
 #site-title, #site-description {
  text-align: center;
  float: none;
  display: block;
  max-width: none;
 }
 #site-logo a {
  text-align: center;
  float: none;
  display: block;
  width: 98%;
 }
 .sidebar-container.right, .sidebar-container.left {
  float: none;
 }
 .sidebar-container .widget {
  clear: both;
 }
 .portfolio-medium ul li {
  height: 275px;
 }
 .two-col-r .content, .two-col-l .content, .sidebar-container, .three-col-r .content, .three-col-l .content, .three-col-c .content {
  max-width: 98%;
  width: 98%;
 }
 .two-col-r .portfolio-medium ul li, .two-col-l .portfolio-medium ul li, .one-col .portfolio-medium ul li {
  max-width: 255px;
 }
 .portfolio-large ul li, .one-col .portfolio-large ul li, .three-col-r .content .portfolio-large ul li, .three-col-l .content .portfolio-large ul li, .three-col-c .content .portfolio-large ul li {
  height: 335px;
  max-width: 466px;
 }
 .one-col .portfolio-small ul li {
  max-width: 210px;
 }
 .footer-widget-container .testimonial-meta, .sidebar-container .testimonial-meta {
  width: 18%;
  clear: none;
  padding-top: 5px;
 }
 footer .widget {
  float: none;
  width: 95%;
 }
 footer .widget:first-child, footer .slider-wrapper:first-child {
  margin-left: 2.1%;
 }
}
/*買い物カゴ*/
#smCart {
 width: 58px;
 height: 58px;
 position: absolute;
 top: 2px;
 right: 62px;
 overflow: hidden;
}
#smCart a {
 display: block;
 text-indent: -5555px;
 width: 58px;
 height: 58px;
 background: url(https://www.bestcarton.com/danbo-ru/img/2018-sm-head-btnCart.png);
 z-index: 2;
}
#menu {
 width: 58px;
 height: 58px;
 position: absolute;
 right: 2px;
 top: 2px;
 background: url(https://www.bestcarton.com/danbo-ru/img/2018-sm-head-btnMenu.png);
 text-indent: -5555px;
}
#naviClose {
 width: 54px;
 height: 54px;
 position: absolute;
 right: 2px;
 top: 2px;
 font-size: 14px;
 background: #f77c22;
 color: #fff;
 text-align: center;
 border: 2px #fff solid;
 border-radius: 8px;
 display: none;
}
#naviClose span {
 font-size: 16px;
 line-height: 1.4;
 padding: 3px 0 0;
 border-bottom: 2px #fff solid;
 margin: 0 3px 3px;
 display: block;
}
.listH {
 background: #cca55c;
 color: #fff;
 font-size: 14px;
 line-height: 1.2;
 padding: 4px 5px 2px;
 margin: 5px 10px 0;
 border-radius: 4px;
}
#danballList {
 height: 0px;
 overflow: hidden;
 -webkit-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;
}
#danballList li {
 padding-left: 10px;
}
#danballList li a {
 font-size: 14px;
 text-indent: 13px;
}
#danballList li a:before {
 width: 0;
 height: 0;
 border: 5px solid transparent;
 border-left: 5px solid #7c5934;
 transform: rotate(0deg);
 top: 14px;
 left: 3px;
}
#cateNavi {
 display: none;
}
#pan {
 padding: 5px;
 width: 465px;
 white-space: nowrap;
 position: absolute;
 top: -30px;
 text-overflow: ellipsis;
}
#pan li {
 display: inline;
 padding: 0 5px 0 0;
}
#pan li:after {
 content: " ";
}
#pan li:last-child:after {
 content: "";
}
#pan a {
 padding: 0 5px 0 0;
}
#panNow a {
 text-decoration: none;
 color: #333;
}
#pan a span {
 font-size: 14px;
}
p#memberBox {
 display: none;
}
#blog-title {
 background: #faf7ef;
 border-color: #f2f1dd;
 border-style: double;
 padding: 20px;
 font-size: 16px;
 color: #666666;
 font-weight: normal;
 margin: 25px auto 0;
 clear: both;
 text-decoration: none;
}
#blog-title p {
 width: 460px;
 margin: 0 auto;
}
/* フッター
====================================================================================================*/
footer {
	margin: 30px 0 0 0;
	width: 480px;
}
footer p {
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 0;
}
footer a {
	font-size: 16px;
}
footer .red {
	background: none;
	color: #E23619;
	text-shadow: none;
}
footer .button-brown {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
	transition: 0.2s;
	position: relative;
	display: block;
	width: 320px;
	height: 50px;
	padding: 0 10px;
	line-height: 50px;
	color: #fff;
	background: transparent linear-gradient(180deg, #963 0%, #53392B 100%, #53392B 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #5D3F1C;
	margin: 20px 0;
}
/* #footer_contents
==============================*/
#footer_contents {
	margin: 0 auto;
	width: 460px;
}
/* #footer_info
==============================*/
/* アースダンボールの紹介資料(PDF) */
#catalog_info {
	padding: 20px;
	background-color: #fff;
	border: solid 1px #C4C4C4;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
}
#catalog_info dt {
	font-size: 18px;
	font-weight: bold;
	color: #53392B;
	margin-bottom: 10px;
}
#catalog_info dd p:first-child {
	width: 240px;
}
#catalog_info dd p:nth-of-type(2) {
	padding: 10px 60px 10px 10px;
	background: #FAF7EF;
	border-radius: 5px;
	font-size: 14px;
	position: relative;
	margin-top: 10px;
}
#catalog_info dd p:nth-of-type(2) .red {
	font-weight: bold;
}
#catalog_info dd p:nth-of-type(2) span:nth-of-type(2) {
	display: block;
	font-size: 13px;
	color: #666;
}
#catalog_info dd p:nth-of-type(2)::after {
	content: '';
	display: block;
	width: 56px;
	height: 80px;
	background: url(https://www.bestcarton.com/img/profile/catalog-2.0.png) no-repeat center / 56px 80px;
	position: absolute;
	top: 10px;
	right: 0px;
	transform: rotate(15deg);
}
#catalog_info dd img {
	width: 154px;
	height: 110px;
	position: absolute;
	top: 57px;
	right: 20px;
}
/* 営業日カレンダー */
#footer_info .calendar {
	margin-bottom: 10px;
}
#footer_info .calendar p {
	padding: 5px;
	background-color: #FAF7EF;
	color: #53392B;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer_info .calendar dl {
	margin-bottom: 5px;
}
#footer_info .calendar dt {
	float: left;
	width: 80px;
	padding: 4px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #53392B;
	border-radius: 3px;
	margin-right: 10px;
}
#footer_info .calendar dd {
	display: block;
	padding: 4px 0;
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
}
/* #footer_about
==============================*/
#footer_about dl {
	margin-bottom: 30px;
}
#footer_about dt {
	padding: 5px;
	background-color: #FAF7EF;
	margin-bottom: 10px;
}
#footer_about dt a {
	color: #53392B;
	font-size: 20px;
	font-weight: bold;
}
#footer_about dd {
	line-height: 1.5;
}
#footer_about dd .red {
	font-weight: bold;
}
#footer_about dd a {
	color: #159DD9;
}
#footer_about dl:nth-of-type(1) img {
	margin-top: 10px;
}
#footer_about dl:nth-of-type(3) {
	position: relative;
}
#footer_about dl:nth-of-type(3) dl dt {
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #53392B;
	border-radius: 3px;
	margin-bottom: 5px;
}
#footer_about dl:nth-of-type(3) dl dd + dt {
	margin-top: 10px;
}
#footer_about dl:nth-of-type(3) dl + a {
	position: absolute;
	right: 0;
	bottom: 0;
}
#footer_about dl:nth-of-type(3) dl + a img {
	width: 140px;
	height: 70px;
}
/* #footer_contact
==============================*/
#footer_contact {
	display: flex;
	flex-wrap: wrap;
}
#footer_contact li {
	width: 460px;
	padding: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #F2ECDB;
	border-radius: 10px;
	margin-bottom: 30px;
	line-height: 1.5;
}
#footer_contact li p:first-child {
	padding: 1px 0 2px 40px;
	font-size: 18px;
	color: #53392B;
}
#footer_contact li:nth-of-type(1) p:first-child {
	background: url(https://www.bestcarton.com/img/icon/title-tel.svg) no-repeat 0px 2px / 30px 30px;
}
#footer_contact li:nth-of-type(2) p:first-child {
	background: url(https://www.bestcarton.com/img/icon/title-fax.svg) no-repeat 0px 2px / 30px 30px;
}
#footer_contact li:nth-of-type(3) p:first-child {
	background: url(https://www.bestcarton.com/img/icon/title-mail.svg) no-repeat 0px 2px / 30px 30px;
}
#footer_contact li p:first-child span {
	font-size: 20px;
	font-weight: bold;
}
#footer_contact li:nth-of-type(1) a, #footer_contact li:nth-of-type(2) p + span, #footer_contact li:nth-of-type(2) p + span a {
	font-size: 45px;
	font-weight: bold;
	color: #53392B;
	font-family: "Helvetica", "Arial", "sans-serif";
}
#footer_contact li:nth-of-type(1) p:last-child, #footer_contact li:nth-of-type(2) p:last-child {
	color: #53392B;
}
#footer_contact .button-brown {
	width: 320px;
	margin: 20px 0;
	position: relative;
}
#footer_contact .button-brown::after {
	content: '';
	display: block;
	width: 80px;
	height: 70px;
	background: url(https://www.bestcarton.com/img/hakomaru/hakomaru-mail.png) no-repeat center / 80px auto;
	background-size: cover;
	position: absolute;
	top: -17px;
	right: -25px;
}
/* #footer_sitemap
==============================*/
#footer_sitemap {
	padding-bottom: 30px;
	background-color: #FAF7EF;
}
#footer_sitemap * {
	color: #53392B;
}
#footer_sitemap .sitemap_title {
	display: block;
	width: 430px;
	padding: 17px 15px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	border-top: 1px solid #53392B;
}
#footer_sitemap > ul li:first-child ul {
	display: flex;
	flex-wrap: wrap;
}
#footer_sitemap > ul li:first-child ul li {
	width: 230px;
}
#footer_sitemap > ul li:first-child ul .sitemap_title {
	width: 430px;
	border: none;
}
#footer_sitemap > ul li:last-child ul:last-child .sitemap_title {
	border-bottom: 1px solid #53392B;
}
#footer_sitemap .sitemap_title.footer_open {
	width: 430px;
	padding: 17px 25px;
	color: #fff;
	background: #53392B;
}
#footer_sitemap .sitemap_title::before, #footer_sitemap .sitemap_title::after {
	content: "";
	width: 15px;
	height: 3px;
	background-color: #53392B;
	position: absolute;
	top: 48%;
	right: 20px;
}
#footer_sitemap .footer_close::after {
	transform: rotate(90deg);
}
#footer_sitemap .footer_open::before, #footer_sitemap .footer_open::after {
	background-color: #fff;
	right: 30px;
}
#footer_sitemap .sitemap_title ~ li {
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
#footer_sitemap .footer_open ~ li {
	height: 50px;
}
#footer_sitemap > ul a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 25px;
}
/* #footer_other */
#footer_other {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}
#footer_other > div {
	display: inline-block;
}
#footer_other > div > span {
	font-size: 18px;
	font-weight: bold;
}
#footer_other ul {
	margin-top: 10px;
}
#footer_other .sns {
	display: flex;
	justify-content: center;
	gap: 15px;
}
#footer_other .sns li {
	width: 40px;
	height: 40px;
}
/* #footer_bottom
==============================*/
#footer_bottom {
	padding: 30px 10px 150px;
	text-align: center;
	background-color: #53392B;
}
#footer_bottom * {
	color: #fff;
}
#footer_bottom ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}
#footer_bottom li {
	padding-right: 10px;
	border-right: solid 1px #fff;
}
#footer_bottom li:last-child {
	padding: 0;
	border: none;
}
#footer_bottom li a:hover {
	text-decoration: underline;
}
/*#blog-container
=======================================*/
#blog-container {
 margin-top: 210px;
}
/* サイドナビ
====================================================================================================*/
#smsidenavi {
 position: fixed;
 z-index: 20;
}
#smsidenavi ul {
 padding: 10px 0 15px;
 width: 480px;
 position: fixed;
 bottom: 0;
 background: #fff;
 box-shadow: 0 0 6px #999999;
 z-index: 20;
}
#smsidenavi li {
 position: relative;
 float: left;
 width: 85px;
 text-align: center;
 border-left: solid 1px #DBBD94;
 padding: 25px 5px 0px 5px;
}
#smsidenavi li:first-child {
 border: none;
}
#smsidenavi li a {
 font-size: 13px;
 color: #53392B;
}
#smsidenavi li img {
 position: absolute;
 left: 31px;
 top:-5px;
}
.page_top {
 position: fixed;
 bottom: 85px;
 right: 15px;
}
.page_top a {
 display: block;
 margin: auto;
 width: 70px;
 height: 70px;
 background-color: #DBBD94;
 border-radius: 60px;
}
.page_top span {
 position: relative;
 display: block;
 padding-top: 100%;
 height: 0;
 overflow: hidden;
}
#smsidenavi .page_top span:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 width: 32px;
 height: 32px;
 background-image: url(https://www.bestcarton.com/img/common/icon-arrow_white.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(-90deg);
 transform: translate(0, 0) rotate(-90deg);
 -webkit-transition: .5s;
 transition: .5s;
}