﻿/************************************** 
（CSS説明）


 **************************************/
/* IE回り込み時のバグ回避 */
div {
	zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
 
/* プラン・料金ページ使用 */

table.course {
	border: solid 1px #999999;
	font-size: 130%;
	width: 100%;
	border-collapse:collapse;
	line-height:120%;
}

table.course td,th{
	border: solid 1px #999999;
	padding: 5px;
	text-align: center;
}

.fee {
	color: #E60012;
	font-weight: bold;
}

.fee span{
	font-size: 80%;
}


/* 多店舗ルーツ紹介ページ使用 */

table.tatenpo {
	border: solid 1px #999999;
	font-size: 120%;
	width: 100%;
	border-collapse:collapse;
	line-height:110%;
}

table.tatenpo tr.title td{
	border:none;
	background-color:#FFFFFF;
	font-weight: normal;
	text-align:left;
	font-size: 80%;
}

table.tatenpo th{
	font-size:85%;
	border: solid 1px #999999;
	padding: 5px;
	text-align: center;
}

table.tatenpo td{
	font-size:100%;
	border: solid 1px #999999;
	padding: 5px;
	text-align: center;
}


table.tatenpo td.spscol{
	border-left: solid 2px #999999;
	border-right: solid 2px #999999;
}
table.tatenpo th.spscol{
	border-left: solid 2px #999999;
	border-right: solid 2px #999999;
	border-top: solid 2px #999999;
}

table.tatenpo td.cost{
	color:#CC0000;
	text-align: left;
}


/* セカンドページ本文くくり：795ピクセル */
.mallSec-2 {
 width: 820px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 13px;
}
.mallSec-2 h2 {
	margin-bottom: 15px;
}


/* コンテンツエリア */
#MainContents-2 {
	width: 873px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6A7A7;
	border-right-color: #A6A7A7;
	border-bottom-color: #A6A7A7;
	border-left-color: #A6A7A7;
}

.box-ackground01{
	background-image: url(../campaign2009_07/images/img-campaign-08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}


.box-ackground02{
	background-image: url(../campaign2009_07/images/img-campaign-16.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

	/* リンク画像ロールオーバー */
	

	
	div#wrapper div#MainContents div#MainContents-2 .mallSec-2 .SecInner p.img-r a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
	}
	
	
.bg-01{
	background-color: #eceeee;
	border: 5px solid #aeaeae;
}


.l37{
	margin-left: 37px;
}


.pb15{
	padding-bottom: 15px;
}