﻿@charset "utf-8";
/* CSS Document */

/* header
----------------------------------------------------- */

.header{
	position:relative;
	height:146px;
	margin:0 auto;
}

.header .logo{
	position:absolute;
	top:0;
	left:0;
}

.header .icon{
	position:absolute;
	top:110px;
	right:20px;
}


/* contents
----------------------------------------------------- */

/* introduction */

.contents .introduction{
	background:#F6F2E9 url(../img/bg_top.jpg) repeat-y 0 0;
	width:930px;
	padding:20px 15px;
	text-align:left;
}

.contents .introduction h2{
	margin:0 0 5px;
}

.contents .introduction p, 
.contents .introduction ul{
	margin:0 0 10px 15px;
}

.contents .introduction p.lead{
	margin-left:0;
}

.contents .introduction .float-l{
	width:700px;
}

.contents .introduction .float-r{
	width:220px;
}

/* product-list */

.contents .product-list li{
	float:left;
	width:168px;
	margin-right:30px;
}

.contents .product-list li.lastChild{
	margin-right:0;
}

.contents .product-list li p.product-photo{
	margin-bottom:10px;
	text-align:center;
	width:168px;
}

.contents .product-list li .occupation{
	font-size:84%;
	margin-left:20px;
	display:block;
}

/*----- clearfix scheme -----*/
.contents .product-list{
	display: inline-block;
}
.contents .product-list:after{
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/*MacIE \*/
* html .contents .product-list{
	height: 1em;
}
.contents .product-list{
	display: block;
}
/* initialization for clearfix */


/* ライン */

.contents .hr-top{
	border-bottom:1px solid #E9E9E9;
	margin:20px 0;
	clear:both;
}

.contents .hr-top hr{
	display:none;
}
