@charset "utf-8";


/* ============================================================

	style info : ブラウザごとの初期スタイルをリセット

============================================================ */

/* --------------------------------
	font-size

		10px ： 77%
		11px ： 85%
		12px ： 93%
		13px ： 100%
		14px ： 108%
		15px ： 116%
		16px ： 124%
		17px ： 131%
		18px ： 139%
		19px ： 147%
		20px ： 154%
		21px ： 162%
		22px ： 170%
		23px ： 177%
		24px ： 185%
		25px ： 193%
		26px ： 200%
-------------------------------- */


html, body, div, p,
dl, dt ,dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea,
pre, blockquote,
th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse; 
	border-spacing: 0; 
}
fieldset, img {
	border: 0;
}
input, textarea, select {
	font-size: 100%;
}
img {
	vertical-align: top;
}

dt, address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
em, strong, th {
	font-style: normal;
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left; 
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}


/* ============================================================

	style info : 全体で汎用的に使用できるスタイルを記述

============================================================ */

/* --------------------------------
	clearfix (.cf)
-------------------------------- */

* html .cf{
	zoom:1;
}
*+html .cf{
	zoom:1;
}
.cf:after {
	content:'';
	display:block;
	clear:both;
}

/* --------------------------------
	image replace (.ir)
-------------------------------- */

.ir {
	font-size: 1px;
	text-align: left;
	text-indent: -9999em;
	/*¥*/
	overflow: hidden;
	/**/
}


/* --------------------------------
	property
-------------------------------- */

/* display: none; */
.dn { display: none; }

/* width */
.w30  { width: 30px !important; }
.w50  { width: 50px !important; }
.w80  { width: 80px !important;}
.w100 { width: 100px !important; }
.w130 { width: 130px !important; }
.w150 { width: 150px !important; }
.w200 { width: 200px !important; }
.w250 { width: 250px !important; }
.w300 { width: 300px !important; }
.w350 { width: 350px !important; }
.w400 { width: 400px !important; }
.w450 { width: 450px !important; }
.w500 { width: 500px !important; }
.w600 { width: 600px !important; }


/* ============================================================

	style info : サイト全体で共通のスタイルを記述

============================================================ */

/* -----------------------------------
	basic
----------------------------------- */

html {
	overflow-x: hidden;
}

body {
	position: relative;
	background: #fff;
	color: #333;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", serif;
	font-size: 13px;
	text-align: center;
	line-height: 1.8;
}
th, td {
	color: #333;
	line-height: 1.8;
}

a {
	outline: none;
}
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}



/* -----------------------------------
	layout
----------------------------------- */

.layoutInner {
	position: relative;
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
	* html #wrapper,
	* html .layoutInner {
		zoom: 1;
	}
	*+html #wrapper,
	*+html .layoutInner {
		zoom: 1;
	}
	


/* -----------------------------------
	#header
----------------------------------- */

#header {
	background: #21211e url(../img/common/bg_header.png) left top repeat;
}
	.popup #header {
		background: none;
		border-bottom: solid 1px #9f9f9f;
		margin-bottom: 50px;
	}
	.popup #header .close {
		float: right;
	}
	* html .popup #header {
		padding-bottom: 26px;
	}

#header h1 {
	display: inline;
	float: left;
	margin: 35px 0 26px 4px;
}

#header ul.headerNav {
	display: inline;
	float: right;
	margin: 16px 0 17px 0; 
}
#header ul.headerNav li {
	display: inline;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #afafae;
	line-height: 1;
}
#header ul.headerNav li.first {
	border-left: none;
}

#header ul.globalNav {
	clear: right;
	display: inline;
	float: right;
	width: 452px;
	margin-bottom: 25px;
	padding: 4px 15px 4px 10px;
	background: #424242;
	overflow: hidden;
	zoom: 1;
}
#header ul.globalNav li {
	display: inline;
	float: left;
	margin-left: 5px;
}


/* -----------------------------------
	#footer
----------------------------------- */

#footer {
	padding-top: 20px;
}
	.popup #footer {
		padding-top: 0;
	}
	.popup #footer .pageTop {
		padding-bottom: 15px;
		border-bottom: solid 1px #9f9f9f;
		text-align: right;
	}

#footer ul li {
	float: left;
}
#footer ul li.pageTop {
	float: right;
}
#footer p.logo {
	margin: 17px 0 18px 0;
	text-align: center;
}
#footer p.copyright {
	margin-bottom: 30px;
	text-align: center;
}



/* -----------------------------------
	#visual
----------------------------------- */

#visual {
	position: relative;
	padding: 0 0 19px 0;
	background: #21211e url(../img/common/bg_header.png) left top repeat;
}
#visual .caroufredsel_wrapper {
	background: #000;
}
#visual h2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}
#visualList {
	overflow: hidden;
	height: 266px;
}
#visualList li {
	float: left;
}


/* -----------------------------------
	#contents
----------------------------------- */

/* layout */
#contents {
	padding-bottom: 60px;
}
#main {
	display: inline;
	float: right;
	width: 690px;
	text-align: left;
}
#sub {
	position: relative;
	display: inline;
	float: left;
	top: 0;
	width: 180px;
	padding-top: 50px;
	text-align: left;
}
#category #sub,
#detail #sub {
	padding-top: 40px;
}
	.popup #sub {
		padding-top: 0;
	}


/* topicPath */
#topicPath {
	margin-right: 10px;
	padding: 8px 0;
	color: #888;
	font-size: 93%;
	text-align: right;
}
#topicPath li {
	display: inline;
	margin-left: 2px;
}
#topicPath li a {
	padding: 2px 14px 2px 0;
	background: url(../img/common/arw_topicpath.png) right center no-repeat;
	color: #888;
}


/* searchForm */
#searchForm {
	margin: 22px 0 0 0 ;
	text-align: right;
	vertical-align: middle;
}
#searchForm span,
#searchForm img,
#searchForm input,
#searchForm a {
	vertical-align: top;
}
#searchForm input.text {
	background: #6a6a65;
	color: #fff;
	width: 126px;
	height: 20px;
	padding: 4px;
	margin: 0 1px;
	border: none;
	line-height: 1.2;
}
#searchForm input.searchButton {
	width: 57px;
	height: 28px;
	margin-left: 5px;
	background: url(../img/common/btn_search.png) 0 0 no-repeat;
}
#searchForm input.searchButton:hover {
	background: url(../img/common/btn_search.png) 0 -30px no-repeat;
	cursor: pointer;
}

	* html #searchForm input.text {
		position: relative;
		top: -1px;
	}
	*+html #searchForm input.text {
		position: relative;
		top: -1px;
	}

#searchForm a.idSearch {
	margin-left: 8px;
}


/* -----------------------------------
	parts
----------------------------------- */

/* form */
textarea,
input.text {
	padding: 5px;
	border: solid 1px #ddd;
	background: #fafafa;
}
input.ir {
	border: 0;
}

/* button */
#contents p.pageTop {
	margin-top: 15px;
	text-align: right;
}

/* link */
.moreLink {
	text-align: right;
}
.moreLink a {
	padding-left: 12px;
	background: url(../img/common/arw_basic_r.png) 2px center no-repeat;
	text-decoration: none !important;
}

.backLink a {
	padding-left: 12px;
	background: url(../img/common/arw_basic_l.png) 2px center no-repeat;
	text-decoration: none !important;
}

/* list */
ul.basicList li {
	list-style: disc outside;
	margin-left: 1.5em;
}

ol.basicList li {
	list-style: decimal outside;
	margin-left: 1.5em;
}

.cautionList li {
	padding-left: 1em;
	text-indent: -1em;
}


/* table */
.basicTable {
	border-top: solid 1px #ddd;
}
.basicTable td {
	border-left: solid 1px #ddd;
}
.basicTable th,
.basicTable td {
	border-bottom: solid 1px #ddd;
	vertical-align: middle;
}
.basicTable thead th,
.basicTable thead td {
	padding: 5px;
	background: #f2f2f2;
	font-weight: bold;
	text-align: center;
}
.basicTable tbody th,
.basicTable tbody td {
	padding: 20px 25px;
	font-weight: normal;
	text-align: left;
}

.productListTable tbody th,
.productListTable tbody td {
	padding: 5px 10px;
	width: 9%;
	text-align: center;
}
.productListTable tbody td.name {
	text-align: left;
	width: auto;
}
.productListTable tbody td.jan {
	width: 13%;
}

/* nav */
ul.anchorNav li {
	display: inline-block;
	margin: 0;
	padding: 0 5px 0 8px;
	border-left: solid 1px #656562;
	line-height: 1.2;
}
ul.anchorNav li.first {
	border-left: none;
}
	* html ul.anchorNav li {
		display: inline;
		zoom: 1;
	}
	*+html ul.anchorNav li {
		display: inline;
		zoom: 1;
	}


/* leadSection */
.leadSection {
	margin-bottom: 65px;
}
.leadSection h2 {
	float: left;
}
.leadSection .anchorNav {
	float: right;
}


/* policySection */
.policySection {
	margin: 90px 0 0 112px;
}
/*
.policySection dl {
	margin-right: 150px;
}
*/
.policySection dl dt {
	margin: 40px 0 10px 0;
	font-size: 108%;
	font-weight: bold;
}
.policySection dl dd p,
.policySection dl dd ol,
.policySection dl dd ul {
	margin-bottom: 1em;
}
.policySection dl dl {
	margin: 15px 0;
	padding: 10px 15px 5px 15px;
	background: #eee;
}
.policySection dl dl dt {
	margin: 0 0 5px 0;
	font-size: 100%;
}
.policySection dl dl dl {
	margin: 10px 0;
	padding: 0;
	background: none;
}
.policySection dl dl dl * {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.policySection dl dl dl dd {
	margin-bottom: 0.5em;
}


/* modalPanel */
.modalPanel {
	display: none;
	background: #fff;
	width: 750px;
	text-align: left;
}
.modalPanel .inner {
	padding: 25px;
}
.modalPanel .simplemodal-close {
	text-align: right;
}
.modalPanel .closeTop {
	position: absolute;
	right: 25px;
	top: 25px;
}
#simplemodal-overlay {
	background: #000;
}
.simplemodal-wrap {
	overflow: visible !important;
}

/* movie */
.movie a {
	display: block;
	position: relative;
	width: 240px;
	height: 180px;
	margin: 0 auto;
}
.movie span.over {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/product/btn_movie.png) center center no-repeat;
}
.movie a:hover span.over {
	opacity: 0.8;
}

#moviePanel {
	width: 660px;
}
#moviePanel .inner {
	padding: 10px;
}


/* -----------------------------------
	#sub
----------------------------------- */

#sub h2.pageTitle {
	margin: 10px 0 30px 0;
}

#sub ul.localNav li {
	position: relative;
	border-bottom: solid 1px #9f9f9f;
	line-height: 1;
}
#sub ul.localNav li.parentNav ul.localSubNav {
	display: none;
}
#sub ul.localNav li.parentNav a.switchButton {
	position: absolute;
	left: 150px;
	top: 0;
	display: block;
	width: 30px;
	height: 43px;
	background-image: url(../img/product/btn_switch.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#sub ul.localNav li a.switchButton:hover {
	background-position: 0 0;
}
#sub ul.localNav li a.switchButton:hover {
	background-position: -30px 0;
}
#sub ul.localNav li.close a.switchButton {
	background-position: -60px 0;
}
#sub ul.localNav li.close a.switchButton:hover {
	background-position: -90px 0;
}


#sub ul.localSubNav {
	padding: 10px 0 9px 0;
	border-top: solid 1px #9f9f9f;
}
#sub ul.localSubNav li {
	border-bottom: none;
	font-size: 108%;
	line-height: 1.2;
}
#sub ul.localSubNav li span,
#sub ul.localSubNav li a {
	display: block;
	margin-bottom: 1px;
	padding: 5px 0 4px 17px;
	background: #fff url(../img/common/arw_basic_r.png) 7px center no-repeat;
	text-decoration: none !important;
}
#sub ul.localSubNav li.current a,
#sub ul.localSubNav li a:hover {
	background: #f0f0f0 url(../img/common/arw_basic_r.png) 7px center no-repeat;
	color: #333;
}

#sub ul.subNav {
	margin: 20px 7px;
}
#sub ul.subNav li {
	margin-bottom: 7px;
}

#sub .parent {
	margin: 3px 0 17px 0;
}
#sub .category {
	margin: 0 0 17px 0;
}
#sub .backLink {
	margin-top: 20px;
	font-size: 108%;
}




/* ============================================================

	style info : ページごとのスタイルを記述

============================================================ */

/* -----------------------------------
	home
----------------------------------- */

#home {
	background: #2b2b27;
}

#home #visual {
	padding-bottom: 28px;
}
#home #visual ul li {
	float: right;
}
#home #visual ul li.product01 {
	float: left;
	width: 710px;
	height: 567px;
	background-image: url(../img/home/img_hamono.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#home #visual ul li.kama {
	background-position: -710px 0;
}
#home #visual ul li.engei {
	background-position: -1420px 0;
}
#home #visual ul li.katei {
	background-position: -2130px 0;
}
#home #visual ul li.product01 a {
	position: absolute;
	display: block;
}
#home #visual ul li.product01 a.kama {
	left: 0;
	top: 0;
	width: 710px;
	height: 160px;
}
#home #visual ul li.product01 a.engei {
	left: 230px;
	top: 160px;
	width: 260px;
	height: 200px;
}
#home #visual ul li.product01 a.katei {
	left: 340px;
	top: 340px;
	width: 320px;
	height: 200px;
}

#home #visual ul li.product03 {
	margin-top: 14px;
}

#home #contents {
	padding: 26px 0;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	background: #fff;
}

#home #contents h2 {
	display: inline;
	float: left;
	margin: 0 28px 0 14px;
}
#home #contents .content {
	display: inline;
	float: left;
}

#home .newsSection {
	display: inline;
	float: left;
	width: 591px;
	border-left: solid 1px #c0c0be;
	border-right: solid 1px #c0c0be;
}
#home .searchSection {
	display: inline;
	float: right;
	width: 327px;
}

#home .newsSection .content {
	width: 480px;
}
#home .searchSection .content {
	width: 266px;
}
#home .newsSection dl {
	line-height: 1.5;
}
#home .newsSection dl dt {
	width: 9em;
	color: #888;
}
#home .newsSection dl dd {
	margin: -1.5em 0 1.5em 9em;
}
#home .newsSection p.moreLink {
	margin-left: 9em;
	text-align: left;
}

#home #searchForm {
	margin: 0;
	text-align: left;
}
#home #searchForm dl.keywordSearch {
	padding: 20px 20px 30px 20px;
	background: #d1d1cc;
	text-align: center;
}
#home #searchForm dl.keywordSearch dt {
	line-height: 1.5;
}
#home #searchForm dl.keywordSearch dd p {
	margin-top: 10px;
}
#home #searchForm dl.keywordSearch dd input.text {
	width: 160px;
	margin: 0 0 0 2px;
	border: none;
}
#home #searchForm dl.keywordSearch dd input.searchButton {
	width: 92px;
	height: 29px;
	margin: 0;
	background: url(../img/home/btn_search.png) 0 0 no-repeat;
}
#home #searchForm dl.keywordSearch dd input.searchButton:hover {
	background: url(../img/home/btn_search.png) 0 -30px no-repeat;
	cursor: pointer;
}

#home #searchForm p.idSearch {
	margin-top: 14px;
	text-align: center;
}


/* -----------------------------------
	company
----------------------------------- */

#company .dataSection {
	margin: 90px 0 0 112px;
}
#company .dataSection dl.company {
	margin-bottom: 55px;
	line-height: 1.5;
}
#company .dataSection dl.company dt {
	width: 140px;
}
#company .dataSection dl.company dd {
	margin: -1.5em 0 1.5em 150px;
}

#company .dataSection dl.shopping dt {
	font-size: 93%;
	font-weight: bold;
}
#company .dataSection dl.shopping dd {
	margin: 0.1em 0 2em 0;
}


/* -----------------------------------
	product - common
----------------------------------- */

/* pageInfo */
.pageInfo {
	position: relative;
	margin-top: -22px;
	width: 400px;
}


/* productList */
ul.productList {
	zoom: 1;
	margin: 0 -42px 25px 0;
}
ul.productList li {
	display: inline;
	float: left;
	width: 202px;
	margin: 45px 42px 0 0;
	line-height: 1.5;
}
ul.productList li p.photo a {
	zoom: 1;
	overflow: hidden;
	display: block;
}
ul.productList li p.photo a:hover {
	border: solid 1px #555;
}
ul.productList li p.photo a:hover img {
	margin: -1px;
}
ul.productList li p.data {
	margin: 10px 0 5px 0;
}

/* carouselNav */
ul.carouselNav {
	background: #e8e8e8;
}
ul.carouselNav li {
	line-height: 1;
	margin: 4px 6px;
}
ul.carouselNav li.prev {
	float: left;
}
ul.carouselNav li.next {
	float: right;
}

/* columnSection */
.columnSection {
	border-left: solid 1px #ddd;
}
.columnSection .column {
	width: 180px;
	float: left;
	padding: 0 24px;
	border-right: solid 1px #ddd;
	text-align: center;
}
.columnSection .column p.image {
	margin: 14px 0 10px 0;
}

.columnSection .column p.image a {
	zoom: 1;
	overflow: hidden;
	display: inline-block;
}
	* html .columnSection .column p.image a {
		display: inline;
		zoom: 1;
	}
	*+html .columnSection .column p.image a {
		display: inline;
		zoom: 1;
	}

.columnSection .column p.image a:hover {
	border: solid 1px #555;
}
.columnSection .column p.image a:hover img {
	margin: -1px;
}

.columnSection .column p.desc {
	text-align: left;
}

/* pagination */
ul.pagination li {
	display: inline-block;
	margin: 0 3px;
	line-height: 1.2;
}
	* html ul.pagination li {
		display: inline;
		zoom: 1;
	}
	*+html ul.pagination li {
		display: inline;
		zoom: 1;
	}

ul.pagination li.prev {
	margin: 0;
	padding-right: 15px;
	border-right: solid 1px #dfdfdf;
}
ul.pagination li.prev a {
	padding-left: 12px;
	background: url(../img/common/arw_basic_l.png) left center no-repeat;
}
ul.pagination li.next {
	margin: 0;
	padding-left: 15px;
}
ul.pagination li.next a {
	padding-right: 12px;
	background: url(../img/common/arw_basic_r.png) right center no-repeat;
}

.wp-pagenavi {
	text-align: right;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 3px;
	line-height: 1.2;
}

/* navSection */
.navSection {
	padding: 15px 0 30px 0;
	border-top: solid 1px #dfdfdf;
	font-size: 108%;
}
.navSection p.backLink {
	display: inline;
	float: left;
}
.navSection ul.pagination {
	display: inline;
	float: right;
}


/* howtoBannerSection */
.howtoBannerSection {
	padding: 4px;
	background: #e9e9e9;
}
.howtoBannerSection .inner {
	padding: 30px 60px 30px 40px;
	border: solid 1px #fcfcfc;
	background: #fff;
}
.howtoBannerSection .inner h3 {
	display: inline;
	float: left;
	width: 180px;
	margin-top: 12px;
}
.howtoBannerSection .inner p {
	display: inline;
	float: right;
	width: 400px;
	text-align: left;
}

/* recommendSection */
.recommendSection {
	margin-bottom: 60px;
	padding-top: 10px;
}
.recommendSection h3 {
	display: inline;
	float: left;
	margin: 0 28px 0 4px;
}
.recommendSection .content {
	display: inline;
	float: right;
	width: 633px;
	text-align: left;
}
.recommendSection ul.productList {
	margin-right: -13px;
}
.recommendSection ul.productList li {
	margin: 0 13px 0 0;
}


/* -----------------------------------
	product - product
----------------------------------- */

#product .featureSection {
	margin: 33px 0 60px 0;
	padding-top: 10px;
}
#product h3 {
	display: inline;
	float: left;
	margin: 0 28px 0 4px;
}
#product .content {
	display: inline;
	float: right;
	width: 633px;
	text-align: left;
}

#product .content .photoColumn {
	display: inline;
	float: right;
	width: 324px;
}
#product .content .textColumn {
	display: inline;
	float: left;
	width: 280px;
}
#product .content .textColumn h4 {
	margin-bottom: 15px;
	font-size: 124%;
}
#product .content .textColumn p {
	margin-bottom: 1em;
}
#product .content .textColumn p.button {
	margin-bottom: 0;
	text-align: right;
}

#product .howtoSection {
	margin-bottom: 60px;
	padding-top: 10px;
}

#product .typeSection {
	margin-bottom: 60px;
	padding-top: 10px;
}
#product .typeSection ul {
	zoom: 1;
	margin-right: -7px;
}
#product .typeSection ul li {
	float: left;
	margin: 0 7px 7px 0;
}

#usagePanel .inner {
	padding-left: 30px;
}
#usagePanel h5 {
	margin: 5px 0 35px 0;
}
#usagePanel ul {
	margin-right: -16px;
	zoom: 1;
}
#usagePanel ul li {
	float: left;
	margin: 0 16px 16px 0;
}
#usagePanel ul li.usage11 {
	margin-right: 15px;
}

.shapePanel .inner {
	padding-left: 35px;
	padding-bottom: 40px;
}
.shapePanel h5 {
	margin: 5px 0 30px 0;
}
.shapePanel p.fig {
	float: right;
	margin: 5px 0 0 20px;
}
.shapePanel h6 {
	margin-bottom: 10px;
	font-size: 124%;
}

#shapeSpecialPanel p.fig {
	margin-left: 90px;
}

#sizePanel .inner {
	padding-left: 35px;
	padding-bottom: 40px;
}
#sizePanel h5 {
	margin: 5px 0 35px 0;
}
#sizePanel p.fig {
	float: left;
}
#sizePanel p.text {
	float: left;
	margin-right: 45px;
}




/* -----------------------------------
	product - category
----------------------------------- */

#category .listSection {
	margin-bottom: 75px;
}

#category .navSection {
	position: relative;
	margin: -35px 0 75px 0;
}


/* -----------------------------------
	product - detail
----------------------------------- */

#detail .detailSection .dataColumn {
	display: inline;
	float: left;
	width: 309px;
	text-align: left;
}
#detail .detailSection .visualColumn {
	display: inline;
	float: right;
	width: 341px;
	text-align: left;
}

#detail .detailSection .dataColumn h2 {
	margin-bottom: 10px;
	color: #103566;
	font-size: 139%;
	line-height: 1.6;
}
#detail .detailSection .dataColumn h2 span {
	color: #333;
}
#detail .detailSection .dataColumn ul.feature {
	margin-bottom: 20px;
}
#detail .detailSection .dataColumn ul.feature li {
	display: inline;
	float: left;
	margin-right: 6px;
}
#detail .detailSection .dataColumn ul.feature li.guide {
	margin: 0 0 0 5px;
}
#detail .detailSection .dataColumn .desc {
	margin-bottom: 20px;
	font-size: 108%;
}
#detail .detailSection .dataColumn .desc p {
	margin-bottom: 1em;
}
#detail .detailSection .dataColumn .desc ul ul {
	margin: 5px 0 15px 3em; 
	font-size: 85%;
}
#detail .detailSection .dataColumn .spec h3,
#detail .detailSection .dataColumn .spec p.guide {
	display: inline-block;
	vertical-align: middle;
}
	* html #detail .detailSection .dataColumn .spec h3,
	* html #detail .detailSection .dataColumn .spec p.guide {
		display: inline;
		zoom: 1;
	}
	*+html #detail .detailSection .dataColumn .spec h3,
	*+html #detail .detailSection .dataColumn .spec p.guide {
		display: inline;
		zoom: 1;
	}

#detail .detailSection .dataColumn .spec p.guide {
	margin-left: 15px;
}

#detail .detailSection .dataColumn .spec ul {
	position: relative;
	overflow: hidden;
	margin: 15px -9px 30px 0;
}
	* html #detail .detailSection .dataColumn .spec ul {
		zoom: 1;
	}
	*+html #detail .detailSection .dataColumn .spec ul {
		zoom: 1;
	}
#detail .detailSection .dataColumn .spec ul li {
	display: inline;
	float: left;
	width: 150px;
	margin-right: 9px;
	padding-top: 30px;
	background: url(../img/product/bdr_spec.png) 0 14px no-repeat;
	line-height: 1.6;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
#detail .detailSection .dataColumn .spec ul li.top {
	padding-top: 0;
	background: none;
}
#detail .detailSection .dataColumn .spec ul.oneType li {
	width: auto;
}
#detail .detailSection .visualColumn .photo {
	position: relative;
	background: #f2f2f2;
	margin-bottom: 10px;
}
#detail .detailSection .visualColumn .photo ul.panzoom li a {
	vertical-align: top;
}
#detail .detailSection .visualColumn .photo .zoom {
	position: absolute;
	left: 308px;
	top: 10px;
	z-index: 200;
}
#detail .detailSection .visualColumn .photo .kouzan {
	position: absolute;
	left: 282px;
	top: 326px;
	z-index: 200;
}
#detail .detailSection .visualColumn .photo p {
	position: relative;
	z-index: 100;
}

#detail .detailSection .visualColumn .movie {
	padding: 25px;
	background: #f2f2f2;
	text-align: center;
}

/* -----------------------------------
	news
----------------------------------- */

#news ol#topicPath {
	border-bottom: none;
}

#news #main {
	width: 578px;
}

#news .navSection {
	margin: 70px 10px 10px 0;
	padding: 0;
	border: none;
}
#news.newsList .navSection {
	font-size: 100%;
}

#news .listSection {
	margin-bottom: -60px;
	padding-top: 20px;
	border-top: solid 1px #ddd;
	line-height: 1.8;
}
#news .listSection dt {
	width: 9em;
	color: #666;
}
#news .listSection dd {
	margin: -1.8em 0 20px 0;
	padding: 0 0 20px 9em;
	border-bottom: solid 1px #ddd;
}

#news .entrySection {
	margin-bottom: -60px;
	padding: 20px 162px 60px 0;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
#news .entrySection h3 {
	margin-bottom: 10px;
	font-size: 124%;
}
#news .entrySection p.date {
	margin-bottom: 20px;
	color: #666;
}
/*
#news .entrySection .body p {
	margin-top: 20px;
}
*/


/* -----------------------------------
	wp entry
----------------------------------- */

.wp-content {
	overflow: hidden;
}

.wp-content p {
	margin-bottom: 1.5em;
}

.wp-content strong {
	font-weight: bold;
}

.wp-content em {
	font-style: italic;
	font-weight: normal;
}

.wp-content ul,
.wp-content ol {
	margin-bottom: 1.5em;
}

.wp-content ul li {
	list-style: disc outside;
	margin-left: 2em;
}

.wp-content ol li {
	list-style: decimal outside;
	margin-left: 2em;
}

.wp-content blockquote {
	background: #f5f5f5;
	margin-bottom: 1.5em;
	padding: 15px 20px 1px 20px;
}

.wp-content hr {
	clear: both;
	border: none;
	border-top: solid 1px #000;
	margin: 2em 0;
}

.wp-content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.wp-content img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.wp-content .alignright {
	float: right;
}

.wp-content .alignleft {
	float: left
}

.wp-content .wp-caption {
	clear: both;
	margin-bottom: 1.5em;
}
.wp-content .wp-caption-text {
	margin-top: 5px !important;
	text-align: center;
}



/* -----------------------------------
	kamamap
----------------------------------- */

#kamamap #sub {
	width: 250px;
}
#kamamap #sub h2.pageTitle {
	margin-bottom: 60px;
}
#kamamap #sub p.desc {
	margin-bottom: 40px;
}
#kamamap #main {
	width: 568px;
	margin-top: 106px;
}


/* -----------------------------------
	menHowto
----------------------------------- */

#menHowto h2 {
	padding: 0 0 75px 0;
}
#menHowto #sub {
	padding: 5px 0 0 0;
}
#menHowto #sub h3 {
	text-align: center;
}
#menHowto #sub dl {
	margin: 14px 0 25px 0;
	padding: 25px 0;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-size: 116%;
}
#menHowto #sub dl dt {
	margin-bottom: 10px;
	text-align: center;
}
#menHowto #sub dl dd {
	margin-left: 20px;
}
#menHowto .stepSection {
}
#menHowto .stepSection .step {
	padding-bottom: 14px;
	font-size: 108%;
}
#menHowto .stepSection .step .text {
	display: inline;
	float: left;
	width: 310px;
}
#menHowto .stepSection .step .photo {
	display: inline;
	float: right;
	width: 344px;
}

#menHowto .dvdSection {
	margin: 20px 0 60px 0;
	padding: 25px;
	background: #fffeeb;
}
#menHowto .dvdSection h4 {
	font-size: 124%;
	font-weight: bold;
	line-height: 1.2;
}
#menHowto .dvdSection p.desc {
	margin: 15px 0;
}
#menHowto .dvdSection .dvd,
#menHowto .dvdSection .movie {
	float: left;
	width: 240px;
	text-align: center;
	margin-left: 55px;
}
#menHowto .dvdSection .text {
	margin-top: 10px;
}

/* -----------------------------------
	shop
----------------------------------- */

#shop .areaNav {
	margin: 80px 0 0 112px;
}
#shop .areaNav p {
	margin-bottom: 20px;
	font-weight: bold;
}
#shop .areaNav table {
	border-top: solid 1px #ccc;
}
#shop .areaNav table tr th,
#shop .areaNav table tr td {
	padding: 5px 0;
	border-bottom: solid 1px #ccc;
}
#shop .areaNav table tr th {
	width: 25%;
	font-weight: bold;
}
#shop .areaNav table tr td {
	color: #999;
}
#shop .areaNav table ul li {
	display: inline;
	margin-left: 1em;
}

#shop ul.anchorNav {
	margin: 80px 0 0 112px;
	text-align: center;
}
#shop .areaSection {
	margin: 50px 0 0 112px;
}
#shop .areaSection h3 {
	margin-bottom: 10px;
	font-size: 124%;
	font-weight: bold;
}
#shop .areaSection thead th.name {
	width: 190px;
}


/* -----------------------------------
	search
----------------------------------- */

#search h2 {
	margin-bottom: 55px;
}
#search .resultSection p.num {
	margin-bottom: 5px;
	text-align: right;
}


/* -----------------------------------
	list
----------------------------------- */

#list .resultSection {
	padding-top: 10px;
}
#list .resultSection h3 {
	margin: 0 0 15px 1px;
}
#list #toishi p.pageTop {
	display: none;
}


/* -----------------------------------
	contact
----------------------------------- */

#contact #sub h2 {
	position: relative;
	margin-right: -35px;
}
#contact .formSection {
	margin: 100px 0 0 112px;
}
#contact .formSection p.lead {
	margin-bottom: 40px;
}
#contact .formSection .lead p + p {
	margin-top: 1em;
}
#contact .formSection .formButtons {
	margin: 40px 0 0 0;
	text-align: center;
}
#contact .formSection .formButtons input {
	display: inline-block;
	height: 42px;
	background-image: url(../img/contact/btn_form.png);
	background-repeat: no-repeat;
}
	* html #contact .formSection .formButtons input {
		display: inline;
		zoom: 1;
	}
	*+html #contact .formSection .formButtons input {
		display: inline;
		zoom: 1;
	}

#contact .formSection .formButtons input:hover {
	cursor: pointer;
}
#contact .formSection input.confirmButton { width: 234px; background-position: 0 0; }
#contact .formSection input.modifyButton  { width: 126px; background-position: -240px 0; }
#contact .formSection input.sendButton    { width: 126px; background-position: -370px 0; }
#contact .formSection input.confirmButton:hover { background-position: 0 -42px; }
#contact .formSection input.modifyButton:hover  { background-position: -240px -42px; }
#contact .formSection input.sendButton:hover    { background-position: -370px -42px; }

#contact .formSection table th,
#contact .formSection table td {
	padding: 10px 0;
	font-weight: normal;
	vertical-align: middle;
}
#contact .formSection table th {
	width: 200px;
}
#contact .formSection table tr.hr th,
#contact .formSection table tr.hr td {
	padding-top: 20px;
	border-top: dotted 1px #ddd;
}
#contact .formSection table tr.pb20 th,
#contact .formSection table tr.pb20 td {
	padding-bottom: 20px;
}
#contact .formSection table tr.message th,
#contact .formSection table tr.message td {
	vertical-align: top;
}
#contact .formSection table textarea {
	width: 360px;
}


/* -----------------------------------
	material
----------------------------------- */

#material h2 {
	margin-bottom: 70px;
}
#material .column2Section {
	zoom: 1;
	margin-right: -50px;
}
#material .column2Section .column {
	display: inline;
	float: left;
	width: 435px;
	margin: 0 50px 35px 0;
}
#material .column2Section .column h3 {
	margin-bottom: 15px;
	color: #103566;
	font-size: 139%;
	line-height: 1.2;
}
#material .column2Section .column p {
	font-size: 108%;
}


/* -----------------------------------
	care
----------------------------------- */

#care .categorySection {
	padding: 40px 0 20px 0;
	border-top: solid 1px #ddd;
}
#care #kama {
	padding: 0 0 20px 0;
	border-top: none;
}
#care .categorySection h3 {
	display: inline;
	float: left;
	width: 26px;
	margin-left: 1px;
}
#care .categorySection .content {
	display: inline;
	float: right;
	width: 820px;
	margin-bottom: 20px;
	text-align: left;
}
#care .categorySection .text {
	display: inline;
	float: left;
	width: 440px;
}
#care .categorySection .text h4 {
	margin-bottom: 15px;
	color: #103566;
	font-size: 139%;
	line-height: 1.2;
}
#care .categorySection .text p {
	margin-bottom: 35px;
	font-size: 108%;
}
#care .categorySection .text p {
	margin-bottom: 30px;
	font-size: 108%;
}
#care .categorySection .photo {
	display: inline;
	float: right;
	width: 341px;
}
#care .categorySection .photo p {
	margin-bottom: 15px;
}


/* -----------------------------------
	sitemap
----------------------------------- */

#sitemap .sitemapSection {
	margin: 80px 0 60px 94px;
	line-height: 1.3;
}

#sitemap .mainList li {
	float: left;
	width: 280px;
	margin: 0 18px 18px 0;
}
#sitemap .mainList li.home {
	float: none;
	width: auto;
}
#sitemap .mainList li span,
#sitemap .mainList li a {
	display: block;
	text-decoration: none !important;
}
#sitemap .mainList li span.main,
#sitemap .mainList li a.main {
	padding: 10px 0 10px 12px;
	border-bottom: solid 1px #ddd;
	font-size: 124%;
	background: url(../img/common/arw_basic_r.png) 3px 18px no-repeat;
}
#sitemap .mainList .subList {
	margin: 20px 0 0 20px;
}
#sitemap .mainList .subList li {
	float: left;
	width: 125px;
	margin: 0 0 8px 5px;
}

#sitemap .subList li span,
#sitemap .subList li a {
	display: block;
	padding: 0 0 0 9px;
	background: url(../img/common/arw_basic_r.png) 0 6px no-repeat;
	font-size: 108%;
	text-decoration: none !important;
}

#sitemap .misc {
	margin-top: 70px;
}
#sitemap .misc .subList {
	float: left;
	width: 190px;
	margin-left: 8px;
}
#sitemap .misc .subList li {
	margin-bottom: 8px;
}


/* -----------------------------------
	404
----------------------------------- */

.alertSection {
	padding: 50px 0;
}
.alertSection h2 {
	font-size: 200%;
	margin-bottom: 20px;
}



/* ============================================================

	style info : JSライブラリのスタイルを記述

============================================================ */

/* -----------------------------------
	jQuery.FloatingWidget
----------------------------------- */

.floating {
	position: fixed !important;
	top: 0 !important;
	bottom: auto !important;
}
.pinned-bottom {
	position: absolute !important;
	top: auto !important;
	bottom: 0 !important;
}
	* html .pinned-bottom {
		position: static !important;
	}


/* -----------------------------------
	contactForm7Confirm
----------------------------------- */

/*
 * Copyright (c) 2012 takashi shinohara
 * this Library is licensed. http://aulta.jp/library/
 * http://aulta.jp/library/wordpress/contactForm7Confirm.html
 * last update: 2012-02-15, 0.0.1.
 */

/*
 * 入力時に付加するclass
 */
form.wpcf7-form-mode-edit{
	
}

/*
 * 確認時に付加するclass
 */
form.wpcf7-form-mode-confirm{
	
}
form.wpcf7-form-mode-confirm th{	/* 問い合わせページのプレビューで、<TH>の幅が広がりすぎるので  */
	width:180px;
}

/*
 * 「確認へ」を押したときの入力チェックでひっかかった時に表示するメッセージ
 */
form.wpcf7-form ul.error-messages{
	margin-bottom: 20px;
	color:#f00;
}

/*
 * 入力チェックに引っかかったときに tr.addClass('error')
 */
form.wpcf7-form table tr.error input,
form.wpcf7-form table tr.error textarea{
	background-color:#fee;
}

/*
 * プレビュー時のテキスト
 */

/*
 * ボタンエリア、確認へ
 */
/* form.wpcf7-form p.buttons-area-confirm{
	text-align: center;
	padding:20px;
	text-align:center; */
}

/*
 * ボタンエリア、書き直す、送信（「書き直す」が加わるため位置調整）
 */
form.wpcf7-form p.buttons-area .button-rewrite{
	margin-right:10px;
}
form.wpcf7-form p.buttons-area .wpcf7-submit{
	margin-left:10px;
}

div.wpcf7-validation-errors {
	display: none !important;
}



/* ============================================================

	style info : 印刷時のスタイルを記述

============================================================ */

@media print {

	body {
	}

}
