@charset "UTF-8";

/* =========================================================================
 ▼記事
========================================================================= */
.entry {
	position: relative;
	width: 670px;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #FFF;
}

.entry h2 {
	width: 670px;
	height: 32px;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 130%;
	background: none;
}

.entryTitle {
	width: 670px;
	height: 30px;
	margin: 30px 0 10px 0;
	padding-left: 10px;
	line-height: 30px;
	color: #333;
	font-size: 150%;
	border-bottom: 3px solid #333;
}

.entryTitle a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.entryTime a {
	color: #aaa;
	text-decoration: none;
}

.entryTitle a:hover,
.entryTitle a:active,
.entryTime a:hover,
.entryTime a:active {
	color: #0BF;
	text-decoration: underline;
}

.entryTime {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 50%;
	height: 15px;
	text-align: right;
}

.entryContent p,
.entrySummary {
	margin: 20px 0;
	color: #666;
	line-height: 1.8;
	font-size: 115%;
}

/* =========================================================================
 ▼記事（シングル）
========================================================================= */

/* =========================================================================
 ▼ウィジェット
========================================================================= */
.widgetTitle {
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left:5px;
	border-left: 4px solid #0BF;
	border-bottom: 1px solid #0BF;
}

.widget {
	margin-bottom: 20px;
}

#banner,
#banner img {
	margin-bottom: 10px;
}

/* =========================================================================
 ▼お問い合わせ固定ボタン
========================================================================= */
#contact {
	position: fixed;
	left: -200px;
	bottom: 20px;
	width: 260px;
	height: 116px;
	background: url(../img/common/imgback_contact.gif) no-repeat;
	z-index: 1;
}

#contact img {
	position: absolute;
	top: 65px;
	left: 15px;
	width: 184px;
	height: 42px;
}

/* =========================================================================
 ▼検索
========================================================================= */
.search {
	width: 870px;
	height: 34px;
	margin-bottom: 20px;
	padding-left: 30px;
	background: url(../img/search/imgback_search.gif) no-repeat
}

.search li {
    	float: left;
	padding: 0 3px 3px 0;
	vertical-align: middle;
}

.searchBtn {
	padding-left: 350px;
}

/* =========================================================================
 ▼PRボックス
========================================================================= */
#pr {
	position: fixed;
	top: 220px;
	left: 50%;
	width: 300px;
	height: 280px;
	margin-left: -820px;
	padding-top: 20px;
	color: #000;
	background: url(../img/public_relations/imgback_pr.gif) no-repeat;
	z-index: 1;
}

#prBtn {
	position: absolute;
	top: 23px;
	right: 23px;
	width: 23px;
	height: 50px;
}

#prBtnL {
	display: none;
}

.prBox {
	margin: 10px 0 0 34px;
	width: 200px;
}

.prBox p {
	margin-top: 5px;
}

/* =========================================================================
 ▼個別商品
========================================================================= */
.btn {
	background: #b8d200;
	border: 1px solid #DDD;
	color: #FFF;
	width: auto;
	padding: 10px;
	font-weight: bold;
	margin: 20px 0;
}




/*---paristone---*/
/* http://www.tokkurizm.com/blog/products/%E5%A5%B3%E6%80%A7%E3%83%A9%E3%83%B3%E3%82%AD%E3%83%B3%E3%82%B0%E3%81%A7%E5%A4%A7%E4%BA%BA%E6%B0%97%E3%83%95%E3%83%AC%E3%82%B0%E3%83%A9%E3%83%B3%E3%82%B9%E3%81%AE%E9%A6%99%E3%82%8A%E3%81%8C%E9%95%B7/ */

.parisstone01 p {
	width: 320px;
	top: 85px;
}

.parisstone02 p {
	bottom:35px;
}