@charset "utf-8";

/* *********************************************************
 * altstack base style seet
 * *********************************************************\*/


/*____________ element ____________\*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
}

a img,
a:focus,
:link img,
:visited img {
	border: 0;
	outline:none;
}

q:before,
q:after,
blockquote:before,
 blockquote:after {
	content: "";
}

html,
body {
height: 100%;
}

body {
	color: #555;
	font-size: 62.5%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, Arial,Helvetica, sans-serif ;
	_text-align: center;
	background: #fff;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

a:focus {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 1 !important;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

li img {
	vertical-align: bottom;
}

label {
	cursor: pointer;
}

hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: none;
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
}


/*____________ table ____________\*/

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

table th,
table td {
}

.spectable {
	width: 100%;
	border: 1px solid #b5b5b5;
	border-collapse: collapse;
	margin: 0 0 1em;
}
.spectable th {
	width: auto;
	color: #fff;
	text-align: right;
	background: #555;
	border: 1px solid #3f3f3f;
	margin: 0 0 20px;
	padding: 5px 7px;
	white-space: nowrap;
}
.spectable td {
	border: 1px solid #b5b5b5;
	padding: 5px 7px;
}
.spectable td ul,
.spectable td ol {
	padding: 0 0 0 20px;
}
.spectable td li {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 0.5em;
}

table.variation {
	width: auto;
	border: 1px solid #3f3f3f;
	border-collapse: collapse;
	margin: 0 0 20px;
}
table.variation th {
	width: 150px;
	color: #fff;
	text-align: center;
	background: #555;
	border: 1px solid #3f3f3f;
	padding: 7px 15px;
	white-space: nowrap;
}
table.variation td {
	border: 1px solid #3f3f3f;
	padding: 7px 15px;
}
table.snsArea {
	height: auto !important;
	
}


/* CSS example start
 
img {
	max-width:100%;
}
 
table {
	width:100%;
}
 
a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
 
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
 
よく使うCSS end -----
時々使うCSS3 start ---
 
テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
 
テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
 
ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
 
ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
 
角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}
 
トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
 
透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
 
背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
 
グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
@media screen and (max-width: 480px){
	}
@media screen and (max-width: 320px){
}
\*/

#wrapper {
	width: auto;
	background-color: #FFF;
	min-height: 100%;
	overflow: hidden;
}
/*________________________ header ________________________\*/
header {
	display: block;
	width: auto;
	padding: 0 5px;
}
#header-inner {
	display: block;
	width: 260px;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 25px 0 0;
	background: #fff url(http://www.hatter-knowledge.com/img/back_whitewood01.jpg) center -210px repeat-x;
	transform: translateX(-260px);
	transition: ease .5s;
	-webkit-transform: translateX(-260px);
	-webkit-transition: ease .5s;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 9998;
	border-right: 1px solid #999;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#header-inner.action {
	width: 260px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#header-inner #logo {
	display: none;
}
#header-inner #hNav {
	display: block;
	background: #fff;
	padding: 0;
}

#header-inner #hNav p {
	width: 50%;
	height: auto;
	float: left;
}
#header-inner #hNav p img {
	width: 100%;
	height:auto;
}

#header-inner #hNav #searchbox_wrap {
	padding: 0;
	margin: 0;
}
#hNav #searchbox {
	display: table;
	width: 100%;
	font-size: 14px;
	color: #999;
	text-align: left;
	padding: 0 0 9px;
	border: 1px solid #999;
	border-width: 0 0 1px;
}
#hNav #searchbox_wrap #searchbox p {
	display: table-cell;
	vertical-align: middle !important;
	padding: 0 0 0 15px;
	color: #555;
	position:relative;
	top: 12px;
	/* font-size: 8px; */
	width: 30px;
}
#hNav #searchbox_wrap form {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#hNav #searchbox_wrap form input.searchbox {
	width: 80%;
	padding: 5px 0;
	border: 1px solid #999;
	border-radius: 5px;
}
#hNav #searchbox_wrap form input.searchSubmit {
	position: relative;
	top: 8px;
}
#hNav #searchbox_wrap #searchbox form p {
	display: inline;
}
#hNav ul#header-nav {
	margin:0 0 45px;
}

#hNav ul#header-nav li {
	display: block;
	height: auto;
	font-size: 14px;
	background: none;
	padding: 1px 0 1px;
	border: 1px solid #999;
	border-width: 0 0 1px;
}
#hNav ul#header-nav li a {
	display: block;
	padding: 12px 0 12px 15px;
	text-decoration: none;
	background-color: #fff;
}
#hNav ul#header-nav li span {
	display: block;
	padding: 12px 0 12px 15px;
}

#hNav .btn_sns span,
#hNav .btn_brand span {
	cursor: pointer;
	position:relative;
	z-index: 9999;
	background-color: #fff;
}

#hNav .btm_sns_inner li:first-child,
#hNav .btn_brand_inner li:first-child {
	position:relative;
	display:none;
	-webkit-transform: translateY(-48px);
	-webkit-transition: ease .5s;
		z-index: 400;
}

#hNav .btm_sns_inner li:nth-child(2),
#hNav .btn_brand_inner li:nth-child(2) {
	position:relative;
	display:none;
	-webkit-transform: translateY(-96px);
	-webkit-transition: ease .5s;
	z-index: 300;
}

#hNav .btm_sns_inner li:nth-child(3),
#hNav .btn_brand_inner li:nth-child(3) {
	position:relative;
	display:none;
	-webkit-transform: translateY(-144px);
	-webkit-transition: ease .5s;
	z-index: 200;
}

#hNav .btm_sns_inner li:nth-child(4),
#hNav .btn_brand_inner li:nth-child(4) {
	position:relative;
	display:none;
	-webkit-transform: translateY(-192px);
	-webkit-transition: ease .5s;
	z-index: 100;
}

#hNav .btm_sns_inner li:nth-child(5),
#hNav .btn_brand_inner li:nth-child(5) {
	position:relative;
	display:none;
	-webkit-transform: translateY(-240px);
	-webkit-transition: ease .5s;
	z-index: 100;
}

#hNav .btm_sns_inner li:nth-child(6),
#hNav .btn_brand_inner li:nth-child(6) {
	position:relative;
	display:none;
	-webkit-transform: translateY(-288px);
	-webkit-transition: ease .5s;
	z-index: 100;
}

#hNav #header-nav .action li:first-child {
	-webkit-transform: translateY(0px);
	-webkit-transition: ease .5s;
}

#hNav #header-nav .action li:nth-child(2) {
	-webkit-transform: translateY(0px);
	-webkit-transition: ease .5s;
}

#hNav #header-nav .action li:nth-child(3) {
	-webkit-transform: translateY(0px);
	-webkit-transition: ease .5s;
}

#hNav #header-nav .action li:nth-child(4) {
	-webkit-transform: translateY(0px);
	-webkit-transition: ease .5s;
}	

#hNav #header-nav .action li:nth-child(5) {
	-webkit-transform: translateY(0px);
	-webkit-transition: ease .5s;
}

#hNav #header-nav .action li:nth-child(6) {
	-webkit-transform: translateY(0px);
	-webkit-transition: ease .5s;
}


header p#ds_btn {
	display: block;
	width: 61px;
	height: 0px;
	color: #661715;
	padding: 45px 0 0;
	background-color: #fff;
	background-image: url(http://www.hatter-knowledge.com/img/btn_dsmenu01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px;
	border: 1px solid #999;
	border-width: 1px 1px 1px 0;
	border-radius: 0 5px 5px 0;
	transition: ease .5s;
	-webkit-transition: ease .5s;
	cursor: pointer;
	position: fixed;
	top: 24px;
	left: 0px;
	overflow: hidden;
	z-index: 10001;
}
header p#ds_btn.action {
	backgro	und: #fff url(http://www.hatter-knowledge.com/img/btn_dsmenu02.png) center 10px no-repeat;
	background-size: 28px;
	-webkit-transform: translateX(260px);
	transform: translateX(260	px);
	border: 1px solid #999;
	border-width: 1px 1px 1px 0;
	transition: ease .5s;
	-webkit-transition: ease .5s;
}
header#navheader {
	display: block;
	width: auto;
	background: url(http://www.hatter-knowledge.com/img/back_whitewood01.jpg) center -210px repeat-x;
	margin: 0;
}
#inner01 {
	width: 100%;
	padding: 0 5px;
	margin: 0 auto;
}

header#navheader h1,
header#navheader p.description {
	width: auto;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 10000;
	text-align: right;
}
header#navheader p#logo01 {
	width: 100%;
	text-align: center;
	padding: 0;
}
header#navheader p#logo01 img {
	width: 50%;
	height: auto;
	position: relative;
}
#headernav01 {
	text-align: left;
	padding: 5px;
	margin: 0;
	display: none;
}
#headernav01 li {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	text-align: right;
	padding: 0px;
	border: 1px solid #999;
	border-width: 0 1px 0 0;
}
#headernav01 li:first-child {
	border-width: 0 1px 0 1px;
}
#headernav01 li a {
	color: #555;
	padding: 7px 8px;
	text-decoration: none;
}
#headernav01 li a:hover {
	text-decoration: underline;
}
#headernav02 {
	display: none;
	width: 30%;
	text-align: center;
	padding: 0px;
	margin: 0 0 5px;
}
#headernav02 li {
	display: table-cell;
	padding: 0 2px;
	margin: 0 0 0 5px;
	background: #b3b3b3;
	border-radius: 3px;
}
#headernav02 li#headernav02_brand {
	background-image: url(http://www.hatter-knowledge.com/img/icon_headernav02_01.png);
	background-position: center 6px;
	background-repeat: no-repeat;
	background-color: #bbb;
	transition: 0.3s;
}
#headernav02 li#headernav02_brand:hover {
	background-color: #666;
}
#headernav02 li#headernav02_cart {
	background-image: url(http://www.hatter-knowledge.com/img/icon_headernav02_02.png);
	background-position: 23px 7px;
	background-repeat: no-repeat;
	background-color: #bbb;
	transition: 0.3s;
}
#headernav02 li#headernav02_cart:hover {
	background-color: #666;
}
#headernav02 li#headernav02_mypage {
	background-image: url(http://www.hatter-knowledge.com/img/icon_headernav02_03.png);
	background-position: center 8px;
	background-repeat: no-repeat;
	background-color: #bbb;
	transition: 0.3s;
}
#headernav02 li#headernav02_mypage:hover {
	background-color: #666;
}
#headernav02 li a {
	display: block;
	width: 102px;
	height: 62px;
	color: #fff;
	font-size: 10px;
	line-height: 104px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	background: url(http://www.hatter-knowledge.com/img/back_slash01.png) 0 0 repeat;
	overflow: hidden;
}

#globalnav {
	padding: 0;
	background:none;
}
#globalnav ul {
	display: block;
	width: 100%;
	height: 164px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-width: 1px;
}
#globalnav ul li {
	display: block;
	width: 50%;
	height: 41px;
	border: none;
	overflow: hidden;
	float: left;
}
#globalnav ul li:nth-child(1) {
	border-width: 0;
}
#globalnav ul li a {
	display: block;	
	width: auto;
	height: 22px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1em;
	padding: 10px 9px 8px 42px;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	text-shadow: 
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	transition: 0.3s;
}
#globalnav ul li a span {
	display: block;
	font-size: 8px;
}
#globalnav ul li#navbtn01 a,
#globalnav ul li#navbtn01 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav01.jpg) -3px -5px no-repeat;
	background-position: -5px 0px;
	background-size: 50px auto;
}
#globalnav ul li#navbtn02 a,
#globalnav ul li#navbtn02 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav02.jpg) -3px -5px no-repeat;
	background-position: -5px 0px;
	background-size: 50px auto;
	border-width: 0 0 1px;
}
#globalnav ul li#navbtn03 a ,
#globalnav ul li#navbtn03 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav03.jpg) -3px -5px no-repeat;
	background-position: -5px 0px;
	background-size: 50px auto;
}
#globalnav ul li#navbtn04 a,
#globalnav ul li#navbtn04 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav04.jpg) -3px -5px no-repeat;
	background-position: -5px 0px;
	background-size: 50px auto;
	border-width: 0 0 1px;
}
#globalnav ul li#navbtn05 a,
#globalnav ul li#navbtn05 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav05.jpg) -3px -5px no-repeat;
	background-position: -5px 0px;
	background-size: 50px auto;
}
#globalnav ul li#navbtn06 a,
#globalnav ul li#navbtn06 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav06.jpg) -3px -5px no-repeat;
	background-position: -5px 0px;
	background-size: 50px auto;
	border-width: 0 0 1px;
}
#globalnav ul li#navbtn07 a,
#globalnav ul li#navbtn07 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav07.jpg) -3px -5px no-repeat;
	background-position: -18px -10px;
	background-size: 70px auto;
	border-width: 0 1px 0 0;
}


/*________________________ contents ________________________\*/
#contents {
	width: auto;
	font-size: 14px;
	line-height: 1.4em;
	padding: 20px 0;
	overflow: hidden;
}
#contents.blur {
	opacity: 0.25;
/*	transform: translateY(293px);*/
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

#contents article:first-child {
	width: 100%;
}

#itemList_wrap #pager-top,
#itemList_wrap #pager-bm {
	float: none;
}
#itemList_wrap #pager-top .selectbox,
#itemList_wrap #pager-bm .selectbox {
	font-size: 12px;
	text-align: center;
}
#itemList_wrap #pager-top .pagerlist,
#itemList_wrap #pager-bm .pagerlist {
	text-align: center;
	margin: 0 auto;
	float: none;
}
#itemList_wrap #pager-top ul,
#itemList_wrap #pager-bm ul {
	display: table;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#itemList_wrap #pager-top ul li ,
#itemList_wrap #pager-bm ul li {
	display: table-cell;
	font-size: 12px;
	list-style-type: none;
	text-align: center;
	padding: 0 4px;
	margin: 0;
	line-height: 1.4em;
}
#itemList_wrap #pager-top ul li.selected,
#itemList_wrap #pager-bm ul li.selected {
	display: inline-block;
	color: #fff;
	font-weight: normal;
	padding: 6px 14px;
	border: 1px solid #666;
	border-radius: 3px;
	background: #666;
}
#itemList_wrap #pager-top ul li a,
#itemList_wrap #pager-bm ul li a {
	display: block;
	padding: 6px 14px;
	border: 1px solid #666;
	border-radius: 3px;
	transition-duration: 0.5s;
}
#itemList_wrap #pager-top ul li a:hover,
#itemList_wrap #pager-bm ul li a:hover {
	color: #fff;
	background: #666;
	text-decoration: none;
}
#itemList_wrap #pager-top .quantity,
#itemList_wrap #pager-bm .quantity {
	float: none;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	margin: 0 0 1em;
}

/*________________________ bread crumb ________________________\*/
#bread-crumb {
	display: block;
	width: 100%;
	padding: 20px 0 10px;
	margin: 0 0 20px;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) 0 0 repeat-x ;
	position: relative;
}
#bread-crumb-listTop {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
	float: none;
	background: url(http://www.hatter-knowledge.com/img/icon_home01.png) 1px 0px no-repeat;
	background-size: 18px 18px;
	position: static;
}
#bread-crumb-listTop ol {
	display: table;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: visible;
	position: static;
}
#bread-crumb-listTop ol li {
	display: table-cell;
	width: auto;
	font-size: 12px;
	padding: 0 9px 0 9px;
	line-height: 1.5em;
	list-style-type: none;
	white-space: nowrap;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/breadcrumb_bg.gif) left 4px no-repeat;
	position: static;
	float: none;
}
#bread-crumb-listTop ol li:first-child {
	display: table-cell;
	width: auto;
	list-style-type: none;
	background-image: none;
}
#bread-crumb-listTop ol li:nth-child(2) {
	width: auto;
	position: static;
}
#bread-crumb-listTop ol li:nth-child(3) {
	width: auto;
	position: static;
}
.bread-crumb-listCate {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 0 0 30px;
	overflow: hidden;
	float: none;
	position: static;
}
.bread-crumb-listCate ol {
	overflow: hidden;
}
.bread-crumb-listCate ol li {
	display: inline-block;
	font-size: 12px;
	padding: 0 10px 0 13px;
	line-height: 1.5em;
	list-style-type: none;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/breadcrumb_bg.gif) left 4px no-repeat;
	float: left;
}
#bread-crumb-listTop ol li a:hover,
.bread-crumb-listCate ol li a:hover {
	text-decoration: underline;
}
.bread-crumb-listCate ol {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
}
.header_area {
	width: auto;
	margin: 0px auto 0px;
	padding: 0px;
	display: block;
}
/*________________________ top page ________________________\*/
#contents #main-column {
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
}

#contents #main-column .news,
#contents #main-column .newItem,
#contents #main-column .pickup {
	width: auto !important;
	padding: 15px 0;
	border: none;
	background: none;
}

contents #main-column .news h2,
#contents #main-column .newItem h2,
#contents #main-column .pickup h2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 165%;
	margin-bottom: 20px;
	padding: 20px 10px !important;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) repeat-x scroll left bottom transparent;
}

.freeArea2 iframe {
	width: 100%;
	height: 1500px;
}

.freeArea2 .free-contents ul {
	margin: 0px 0px;
}

.timeline {
	max-width: 100% !important;
	width: 100% !important;
}

.halfcol01#inforhalf {
	width: auto;
	margin: 0 0 20px;
}
.halfcol01#inforhalf2 {
	width: auto;
}
.halfcol01#inforhalf2 iframe {
	height: 458px !important;
}
.information {
	height: 408px;
	border: 1px solid rgb(232, 232, 232);
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
}
.information h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 12px 15px;
	margin: 0;
	border-bottom: 1px solid rgb(232, 232, 232);
}
.freeArea2 .free-contents .information ul,
.information ul {
	height: 345px;
	padding:10px 15px;
	margin: 0;
	overflow: auto;
}
.freeArea2 .free-contents .information ul li,
.information ul li {
	font-size: 12px;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0 0 1em;
}
.information ul li span {
	display: block;
	font-weight: bold;
	list-style-type: none;
}
.information ul li a {
	text-decoration: underline;
}
.column4,
.column5 {
	width: 49%;
	width: auto;
	height: auto;
	padding: 10px !important;
	margin: 0 0 20px 0 !important;
	border-top: 1px dotted #333;
	border-width: 1px 0 0 0 ;
	overflow: hidden;
	float: none;
	clear: none !important;
}
.column4 .item-list-span-img,
.column5 .item-list-span-img {
	width: auto;
	height: auto;
	text-align: center;
	display: block;
}
.column4 h2,
.column5 h2 {
	font-size: 16px;
	line-height: 1.5em;
	float: right;
	padding:0 0 0 170px;
	width: auto !important;
}
.column4 .itemThumb-wrap,
.column5 .itemThumb-wrap {
	margin: 0 0 10px 0;
}
.column4 .itemThumb,
.column5 .itemThumb {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}
.column4 .itemThumb a,
.column5 .itemThumb a {
	width: auto;
	height: auto;
	display: block;
	text-align: center;
}
.column4 .itemThumb a img,
.column5 .itemThumb a img {
	width:auto;
	height: 120px;
	max-width: 350px;
	max-height: 350px;
	margin: 0 auto;
}
.column4 h3 {
	font-size:1em;
	line-height: 130%;
	margin-bottom: 3px;
	padding: 0 0 0 170px;

}

.column5 h3 {
	padding: 0;
	text-align: left;
}

.column4 p,
.column5 p {
	font-size: 14px;
	line-height: 1.4em;
	
}

.column4 .price{
	text-align:right;
	padding: 0 0 0 170px;
	width: auto !important;

}
.column5 .price {
	padding: 0;
}

.column4 .inner-catch{
	padding: 0 0 0 170px;
	position:relative;
	top: 8px;

}

.column4 img,
.column5 img {
	vertical-align: bottom;
}
.column4 p.price,
.column4 p.sp_price,
.column5 p.price,
.column5 p.sp_price {
	color: #F00;
	font-size: 1em;
	font-weight: bold;
	text-align:right;
	margin: 0 0 4px;
}
p.fx_price span.strike {
	text-decoration: line-through;
}
p.sp_price span.special_price_str,
p.sp_price span.selling_price_str,
p.sp_price span.selling_price,
p.sp_price span.taxin,
p.sp_price span.discount_rate{
	color: #F00;
}
p.price span.selling_price,
p.price span.taxin{
	color: #F00;
}
section .newItem h2,
section .pickup h2, section .ranking h2,
section .group h2,
section .category h2,
#itemLst h2{
	border: none;
	font-size: 90%;
	font-weight: bold;
	line-height: 165%;
	margin-bottom: 10px;
	padding: 0 0 10px;
	min-height: 25px;
}
#search_main form {
	width: 100%;
}

#search_main form .searchbox {
	width:calc(100% - 45px);
}

#search_main form .searchSubmit {
	position:relative;
	top:9px;
}

/*________________________ Item list ________________________\*/

.newItem, #itemList {
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Title-new.gif) right 30px no-repeat ;
	position: relative;
	margin: 30px 0 10px;
}
article #main-column h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 165%;
	margin-bottom: 20px;
	padding: 20px 10px 20px;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) repeat-x scroll left bottom transparent;
}
article #main-column #itemList p.price {
	text-align: right;
}
article #main-column #itemList p,
article #main-column #itemList p{
	font-size: 14px;
	line-height: 1.6em;
	text-align: right;
	margin: 0 0 10px;
}

article #main-column #itemList p.price span.selling_price,
article #main-column #itemList p.price span.taxin {
	color: #F00;
	font-size: 18px;
	line-height: 1.6em;
	text-align: right;
	margin: 0 0 5px;
}

/*________________________ Item detail ________________________\*/

#itemDetail-cont .itemThumb-wrap {
	float: none;
	width: auto;
	margin: 0;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main {
	text-align: center;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main a.zoomItemPic {
	display: block;
	cursor: zoom-in !important;
	position: relative;
	z-index: 10;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main a.zoomItemPic:after {
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main .mainImg {
	width: 100%;
	height: auto;
	cursor: zoom-in !important;
}

.itemThumb-wrap {
	margin: 0 0 10px 0;
}
.itemThumb {
	height: auto;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}
.itemThumb ul {
	display: block;
}
.itemThumb ul li {
	display: inline-block;
	width: 110px;
	height: 110px;
	list-style-type: none;
	overflow: hidden;
}
.itemThumb ul li img {
	width:  110px !important;
	height: auto !important;
	cursor: pointer;
}

#itemDetail-cont .itemOutline ul.ico_itemType li {
	float: left;
	width: 35px;
	height: 36px;
	list-style-type: none;
	position: relative;
	top: -5px;
}
#itemDetail-cont .itemOutline ul.ico_itemType {
	overflow: visible;
}

#itemDetail-cont .itemOutline {
	float: none;
	width: auto;
	margin: 0 0 20px;
	position: relative;
}
#itemDetail-cont .itemOutline .icons {
	top: 5px;
	
}
#itemDetail-cont .itemOutline .cartArea {
	margin: 0 0 20px;
}
#itemDetail-cont .itemOutline .cartArea input {
	width: 100%;
	height: auto;
}
#itemDetail-cont .itemOutline h1 {
	font-size: 18px !important;
	padding:0px 5px 10px !important;
}
section#itemDetail-wrap00 .description {
	width: auto;
	margin: 0;
	padding: 0;
}
section#itemDetail-wrap00 .description iframe img {
	cursor: w-resize !important;
}
section#itemDetail-wrap00 .description iframe,
section#itemDetail-wrap01 .description iframe {
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 0 0 20px;
	cursor: w-resize !important;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
section#itemDetail-wrap00 .description img {
	width:100% !important;
	height: auto !important;
	margin: 0 auto 20px;
}


section#itemDetail-wrap01 {
	margin: 0;
	padding: 0;
	width: 100%;
}
section#itemDetail-wrap01 h3 {
	font-size: 18px;
	padding: 40px 10px 20px;
	margin: 0 0 15px;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) left bottom repeat-x scroll ;
}
section#itemDetail-wrap01 .description p {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 1em;
}
section#itemDetail-wrap02 {
	margin: 0;
	padding: 0;
	background: #f9ffff;
}
.infoArea {
	height: auto !important;
}
.infoArea li {
	display: inline-block;
	width: 110px;
	padding: 0 5px;
}
table.price,
table.spec {
	width: 100%;
	border: 1px solid #b5b5b5;
	border-collapse: collapse;
	margin: 0 0 1em;
}
table.price th,
table.spec th {
	width: auto !important;
	color: #fff;
	text-align: right;
	background: #555;
	border: 1px solid #3f3f3f;
	padding: 5px 7px !important;
	margin: 0 0 20px !important;
	white-space: normal;
}
table.price td,
table.spec td {
	border: 1px solid #b5b5b5 !important;
	padding: 5px 7px !important;
}

table.snsArea {
	height: auto;
}
table.snsArea td {
	vertical-align: top;
}
table.snsArea td div {
	height: 30px !important;
	position: static !important;
	margin: 0 !important;
}


.w100 .freeArea2 {
  border-bottom: none;
}
.w100 .freeArea2 h2 {
  display: none;
}
.w100 .freeArea2 .mainvisual {
}
.w100 .freeArea2 .mainvisual img {
  width: 100%;
}

.w100 .freeArea2 .sidemenu {
	display: none;
}


article#Detail #main-column section.recommend {
	padding: 20px 0 0;
	clear: both;
}
section.userreview {
	padding: 20px 0 0;
	clear: both;
}
.ui-dialog {
	width: 100% !important;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 10px 0 !important;
	background: none;
	overflow: auto;
}
.fl_contents {
	width: 100% !important;
}
.fl_main {
	width: 95% !important;
	float: none !important;
	margin: 0 auto 10px !important;
	text-align: center !important;
	position: relative !important;
	overflow: hidden !important;
}
.fl_main div {
	text-align: center;	
}
.fl_main div img {
	margin: 0 auto;
}
.fl_main div:first-child,
.fl_main div:last-child {
	display: none;
}
.fl_thumbnail {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	padding: 0 !important;
	border: none !important;
}
.fl_t_item {
	float: left !important;
	display: block !important;
	border: 1px solid #ddd !important;
	cursor: pointer !important;
	margin: 0 !important;
}

/*_____________________btn_yahoo______________________*/

#results  {
	width: 350px;
	height: 175px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

#results a {
	width: 350px;
	height: 0;
	padding: 175px 0 0;
	display: block;
	overflow: hidden;
	background: url(http://www.hatter-knowledge.com/img/btn_yahoo.gif) top left no-repeat;
	background-size: 100% 100%;
	transition: .3s;
}

#results a:hover {
	opacity: .7;
}

/*________________________ freepage ________________________\*/
#JournalList .journal-cont,
#Journal .journal-cont {
	margin: 0 0 15px;
}
#JournalList .journal-cont p,
#Journal .journal-cont p {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 1em;
}

#JournalList .journal-cont address,
#Journal .journal-cont address {
	font-size: 16px;
	font-style: normal;
	margin: 0 0 1em;
}

#JournalList .journal-cont,
#Journal .journal-cont {
	padding: 10px 0;
	margin: 0 0 15px;
}
#JournalList .journal-cont .halfcol01,
#Journal .journal-cont .halfcol01 {
	margin: 0 0 15px;
}
#JournalList .journal-cont .halfcol01 a,
#Journal .journal-cont .halfcol01 a {
	display: block;
	color: #505050;
	min-height: 300px;
	padding: 20px 10px 10px;
	text-decoration: none;
	transition-duration: 0.5s;
	background: #fff url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) left top repeat-x;
}
#JournalList .journal-cont .halfcol01 a:hover,
#Journal .journal-cont .halfcol01 a:hover {
	color: #fff;
	background-color: #aaa;
}
#JournalList .journal-cont .halfcol01 a h3,
#Journal .journal-cont .halfcol01 a h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 5px 10px 0;
	margin: 0 0 10px;
}

#JournalList .journal-cont .halfcol01 p,
#Journal .journal-cont .halfcol01 p {
	font-size: 14px;
	line-height: 1.4em;
	padding: 0px 10px;
	transition-duration: 0.5s;
	text-align:left;
}
#JournalList .journal-cont .halfcol01 p.blandimg01 img,
#Journal .journal-cont .halfcol01 p.blandimg01 img {
	width: 150px;
	height: 150px;
	margin: 0 auto 10px; 
}
#JournalList .journal-cont .halfcol01 p.blandimg01.float_l,
#Journal .journal-cont .halfcol01 p.blandimg01.float_l {
	float: none;
	padding: 0;
	transition-duration: 0.5s;
	text-align:center;
}
#JournalList .journal-cont .halfcol01 a:hover h3 ,
#Journal .journal-cont .halfcol01 a:hover p {
	color: #fff;
}

/*________________________ nav ________________________\*/


.mainnav01 li {
	display: table-cell;
	text-align: center;
	padding: 1px;
}
.mainnav01 li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 7px 10px;
	background: #3f3f3f;
	text-decoration: none;
}
.mainnav01 li a:hover {
	text-decoration: none;
}


.nav-category ul.mainnav01 {
	display: table;
	width: 1150px;
	background: #3f3f3f;
	padding: 0 0 0 30px;
}
.nav-category ul.mainnav01 li {
	display: table-cell;
	min-width: 130px;
	text-align: center;
	padding: 0px;
}
.nav-category ul.mainnav01 li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 12px 15px;
	background: #3f3f3f;
	transition-duration: 1s;
}
.nav-category ul.mainnav01 li a:hover {
	color: #3f3f3f;
	background: #fff;
}
.nav-category ul.mainnav01 li a:hover {
	text-decoration: none;
}

/*________________________ guide ________________________\*/

#guide {
}

#guide section.guide01 {
	margin: 0 0 60px;
	padding: 0 12px;
}

#guide section.guide01 h2 {
	font-size: 18px;
	line-height: 1.5em;
	padding: 7px 0 7px 0.5em;
	margin: 0 0 1em;
	background-color: #97d133;
    color: white;
}
#guide section.guide01 h2.ttlShop {
	padding:7px 0 7px 0.5em;
	margin: 0 0 1em;
}

#guide section.guide01 p {
	font-size: 1.2em;
	padding: 0 0 0 0;
	margin: 0 0 1em;
}

#guide section.guide01 table {
	display: block;
	margin: 0 0 10px 0;
}
#guide section.guide01 table tr {
	display: block;
	margin: 0 0 10px 0;
}
#guide section.guide01 table th {
	display: inline;
	font-size: 14px;
	text-align: center;
	line-height: 1.4em;
	padding: 3px;
	white-space: nowrap;
}
#guide section.guide01 table th:first-child:after {
	content: " \003a";
}
#guide section.guide01 table td {
	display: inline;
	font-size: 14px;
	line-height: 1.4em;
	padding: 3px;
}
#guide section.guide01 table td img {
	width: 200px !important;
	height: auto;
}
#guide section.guide01 table td ul {
	padding: 10px 3px ;
}
#guide section.guide01 table td ul li {
	line-height: 1.4em;
	list-style-type: none;
	padding: 3px 0;
	border: 1px dotted #ccc;
	border-width: 0 0 1px;
}

#shopGuide_wrap table {
	display: block;
	margin: 0 0 10px 0;
}
#shopGuide_wrap table tr {
	display: block;
	margin: 0 0 10px 0;
}
#shopGuide_wrap table th {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
	padding: 5px 5px 0;
	border: 1px dotted #ccc;
	border-width: 0 0 1px;
	white-space: nowrap;
}
#shopGuide_wrap table td {
	display: block;
	font-size: 16px;
	line-height: 1.4em;
	padding: 5px;
}

/*________________________ cart ________________________\*/
#center-seo input[type="submit"],
#center-seo input[type="button"],
#center3 input[type="submit"],
#center3 input[type="button"] {
	height: 25px;
	color: #333;
	padding: 0 8px 0 8px;
	font-size: 80%;
	font-size: 0.8rem;
	text-align: center;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/btn-confirm_bg.gif) repeat-x left top;
	border: none;
	margin: 2px 2px;
	width: auto;
	width: initial;
}

/*________________________ footer ________________________\*/
div#shopinformation01 {
	width: auto;
	padding: 20px 5px 0;
	margin: 0 auto 20px;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) left top repeat-x scroll ;
}
div#shopinformation01 .threecol_01 {
	margin: 0 ;
	width: 100%;
}
div#shopinformation01 .threecol_01:nth-child(2) {
	width: 100%;
	margin: 0 ;
}
div#shopinformation01 section {
	width: 100%;
	padding: 10px 0px;
	margin: 0 0 0.5em;
}
div#shopinformation01 .threecol_01 h4 {
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	padding: 5px 0 5px 1em;
	margin: 0 0 0.5em;
	background: #555;
}
div#shopinformation01 .threecol_01 p {
	font-size: 14px;
	line-height: 1.4em;
	padding: 0 5px;
	margin: 0 0 0.5em;
}
div#shopinformation01 .threecol_01 .simpletable {
	width: 100% !important;
	margin: 0 auto 10px;
}
div#shopinformation01 .threecol_01 .simpletable th {
	color: #fff;
	font-size: 12px;
	text-align: right;
	line-height: 1.4em;
	background: #555;
	border: 1px solid #3f3f3f;
	padding: 3px;
	white-space: nowrap;
}
div#shopinformation01 .threecol_01 .simpletable td {
	font-size: 12px;
	line-height: 1.4em;
	border: 1px solid #b5b5b5;
	padding: 3px;
}
div#shopinformation01 .threecol_01 .simpletable td img {
	width: 200px !important;
	height: auto;
}
div#shopinformation01 .threecol_01 .simpletable td ul {
	padding: 10px 3px ;
}
div#shopinformation01 .threecol_01 .simpletable td ul li {
	line-height: 1.4em;
	list-style-type: none;
	padding: 3px 0;
	border: 1px dotted #ccc;
	border-width: 0 0 1px;
}
footer #footer-inner .footer_gnavi {
	width: 100%;
}

footer #footer-inner .footer_gnavi ul {
	margin: 0 0 10px;
}

div#cart-footer ,
footer {
	margin: 0 auto;
	position: relative;
	height: auto;
	margin-top: 0px;
	clear: both;
}
div#cart-footer #footer-inner,
footer #footer-inner {
	width: 100%;
	min-height: 150px;
	background: #fff url(http://www.hatter-knowledge.com/img/back_whitewood01.jpg) 0 0px repeat;
	height: auto;
}
div#cart-footer #footer-inner .footer_gnavi,
footer #footer-inner .footer_gnavi {
	float: none;
	padding: 20px 0 10px;
}
div#cart-footer #footer-inner .footer_gnavi ul li,
footer #footer-inner .footer_gnavi ul li {
	display: block;
	width: 100%;
	padding: 0 5px !important;
	line-height:1.2em;
	font-size: 60%;
	color: #999;
	background-image: none;
}
div#cart-footer #footer-inner .footer_gnavi ul li a,
footer #footer-inner .footer_gnavi ul li a {
	display: block;
	color: #000;
	font-size: 16px;
	padding: 7px 7px;
}
div#cart-footer p#copyright ,
footer p#copyright  {
	color: #000;
	font-size: 14px;
	text-align: center;
	padding: 10px 0 40px;
	float: none;
}
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 77%;
	z-index: 100;
}

/*________________________ enquete ________________________\*/
div#cart-header, header {
	padding-top: 0px;
	width: auto !important;
	margin: 0 auto;
}


/* 12/08追加　フリーページ */

.state_r,div#Journal h2,div#JournalList h2{
    display: none;
}

/* 12/15追加　フリーページ */

.journal-cont img {
    width: 100%;
}

/* 1/13追加　カテゴリメニュー */

.cate_main{
	display:none;
}

#sub-column {
	display: none;
}

/*________________________ btn_sns ________________________\*/

.btn_sns {
	display: table;
	margin: 0;
}

.btn_sns li {
	display: table-cell;
	padding: 0;
}

.btn_sns li a {
	height: auto;
	overflow: auto;
}

.btn_sns li a img {
	width:auto;
	max-width: auto;
	height: auto;

}

/*________________________ size ________________________\*/

#itemDetail-wrap01 .description {
	padding: 394px 0 0;
	background: url(http://www.hatter-knowledge.com/img/img_size.gif) top center no-repeat;
}

/*________________________ お客様の声 ________________________\*/

section.rating{
	float:none;
	padding:5px;
	width: 100%!important;
	margin:24px 0;
	border-bottom: #000 dotted 1px !important;
	box-sizing: border-box;
}

section.rating h2 {
	line-height: 1.2em;
	font-size: 18px;
	margin:0 0 16px;
}

.tmb{
	width:150px;
	float:none;
	margin: 0 auto 16px;
}

.tmb img{
	width:150px;
}

.reviewTxt{
	overflow: visible;
	margin: 0 0 16px;
}

.reviewTxt li {
	list-style: none;
	float: none;
}

.reviewTxt p {
	display:inline-block;
	overflow: visible;
	max-height: 300px;
}

.pageNav{
	float: none;
	margin-bottom: 40px;
}


.comment{
	position: relative;
	background: #ffffff;
	border: 1px solid #cfbb93;
	display: inline-block;
	margin-top: 10px;
	padding:10px;
	border-radius: 0;
	float: none;
	display: inline-block;
	margin-bottom: 40px;
}
.comment:after, .comment:before {
	display: none;
}

.comment:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 20px;
	margin-top: -20px;
}
.comment:before {
	border-color: rgba(99, 115, 125, 0);
	border-right-color: #cfbb93;
	border-width: 21px;
	margin-top: -21px;
}

.userreview h2 {
	font-size: 18px;
    padding: 40px 10px 20px;
    margin: 0 0 15px;
    background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) left bottom repeat-x scroll;
}
.reviewTxt ul li:nth-of-type(1),
.reviewTxt ul li:nth-of-type(2),
.reviewTxt ul li:nth-of-type(3),
.reviewTxt ul li:nth-of-type(4) {
	float: left;
}

.reviewBox_item ul {
	list-style-type: none;
}
.reviewBox_item ul li:nth-of-type(1),
.reviewBox_item ul li:nth-of-type(2),
.reviewBox_item ul li:nth-of-type(3),
.reviewBox_item ul li:nth-of-type(4) {
	float: left;
}

.btnMore {
	margin: 0 0 16px;
}
#itemBox h2 ,
#itemBox .btnMore,
#itemBox .pageL {
	margin: 0 0 16px;	
}

/*________________________ product_main ________________________\*/

.product_main {
	width: 100%;
	margin: 0 auto;
}

.product_main table {
	width: 100%;
}

.product_main .tit_h2 {
	font-size: 25px;
	line-height: 1.8;
	font-weight: bold;
	color: #565656;
	margin: 0 0 32px;
}

.product_main p {
	font-size: 16px;
	line-height: 1.8;
	color: #565656;
	margin: 0 0 32px;
}

.product_main img {
	display: block;
	margin: 0 auto;
	max-width: 347px;
	width: 100%;
	height: auto;
}

.product_main .fclear {
	margin: 0 0 128px;
}


.product_content {
	clear: both;
	margin: 0 0 86px;
}

.product_content .tit_h3 {
	border-bottom: 4px solid #565656;
	border-top: 1px solid #565656;
	padding: 20px 0 20px 68px;;
	font-size: 25px;
	background: url(https://shopping.geocities.jp/hatter-knowledge/img/icon_product_h3.jpg) left 16px center no-repeat;
	margin: 0 0 48px;
}

.product_content .tit_h4 {
	font-weight: bold;
	font-size: 20px;
}

.product_content .fclear {
	margin: 0 0 48px;
}

/* 11/10 実績
________________________________________________\*/

.simple_dl {
	width: 100%;
	margin: 0 auto;
}

.simple_dl dt {
	line-height: 1.8;
	padding: 24px 0 0;
}


.simple_dl dd {
	line-height: 1.8;
	border-bottom: 1px dotted #b9b9b9;
	padding: 0 0 24px;
}

.simple_dl dt:nth-of-type(1) {
	border-top: 1px dotted #b9b9b9;
}


/*________________________ bits ________________________\*/

.fclear {
	clear: both;
}

.float_l {
	float: none !important;
} 
.float_r {
	float: none !important;
}

p img.float_l {
	margin: 0 15px 15px 0;
}

 p img.float_r {
	margin: 0 0 15px 15px;
}

.align_c {
	text-align: center !important;
}

.align_c img {
	margin-left: auto !important;
	margin-right: auto !important;
}

.align_l {
	text-align: left !important;
}

.align_r {
	text-align: right !important;
}

.nomargin {
	margin: 0px !important;
}

.marginb10 {
	margin-bottom: 10px !important;
}

.marginb20 {
	margin-bottom: 20px !important;
}

.marginb30 {
	margin-bottom: 30px !important;
}

.marginb50 {
	margin-bottom: 30px !important;
}


.marginb2em {
	margin-bottom: 2em !important;
}

.nopadding {
	padding: 0px !important;
}

.paddingt2em {
	padding-top: 2em !important;
}

.paddingt10 {
	padding-top: 10px !important;
}

.paddingt20 {
	padding-top: 20px !important;
}


.paddingb10 {
	padding-bottom: 10px !important;
}

.paddingb20 {
	padding-bottom: 20px !important;
}

.paddingb30 {
	padding-bottom: 30px !important;
}

.hide {
	display: none;
}

.hidden {
	visibility: hidden;
}

.hidedisp {
	position:absolute;
	left: -1000%;
}

.underline {
	text-decoration: underline;
}

.overline {
	text-decoration: overline;
}

.ssfont {
	font-size: xx-small !important;
}

.sfont {
	font-size: x-small !important;
}

.mfont {
	font-size: medium !important;
}

.x08emfont {
	font-size: 0.8em !important;
}

.x10emfont {
	font-size: 1em !important;
}

.x12emfont {
	font-size: 1.2em !important;
}

.x14emfont {
	font-size: 1.4em !important;
}

.blue {
	color: #00f !important;
}

.red {
	color: #f00 !important;
}

.orange {
	color: #f60 !important;
}

.pink {
	color: #e43f7b !important;
}

.pinkline {
	background: #ffe7ef;
	padding: 1px;
}

.brown01 {
	color: #9a5000 !important;
}

.date {
	color: #f60 !important;
}

.bold {
	font-weight: bold !important;
}

.italic {
	font-style: italic
}

hr.hidden {
	height: 1px;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


br.fclear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 1px;
	overflow: hidden;
}

div.fclear {
	height: 1px;
	overflow: hidden ;
}

.fclear hr {
	display: none;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden ;
}

.halfcol01 {
	width: 100%;
}

.threecol_01 {
	width: 100%;
}

/*________________________180219 商品画像正方形________________________\*/

.column4 .itemThumb a img,
.column5 .itemThumb a img {
width: auto !important;
}

