@charset "utf-8";
@import url("../../css/import.css");
@import url("../../css/aside.css");
/* ===================================================================
CSS information

 file name  :info.css
 author     :Lyon
 style info :info系ページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	.お客さま感謝デー情報　上半分
----------------------------------------------------------- */
.introduction h2,
.hour h2 {
	width:632px;
	height:92px;
	margin:0 0 25px 0;
	background:url(../img/institution.gif) no-repeat;
}

.introduction h3,
.hour h3 {
	width:632px;
	height:36px;
	margin:0 0 15px 0;
}

.introduction h3 {
	background:url(../img/institution/bar_introduction.gif) no-repeat;
}

.hour h3 {
	background:url(../img/institution/bar_hours.gif) no-repeat;	
}

.introduction h4,
hour h4 {
	width:632px;
	height:130px;
	margin:0 0 10px 0;
	background:url(../img/thanks/bnr_thanks.gif) no-repeat;
}

/* -----------------------------------------------------------
	.紹介します。リスト
----------------------------------------------------------- */
#intro ul, #intro ul li{
	height:auto;
	float:none;
	background:none;
}

#intro ul li strong {
	display:none
}

#intro ul li p {
	width:569px;
	padding:0 0 0 20px;
}

#intro ul{
	padding:0 0 0 13px;
}

ul li#title1 {
	background:url(../img/institution/intro-title1.gif) no-repeat;
}

ul li#title2 {
	background:url(../img/institution/intro-title2.gif) no-repeat;
}

ul li#title3 {
	background:url(../img/institution/intro-title3.gif) no-repeat;
}

ul li#title4 {
	background:url(../img/institution/intro-title4.gif) no-repeat;
}

ul li#title5 {
	background:url(../img/institution/intro-title5.gif) no-repeat;
}

ul li#title6 {
	background:url(../img/institution/intro-title6.gif) no-repeat;
}

ul li#title7 {
	background:url(../img/institution/intro-title7.gif) no-repeat;
}

ul li#title8 {
	background:url(../img/institution/intro-title8.gif) no-repeat;
}

/* -----------------------------------------------------------
	.営業時間テーブル
----------------------------------------------------------- */
#worktime strong {
	display:none;
}

#worktime h4 {
	width:632px;
	height:36px;
	margin:15px 0 0 0;
}

#worktime #year {
	background:url(../img/institution/hour-year.gif) no-repeat;
}

#year-txt {
 margin:0 0 15px 0;
}

#worktime #time1 {
	margin:0;
	background:url(../img/institution/hour-mori.gif) no-repeat;
}

#worktime #time2 {
	background:url(../img/institution/hour-jusco.gif) no-repeat;
}

#worktime #time3 {
	background:url(../img/institution/hour-shop1.gif) no-repeat;
}

#worktime #time4 {
	background:url(../img/institution/hour-shop2.gif) no-repeat;
}

#worktime #time5 {
	background:url(../img/institution/hour-shop3.gif) no-repeat;
}

#worktime #time6 {
	background:url(../img/institution/hour-atm.gif) no-repeat;
}

#worktime table {
	width:632px;
	background:#ddedbb;
}

#worktime table thead th,
#worktime table thead td {
	background:#7ab500;
	text-align:center;
	color:#fff;
}

#worktime table th {
	width:225px;
	padding:3px 3px 3px 10px;
	background:#fff;
	border:1px solid #ddedbb;
	font-weight:normal;
}

#worktime table td {
	padding:3px;
	background:#fff;
	border:1px solid #ddedbb;
	text-align:center;
}
