@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

nav ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ins {
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input, select {
	vertical-align: middle
}

li {
	list-style: none
}

img {
	vertical-align: bottom
}

a {
	text-decoration: none;
	color: #000
}

:focus {
	outline: none!important
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.includebox {
	width: 100%;
	height: 200px;
	background: #EEE;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000
}

html {
	overflow-y: scroll
}

body {
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif
}

header {
	border-bottom: 2px solid #fdd007;
	padding: 20px 0 0;
	position: fixed;
	left: 0;
	top: 0;
	background: #FFF;
	z-index: 200;
	width: 100%
}

header.errorpage {
	padding: 25px 0
}

header .headerinr {
	margin: 0 auto;
	min-width: 1203px;
	max-width: 1460px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

header .headerinr .head-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 7px
}

header .headerinr .head-container .logosearchbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

header .headerinr .head-container .logosearchbox .logobox h1 {
	width: 190px;
	height: 36px;
	background: url(../../img/common_pc/Logo-Loftnetstore.png) no-repeat;
	text-indent: -9999px;
	margin: 0 20px 0 0
}

header .headerinr .head-container .logosearchbox .logobox h1 a {
	width: 100%;
	height: 100%;
	display: block
}

header .headerinr .head-container .logosearchbox .searchbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

header .headerinr .head-container .logosearchbox .searchbox .categoryresult-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	cursor: default;
	position: relative
}

header .headerinr .head-container .logosearchbox .searchbox .categoryresult-container .categoryresult {
	position: relative;
	font-size: 12px;
	height: 35px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0 20px 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #E1E2E5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 120px;
	line-height: 35px
}

header .headerinr .head-container .logosearchbox .searchbox .categoryresult-container .categoryresult:before {
	content: "";
	width: 1px;
	height: 23px;
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	background: #CCC
}

header .headerinr .head-container .logosearchbox .searchbox .categoryresult-container .categoryresult:after {
	position: absolute;
	right: 7px;
	top: 15px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid
}

header .headerinr .head-container .logosearchbox .searchbox .categoryresult-container .categoryresult.close:after {
	border-width: 4px 4px 0;
	border-color: #000 transparent transparent
}

header .headerinr .head-container .logosearchbox .searchbox .categoryresult-container .categoryresult.open:after {
	border-width: 0 4px 4px;
	border-color: transparent transparent #000
}

header .headerinr .head-container .logosearchbox .searchbox .categoryresult-container .categorylist {
	border: 1px solid #CCC;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 38px;
	z-index: 100;
	width: 450px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8px 0 0
}

header .headerinr .head-container .logosearchbox .searchbox .categoryresult-container .categorylist.close {
	display: none
}

header .headerinr .head-container .logosearchbox .searchbox .categoryresult-container .categorylist.open {
	display: block
}

header .headerinr .head-container .logosearchbox .searchbox .categoryresult-container .categorylist ul li {
	padding: 0;
	cursor: pointer
}

header .headerinr .head-container .logosearchbox .searchbox .categoryresult-container .categorylist ul li:hover {
	opacity: 1
}

header .headerinr .head-container .logosearchbox .searchbox ::-webkit-scrollbar {
	width: 10px
}

header .headerinr .head-container .logosearchbox .searchbox ::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 10px
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal {
	height: 330px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #999 #FFF
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul:first-child.firstlevel>li:first-child>span {
	border-top: none
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.firstlevel {
	padding: 0 10px
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.firstlevel>li>span {
	padding: 0 30px 0 15px
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.fourthlevel, header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.thirdlevel {
	padding-right: 0
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.secondlevel li span {
	padding-left: 30px
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.thirdlevel li span {
	padding-left: 40px
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.fourthlevel li span {
	padding-left: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.fourthlevel li span:before {
	content: "";
	width: 12px;
	height: 2px;
	display: block;
	background: #CCC;
	margin: 0 5px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.fourthlevel li span.last {
	border-bottom: 0
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul:last-child {
	border-bottom: none
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.secondlevel>li:first-child span, header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.thirdlevel>li:first-child span {
	background: #FFFBF4
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.secondlevel>li:first-child span:after, header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.thirdlevel>li:first-child span:after {
	border-top: 2px solid #FFCA79;
	border-right: 2px solid #FFCA79;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.fourthlevel li>span {
	background: #FFFBF4
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul.fourthlevel li>span:after {
	border-top: 2px solid #FFCA79;
	border-right: 2px solid #FFCA79;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li {
	position: relative
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li.ac-submenu-open>ul {
	max-height: 1000px;
	visibility: visible
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li.ac-submenu-open>span {
	font-weight: 700
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li.ac-submenu-open>span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-color: #666
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li.ac-submenu-open .pushy-link {
	opacity: 1
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li.ac-submenu-closed>ul {
	max-height: 0;
	overflow: hidden;
	visibility: hidden
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li.ac-submenu-closed .pushy-link {
	opacity: 0
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li.ac-submenu>ul {
	-webkit-transition: max-height .5s ease-in-out, visibility .5s ease-in-out;
	-o-transition: max-height .5s ease-in-out, visibility .5s ease-in-out;
	transition: max-height .5s ease-in-out, visibility .5s ease-in-out
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li.ac-submenu .pushy-link {
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li.ac-submenu>a {
	position: relative
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li.ac-submenu>a:after {
	content: '';
	display: block;
	height: 11px;
	width: 8px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform 0.2s, -webkit-transform .2s
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li span {
	width: 100%;
	height: 45px;
	font-size: 12px;
	position: relative;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #CCC
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li span:after {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	border-top: 2px solid #CCC;
	border-right: 2px solid #CCC;
	position: absolute;
	right: 15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li span:hover {
	background: #FFFBF4
}

header .headerinr .head-container .logosearchbox .searchbox .categorymodal ul li span:hover:after {
	border-color: #FFCA79
}

header .headerinr .head-container .logosearchbox .searchbox form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

header .headerinr .head-container .logosearchbox .searchbox form input {
	border: none;
	background: url(../../img/common_pc/Icon-Search_header.png) no-repeat #E1E2E5 7px 11px;
	background-size: 15px 15px;
	height: 35px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	width: 270px;
	text-indent: 27px;
	margin: 0 6px 0 0
}

header .headerinr .head-container .logosearchbox .searchbox form .btnsearch {
	width: 70px;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #CCC;
	font-size: 12px;
	background: #FFF;
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #111;
	cursor: pointer
}

header .headerinr .head-container .logosearchbox .searchbox form .btnsearch:hover {
	opacity: .7
}

header .headerinr .head-container .userbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

header .headerinr .head-container .userbox .usernamepointsbox {
	margin: 0 10px;
}

header .headerinr .head-container .userbox .usernamepointsbox ul li {
	text-align: right
}

header .headerinr .head-container .userbox .usernamepointsbox ul li.txtusername {
	font-size: 11.5px;
	margin: 0 0 3px;
	color: #333
}

header .headerinr .head-container .userbox .usernamepointsbox ul li.txtusername .linklogout {
	font-size: 10px;
	font-weight: 700;
	margin: 0 0 0 5px;
	display: inline-block;
}

header .headerinr .head-container .userbox .usernamepointsbox ul li.linkpoints {
	font-size: 10px
}

header .headerinr .head-container .userbox .usernamepointsbox ul li.linkpoints a {
	color: #333
}

header .headerinr .head-container .userbox .linkbox {
	flex-shrink: 0;
}

header .headerinr .head-container .userbox .linkbox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

header .headerinr .head-container .userbox .linkbox ul li {
	font-size: 10px;
	text-align: center;
	margin: 0 5px;
	flex-shrink: 0;
}

header .headerinr .head-container .userbox .linkbox ul li.linklogin a:before {
	background: url(../../img/common_pc/Icon-menu-Login.png) no-repeat
}

header .headerinr .head-container .userbox .linkbox ul li.memberinfo {
	margin: 0 10px
}

header .headerinr .head-container .userbox .linkbox ul li.memberinfo a:before {
	background: url(../../img/common_pc/Icon-menu-Memberinfo.png) no-repeat
}

header .headerinr .head-container .userbox .linkbox ul li.linkmypage a:before {
	background: url(../../img/common_pc/Icon-menu-Mypage.png) no-repeat
}

header .headerinr .head-container .userbox .linkbox ul li.linkfavorite a:before {
	background: url(../../img/common_pc/Icon-menu-Favorite.png) no-repeat
}

header .headerinr .head-container .userbox .linkbox ul li.linkhistory a:before {
	background: url(../../img/common_pc/Icon-menu-History.png) no-repeat
}

header .headerinr .head-container .userbox .linkbox ul li.linkguide a:before {
	background: url(../../img/common_pc/Icon-menu-Help.png) no-repeat
}

header .headerinr .head-container .userbox .linkbox ul li.linkcart {
	position: relative
}

header .headerinr .head-container .userbox .linkbox ul li.linkcart .txtnumber {
	width: 17px;
	height: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
	background: #666;
	border-radius: 50%;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10
}

header .headerinr .head-container .userbox .linkbox ul li.linkcart a:before {
	background: url(../../img/common_pc/Icon-Cart_header.png) no-repeat;
	background-size: cover
}

header .headerinr .head-container .userbox .linkbox ul li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #333
}

header .headerinr .head-container .userbox .linkbox ul li a:hover {
	opacity: .7
}

header .headerinr .head-container .userbox .linkbox ul li a:before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto 3px
}

header .headerinr .keywords-container {
	margin: 0 0 10px 130px
}

header .headerinr .keywords-container .inr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

header .headerinr .keywords-container .inr .txtttl {
	font-size: 12px;
	font-weight: 700;
	margin: 0 10px 0 0
}

header .headerinr .keywords-container .inr ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

header .headerinr .keywords-container .inr ul li {
	margin: 0 7px 0 0
}

header .headerinr .keywords-container .inr ul li a {
	border: 1px solid #CCC;
	background: #F4F4F4;
	font-size: 11px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px;
	border-radius: 3px
}

header .headerinr .keywords-container .inr ul li a:hover {
	opacity: .7
}

header .headerinr .menu-container>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

header .headerinr .menu-container>ul:before {
	content: "";
	width: 1px;
	height: 28px;
	display: block;
	background: #DDD;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -14px 0 0
}

header .headerinr .menu-container>ul>li {
	width: 16.666%;
	height: 55px;
	text-align: center;
	position: relative;
	padding: 0 10px
}

header .headerinr .menu-container>ul>li:after {
	content: "";
	width: 1px;
	height: 28px;
	display: block;
	background: #DDD;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -14px 0 0
}

header .headerinr .menu-container>ul>li>a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	line-height: 1.5;
	padding: 0 10px
}

header .headerinr .menu-container>ul>li>a.linkhover, header .headerinr .menu-container>ul>li>a:hover {
	font-weight: 700
}

header .headerinr .menu-container>ul>li:hover .secondlevel {
	visibility: visible;
	opacity: 1
}

header .headerinr .menu-container>ul>li:nth-child(n+5) .secondlevel, header .headerinr .menu-container>ul>li:nth-child(n+6) .secondlevel {
	right: 0;
	left: auto
}

header .headerinr .menu-container>ul>li .secondlevel {
	position: absolute;
	left: 0;
	top: 55px;
	width: 570px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	padding: 2px 0 0;
	z-index: 200
}

header .headerinr .menu-container>ul>li .secondlevel .inr {
	border: 1px solid #DDD;
	padding: 15px 20px;
	background: #FFF
}

header .headerinr .menu-container>ul>li .secondlevel .inr .linkmain {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 15px;
	display: block
}

header .headerinr .menu-container>ul>li .secondlevel .inr .linkmain:after {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 0 0 3px
}

header .headerinr .menu-container>ul>li .secondlevel .inr .linkmain:hover {
	opacity: .7
}

header .headerinr .menu-container>ul>li .secondlevel .inr ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

header .headerinr .menu-container>ul>li .secondlevel .inr ul li {
	width: 33.333%;
	padding: 0 25px 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

header .headerinr .menu-container>ul>li .secondlevel .inr ul li:nth-child(3n) {
	padding-right: 0
}

header .headerinr .menu-container>ul>li .secondlevel .inr ul li a {
	width: 100%;
	font-size: 12px;
	display: block;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	color: #000;
	padding: 0 10px 0 0
}

header .headerinr .menu-container>ul>li .secondlevel .inr ul li a:hover {
	opacity: .7
}

header .headerinr .menu-container>ul>li .secondlevel .inr ul li a:after {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 3px
}

.breadcrumb-container {
	margin: 0 auto;
	min-width: 1203px;
	max-width: 1460px;
	padding: 180px 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.toppage-container .info-container .ttlbb {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 2px solid #fdd007;
	padding: 0 0 5px;
	margin: 0 0 20px;
	color: #000
}

.toppage-container .info-container ul li {
	margin-bottom: 20px
}

.toppage-container .info-container ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.toppage-container .info-container ul li a:hover {
	opacity: .6
}

.toppage-container .info-container ul li a span.day {
	color: #999;
	margin-right: 10px;
	font-size: 12px
}

.toppage-container .info-container ul li a p {
	color: #000;
	font-size: 12px
}

footer {
	margin: 100px 0 0;
	border-top: 2px solid #CCC
}

footer.onlycopyright .footerbottom {
	height: 100px
}

footer.onlycopyright .footerbottom .footerinr {
	height: 100%
}

footer.onlycopyright .footerbottom .footerinr .txtcopyright {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

footer .footerinr {
	min-width: 1203px;
	max-width: 1460px;
	padding: 0 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

footer .footertop {
	border-bottom: 1px solid #CCC
}

footer .footertop .companylink {
	height: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

footer .footertop .companylink ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

footer .footertop .companylink ul li {
	border-right: 1px solid #DDD;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	font-size: 12px;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	color: #333
}

footer .footertop .companylink ul li:last-child {
	border: none
}

footer .footertop .companylink ul li:nth-child(2):before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	background: url(../../img/common_pc/Icon_anothertab.png) no-repeat;
	margin: 0 3px 0 0
}

footer .footertop .companylink ul li a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333
}

footer .footertop .companylink ul li a:hover {
	opacity: .7
}

footer .footerbottom {
	background: #fAfAfA
}

footer .footerbottom .sitelink {
	padding: 0 10px;
	margin: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px
}

footer .footerbottom .sitelink ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px solid #DDD;
	padding: 0 0 0 20px
}

footer .footerbottom .sitelink ul li {
	border-right: 1px solid #DDD;
	position: relative;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0
}

footer .footerbottom .sitelink ul li a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	text-indent: 2px
}

footer .footerbottom .sitelink ul li a:hover {
	opacity: .7
}

footer .footerbottom .txtcopyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px
}

footer .footerbottom .txtcopyright p {
	font-size: 11px;
	color: #333
}

body.obibnr .main-container.obibnr-container {
	text-align: center;
	background: #eeeeee;
	max-width: none;
}

body.obibnr .main-container.obibnr-container a:hover{
	opacity: 0.7;
}

body.obibnr .main-container.obibnr-container {
	padding-top: 127px;
}

body.obibnr .main-container.obibnr-container + .main-container,
body.obibnr .main-container.obibnr-container + .breadcrumb-container{
	padding-top: 0;
}

body:not(.page-top).obibnr .main-container.obibnr-container{
	margin-bottom: 20px;
}

body.page-top.obibnr .main-container.obibnr-container{
	margin-bottom: 2px;
}

body.page-category.obibnr .main-container.obibnr-container{
	margin-bottom: 20px;
}


