.@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: 347px;
	border: 1px solid #b5b5b5;
	border-collapse: collapse;
	margin: 0 0 1em;
}
.spectable th {
	width: 120px;
	color: #fff;
	text-align: right;
	background: #555;
	border: 1px solid #3f3f3f;
	margin: 0 0 20px;
	padding: 7px 7px;
	white-space: nowrap;
}
.spectable td {
	border: 1px solid #b5b5b5;
	padding: 7px 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: 347px;
	border: 1px solid #3f3f3f;
	border-collapse: collapse;
	margin: 0 0 20px;
}
table.variation th {
	width: auto;
	color: #fff;
	text-align: center;
	background: #555;
	border: 1px solid #3f3f3f;
	padding: 7px 7px;
	white-space: nowrap;
}
table.variation td {
	border: 1px solid #3f3f3f;
	padding: 7px 7px;
}
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){
}


/*________________________ header ________________________\*/
header {
	display: none;
}

header#navheader {
	display: block;
	width:100%;
	background: url(http://www.hatter-knowledge.com/img/back_whitewood01.jpg) center -210px repeat-x;
	margin: 0 ;
}
#inner01 {
	width: 1180px;
	margin: 0 auto;
}
#logo {
	display: none;
}
 #hNav {
	display: none;
}
header#navheader h1,
header#navheader p.description {
	width:1180px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
header#navheader p#logo01 {
	width: 360px;
	float: left;
	padding: 7px 0 0;
}
#headernav01 {
	width: 769px;
	float: right;
	text-align: right;
	padding: 10px 0px 5px;
	margin: 0;
}
#headernav01 li {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	text-align: right;
	padding: 0px;
	border: 1px solid #555;
	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 {
	width: 769px;
	float: right;
	text-align: right;
	padding: 5px 0px;
	margin: 0 0 0 8px;
}
#headernav02 li {
	display: inline-block;
	width: 102px;
	height: 62px;
	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: #e7b867;
	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: #e7b867;
	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: #e7b867;
	transition: 0.3s;
}
#headernav02 li#headernav02_mypage:hover {
	background-color: #666;
}

#headernav02 li#headernav02_sizeup {
	background-image: url(http://www.hatter-knowledge.com/img/icon_headernav02_04.png);
	background-position: center 8px;
	background-repeat: no-repeat;
	background-color:#e7b867;
	transition: 0.3s;
}
#headernav02 li#headernav02_sizeup:hover {
	background-color: #666;
}

#headernav02 li#headernav02_ribon {
	background-image: url(http://www.hatter-knowledge.com/img/icon_headernav02_05.png);
	background-position: center 8px;
	background-repeat: no-repeat;
	background-color: #e7b867;
	transition: 0.3s;
}
#headernav02 li#headernav02_ribon: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: 30px 0 15px;
	background: url(http://www.hatter-knowledge.com/img/back_whitewood02.png) center 0 repeat-x;
}
#globalnav ul {
	display: table;
	width: 1180px;
	height: 85px;
	margin: 0 auto;
}
#globalnav ul li {
	display: table-cell;
	width: 168px;
	height: 85px;
	border: 1px solid #998475;
	border-width: 0 1px 0 0;
	overflow: hidden;
}
#globalnav ul li:nth-child(1) {
	border-width: 0 1px 0 1px;
}
#globalnav ul li a {
	display: block;
	width: 152px;
	height: 60px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: left;
	text-decoration: none;
	padding: 25px 0 0 16px;
	overflow: hidden;
	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: 9px;
}
#globalnav ul li#navbtn01 a {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav01.jpg) 45px -12px no-repeat;
}
#globalnav ul li#navbtn01 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav01.jpg) 30px -12px no-repeat;
}
#globalnav ul li#navbtn02 a {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav02.jpg) 45px -13px no-repeat;
}
#globalnav ul li#navbtn02 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav02.jpg) 30px -13px no-repeat;
}
#globalnav ul li#navbtn03 a {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav03.jpg) 59px -8px no-repeat;
}
#globalnav ul li#navbtn03 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav03.jpg) 44px -8px no-repeat;
}
#globalnav ul li#navbtn04 a {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav04.jpg) 62px -12px no-repeat;
}
#globalnav ul li#navbtn04 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav04.jpg) 47px -12px no-repeat;
}
#globalnav ul li#navbtn05 a {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav05.jpg) 53px -18px no-repeat;
}
#globalnav ul li#navbtn05 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav05.jpg) 37px -18px no-repeat;
}
#globalnav ul li#navbtn06 a {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav06.jpg) 59px -11px no-repeat;
}
#globalnav ul li#navbtn06 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav06.jpg) 44px -11px no-repeat;
}
#globalnav ul li#navbtn07 a {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav07.jpg) 55px 0 no-repeat;
}
#globalnav ul li#navbtn07 a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_mainnav07.jpg) 40px 0 no-repeat;
}
#globalnav ul li a:hover {
}


/*________________________ contents ________________________\*/
#contents {
	width: 1180px;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 20px 0;
}
#contents article#Detail {
	width: 985px;
	float: right;
}
#itemList_wrap #pager-top .pagerlist,
#itemList_wrap #pager-bm .pagerlist {
}
#itemList_wrap #pager-top ul ,
#itemList_wrap #pager-bm ul {
	text-align: center;
}
#itemList_wrap #pager-top ul li ,
#itemList_wrap #pager-bm ul li {
	display: inline-block;
	font-size: 12px;
	list-style-type: none;
	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: 4px 12px;
	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;
	color: #555;
	text-decoration: none;
	padding: 4px 12px;
	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;
}
.selectbox,
.pagerlist {
	line-height: 1.5em;
	margin: 0 0 5px;
	text-align: center;
	clear: both;
}
.pager-bm {
	line-height: 1.5em;
	margin: 0 0 5px;
	text-align: left;
	clear: both;
}
.quantity {
	line-height: 1.5em;
	margin: 0 0 5px;
	text-align: center;
	clear: both;
}

/*________________________ bread crumb ________________________\*/
#bread-crumb {
	display: block;
	padding: 20px 0 10px;
	margin: 0 auto;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) 0 0 repeat-x ;
}

/* 10/03 ↑に変更
#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 ;
}
*/

#bread-crumb-listTop {
	display: block;
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: visible;
	float: left;
}
#bread-crumb-listTop ol {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: visible;
	position: static;
}
#bread-crumb-listTop ol li {
	width: auto;
	display: block-inline;
	font-size: 12px;
	padding: 0 10px 0 13px;
	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;
}
#bread-crumb-listTop ol li:first-child {
	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 0 0 250px;
}
.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-listTop ol,
.bread-crumb-listCate ol {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
}
.header_area {
	width: auto;
	padding: 20px 0;
	margin: 0px auto 0px;
	display: block;
	clear: both;
}
/*________________________ main ________________________\*/
#main-column {
	text-align: center;
	margin: 0 auto 20px;
}

#contents #main-column {
	width: 1180px;
	width: 985px;
	margin: 0 auto;
	position: relative;
}

#main-column section:first-child .header_area {
	display: none;
}


/*________________________ top page ________________________\*/
#contents #main-column .news,
#contents #main-column .newItem,
#contents #main-column .pickup {
	padding: 0px;
	border: none;
	background: none;
}

contents #main-column .news h2,
#contents #main-column .newItem h2,
#contents #main-column .pickup h2 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 165%;
	margin-bottom: 20px;
	padding: 20px 1em 20px;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) repeat-x scroll left bottom transparent;
	clear: both;
}
.freeArea2 {
	padding: 0;
	clear: both;
}
.freeArea2 .free-contents ul {
	margin: 0px 0px;
}
.freeArea2 iframe {
	width: 100%;
	height: 460px;
}


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

.halfcol01#inforhalf {
	width: 445px;
}
.halfcol01#inforhalf2 {
	width: 520px;
	border: 1px solid rgb(232, 232, 232);
	border-radius: 5px;
}
.information {
	height: 453px;
	border: 1px solid rgb(232, 232, 232);
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
}
iframe#twitter-widget-0 {
}
.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: 420px;
	padding:10px 15px;
	margin: 0;
	overflow: auto;
}
.freeArea2 .free-contents .information ul li,
.information ul li {
	font-size: 14px;
	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;
}

.column5 {
	float: left;
	width: 126px;
	height: 235px;
	margin: 0 10px 20px 0 !important;
	border-bottom: 1px dotted #333;
	overflow: hidden;
 }
.column5 .item-list-span-img{
	width: 128px;
	display:inline-block;
}

.column5:nth-of-type(7n) {
	margin: 0 5px 20px 0;
}

.column5 h3 {
	font-size: 85%;
	line-height: 130%;
	margin-bottom: 3px;
}
.column5 p {
	font-size: 90%;
	text-align:right;
}
.column5 img {
	max-width: 128px;
	vertical-align: bottom;
}
.column5 p.sp_price {
	color: #F00;
}
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;
}

section.column4 p.price {
	line-height: 1.8em;
	font-weight: bold;
	text-align: right;
}

section.column4 a {
	text-decoration: none;
}


/*________________________ 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;
}
#main-column h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 165%;
	margin-top:30px;
	margin-bottom: 20px;
	padding: 20px 0.5em 20px;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) repeat-x scroll left bottom transparent;
}
.column4 {
	float: left;
	width: 170px;
	height: 140px !important;
	padding: 130px 0 60px 0;
	margin: 0 12px 20px;
	border-bottom: 1px dotted #333;
	position: relative;
	overflow: hidden;
}
.column4 h3 {
	font-size: 16px;
	max-height: 36px;
	overflow: hidden;
}
.column4 .badge {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 5;
}
#main-column #itemList section.column4 {
	overflow: hidden;
	margin: 0 25px 25px 0;
}
#main-column #itemList section.column4:nth-child(4n) {
	margin: 0 25px 25px 0;
}
#main-column #itemList section.column4:nth-child(6n-5) {
	margin: 0 25px 25px 0;
}
#main-column #itemList section.column4:nth-child(5n) {
	margin: 0 0 25px 0;
}
#main-column #itemList section.column4 .itemThumb-wrap,
#main-column .newItem section.column4 .itemThumb-wrap {
	margin: 0;
	position: absolute;
	top: 0;
}
#main-column #itemList section.column4 .itemThumb-wrap a,
#main-column .newItem section.column4 .itemThumb-wrap a {
	display: block;
	height: 270px;
	width: 170px;
	position: absolute;
	background: url(http://www.hatter-knowledge.com/img/btn_gotodetail03.png) 0 bottom no-repeat;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	z-index: 1;
}
#main-column .newItem section.column4 .itemThumb-wrap a {
	height: 308px
}
#main-column #itemList section.column4 .itemThumb-wrap a:hover,
#main-column .newItem section.column4 .itemThumb-wrap a:hover {
	background: url(http://www.hatter-knowledge.com/img/btn_gotodetail03.png) -170px bottom no-repeat;
}
#main-column #itemList section.column4 .itemThumb-wrap a:hover:nth-child * {
	color: #fff;
}
.column4 .item-list-span-img img {
	width: auto !important;
	height: 114px !important;
}
#main-column #itemList section.column4 h2 {
	width: 170px;
	height: 54px;
	font-size: 14px;
	margin: 0 0 10px;
	word-break: break-all;
	white-space: normal !important;
	overflow: hidden;
}
#main-column #itemList section.column4 h2 a {
	width: 170px;
	word-wrap: reak-word;
	word-break: break-all;
	text-decoration: none;
}
#main-column #itemList section.column4 p {
	font-size: 14px;
	line-height: 1.4em;
	text-align: right;
}
#main-column #itemList section.column4 p .sps-wishAddItem {
	display: none;
}
#main-column #itemList section.column4 p .sps-wishAddItemOk {
	display: none;
}
#main-column section.column4 .inner-catch {
	max-height: 5.6em;
	overflow: hidden;
}
#main-column section.column4:after {
}
#main-column #itemList p.price {
	width: 170px;
	text-align: right;
}
#main-column #itemList p.price span.selling_price,
#main-column #itemList p.price span.taxin {
	width: 170px;
	color: #F00;
	font-size: 14px;
	text-align: right;
}


.column4 span.item-list-span-img{
	width: 170px !important;
    height: 170px !important;
	overflow: hidden ;
	text-align:center ;
	display:block;
	}

/*_____________________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;
}


/*________________________ Item detail ________________________\*/

#itemDetail-cont .itemThumb-wrap {
	width: 620px;
	padding: 90px 0 0;
	float: left;
}
#itemDetail-cont .itemThumb-wrap img {
	max-width: 620px;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main {
	text-align: center;
	height: 480px;
	overflow: visible;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main a.zoomItemPic {
	display: block;
	cursor: zoom-in !important;
	position: relative;
	z-index: 10;
	text-align: center;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main a.zoomItemPic:after {
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main .mainImg {
	cursor: zoom-in !important;
	max-height: 470px;
	overflow: hidden;
}
.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 {
	width: 350px;
	float: right;
	padding: 110px 0 0;
	margin: 0 0 20px;
	position: relative;
}
#itemDetail-cont .itemOutline .icons {
	position: absolute;
	left: -635px;
	top: 1px;
}
#itemDetail-cont .itemOutline .cartArea {
	margin: 0 0 20px;
}
#itemDetail-cont .itemOutline h1 {
	width: 985px;
	font-size: 20px !important;
	padding: 0px 0px 10px 0px !important;
	position: absolute;
	left: -635px;
	top: 0px;
}
section#itemDetail-wrap00 .description {
	width: 620px;
	margin: 0;
	padding: 0;
	float: left;
}
section#itemDetail-wrap00 .description img {
	max-width: 620px;
}
section#itemDetail-wrap00 .description p {
	font-size: 16px;
	margin: 0 0 1em;
}
section#itemDetail-wrap00 .description iframe {
	width: 620px;
	height: 500px;
	cursor: w-resize !important;
}
section#itemDetail-wrap00 .description iframe img {
	cursor: w-resize !important;
}
section#itemDetail-wrap01 {
}
section#itemDetail-wrap01 .description iframe {
	width: 500px;
	height: 345px;
	cursor: w-resize !important;
}
section#itemDetail-wrap01 .description .bordlayoutp3 table.spectable {
	width: 347px !important;
	border: 1px solid #b5b5b5;
	border-collapse: collapse;
	margin: 0 0 1em;
}
section#itemDetail-wrap01 .description img {
	height: auto !important;
	margin: 0 0 10px;
}

section#itemDetail-wrap01 {
	width: 350px;
	margin: 0 0 50px;
	padding: 0;
	float: right;
	position: relative;
	top: 0px;
}
section#itemDetail-wrap00 h3, 
section#itemDetail-wrap01 h3 {
	font-size: 18px;
	padding: 40px 20px 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 {
	width: 560px;
	margin: 0;
	padding: 0;
	float: right;
	background: #f9ffff;
}
.infoArea {
	height: auto !important;
}
.infoArea li {
	display: inline-block;
	width: 110px;
	padding: 0 5px;
}
table.price,
table.spec {
	width: 347px;
	border: 1px solid #b5b5b5;
	border-collapse: collapse;
	margin: 0 0 1em;
}
table.price th,
table.spec th {
	width: 120px !important;
	color: #fff;
	text-align: right;
	background: #555;
	border: 1px solid #3f3f3f;
	padding: 7px 7px !important;
	margin: 0 0 20px !important;
	white-space: normal;
}
table.price td,
table.spec td {
	border: 1px solid #b5b5b5 !important;
	padding: 7px 15px !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 {
  float: left;
  width: 650px;
}
.w100 .freeArea2 .mainvisual img {
  width: 100%;
}

.w100 .freeArea2 .sidemenu {
float: left;
padding: 0 5px;
}


article#Detail #main-column section.recommend {
	padding: 20px 0 0;
	clear: both;
}
section.userreview {
	padding: 20px 0 0;
	clear: both;
}

#search form {
	position: relative;
	padding: 16px;
}

#search form .searchbox {
	position: absolute;
	left:0;
	top: 0;
}

#search form .searchSubmit {
	position: absolute;
	left: 122px;
	top: -2px;
}
/*________________________ 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;
}

/*________________________ Free Page ________________________\*/

#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;
	border: 1px solid rgb(232, 232, 232);
}
#JournalList .journal-cont .halfcol01 a,
#Journal .journal-cont .halfcol01 a {
	display: block;
	min-height: 500px;
	padding: 10px;
	text-decoration: none;
	transition-duration: 0.5s;
	background: #fff;
	color:#505050;
}

#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;
}
#JournalList .journal-cont .halfcol01 p.blandimg01,
#Journal .journal-cont .halfcol01 p.blandimg01 {
	text-align: center;
	margin: 0 auto 10px;
	padding: 0;
	transition-duration: 0.5s;
}

/*________________________ 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;
}

#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:40px 0 1em;
}

#guide section.guide01 p {
	font-size: 1.2em;
	padding: 0 0 0 290px;
	margin: 0 0 0 1em;
	line-height: 1.4em;
}

#guide section.guide01 table {
	width: 360px !important;
	margin: 0 0 10px 290px;
}
#guide section.guide01 table th {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4em;
	background: #555;
	border: 1px solid #3f3f3f;
	padding: 5px 7px;
	white-space: nowrap;
}
#guide section.guide01 table td {
	font-size: 14px;
	line-height: 1.4em;
	border: 1px solid #b5b5b5;
	padding: 5px 7px;
}
#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 {
	margin: 10px 0 20px;
}
#shopGuide_wrap table th {
	min-width: 200px;
	color: #fff;
	font-size: 16px;
	text-align: right;
	vertical-align: top;
	line-height: 1.4em;
	background: #555;
	border: 1px solid #3f3f3f;
	padding: 7px 15px;
	white-space: nowrap;
}
#shopGuide_wrap table td {
	font-size: 16px;
	line-height: 1.4em;
	vertical-align: top;
	border: 1px solid #b5b5b5;
	padding: 7px 15px;
}
/*________________________ 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;
}
.bordlayoutp3 table td label:after {
	content: "\A";
}
/*________________________ footer ________________________\*/
div#shopinformation01 {
	width:1180px;
	padding: 20px 0 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 {
	width: 373px;
	float: left;
	margin: 0 ;
}
div#shopinformation01 .threecol_01:nth-child(2) {
	width: 393px;
	margin: 0 20px ;
}
div#shopinformation01 section {
	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: 360px !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: 5px 7px;
	white-space: nowrap;
}
div#shopinformation01 .threecol_01 .simpletable td {
	font-size: 12px;
	line-height: 1.4em;
	border: 1px solid #b5b5b5;
	padding: 5px 7px;
}
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;
}

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 {
	width: 1180px;
	padding: 0;
	margin: 0 auto 10px;
}
div#cart-footer #footer-inner .footer_gnavi:first-child,
footer #footer-inner .footer_gnavi:first-child {
	padding: 20px 0 0;
}
div#cart-footer #footer-inner .footer_gnavi ul,
footer #footer-inner .footer_gnavi ul {
	display: table;
	margin: 0 auto 10px;
}
div#cart-footer #footer-inner .footer_gnavi ul li ,
footer #footer-inner .footer_gnavi ul li {
	display: table-cell;
}
div#cart-footer #footer-inner .footer_gnavi ul li a,
footer #footer-inner .footer_gnavi ul li a {
	color: #000;
	font-size: 14px;
	padding: 5px 20px;
	text-decoration: none;
}
div#cart-footer #footer-inner .footer_gnavi ul li a,
footer #footer-inner .footer_gnavi ul li a {
	text-decoration: underline;
}
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: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 100;
}

/*  09/30に追加　お客様の声ページ */

.reviewBox {
	overflow: hidden !important;
}

section.rating{
    float: left;
    min-height: 250px;
    padding:40px 20px;
    width: 945px;
    border-bottom: 1px #000 dotted;
    background: url(http://www.hatter-knowledge.com/img/storecomment.gif) bottom left no-repeat;
    background-size: 70px auto;
    background-position: left 60px bottom 30px;
}

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

.tmb{
	width:150px;
	float:left;
	margin: 0 10px 0 0;
 
}

.tmb img{
	width:150px;
}

.reviewTxt{
	overflow: hidden;
}

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

.reviewTxt p {
	display:block;
	clear: both;
}

.ttlArea .btnMore {
	margin-bottom: 24px;
}

.ttlArea {
	margin-bottom: 16px;
}

.reviewTxt p {
	padding-top:16px;
}

.reviewTxt {
	margin-bottom: 16px;
}

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


.comment{
	position: relative;
	background: #ffffff;
	border: 1px solid #cfbb93;
	display: inline-block;
	margin: 10px 0 0 150px;
	padding:10px;
	float: none !important;
	clear: both !important;
	display: inline-block;
	width: 795px;
	border-radius: 0px!important;
}
.comment:after, .comment:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: 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;
}
.reviewBox_item {
	margin: 0 0 80px;
}
.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;
}

.userreview h2 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 165%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 20px 0.5em 20px;
    background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) repeat-x scroll left bottom transparent;
}
#itemBox h2 ,
#itemBox .btnMore,
#itemBox .pageL {
	margin: 0 0 16px;	
}

/*  10/03に追加　サイトマップページ */

section#document_wrap{
	width:1180px;
	margin:0 auto;
}

section#document_wrap li {
	list-style: none;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

div#document h1,section.txt-list01,section.txt-list02{
	margin-bottom:1.5em;
}

section.txt-list01 h2,section.txt-list02 h2,section.txt-list03 h2{
	font-weight: bold;
	margin-bottom:5px;
}

section.txt-list01 li,section.txt-list03 li {
	font-size: 16px;
	letter-spacing: 0.05em;
}

/*  11/16に追加　商品ページのオススメ表示 */

span.badge img {
	position: absolute;
}

section.recommend h2 {
	margin-bottom: 16px;
}

section.column5 a {
	text-decoration: none;
}

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

.state_r,div#Journal h2,div#JournalList h2 {
	display: none;
}
.free-contents .searchbox {
	border: 2px solid #000;
    width: calc(50% - 75px);
	margin: 0 auto;
}
.free-contents .searchSubmit {
	position: relative;
    top: 8px;
}
#search_main p:nth-of-type(1) {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 165%;
    clear: both;
}
#search_main form {
	margin: 0 auto;
}

#search_main form p {
	display: none;
}
/*  1/13に追加　サイドバー */

.cate_main {
	position: absolute;
	top: 1165px;
	width:170px;
}

.cate_main img{
	margin-bottom:2px;
}

.category {
	width: 146px;
	border: 1px solid rgb(232, 232, 232);
	border-bottom: solid 3px #000;
	padding: 6px 11px 16px 11px;
	line-height: 1.5em;
	background: #fff;
	margin-bottom:16px;
	background: url(http://www.hatter-knowledge.com/hpgen/HPB/theme/img/Tline-scolumn.gif) 0 0 repeat-x;
}

.category li {
	list-style: none;
}

li.ten_img {
	list-style-image:url(http://www.hatter-knowledge.com/img/c_ten.png);
}

li.btm_img {
	background-image:url(http://www.hatter-knowledge.com/img/c_bottom.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	text-indent: 22px;
}

.category li a {
	display:block;
	color:#363636;
	text-decoration: none;
	padding: 2px 0;
}

.category li a:hover{
	color:#2444FF;
	text-decoration:underline;
	
}

.category p{
	padding-top:8px;
}

.category p a {
	color:#6c6c6c;
	text-decoration: none;
}

.category p a:hover{
	color:#2444FF;
	text-decoration:underline;
	
}

.img_sp {
	margin-top: 10px ;
}

ul.menu_s {
	font-size: 12px;
	padding:4px 0 18px 18px;
}

.category h4 {
	font-weight: bold;
	border-bottom: 2px dotted #000;;
	margin-bottom: 8px;
	padding-top:12px ;
	padding-bottom:8px;
}

li.brand_S {
	text-align: right;
	margin-top:4px;
}

li.brand_S a {
	display:inline;
	color:#2444FF;
}

div#sub-column {
	width: 170px;
	margin: 0 auto;
	float: left;
}

section#itemList_wrap {
	
}

.free-contents .cate_list {
	width:170px;
/*	position: absolute;
	top:475px;*/
}

.cate_list img{
	margin-bottom:2px;
}

div#sub-column h2 {
	display: none;
}



/*________________________ btn_sns ________________________\*/

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

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

.btn_sns li a {
	height: 83px;
	overflow: hidden;
}

.btn_sns li a img {
	width:calc(100%-2px);
	max-width: 170px;
	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;
}

/*________________________ product_main ________________________\*/

.product_main {
	width: 975px;
	margin: 0 auto;
}

.product_main .right_col {
	width: 331px;
	padding: 0 0 0 16px;
}

.product_main .left_col {
	width: 612px;
	padding: 0 16px 0 0;
}
.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 .fclear {
	margin: 0 0 128px;
}


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

.product_content .right_col {
	width: 564px;
	padding: 0 16px;
}

.product_content .left_col {
	width: 345px;
	padding: 0;
	margin: 0 16px;
}

.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 .product_img {
	border: 1px solid #b4b4b4;
	height: 215px;
	overflow: hidden;
}

.product_content .product_img img {
	position: relative;
	top: -65px;
}

.color_content .product_color {
	width: 32%;
	margin: 0 16px 16px 0;
}

.color_content .product_color:nth-of-type(3n) {
	margin: 0 0 16px;
}

.color_content .product_color .product_img img {
	right: 24px;
}

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

/* 11/10 実績
________________________________________________\*/

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

.simple_dl dt {
	float:left;
	width:10%;
	text-align: right;
	padding: 0 24px 0 0;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.simple_dl dd {
	float:right;
	width:90%;
}

.simple_dl dt,
.simple_dl dd {
	line-height: 3.8;
	border-bottom: 1px dotted #b9b9b9;
}

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

/*________________________ bits ________________________\*/

.fclear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

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: 480px;
}

.threecol_01 {
	width: 392px;
}
.pchide {
	display: none !important;
}

