@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


#page  {
	background: url("../img/page_bg.jpg") no-repeat center top #ffffff;
}

#page_hed {
	height: 182px;
}
.p_cont {
	background: #ffffff;
	min-height: 300px;
	padding: 30px;
}
.inr {
	padding: 0 15px;
}
/*見出し------------------------------------------*/

#page_hed h1 {
	font-size: 250%;
	font-weight: normal;

}
#page_hed h1.h_img {
	width: 577px;
	height: 70px;
	text-indent: -10000px;
	padding-top: 140px;
}
#product {
	background: url("../img/h_product.gif") no-repeat left center;
}
#service {
	background: url("../img/h_service.gif") no-repeat left center;
}
#store {
	background: url("../img/h_service.gif") no-repeat left center;
}
#company {
	background: url("../img/h_company.gif") no-repeat left center;
}
#cute {
	background: url("../img/h_cute.png") no-repeat left center;
}
#rent {
	background: url("../img/h_rent.png") no-repeat left center;
}
#about {
	background: url("../img/h_about.png") no-repeat left center;
}
#inq {
	background: url("../img/h_inq.png") no-repeat left center;
}

.p_cont h2 {
	padding: 15px;
	background: url("../img/h2_bg.gif") repeat-x left bottom #2841a1;
	color: #ffffff;
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 20px;
}

.p_cont h3 {
	background: url("../img/dot_red.gif") no-repeat left center;
	font-size: 150%;
	font-weight: normal;
	padding: 10px 10px 10px 40px;
	border-bottom: 1px solid #db0b0b;
	margin-bottom: 15px;
}
.p_cont h4 {
	border-bottom: 1px dotted #d9d9d9;
	font-size: 133.3%;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 10px;
}

/*テーブル------------------------------------------*/
.p_cont table {
	width: 100%;
	margin-bottom: 20px;
}
.p_cont table th, .p_cont table td {
	border: 1px solid #d9d9d9;
	padding: 10px;
	vertical-align: middle;
}
.p_cont table th {
	background: #e8ecf8;

}



/*-------------------------------------------*/
/*リスト*/
/*-------------------------------------------*/
.p_cont ol {
	margin-left: 20px;
	padding-left: 15px;
	margin-bottom: 1em;
}
.p_cont ol li {
	list-style-type: decimal;
		padding: 5px 5px 5px 0px;
}

.p_cont ul {
	margin-left: 10px;
	padding-left: 15px;
	margin-bottom: 1em;
}
.p_cont ul li {
	list-style: url("../img/disc.gif");
	padding: 5px 5px 5px 0px;
}

/*幅指定無しfloat*/
dl.free {
	margin-bottom: 15px;
}
dl.free dt {
	float: left;
	clear: both;
	margin-right: 10px;
	_margin-right: 5px; /*for ie6*/
}
dl.free dd {
	overflow:hidden;
	/zoom:1;
	padding: 0 15px;
}
/*幅指定無しfloat右*/
dl.free2 {
	margin-bottom: 10px;
}
dl.free2 dt {
	float: right;
	clear: both;
	margin-left: 10px;
}
dl.free2 dd {
	overflow:hidden;
	/zoom:1;
}

/*イメージリスト*/
ul.img2 li,ul.img3 li,ul.img4 li{
	float: left;
	margin: auto;
	background: none!important;
	padding: 0!important;
	text-align: center;
	overflow: hidden;
	_zoom: 1;
}

ul.img2 li{
	width: 49%;
}

ul.img3 li{
	width: 33%;
}

ul.img4 li{
	width: 25%;
}
.notice{
	color: red;
}


/*-------------------------------------------*/
/*商品案内*/
/*-------------------------------------------*/
#photo_box {

}
#photo_box dt {
	width: 700px;
	display: table-cell;
	float: left;
}
#photo_box dd {
	display: table-cell;
	float: right;
	width: 180px;
}
#photo_box dd ul {
	padding: 0;
}
#photo_box dd ul li {
	width: 70px;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	padding: 5px;
}
#photo_box dd ul li img {
	width: 100%;
}

/*-------------------------------------------*/
/*サービス案内*/
/*-------------------------------------------*/
#page_s_list {
}
#page_s_list li {
	list-style: none;
	width: 33%;
	float: left;
	padding: 5px;
	margin: 0;

}
#page_s_list li img{
	width: 100%;
	border: 3px solid #c1c1c1;
}
pageup