@charset "UTF-8";

/* ----------------------------------------------------------------------------------
import > Font
---------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);

/* ----------------------------------------------------------------------------------
import > Files
---------------------------------------------------------------------------------- */
@import url(reset.css);
@import url(box.css);
@import url(parts.css);
@import url(topPR.css);

/* ----------------------------------------------------------------------------------
common > #header
---------------------------------------------------------------------------------- */
#header {
	position: fixed;
	width: 1230px;
	height: 100px;
	background-color: #fff/*rgba(255,255,255,0.8)*/;
	overflow: hidden;
	z-index: 1;
}

h1 {
	float: left;
	width: 420px;
	padding-top: 30px;
}

nav {
	float: left;
	width: 810px;
}

nav li {
	float: left;
	width: 118px;
	font-family: 'Playfair Display', serif;
	line-height: 100px;
	text-align: center;
}
nav li:last-child { width: 220px; }
nav li span { padding-left: 10px; }

nav li a {
	display: block;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s lineare;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
nav li a:hover {
	color: #000;
	background-color: #ccd9db;
}

nav li a.active {
	color: #fff;
	background-color: #00434c;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s lineare;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
nav li a.active:hover {
	color: #000;
	background-color: #ccd9db;
}

/* ----------------------------------------------------------------------------------
common > #main
---------------------------------------------------------------------------------- */
#main {
	padding-top: 163px;
	padding-bottom: 63px;
}

/* ----------------------------------------------------------------------------------
Home > #index
---------------------------------------------------------------------------------- */
h2 {
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 0.1em;
}

#index #new {} /* New Product > import topPR.css */

#index #list {
	height: 525px;
	overflow: hidden;
}

#index #list h3 {
	font-weight: normal;
	line-height: 146px;
	text-shadow: 0 1px 2px #fff;
}

#index #list h3 span {
	font-weight: normal;
	padding-left: 10px;
	color: #666;
}

#index #list .view,
#index #list .view img,
#index #list .mask {
	width: 255px;
	height: 146px;
}

#index #list .view {
	position: relative;
	overflow: hidden;
}

#index #list .view a {
	display: inline-block;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}

#index #list .view a:hover {
	opacity: 0.2;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 255px;
	height: 170px;
	background-color: #ccd9db;
	z-index: -1;
}

#index #list li { margin-bottom: 21px; }
#index #list li:last-child { margin-bottom: 0; }

#index dl {}

#index dl dt {
	float: left;
	clear: both;
	width: 100px;
	letter-spacing: 0.1em;
}

#index dl dd {
	display: block;
	font-weight: bold;
	float: left;
	width: 500px;
	height: 21px;
	letter-spacing: 0.1em;
}

#index #area-Tw {
	width: 285px;
	height: 220px;
	overflow: hidden;
}

#index #area-fb {
	width: 285px;
	height: 220px;
	overflow: hidden;
}

/*
#index iframe {
	width: 265px;
	height: 68px;
	padding: 10px;
	border: none;
	overflow: hidden;
	background-color: #ccd9db;
}
*/

/* ----------------------------------------------------------------------------------
Information > #info
---------------------------------------------------------------------------------- */
#info {}

#info h2 {
	font-size: 18px;
}

#info .p_head { position: relative; }
#info .p_head .icon {
	position: absolute;
	top: 71px;
	right: 0;
	margin-top: 0;
}

#info .p_head span.category {
	padding: 3px 10px;
	background-color: #ccd9db;
}

#info .entry p { margin-top: 21px; }

#info #pager {
	margin: 0 auto;
	line-height: 2em;
	text-align: center;
	font-size: 12px;
}

#info #pager a {
	display:inline-block;
	font-weight: normal;
	text-decoration: none;
}
#info #pager a:link { color: #00434c; }
#info #pager a:visited { color: #00434c; }
#info #pager a:hover {
	color: #fff;
	text-decoration: none;
	/*background-color: #00434c;*/
}

#info #pager .pager_item a {
	border: 1px solid black;
	width: 2em;
	height: 2em;
	margin-right: 2px;
}

#info #pager_item a:hover { background-color: #ccd9db; }
.current_page_number {
	border-width: 2px;
	font-weight: 700;
	color: #fff;
	background-color: #ccd9db;
}

#info ul#infoMenu li {
	font-size: 12px;
	text-indent: 12px;
	margin-bottom: 1px;
}

#info ul#categoryMenu,
#info ul#archivesMenu {
	margin: 10px 0 21px;
}

#info a.btn_category,
#info a.btn_archives {
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #fff;
}

#info a.btn_category:hover,
#info a.btn_archives:hover {
	color: #00434c;
}

#info ul#categoryMenu li,
#info ul#archivesMenu li {
	height: 2em;
	line-height: 2em;
	margin-bottom: 2px;
}

#info ul#categoryMenu li a,
#info ul#archivesMenu li a {
	display: block;
}

#info ul#categoryMenu li a:hover,
#info ul#archivesMenu li a:hover {
	background-color: #ccd9db;
}

/*-- .pager_entry --*/
.pager_entry { padding-top:30px;}
.pager_entry a:hover {
	background-color: #ccd9db;
}

/* ----------------------------------------------------------------------------------
About > #about
---------------------------------------------------------------------------------- */
#about {}

#about p.posted {
	font-size: 14px;
}

#about h3 {
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 0.1em;
}

#about #concept p,
#about #design p,
#about #profile p {
	margin-bottom: 21px;
}

#about table {
	width: 495px;
	font-size: 12px;
	margin-top: 21px;
}


#about th.year {
	font-size: 14px;
	font-weight: 700;
	text-indent: 4px;
	background-color: #eee;
	
}

#about th.month {
	width: 75px;
	text-align: right;
	text-indent: 14px;
	padding: 4px 0;
	border-bottom: 1px solid #eee;
	
}

#about td {
	width: 380px;
	padding-left: 20px;
	border-bottom: 1px solid #eee;
}

/* ----------------------------------------------------------------------------------
Products > #product
---------------------------------------------------------------------------------- */
#product h2 {
	font-size: 20px;
}

#product #main span {
	font-weight: normal;
	color: #999;
	padding-left: 10px;
	letter-spacing: 0;
}

#product h3 {
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #000;
}

#product .boxCate {
	width: 1260px;
	margin-right: -30px;
	overflow: hidden;
}

.boxCate .child {
	width: 390x;
	margin-right: 30px;
	margin-bottom: 21px;
	float: left;
	display: inline;    /*for ie*/
	font-size: 12px;
}

.boxCate .child .img {
	width: 390px;
	height: 224px;
}

.boxCate .child .img a {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.boxCate .child .img a:hover {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
}



/* -------------------------------
Products > top #bpageTop, #article
---------------------------------- */
#bpageTop h2,
#article h2 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0;
}

#bpageTop h2 span,
#article h2 span {
	padding-left: 10px;
	font-size: 14px;
	letter-spacing: 0;
	color: #999;
}

#bpageTop p { margin-top: 21px; }
#bpageTop p.graphic { margin-top: 0; }
#article p {
	font-size: 12px;
	margin-bottom: 21px;
}


#bpageTop span.category,
#article span.category {
	padding: 3px 10px;
	background-color: #ccd9db;
}

#colorsBox {
	width: 1260px;
	margin-right: -30px;
}

#colorsBox .child {
	width: 285px;
	margin-right: 30px;
	margin-bottom: 21px;
	float: left;
	display: inline;    /*for ie*/
	font-size: 12px;
}

#colorsBox .child .img {
	width: 285px;
	height: 285px;
	margin-bottom: 12px;
}

#colorsBox .child .img a {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

#colorsBox .child .img a:hover {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
}
 

#colorsBox .child h4 {
	font-size: 14px;
}

#colorsBox .child p {
	font-size: 12px;
	margin-top: 0;
}

#article .p_head { position: relative; }
#article .p_head h4 { font-size: 14px; }
#article .p_head p.icon {
	position: absolute;
	top: 10px;
	right: 0;
}


#article ul.sozai {
	font-size: 12px;
	list-style: disc inside;
	padding-left: 12px;
}

#article table {
	width: 390px;
	font-size: 12px;
	margin-bottom: 18px;
}

#article table th {
	background-color: #eee;
	border-right: 2px solid #fff;
}

#article table th,
#article table td {
	width: 97px;
	text-align: center;
	border-bottom: 1px solid #eee;
	border-right: 2px solid #fff;
}
#article table td:lasit-child {
	width: 90px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

#article .btnBox {
	overflow: hidden;
	padding: 21px 0;
}

#article .btnBox li {
	float: left;
	width: 180px;
	margin-left: 30px;
	font-size: 14px;
}

.soldout {
	width: 180px;
	height: 40px;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #00434c;
	background-color: #ccd9db;
}

#article .btnBox li:first-child {
	margin-left: 0;
}

#article .btnBox li a {
	text-align: center;
	color: #fff;
	/*background-color: #ccd9db;*/
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}

#article .btnBox li a:hover {
	color: #00434c;
	background-color: #ccd9db;
}

#article strong { font-size: 14px; }
#article small { font-size: 11px; }


/* ----------------------------------------------------------------------------------
Stockists > #stock
---------------------------------------------------------------------------------- */
#stock {}

#stock h2 {
	font-size: 18px;
}

#stock .p_head { position: relative; }
#stock .p_head .icon {
	position: absolute;
	top: 28px;
	right: 0;
	margin-top: 0;
}

#stock .p_head span.category {
	padding: 3px 10px;
	background-color: #ccd9db;
}

#stock .entry p { margin-top: 21px; }

#stock ul#infoMenu li {
	font-size: 12px;
	text-indent: 12px;
	margin-bottom: 1px;
}

#stock ul#categoryMenu {
	margin: 10px 0 21px;
}

#stock a.btn_category {
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #fff;
}

#stock ul#categoryMenu li {
	height: 2em;
	line-height: 2em;
	margin-bottom: 2px;
}

#stock ul#categoryMenu li a {
	display: block;
}

#stock ul#categoryMenu li a:hover {
	background-color: #ccd9db;
}

/* ----------------------------------------------------------------------------------
common > #bread
---------------------------------------------------------------------------------- */
#bread {
	position: relative;
	font-family: 'Playfair Display', serif;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #000;
}

.btn_ptop {
	position: absolute;
	top: 9px;
	right: 0;
	width: 24px;
	height: 24px;
}

a.btn_ptop:hover {
	opacity: 0.4;
}

/* ----------------------------------------------------------------------------------
common > #footer
---------------------------------------------------------------------------------- */
#footer {
	font-family: 'Playfair Display', serif;
	height: 84px;
	line-height: 84px;
	text-align: center;
}

#footer p { margin-top: 0; }
#article #footer P { font-size: 14px; }

