@charset "UTF-8";

/*==================================================

	新店・リニューアル情報　共通設定
	/Open/

===================================================*/

/* グローバルナビゲーション */


/* タイトル設定 */
h2 {
	margin-bottom: 5px;
}

/* ボックス設定 */
.Section {
	width: 830px;
	margin: 0px 14px 20px;
}

/*--------------------------------------------------

	Index
	新店・リニューアル一覧
		
--------------------------------------------------*/
/* アトムサイトへのリンクバナー */
ul.BannerAtom li {
	margin: 0px;
	padding: 8px 0px 0px;
}

ul.BannerAtom a {
	display: block;
	background: url(../img/banner_atom.jpg) no-repeat;
	width: 830px;
	height: 60px;
}

ul.BannerAtom a:hover {background-position: 0px -60px;}

body#OpenList #OpenListIntro h2 {
	margin-bottom: 10px;
}

body#OpenList #OpenListIntro span {
	position: relative;
	display: block;
	width: 830px;
	padding-bottom: 25px;
	text-align: right;
	font-size: 0.825em;
}

body#OpenList #OpenListIntro span em {
	position: absolute;
	top: 1px;
	right: 55px;
}

body#OpenList #OpenListIntro span img {
	position: absolute;
	top: 0px;
	right: 10px;
}

body#OpenList #OpenListIntro ul {
	background: #FFEBC9;
	width: 780px;
	margin: 0px 10px 0px;
	padding:5px 15px;
	font-size: 0.875em;
}

body#OpenList #OpenListIntro ul li {
	background: url(../common/img/mark_red-square.gif) no-repeat 0px 3px;
	float: left;
	padding-left: 15px;
	margin-right: 44px;
}

body#OpenList #OpenEachArea {
	width: 810px;
	padding: 0px 10px;
}

body#OpenList #tohokuArea,
body#OpenList #kitakantoArea,
body#OpenList #eastArea,
body#OpenList #chubuArea {
	width: 810px;
	margin: 0px;
}

body#OpenList #OpenEachArea p {
	margin-left: 25px;
}

body#OpenList #OpenEachArea h3 {
	background: url(../common/img/bg_dotted-line.gif) repeat-x bottom;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

body#OpenList #OpenEachArea h3 strong {
	background: url(../common/img/mark_orange-box.gif) no-repeat 0px 4px;
	color: #330000;
	margin-left: 10px;
	padding-left: 15px;
	font-size: 1.1em;
}

body#OpenList #OpenEachArea .OpenContents {
	background: url(img/bg_open-top.gif) no-repeat;
	width: 810px;
	margin: 0px 0px 10px;
	padding-top: 14px;
}

body#OpenList #OpenEachArea .ContentsBg {
	background: url(img/bg_open-bottom.gif) no-repeat bottom;
	padding-bottom: 4px;
}

body#OpenList #OpenEachArea .OpenLeft {
	display: inline;
	float: left;
	width: 177px;
	margin: 0px;
	padding: 0px 3px 0px 9px;
}

body#OpenList #OpenEachArea .OpenLeft em {
	background: url(../common/img/img_bg-line.gif) repeat-x bottom;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 11px;
	text-align: center;
}

body#OpenList #OpenEachArea .OpenLeft em img {
	display: inline;
}

body#OpenList #OpenEachArea .OpenLeft p {
	background: url(../common/img/img_bg-line.gif) repeat-x bottom;
	margin: 0px 0px 10px;
	padding-bottom: 11px;
	font-size: 0.925em;
}

body#OpenList #OpenEachArea .OpenLeft ul#CategoryIcon {
	width: 177px;
}

body#OpenList #OpenEachArea .OpenLeft ul#CategoryIcon li {
	float: left;
	width: 82px;
	height: 12px;
	padding: 0px 0px 4px 4px;
}

body#OpenList #OpenEachArea .OpenRight {
	display: inline;
	float: right;
	width: 601px;
	margin: 0px;
	padding-right: 10px;
}

body#OpenList #OpenEachArea .OpenRight em {
	display: block;
	color: #C9601E;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

body#OpenList #OpenEachArea .OpenRight strong {
	display: block;
	color: #330000;
	margin-bottom: 10px;
	font-size: 1.05em;
	font-weight: normal;
}

body#OpenList #OpenEachArea .OpenRight p {
	margin-left: 0px;
}

body#OpenList #OpenEachArea .OpenRight strong img {
	vertical-align: baseline;
	padding: 0px 0px 0px 5px;
	display: inline;
}

body#OpenList #OpenEachArea .OpenRight table {
	width: 600px;
	font-size: 0.85em;
	margin-bottom: 6px;
}

body#OpenList #OpenEachArea .OpenRight th {
	background: #DFA079;
	color: #FFFFFF;
	width: 100px;
	padding: 7px 2px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	border: 1px solid #FFFFFF;
}

body#OpenList #OpenEachArea .OpenRight td {
	background: #FBF3EE;
	width: 455px;
	padding: 7px 14px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #FFFFFF;
}

body#OpenList #OpenEachArea ul.ToPageTop {
	float: right;
	width: 800px;
	margin: 5px 0px 0px;
}

body#OpenList #OpenEachArea ul.ToPageTop li {
	padding-right: 0px;
}

/*--------------------------------------------------

	フロート解除
	
--------------------------------------------------*/
body#OpenList #OpenListIntro ul:after,
body#OpenList #OpenEachArea .ContentsBg:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

body#OpenList #OpenListIntro ul,
body#OpenList #OpenEachArea .ContentsBg {
	display: inline-block;
}

/* Hides from IE-mac ￥*/
*html body#OpenList #OpenListIntro ul,
*html body#OpenList #OpenEachArea .ContentsBg {
	height: 1%;
}

body#OpenList #OpenListIntro ul,
body#OpenList #OpenEachArea .ContentsBg {
	display: block;
}
/* End hides from IE-mac ￥*/
