/* ITX専用CSS */
body {
	transform: none !important;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Roboto,'Droid Sans';
}
a {
    color: #33b051;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:focus, a:active {
    color: #33b051;
    text-decoration: none;
    outline: none;
}
.inner2 {
	max-width: 1152px;
	margin: 40px auto;
}
.slick-dots {
	bottom: 4px;
}
.slick-dots li.slick-active button:before {
	background-color: #33b051;
}
.slick-dots li button:before {
	background-color: white;
}
.category-list {
	padding-left:0px;
}
#header {
	padding-top: 5px;
}
#header .copy {
	font-size:1.0rem;
}
#header .header_logo {
    margin: 18px 0;
}

/* BLOCK CATEGORY */
#category {
    background-color:#282828;
    color:#fff;
}
#category .category-nav {
	display:none;
	text-align:left;
}
#category li {
    width: 25%;
}
#category li a {
    color:#fff;
}
#category li.list-all {
    display: inline-block;
    text-align:center;
    width: 100%;
}

/* BLOCK LOGIN */
/*
#member {
    position: absolute;
    top: 50px;
    left: 560px;
}
*/
#member {
    position: absolute;
    top: 50px;
    right: 0;
}
#member li a {
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0 15px;
}

/* BLOCK SEARCH PRODUCT */
#search span.step1 {
	font-weight:bold;
}
#search span.step2 {
	font-size:0.8em;
	margin-left:20px;
}
#search span.step3 {
	font-size:1.5em;
	margin-left:20px;
}

.search_inner {
    display: inline-block;
}
.search_inner_input {
	display: inline-block;
	right: 0;
    position: absolute;
    top: 6px;
}
.search_inner_input #name {
    background-color: #fff;
    height: 30px;
    position: relative;
    top: 10px;
    left: 0px;
    width: 280px;
    color: #000;
}
.header_bottom_area #search {
    background-color:#282828;
    color:#fff;
}
/*
.header_bottom_area .search_inner {
    padding: 0 20px 0;
}
*/
.search .input_search {
    height: 35px;
}
.member_link a {
	height: 40px;
	line-height: 40px;
}

.member_link a .cb {
	fill: #33b051;
}
.member_link li.link:hover {
	border-bottom: solid 3px #33b051;
}
.member_link li.link.selected {
	border-bottom: solid 3px #33b051;
}
#header .header_bottom_area {
	padding-top: 0;
}
/* FOOTER */
#footer {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}
#footer .foot-upper {
	background-color: #282828;
	color: #fff;
}
#footer .foot-upper span {
	display:block;
	border-bottom:
	solid 1px #fff;
	padding-bottom: 10px;
	max-width: 700px;
    margin: 0 auto;
}
#footer .foot-upper .content {
	text-align:center;
	padding:40px;
}
#footer .foot-upper .content .ttl-img {
	width: 700px;
}
#footer .foot-upper .content .link-01 {
	width: 266px;
	margin-top: 20px;
}
#footer .foot-upper .content .link-02 {
	width: 300px;
	margin-top: 20px;
	margin-left: 55px;
}

#footer .foot-bottom {
	background-color: #fff;
}
#footer .foot-bottom .content {
	text-align:center;
	padding:40px 0 0;
}
#footer ul {
	margin-top: 30px;
}
#footer .footer_logo_area {
	margin-top: 0;
}
#footer .footer_logo_area .copyright {
	background-color: #33b051;
	color: #fff;
	margin-bottom: 0;
}

/* TOP */
.front_page #contents .row {
	padding-bottom: 0;
}
#contents #main_middle .main_visual_block {
	padding-bottom: 0;
}

#contents_top h2,
#contents_top h3,
.news_contents h2,
.news_contents h3  {
    text-align: center;
}
#contents_top h2,
.news_contents h2 {
    text-decoration: underline;
}
#contents_top h2,
.news_contents h2 {
	margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-underline-position: under;
}
#contents_top h3,
.news_contents h3 {
    margin-top: 10px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    font-size: 1.0em;
}
.front_page #contents2 .row {
	padding-bottom: 0;
}
#contents2 #main_middle .main_visual_block {
	padding-bottom: 0;
}

#contents2_top h2,
#contents2_top h3,
.news_contents h2,
.news_contents h3  {
    text-align: center;
}
#contents2_top h2,
.news_contents h2 {
    text-decoration: underline;
}
#contents2_top h2,
.news_contents h2 {
	margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-underline-position: under;
}
#contents2_top h3,
.news_contents h3 {
    margin-top: 10px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    font-size: 1.0em;
}
.news_contents h2 {
	padding-top: 40px;
}
.news_contents h3 {
	border-bottom: 0;
}
.top-product-list {
	margin-top: 30px;
}

#category .all-link {
    border: solid 1px #fff;
    border-radius: 4px;
    padding: 5px 10px;
}

/* PRODUCT LIST */
div.product-category-info h2 {
	display: inline-block;
	font-size: 14px;
	background-color: #eeeeee;
	padding: 5px;
}
div.product-category-info h1 {
	margin: 0;
}
div.product-category-info {
	border-bottom: solid 1px #ccc;
	margin-bottom: 80px;
}
table.product-list th {
	text-align: left;
	background-color: #eeeeee;
}
table.product-list td.btn-area {
	vertical-align: middle;
}
.btn {
	border-radius: 5px;	
}
.btn-primary {
	background-color: #33b051;
	border-color: #33b051;
	border-radius: 5px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #33b051;
    border-color: #33b051;
}

/* PRODUCT DETAIL */
#topicpath a {
	color: #000;
}
#topicpath li:after {
	content: "／";
}
#topicpath ol {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#detail_cart_box__insert_button {
	display: inline-block;
	float: right;
}
#detail_cart_box__cart_quantity .btn_area .btn {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    width: 200px;
}
#item_detail dl.quantity,
#item_detail dl.item_code_default {
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    padding: 10px 20px;
}
#item_detail dl.quantity dt,
#item_detail dl.item_code_default dt {
	float: left;
	width: 15%;
	font-weight: bold;
}
#item_detail dl.item_code_default dd {
    padding-left: 3em;
}
#item_detail #quantity {
	width: 20%;
}
#item_detail dl#detail_cart_box__cart_quantity {
	background-color: #eeeeee;
    padding: 10px 20px;
}

#item_detail #item_detail_area {
	word-break: break-word;
}

#product_common_area {
	background-color: #eeeeee;
	padding: 40px 30px;
}
#product_common_area h2 {
	text-decoration: underline;
}
#product_common_area .g {
	color: #33b051;
	font-weight: bold;
}

/* BRAND DETAIL */
#brand-detail .sub_category {
    display: none;
}
#brand-detail h1, 
#brand-detail div.brand-logo {
    text-align:center;
}
.contact-line {
    background-color:#282828;
    color:#fff;
    padding: 35px 0;
    text-align: center;
    margin: 20px 0;
}

.contact-line .link-01 {
	width: 266px;
}
.contact-line .link-02 {
    width: 300px;
    margin-top: 0;
    margin-left: 55px;
}

#brand-detail .main_category li.main_list {
    font-size: 20px;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}
#brand-detail li.main_list .open-button span {
    float: right;
}
#brand-detail ul.sub_category {
    margin-left: 20px;
}
#brand-detail ul.sub_category li.main_list:last-child {
	border:none;
}


/* BRAND LIST */
#brands h1, 
#brands h2, 
#brands h3 {
    text-align: center;
}
#brands ul.main_brands li {
    width: 33%;
    display: inline-block;
    margin-top: 20px;
}
#brands ul.main_brands li span {
    display: block;
    text-align: center;
    margin: 10px;
}
#brands ul.all_brands li {
    width: 19%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: top;
}
#brands ul.all_brands li span {
    display: block;
    text-align: center;
    font-size: 0.8em;
    margin: 10px;
}

/* BRAND DETAIL */
#brand-box h2, 
#brand-box h3 {
    text-align: center;
}
#brand-box h2 {
    text-decoration: underline;
}
#brand-box h2 {
	margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-underline-position: under;
}
#brand-box h3 {
	margin-top: 0;
}
#brand-box li a {
	color: #525263;
}

#privacy_box__body div.box {
	border: solid 1px #ccc;
	border-radius: 4px;
	margin: 20px 0;
	padding:20px;
}


.example h1 {
	text-align: center;
}
.example h2 {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.example h3 {
	border-left: solid 10px #33b051;
    border-bottom: solid 2px #33b051;
    padding-left: 20px;
    margin: 30px 0;
}
.example ul.menu {
	margin: 30px 0;
}
.example ul.menu li {
    display: inline-block;
    width: 22%;
    border-bottom: solid 1px #ddd;
    font-weight: bold;
    padding: 10px 0;
    font-size: 0.9em;
    margin-left: 20px;
}
.example ul.menu li a {
	color: #000;
}
.example ul.menu li span {
	float:right;
	padding-right: 5px;
}
.example .ex_inner {
	padding: 0 30px;
	margin-bottom: 100px;
}
.example .ex_inner li {
	line-height: 2.5em;
}

/* GUIDE */
div.guide div.box {
	border: solid 1px #ccc;
	border-radius: 4px;
	margin: 20px 0;
	padding:20px;
}
div.guide li {
	padding-left: 10px;
	padding-top: 10px;
}
div.guide li.q {
	font-weight: bold;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* FEATURE */
.feature h1 {
	text-align: center;
}
.feature h2 {
    position: relative;
    text-align: center;
}
.feature h2 span {
    position: absolute;
    top: 45%;
    color: #fff;
    display: table;
    width: 100%;
    text-align: center;
}
.feature h2#other span,
.feature h2#deliv span {
	top: 60%;
}
.feature .em {
	font-weight: bold;
	display: block;
	font-size: 1.5em;
}
.feature-content {
	padding: 0 60px;
}
.feature .number {
    background-color: #000;
    color: #fff;
    padding: 5px 8px;
}
.feature .number2 {
	font-size:2.0em;
	color: #33b051;
}
.feature .under {
	border-bottom: solid 1px #ddd;
}
.feature-content.other {
	padding: 0 100px;
}
.feature-content.other h3 {
	background-color: #000;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
.feature ul.menu {
	margin: 30px 0;
}
.feature ul.menu li {
    display: inline-block;
    width: 22%;
    border-bottom: solid 1px #ddd;
    font-weight: bold;
    padding: 10px 0;
    font-size: 0.9em;
    margin-left: 20px;
}
.feature ul.menu li a {
	color: #000;
}
.feature ul.menu li span {
	float:right;
	padding-right: 5px;
}

.subguide th {
	font-weight: bold;
	font-size: 0.8em;
}
.subguide td {
	font-size: 0.8em;
}

#PageTopBtn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1000;
}
#PageTopBtn a {
    display: block;
    text-decoration: none;
    color: #33b051;
    text-align: center;
    border-radius: 5%;
    outline: none;
}
#PageTopBtn a:hover {
    text-decoration: none;
}

#footer .foot-bottom .content div.pmark {
    text-align:center; max-width:1150px; margin:15px auto;
}

@media screen and (max-width:1024px) {
/*12.9インチiPad Proに適用させたいCSSを記述*/
	#search span.step1 {
		display: none;
	}
	#member li a {
	    font-weight: bold;
	    font-size: 1.2rem;
	    padding: 0 15px;
	}
	.search_inner_input #name {
	    background-color: #fff;
	    height: 30px;
	    position: relative;
	    top: 10px;
	    left: 0px;
	    width: 180px;
	    color: #000;
	}
}
@media screen and (max-width:790px) {
/*9.7インチiPad Proに適用させたいCSSを記述*/
	#member li a {
	    font-weight: bold;
	    font-size: 1.0rem;
	    padding: 0 15px;
	}
	#search span.step1 {
		display: none;
	}
	.header_logo_area .header_logo img {
		width: 30%;
	}
}

@media screen and (max-width: 767px) {
	.sp_none {
		display:none;
	}
	.drawer {
		width: 260px;
	}
	.drawer-open #contents, .drawer-open #header, .drawer-open #footer, .drawer-open .pagetop {
	    transform: translateX(-260px);
	}
	.drawer-open #contents2, .drawer-open #header, .drawer-open #footer, .drawer-open .pagetop {
	    transform: translateX(-260px);
	}
	.row .padding00 {
		padding: 0;
	}
	#header .header_logo {
	    margin: 10px 0;
	}
	.header_logo_area {
		margin-right: 0px;
	}
	.header_logo_area .header_logo img {
		width: 40%;
	}
	/*
	.main_visual_block .slick-slide img {
	    max-width: 1000px;
	    margin-left: -254px;
	}
	*/
	.slick-slide img {
		width: 100%;
	}
	.header_logo_area .header_logo {
		margin: 10px 0;
	}
	#btn_menu {
	    margin: 0;
	    position: absolute;
	    right: 0px;
	    top: 36px;
	    z-index: 11;
	    background-color: #33b051;
	}
	.nav-trigger span {
	    position: absolute;
	    top: 50%;
	    right: 8px;
	    margin-top: -2px;
	    -webkit-transition: background 0.3s 0.3s;
	    -moz-transition: background 0.3s 0.3s;
	    transition: background 0.3s 0.3s;
	}
	.nav-trigger span,
	.nav-trigger span::before,
	.nav-trigger span::after {
	    position: absolute;
	    display: inline-block;
	    height: 3px;
	    width: 24px;
	    background: #fff;
	}
	.drawer-open .nav-trigger span::before, 
	.drawer-open .nav-trigger span::after {
	    background: #fff;
	}
	.member_link {
		margin-bottom:0;
	}
	.member_link li.link:hover {
		border: 0;
	}
	.member_link li.link.selected {
		border: 0;
	}
	.member_link_sp {
	    position: absolute;
	    top: 56px;
	    /*
	    bottom: 0;
	    */
	    right: 68px;
	}
	.member_link_sp li {
		display: inline-block;
		margin-left: 20px;
	}
	.member_link_sp a {
		color: #33b051;
	}
	.member_link_sp .cb {
	    display: inline-block;
	    width: 2em;
	    height: 2em;
	    vertical-align: middle;
	    fill: currentColor;
	}
	.front_page #contents .row {
	    padding-bottom: 8px;
	    word-break: break-all;
    }
	.front_page #contents2 .row {
	    padding-bottom: 8px;
	    word-break: break-all;
    }
	/* TOP */
	.main_visual_block {
		background-color: #282828;
		color: #fff;
		padding-bottom: 8px;
	}
	.main_visual_block .input_search #name {
		width: 90%;
		height: 20px;
		color: #000;
	}
	.main_visual_block .input_search .bt_search {
	    border: 0;
	    background: none;
	    position: absolute;
	    right: 20px;
	    top: -4px;
	    display: block;
	    width: 44px;
	    height: 44px;
	    overflow: hidden;
	    white-space: nowrap;
	    z-index: 1;
	}
	.main_visual_block .input_search .bt_search .cb-search {
		font-size: 1.0em;
	}
	.drawer .input_search .bt_search .cb-search {
	    font-size: 10px;
	    right: 13px;
	    position: relative;
	    top: 6px;
	}
	.menu-images div {
		padding: 0;
		margin-bottom: 10px;
	}
	#contents_top #item_list .pickup_item {
		text-align: center;
		

	}
	#contents_top #item_list .pickup_item img {
		width: 80%;
	}
	#contents_top #item_list .pickup_item p {
		color: #525263;
		font-weight: bold;
	}
	#footer .foot-upper .content .link-01 {
	    margin: 20px auto;
		display: block;
	}
	#footer .foot-upper .content .link-02 {
		display: block;
	    margin: 0 auto;
	}
	
	#brands ul.main_brands li {
	    width: 100%;
	    display: inline-block;
	    text-align: center;
	}
	#brands ul.all_brands li {
	    width: 48%;
	    display: inline-block;
	}
	#brand-detail #brand-box li a {
		font-size: 0.8em;
	}

	#item_detail_area .item_name {
		font-size: 3rem;
    	font-weight: bold;
	}
	.item_comment {
		color: #888;
	}
	#item_photo_area {
		padding: 40px;
	}

	.contact-line .link-02 {
	    margin-left: 0px;
	}
	
	/* PRODUCT */
	/*
	#item_detail dl.quantity dt, 
	#item_detail dl.item_code_default dt {
		width: 24%;
	}
	*/
	.feature-content {
		padding: 0 16px;
	}
	.feature-content.other {
		padding: 0 10px;
	}
	.feature h2 {
		margin: 0;
	}
	.feature h2#other span,
	.feature h2#deliv span {
		top: 45%;
	}
	.feature-content.other h3 {
		padding: 10px;
	}

	div.col-sm-12.feature {
		padding: 0;
	}
	div.finner {
		padding: 0 8px;
	}


	#topicpath {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	#PageTopBtn {
	    z-index: 1000;
	    bottom: 30px;
	    right: 20px;
	}
	/*
	#footer .foot-bottom .content div.pmark {
		margin-right: 60px;
	}
	*/
}

