@charset "UTF-8";
body {
	background: #FFF;
	color: #333;
	font-size: 100%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 1.5;
	outline: none;
	-webkit-text-size-adjust: 100%;
	/* -webkit-font-smoothing: antialiased;
	*/
}
table.center {
	margin: 0 auto;
}
td.entry {
}
table.archivelist {
	font-size: 12px;
}
img {
	vertical-align: middle;
	border: 0;
}

/* グローバルナビ */
#gnav {
	width: 100%;
	background: #000;
}

/* add 201501 */
.hdCommon {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.hdCommon__logo {
	width: 280px;
}
.hdCommon__logo a {
	display: block;
	transition: opacity .3s;
}
.hdCommon__logo a:hover {
	opacity: .7;
}
.hdCommon__cart {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	background: #ddd;
	color: #333;
	padding: 10px 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	transition: padding .3s;
}
.hdCommon__cart:hover {
	color: #333;
	text-decoration: none;
	padding-top: 15px;
}
.hdCommon__cart img {
	margin-right: 4px;
}
#gnav--new {
}
.gnav--new {
	background: #000;
}
.gnav--new__list {
	width: 950px;
	margin: 0 auto;
	table-layout: auto;
	display: table;
	padding: 0;
}
.gnav--new__list li {
	display: table-cell;
	border-left: 1px solid #222;
}
.gnav--new__list {
	border-right: 1px solid #222;
}
.gnav--new__list li a {
	text-align: center;
	line-height: 1.5;
	display: block;
	font-weight: normal;
	padding: 25px 20px;
	transition: .8s;
	white-space: nowrap;
}
.gnav--new__list li:last-child a {
	padding-right: 5px;
	padding-left: 5px;
}
.gnav--new__list li a:hover {
	background: #222;
	text-decoration: none;
	text-shadow: 0 0 6px #ccc;
	transition: .4s;
}
.gnav--new__list li a strong {
	color: #fff;
	display: block;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
}
.gnav--new__list li a small {
	color: #B5A000;
	display: block;
	font-size: 10px;
}
.hdTop {
	margin: 0 auto;
	width: 950px;
	position: relative;
}
.hdTop__img {
	position: relative;
	z-index: 0;
}
.hdTop__img img {
	vertical-align: bottom;
}
.hdTop__cnt {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.hdTop__ttl {
	display: table-cell;
	vertical-align: bottom;
	background: #fff;
	padding: 20px 30px 20px 25px;
	border-left: 5px solid #B3A400;
	min-width: 240px;
}
.hdTop__ttl strong {
	font-size: 26px;
	font-weight: normal;
}
.hdTop__ttl small {
	color: #B5A000;
	font-weight: normal;
	display: block;
	font-size: 12px;
}
.hdTop__nav {
	display: table-cell;
	vertical-align: bottom;
}
.hdTop__list {
	list-style: none;
	padding: 0;
	background: #000;
}
.hdTop__list:after {
	content: "";
	clear: both;
	display: table;
}
.hdTop__list li {
	float: left;
}
.hdTop__list li:after {
	content: "|";
	vertical-align: 2px;
	color: #ccc;
}
.hdTop__list li.last:after,
.hdTop__list li:last-child:after {
	content: "";
}
.hdTop__list li a {
	color: #fff;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 17px;
	line-height: 1;
	display: inline-block;
	padding: 12px 10px;
	transition: .8s;
}
.hdTop__list li a:hover {
	text-decoration: none;
	background: #333;
	text-shadow: 0 0 6px #ccc;
	transition: .4s;
}
.hdCatch{
	width: 950px;
	margin: 0 auto;
	padding: 60px 25px 0;
	box-sizing: border-box;
}
.hdCatch__ttl{
}
.hdCatch__text{
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}
.ftCommon {
	width: 950px;
	margin: 0 auto;
}
.ftCommon__wrap {
	display: table;
	border-top: 1px solid #e6e6e6;
	width: 100%;
}
.ftCommon__logo {
	display: table-cell;
	vertical-align: middle;
}
.ftCommon__cnt {
	display: table-cell;
	vertical-align: middle;
}
.ftCommon__nav {
	font-size: 11px;
}
.ftCommon__addr {
	font-style: normal;
	font-size: 12px;
	color: #999;
	margin-top: 1em;
}
.ftCommon__copy {
	font-size: 12px;
	color: #999;
}