@charset "utf-8";


/* ベース部分
----------------------------------------------------------------------------------------------------*/

body {
	background: #5a0000;
	font-size: 87%;
}
div.container_16 {
	background: #460000;
}

th,td {
	padding: 6px;
	border: 1px solid #999;
}

th {
	background-color: #FFCC99;
	white-space: nowrap;
}

h1 {
	margin-bottom: 30px;
}

h2 {
	margin-top: 30px;
	margin-bottom: 18px;
}

#mainCol {
	margin-top: 7px;
	padding: 15px 15px 30px 15px;
	background: #fff;
}

#mainCol p {
	margin-bottom: 1em;
}






/* グローバルナビ */
#gnavi li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* CVP */
#cvp {
	margin-top: 12px;
	margin-bottom: 12px;
	/margin-top: 0;
	/margin-bottom: 0;
}

/* サイドメニュー */
#side a:link { color: #FFFFFF; }
#side a:visited { color: #FFFFFF; }
#side a:hover { color: #FFE372; text-decoration: none; }
#side a:active { color: #FFFFFF; }

#side a:hover img {
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background-color: #FFFFFF !important;
}

#side ul {
	margin-bottom: 10px;
}
#side li {
	line-height: 1.3;
	list-style: none;
	border-bottom: dotted 1px #E2DCC7;
	min-height: 35px;
	_height: auto !important;
	_height: 35px;
	padding: 18px 0 3px 48px;
}

#menu01 {
	background: url(../img/common/side_icon01.jpg) no-repeat 1px 7px;
}
#menu02 {
	background: url(../img/common/side_icon02.jpg) no-repeat 1px 7px;
}
#menu03 {
	background: url(../img/common/side_icon03.jpg) no-repeat 1px 7px;
}
#menu04 {
	background: url(../img/common/side_icon04.jpg) no-repeat 1px 7px;
}
#menu05 {
	background: url(../img/common/side_icon05.jpg) no-repeat 1px 7px;
}
#menu06 {
	background: url(../img/common/side_icon06.jpg) no-repeat 1px 7px;
}
#menu07 {
	background: url(../img/common/side_icon07.jpg) no-repeat 1px 7px;
}
#menu08 {
	background: url(../img/common/side_icon08.jpg) no-repeat 1px 7px;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
#menu09 {
	background: url(../img/common/side_icon09.jpg) no-repeat 1px 7px;
}
#menu10 {
	background: url(../img/common/side_icon10.jpg) no-repeat 1px 7px;
}
#menu11 {
	background: url(../img/common/side_icon11.jpg) no-repeat 1px 7px;
}
#menu12 {
	background: url(../img/common/side_icon12.jpg) no-repeat 1px 7px;
	padding-top: 9px !important;
	padding-bottom: 7px !important;
}

#menu13 {
	background: url(../img/common/side_icon13.jpg) no-repeat 1px 7px;
}

#side p {
	margin-bottom: 6px;
}

/* ホーム・メインメニュー */
#homemain img {
	margin-bottom: 11px;
}
#homemain a:hover img {
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background-color: #FFFFFF !important;
}


div div#homemain div#goriyou {
	background: #FFF;
	line-height: 1.6;
	width: 700px;
	clear: both;
	padding-top: 5px;
}
div div#homemain div#goriyou img {
	margin: 0;
}
div div#homemain div#goriyou #infotitle {
	margin: 10px 0 0 10px;
}
div div#homemain div#goriyou #infoL {
	width: 330px;
	float: left;
	padding: 10px 0 10px 10px;
}
div div#homemain div#goriyou #infoR {
	width: 330px;
	float: right;
	padding: 10px 10px 10px 0;
}
div div#homemain #goriyou .midashi {
	border-bottom: solid 1px #9B0000;
	padding: 5px 0;
	margin-top: 5px;
	margin-bottom: 8px;
}

.infoPhoto {
	margin-top: 10px;
}







/* フッター */
#footer {
	text-align: center;
	color: #FFF;
	padding: 20px 0 25px;
}

#footer a:link { color: #FFFFFF; }
#footer a:visited { color: #FFFFFF; }
#footer a:hover { color: #FFE372; text-decoration: none; }
#footer a:active { color: #FFFFFF; }


/* clearfix */
#goriyou:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}




/* Q&A */
dl#qa dt {
	border-bottom: 2px solid #7b0c26;
	margin-bottom: 6px;
	padding-bottom: 4px;
	font-size: 1.2em;
}

dl#qa dd {
	margin-bottom: 48px;
	padding: 0 16px;
}

dl#qa dd ol,
dl#qa dd ul {
	margin-left: 32px;
}

dl#qa dd strong {
	color: #ff0000;
}



/* tel */
div#tel {
	margin: 10px 0;
}

/* goriyou2 */
div#goriyou2 {
	margin-top: 7px;
	background: #FFF;
	line-height: 1.6;
	padding: 10px;
	display: inline-block;
}
div#goriyou2 #infotitle {
	margin: 10px 0 0 0;
}
div#goriyou2 #infoL {
	width: 330px;
	float: left;
	padding: 10px 0 0;
}
div#goriyou2 #infoR {
	width: 330px;
	float: right;
	padding: 10px 0 0;
}
div#goriyou2 .midashi {
	border-bottom: solid 1px #9B0000;
	padding: 5px 0;
	margin-top: 5px;
	margin-bottom: 8px;
}
#goriyou2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* kojin */
dl.kojin01 {
	line-height: 1.5;
	margin-bottom: 25px;
}
dl.kojin01 dt {
	position: absolute;
	width: 670px;
	text-align: right;
}
dl.kojin01 dd {
	position: relative;
	width: 456px;
	min-height: 130px;
	_height: auto !important;
	_height: 130px;
}
dl.kojin01 dd img {
	padding-bottom: 5px;
}
dl.kojin02 {
	border: solid 1px #D9C4C4;
	line-height: 1.5;
	margin-bottom: 9px;
}
dl.kojin02 dd {
	padding: 0 10px 10px 10px;
}
dl.kojin02 ul {
	padding-left: 1.5em;
}
dl.kojin02 li {
	margin-top: 10px;
	text-indent: -1.5em;
	list-style: none;
}
dl.kojin02 li strong {
	color: #590000;
}
p.kojin03 {
	line-height: 1.5;
	background: url(../kojin/img/pic_06.jpg) no-repeat top right;
	padding-right: 195px;
	min-height: 175px;
	_height: auto !important;
	_height: 175px;
}
p.kojin04 {
	line-height: 1.5;
}
div.kojin05 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 18px;
}
div.kojin05 h2 {
	position: absolute;
	margin: 0;
}
div.kojin05 p {
	position: relative;
	text-align: right;
}
dl.kojin06 {
}
dl.kojin06 dt {
	position: absolute;
	width: 138px;
	text-align: right;
	line-height: 1.5;
	font-size: 86%;
	color: #590000;
}
dl.kojin06 dt p {
	margin-bottom: 5px !important;
}
dl.kojin06 dd {
	position: relative;
	left: 170px;
	width: 500px;
	line-height: 1.5;
	margin-bottom: 10px;
}
dl.kojin06 dd.kojin07,
dl.kojin06 dd.kojin09 {
	min-height: 247px;
	_height: auto !important;
	_height: 247px;
}
dl.kojin06 dd.kojin08 {
	min-height: 378px;
	_height: auto !important;
	_height: 378px;
}
dl.kojin06 ul {
	padding-left: 1.5em;
}
dl.kojin06 li {
	text-indent: -1.5em;
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background: url(../kojin/img/arrow.jpg) no-repeat bottom;
}
dd.kojin09 li {
	background: none;
}
dl.kojin06 li strong {
	color: #590000;
}
p.kojin10 {
	text-indent: -1em;
	border-top: solid 1px #CCC;
	line-height: 1.5;
	padding: 1em 0 0 1em;
	margin-top: 1em;
}
div.kojin11 {
	background: url(../kojin/img/bg_ksin.jpg) no-repeat 0 30px;
}
p.kojin12 {
	text-align: right;
}
p.kojin13 {
	font-size: 114%;
	font-weight: bold;
	background: url(../kojin/img/yokota2.jpg) no-repeat;
	border-bottom: solid 2px #7B0C26;
	padding: 2px 0 7px 14px;
	color: #330000;
}
dl.kojin14 {
}
dl.kojin14 dt {
	width: 240px;
	position: absolute;
}
dl.kojin14 dd {
	position: relative;
	left: 263px;
	width: 407px;
}
p.kojin15 {
	font-size: 114%;
	font-weight: bold;
	color: #330000;
	border-bottom: dotted 1px #CCC;
	padding: 5px;
	margin-bottom: 3px !important;
}
p.kojin15 .blue {
	color: #1E79B7;
}
p.kojin15 .pink {
	color: #C52C52;
}
dl.kojin14 table {
	margin-top: 0 !important;
	margin-bottom: 5px;
}
dl.kojin14 td {
	border: none;
	width: 186px;
}
ul.kojin16 {
	background: url(../kojin/img/bg_ksbutton.jpg);
	padding: 18px 0;
	text-align: center;
}
ul.kojin16 li {
	width: 200px;
	display: inline;
}
ul.kojin16 li img {
	padding: 0 5px;
}
table.kojin17 {
	width: 670px;
}
table.kojin17 th {
	border: none;
	text-align: center;
	vertical-align: middle;
}
table.kojin17 td {
	border: none;
	text-align: center;
	vertical-align: top;
}

table.kojin18,
table.kojin19 {
	width: 670px;
	margin-bottom: 20px;
}
table.kojin18 th,
table.kojin19 th {
	font-weight: bold;
}
table.kojin18 th.sozai,
table.kojin19 th.sozai {
	width: 60px;
}
table.kojin18 th.shurui,
table.kojin19 th.shurui {
	width: 130px;
}

table.kojin18 th {
	background: #e2ebf2;
}
table.kojin19 th {
	background: #f6e4e4;
}
table.kojin18 td,
table.kojin19 td {
	vertical-align: middle;
}
table.kojin18 td.in,
table.kojin19 td.in {
	text-align: center;
	border-right: none;
	width: 80px;
}
table.kojin18 td.font,
table.kojin19 td.font {
	border-left: none;
	border-right: none;
}
table.kojin18 td.kakaku,
table.kojin19 td.kakaku {
	border-left: none;
	border-right: none;
	text-align: right;
}
table.kojin18 td.cart,
table.kojin19 td.cart {
	border-left: none;
	text-align: right;
	width: 190px;
}
















/* 法人向け */
p.hojin01 {
	line-height: 1.5 !important;
}
dd.hojin02 {
	margin-top: 10px;
}
p.hojin03 {
	line-height: 1.5;
	background: url(../houjin/img/pic_05.jpg) no-repeat top right;
	padding-right: 354px;
	min-height: 134px;
	_height: auto !important;
	_height: 134px;
}
dl.hojin04 dt {
	position: absolute;
	text-align: right;
	width: 670px;
}
dl.hojin04 dd {
	position: relative;
	width: 356px;
	min-height: 140px;
	_height: auto !important;
	_height: 140px;
	line-height: 1.5;
}
p.hojin05 {
	font-size: 114%;
	font-weight: bold;
	color: #330000;
}
p.hojin05 .orange {
	color: #FF6600;
}
table.hojin06 {
	margin-bottom: 20px;
}
table.hojin06 td {
	border: none;
	padding: 0;
	vertical-align: middle;
}
table.hojin06 td.left {
	text-align: left;
	width: 315px;
}
table.hojin06 td.center {
	text-align: center;
	width: 75px;
}
table.hojin06 td.right {
	text-align: left;
	padding-left: 10px;
}
table.hojin06 td.right img {
	padding-top: 5px;
}
table.hojin06 td strong {
	font-size: 114%;
}






/* 法人セット */
dl.special01 {
	margin-bottom: 30px;
}
dl.special01 dt {
	position: absolute;
}
dl.special01 dd {
	position: relative;
	left: 214px;
	width: 456px;
	min-height: 130px;
	_height: auto !important;
	_height: 130px;
	line-height: 1.5;
}
dl.special01 strong {
	display: block;
	margin-top: 10px;
	font-size: 114%;
}

p.special02 {
	margin-bottom: 30px !important;
	line-height: 1.5;
}

div.special03 {
	text-align: center;
}



/* 用途で選ぶ */
ul.useList {
	margin-left: 30px;
}


/* 材質で選ぶ */
ul.materialsList {
	margin-left: 30px;
}




/* 商品詳細写真 */
#picDetail  {
	width: 670px;
	margin-bottom: 30px;
}

#picDetail li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: center;
}

#picDetail li img {
	margin-bottom: 5px;
}

/* 商品詳細写真　2カラム */
#picDetail ul#col2  {
	margin-left: 85px;
}

/* 商品詳細写真　3カラム */
#picDetail ul#col3  {
	margin-left: 45px;
}




/* メルマガ */

ul.magNavi {
	position: relative;
	width: 650px;	
	text-align: center;
	background-color: #e6e6e6;
	margin: 50px 0;
	padding: 10px;
}


ul.magNavi li {
	display: inline;
}

ul.magNavi li.prev {
	position: absolute;
	left: 15px;
}

ul.magNavi li.top {
}

ul.magNavi li.next {
	position: absolute;
	right: 15px;
}


.recentEntries {
	padding: 15px;
	background-color: #feedcb;
}

.recentEntries ul {
	margin-left: 25px;
}

/* facebook */
.fb-like-box {
	background-color: #fff;
	margin-bottom: 10px;
}

/* お知らせ */
#news {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 10px;
}


/* 印鑑についてのコラム */

.columnCategory {
	border: solid 1px #D9C4C4;
	margin-bottom: 30px;
	padding-bottom: 24px;
}

.columnCategory h2 {
	margin: 0;
	padding: 16px 24px 0 24px;
	background: url(/img/common/bg_column_category.jpg) no-repeat 0 0;
	font-size: 125%;
}

.columnCategory ul {
	margin-top: 24px;
	margin-left: 48px;
}

.columnArea {
	padding: 24px;
}

.columnCategory h3 {
	border-bottom: 1px dashed maroon;
	margin-top: 24px;
	margin-bottom: 48px;
	font-size: 150%;
	color: maroon;
}

.columnCategoryFooterNav {
	text-align: center;
}

.columnCategoryFooterNav li {
	display: inline;
	margin: 0 15px;
	list-style-type: none;
}













