@charset "utf-8";
/*
 *html5doctor 1.6.1: CSS Reset
*/
@import "css/reset-html5.css";
/*
 *CSS START
*/
body {
	background: #FFF url(images/bg-body.png) repeat left top;
	/*font-family: Georgia, Verdana, Arial, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-family: 'Roboto Slab', 'Noto Serif JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
a {
	outline: none;
	text-decoration: underline;
	color: #1b1b1b;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
header {
	height: 258px;
	background: url(images/bg-header.jpg?251014) no-repeat left top;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
header h1 {
	position: absolute;
	left: 5px;
	top: 35px;
}
.info {
	background: url(images/info-main.png) no-repeat left top;
	height: 151px;
	width: 268px;
	position: absolute;
	left: 444px;
	top: 35px;
}
.info2 {
	/*background: url(images/bg-mailform.jpg) no-repeat left top;
  height: 158px;*/
	width: 344px;
	position: absolute;
	/*left: 370px;
  top: 35px;*/
	/* the following add or change - 19.7.30 */
	background: url(images/bg-mailform.png) no-repeat left top;
	height: 96px;
	right: 0px;
	top: 35px;
}
.button-home {
	padding-top: 18px;
	padding-left: 152px;
}
.button-mail {
	padding-top: 67px;
	padding-left: 34px;
}
.button-mail2 {
	/*padding-top: 58px;*/
	padding-left: 139px;
	/* the following add or change - 19.7.30 */
	padding-top: 4px;
}
#content {
	background: url(images/bg-page-all.png) repeat-y left top;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#left {
	float: left;
	width: 455px;
	border-right: 1px dotted #000000;
}
.catalog_cover {
	background: url(images/bg-catalog-cover.png) no-repeat left top;
	height: 520px;
	width: 338px;
	margin-left: auto;
	text-align: center;
	padding-top: 18px;
	margin-bottom: 55px;
	margin-right: auto;
}
.sk-menu-top {
	border-bottom: 1px dotted #000;
	margin: 0px 17px 30px 20px;
	padding: 0px 0px 20px 10px;
	overflow: hidden;
}
.sk-menu-top li {
	float: left;
	margin-bottom: 10px;
}
.sk-menu-top li:nth-child(odd) {
	margin-right: 25px;
}
#right {
	float: right;
	width: 534px;
}
.infoToptxt {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0px 40px 25px 35px;
	padding: 10px 15px 0px;
}
.infoToptxt p {
	font: 14px/24px 'Roboto Slab', 'Noto Serif JP', serif;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.infoToptxt p span {
	background: #FFC;
	font-weight: bold;
}
.infoToptxt p a {
	font-weight: bold;
	color: #00F;
}
.button-search {
	position: absolute;
	right: 45px;
	top: 5px;
}
/*.button-search {
	position: absolute;
	left: 907px;
	top: 5px;
}*/ .cat-manu-top {
	margin-left: 19px;
	margin-bottom: 40px;
}
.cat-manu-top li {
	background: url(images/bg-catalog-cat.png);
	height: 126px;
	width: 476px;
	position: relative;
	margin-bottom: 13px;
}
.cat-manu-top-01 {
	position: absolute;
	left: 193px;
	top: 14px;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 18px;
}
.cat-manu-top-02 {
	position: absolute;
	left: 23px;
	top: 7px;
}
.cat-manu-top-03 {
	position: absolute;
	left: 201px;
	top: 60px;
}
.cat-manu-top-04 {
	position: absolute;
	left: 300px;
	top: 60px;
}
.cat-manu-top-05 {
	position: absolute;
	left: 399px;
	top: 60px;
}
.cat-manu-top-06 {
	position: absolute;
	left: 378px;
	top: 8px;
}
.top_info {
	margin: 40px 20px 0px;
}
.top_info h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #666;
	padding: 0px 0px 5px 14px;
	margin-bottom: 10px;
}
.top_info dl {
	min-height: 150px;
	max-height: 250px;
	overflow: auto;
	margin: 0px 0px 10px 24px;
	font: 12px/20px 'Roboto Slab', 'Noto Serif JP', serif;
	letter-spacing: 1px;
}
.top_info dl dt, .top_info dl dd {
	margin-right: 10px;
	clear: left;
}
.top_info dl dd {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}
.top_info dd h3 {
	font-weight: bold;
	margin-bottom: 5px;
}
.top_info dd img {
	float: left;
	margin-right: 10px;
}
.top_info dd a {
	color: #06F;
}
.news-new {
	padding: 1px 2px;
	background-color: #660000;
	color: #FFF;
	float: left;
	margin: 4px 5px 0px 0px;
	font: normal 10px/10px 'Roboto Slab', 'Noto Serif JP', serif;
}
.sbox-bot {
	position: absolute;
	top: 248px;
	right: 52px;
}
.gotop {
	text-align: right;
	clear: both;
	padding: 30px 20px 20px 0px;
}
footer, #footer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background: #333 url(images/bg-footer.png) no-repeat left 32px;
	height: 690px;
	clear: both;
	position: relative;
}
.bottom-navi {
	height: 31px;
	width: 990px;
	border-top: 1px solid #CCC;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	background: #FFF;
}
.bottom-navi ul {
	float: right;
	margin-right: 5px;
}
.bottom-navi li {
	float: left;
	margin-right: 15px;
	padding-top: 10px;
}
.bottom-navi li:first-child {
	margin-left: 50px;
}
.bottom-navi li:before {
	content: "|";
	margin-right: 15px;
}
.logo-bot {
	position: absolute;
	left: 25px;
	top: 52px;
}
footer p small, #footer p small {
	color: #FFF;
	position: absolute;
	top: 660px;
	font: 10px/12px 'Roboto Slab', 'Noto Serif JP', serif;
	left: 25px;
}
.breadcrumb {
	background: #eeeeee;
	overflow: hidden;
	/*padding: 10px 0px 10px 40px;*/
	/* the following add or change - 19.7.30 */
	padding: 10px 0px 10px 40px;
	clear: both;
}
.breadcrumb div {
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-right: 10px;
	max-width: 720px; /*長さあわせる*/
}
.breadcrumb div span {
	padding-right: 10px;
}
.catalog-page {
	float: left;
	width: 805px;
	padding-left: 20px;
	position: relative;
}
.catalog-page h1 {
	width: 700px;
	font-size: 20px;
	line-height: 28px;
	clear: left;
	/*margin: 20px 0px 18px;*/
	padding: 10px 75px 15px 25px;
	border-left: 6px solid #333;
	border-bottom: 1px dotted #666;
	/* the following add or change - 19.7.30 */
	margin: 10px 0px;
}
.page-detail {
	background: #eeeeee;
	/*padding: 16px;*/
	border: 1px solid #cccccc;
	*overflow: hidden;
	_overflow: hidden;
	_height: 550px;
	/* the following add or change - 19.7.30 */
	padding: 10px 16px;
}
.catalog-page ol {
	margin-top: 5px;
	font: 12px/12px 'Roboto Slab', 'Noto Serif JP', serif;
	clear: left;
}
.exp-button {
	clear: both;
	padding-top: 10px;
	*padding-top: 2px;
}
.exp-left img, .exp-right img {
	vertical-align: middle;
}
.exp-center img {
	vertical-align: bottom;
}
.exp-left {
	float: left;
	/*width: 384px;*/
	width: 290px;
	text-align: center;
}
.exp-center {
	float: left;
	/*width: 384px;*/
	width: 190px;
	text-align: center;
}
.exp-right {
	float: right;
	/*width: 384px;*/
	width: 290px;
	text-align: center;
}
.pdf-button {
	clear: both;
	padding-top: 0px;
	*padding-top: 0px;
}
.catalog-navi-top {
	position: absolute;
	/*top: 29px;*/
	right: 0px;
	_right: 20px;
	/* the following add or change - 19.7.30 */
	top: 15px;
}
.catalog-navi-top li {
	float: left;
}
.catalog-navi {
	background: url(images/bg-button.png) no-repeat left top;
	height: 57px;
	width: 405px;
	position: relative;
	clear: both;
	margin: 20px auto 0px;
}
.catalog-navi a img:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}
.catalog-navi ul li {
	position: absolute;
}
.hp-cat-menu-sub {
	float: right;
	width: 125px;
	min-height: 735px;
	/*margin: 26px 20px 0px 0px;
  _margin: 26px 10px 0px 0px;*/
	/*background: #EDEDED;*/
	padding-bottom: 10px;
	/* the following add or change - 19.7.30 */
	margin: 4px 20px 0px 0px;
	_margin: 4px 10px 0px 0px;
}
.hp-cat-menu-sub ul {
	background: #EDEDED;
	padding: 10px 0px 2px;
}
.hp-cat-menu-sub li {
	margin: 0px 0px 7px 10px;
}
#info-in-site {
	clear: both;
	padding: 30px 0px 0px 20px;
	*padding: 15px 0px 0px 20px;
	_padding: 15px 0px 0px 20px;
	position: relative;
}
#info-in-site-exp {
	clear: both;
	padding: 10px 0px 0px 30px;
	width: 786px;
}
.cat-menu-cat-bot {
	width: 672px;
}
.cat-menu-cat-bot h3 {
	font-size: 14px;
	line-height: 18px;
	margin-top: 6px;
}
.cat-menu-cat-bot li {
	width: 158px;
	text-align: center;
	float: left;
	margin: 0px 10px 15px 0px;
	height: 138px;
}
.cat-menu-cat-bot a img {
	border: 5px solid #DDD;
}
.close-button {
	text-align: center;
	cursor: pointer;
	margin-bottom: 0px;
}
.close-button img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.guide {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	color: #232323;
}
.guide li {
	margin-bottom: 40px;
}
.guide h2 {
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #333;
	padding-left: 28px;
	line-height: 18px;
}
.guide p {
	font-size: 12px;
	line-height: 22px;
	margin: 0px 0px 8px 58px;
}
.guide-navi {
	width: 200px;
	position: absolute;
	left: 40px;
	top: 132px;
	font: 12px/14px "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.guide-navi li {
	margin-bottom: 6px;
	border-bottom: 1px dotted #999;
	padding: 0px 0px 6px 14px;
	color: #999;
}
.mokuji {
	width: 930px;
	margin-left: 10px;
	font: 12px/14px "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
li.width02 ul li img {
	vertical-align: middle;
	float: left;
}
li.width02 ul {
	margin-bottom: 30px;
}
li.width02 ul li {
	margin: 0px 0px 10px 10px;
	clear: left;
	overflow: hidden;
}
li.width02 .indexTxt li a {
	display: block;
	float: left;
	padding-left: 24px;
	padding-top: 0px;
	line-height: 16px;
	width: 371px;
}
.mokuji-navi {
	font: 12px/14px 'Roboto Slab', 'Noto Serif JP', serif;
	margin: 10px;
}
.mokuji-navi li {
	padding: 5px 10px;
	float: left;
	background: #F1F1F1;
	margin: 0px 10px 10px 0px;
}
.color-guide {
	font-family: 'Roboto Slab', 'Noto Serif JP', serif;
	margin-left: 250px;
	padding-top: 30px;
	color: #232323;
}
.color-guide img {
	border: solid 1px #333;
}
.color-guide h2 {
	font-size: 18px;
	padding-bottom: 9px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #333;
	padding-left: 28px;
	line-height: 20px;
}
.color-guide h2 a {
	color: #09F;
}
.color-guide h2 a:hover {
	color: #3CF;
}
.color-guide p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 12px 8px 58px;
	color: #626262;
	text-align: right;
}
.ob td img {
	padding: 5px;
}
.reference-catalog {
	margin-left: 314px;
}
.reference-catalog li {
	float: left;
	margin: 0px 0px 10px 10px;
}
.color-guide img {
	border: solid 1px #333;
}
.color-guide h2 span {
	color: #FFF;
	background-color: #F00;
	padding: 3px 4px;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	商品連動出力
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#shop_items {
	clear: both;
	margin-left: 25px;
	/*padding-top: 20px;*/
	font: 12px/16px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* the following add or change - 19.7.30 */
	padding: 10px 0 20px;
}
@media all and (-ms-high-contrast: none) { /* IE10以上 */
	#shop_items {
		padding: 3px 0 20px;
	}
}
#shop_items a {
	color: #03F;
	text-decoration: none;
}
#shop_items a:hover {
	color: #F96;
	text-decoration: underline;
}
#shop_items li {
	display: inline-table;
	border: 1px solid #CCC;
	padding: 5px;
	margin-right: 11px;
	margin-bottom: 10px;
	width: 125px;
	*display: inline; /*ie7*/
	*zoom: 1; /*ie7*/
}
.img_box {
	margin-bottom: 8px;
}
.img_box img {
	height: 125px;
	width: 125px;
}
#shop_items p.name {
	margin-bottom: 5px;
	width: 125px;
	overflow: hidden;
}
#shop_items p.price {
	color: #F30;
	text-align: center;
}
#shop_items p.shosai {
	overflow: hidden;
	text-align: center;
	margin: 5px 0px 0px;
	font-size: 12px;
	line-height: 12px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	 テキスト 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.text01 {
	color: #898989;
	position: absolute;
	left: 38px;
	font-size: 12px;
	line-height: 18px;
	top: 10px;
}
.text02 {
	font-size: 12px;
	line-height: 22px;
	color: #1b1b1b;
	position: absolute;
	/*top: 140px;
  left: 35px;
  letter-spacing: 1px;*/
	/* the following add or change - 19.7.30 */
	top: 36px;
	left: 335px;
	letter-spacing: 1px;
}
.text02_2 {
	font-size: 12px;
	line-height: 22px;
	color: #1b1b1b;
	position: absolute;
	top: 8px;
	right: 12px;
	letter-spacing: 1px;
}
.text02_3 {
	font-size: 12px;
	line-height: 22px;
	color: #1b1b1b;
	position: absolute;
	top: 140px;
	left: 35px;
	letter-spacing: 1px;
}
.text03 {
	font-size: 12px;
	line-height: 22px;
	color: #1b1b1b;
	letter-spacing: 1px;
	margin: 0px 0px 30px 58px;
}
.text03-2 {
	font-size: 12px;
	line-height: 22px;
	color: #1b1b1b;
	letter-spacing: 1px;
	margin: 0px 30px 30px;
}
.text04 {
	font-size: 14px;
	line-height: 26px;
	color: #1b1b1b;
	letter-spacing: 1px;
	margin: 30px 0px 30px 46px;
}
.text05 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	line-height: 12px;
	letter-spacing: 1px;
}
.text06 {
	background: #393a3b;
	color: #fafafa;
	font-size: 10px;
	line-height: 12px;
	padding: 2px 5px;
}
.text07 {
	font-size: 10px;
	line-height: 12px;
}
.list01 {
	font-size: 14px;
	line-height: 18px;
	margin-left: 61px;
}
.list01 li {
	margin-bottom: 12px;
}
.list01 li:nth-child(n+3) {
	margin-left: 14px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	見出し 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.hl2-01 {
	margin-bottom: 24px;
	margin-left: 20px;
	clear: both;
}
.hl2-02 {
	margin-bottom: 20px;
	margin-left: 35px;
	clear: left;
	position: relative;
}
.hl2-03 {
	background: #F1F1F1;
	padding: 10px 10px 10px 20px;
	color: #1b1b1b;
	border-left: 1px dotted #333;
	margin-bottom: 20px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	位置 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.left {
	float: left;
}
.right {
	float: right;
}
.pos01 {
	top: 168px;
	left: 26px;
}
.pos0102 {
	position: absolute;
	top: 338px;
	left: 26px;
}
.pos0201 {
	top: -3px;
	left: 21px;
}
.pos0202 {
	top: -3px;
	left: 318px;
}
.pos0203 {
	top: 15px;
	left: 99px;
}
.pos0204 {
	top: 18px;
	left: 226px;
}
.pos03 {
	top: 29px;
	left: 703px;
}
.pos0302 {
	position: absolute;
	top: 200px;
	left: 703px;
}
.pos04 {
	position: static;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	余白
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.f01 {
	font-size: 15px;
}
.mg01 {
	margin: 5px 0px 6px 13px;
}
.mg02 {
	margin: 18px 0px 6px 333px;
}
.mgt01 {
	margin-top: 18px;
}
.mgt02 {
	margin-top: 30px;
}
.mgt02_2 {
	margin-top: 34px;
}
.mgt03 {
	margin-top: 22px;
}
.mgb01 {
	margin-bottom: 10px;
}
.mgl01 {
	margin-left: 10px;
}
.pdl01 {
	padding-left: 24px;
}
.pdt15 {
	padding-top: 15px;
}
.guide-navi li.pdl02 {
	padding-left: 38px;
}
.guide-navi li.pdl03 {
	padding-left: 24px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	カラー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.color01 {
	color: #003300;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	その他
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content:after, .sk-menu-top:after, .bottom-navi:after, .breadcrumb:after, .exp-button:after, .page-detail:after, .cat-menu-cat-bot:after, .mokuji:after, .mokuji-navi:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.bg-header-img {
	height: 131px;
	background: url(images/bg-header-sub.jpg) no-repeat left top;
}
/*.catalog-page h1.bg-hl-title-sub-02 { background: url(images/bg-hl-title-sub-02.png) no-repeat left top; }*/
.border01 {
	border: 1px solid #DFDFDF;
}
.width01, .catalog-page h1.width01 {
	width: 950px;
}
.width02 {
	width: 455px;
}
.catalog-page h1.width03 {
	width: 820px;
}
.table01 {
	width: 250px;
	border-collapse: collapse;
	border: 1px solid #DFDFDF;
	margin: 10px 0px 10px 58px;
	font: 12px/14px 'Roboto Slab', 'Noto Serif JP', serif;
}
.table01 th, .table01 td {
	border: 1px solid #CCC;
	padding: 8px;
	text-align: center;
}
.table02 {
	width: 685px;
	border-collapse: collapse;
	/*border: 1px solid #DFDFDF;*/
	margin: 25px 0px 50px 8px;
	font-family: 'Roboto Slab', 'Noto Serif JP', serif;
}
.table02 th, .table02 td {
	/*border: 1px solid #CCC;*/
	padding: 0px 0px 0px 7px;
	text-align: left;
	vertical-align: top;
}
.table02 td img {
	margin: 5px 0 10px;
}
.ico {
	background: url(images/icon01.png) no-repeat right center;
	padding-right: 15px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Google カスタムサーチ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*#sbox { margin-left: 17px; }
#sbox {
position: absolute;
left: 491px;
top: 213px;
}*/
#sbox {
	position: absolute;
	left: 444px;
	top: 205px;
}
#sbox_sub {
	position: absolute;
	/*left: 369px;
  top: 205px;*/
	/* the following add or change - 19.7.30 */
	left: 334px;
	top: 90px;
}
.gSearch {
	width: 268px;
	height: 32px;
	font-size: 16px !important;
	line-height: 16px !important;
	text-align: left;
}
.gSearch_sub {
	/*width: 345px;*/
	/* the following add or change - 19.7.30 */
	width: 306px
}
input.gsc-input {
	height: 30px !important;
}
button.gsc-search-button, button.gsc-search-button-v2 {
	padding: 11px 20px 10px !important;
}
@media all and (-ms-high-contrast: none) { /* IE10以上 */
	button.gsc-search-button, button.gsc-search-button-v2 {
		padding: 11px 20px 2px !important;
	}
}