@charset "utf-8";

/* ==

　01. リセット用スタイル

=============================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==

　02. タグ固有のスタイル指定

	□　各フォントサイズの指定値
 *  10 px : 84%   |  11 px : 92% 
 *  12 px : 100%  |  13 px : 109%
 *  14 px : 117%  |  15 px : 125%
 *  16 px : 134%  |  17 px : 142%
 *  18 px : 150%  |  19 px : 159%
 *  20 px : 167%  |  22 px : 184%
 *  24 px : 200%  |  26 px : 217%
 *  28 px : 234%  |  30 px : 250%
 *  32 px : 267%
 
 	※％指定がネストする場合の指定値は別途要計算
=============================================================================== */
html {	overflow-y: scroll; }
html,
body { height: 100%; }
body {
  line-height: 1.7;
  /*background: #efecdd;*/
  background: #fff;
  color: #333;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", Osaka, Sans-Serif;
  font-size: 75%;
  -webkit-text-size-adjust: none;	/* webkit */
}
body.bgTypeBk { background: #000; }
img { vertical-align: bottom; }
a img { border: none; }
h1,
h2,
h3,
h4,
h5,
em { font-weight: bold; }
em { font-style: normal; }
th {
	text-align: left;
	font-weight: normal;
}
a {
	color: #b49c39;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
sup {
	margin: 0 1px;
	font-size: 71%;
	vertical-align: 2px;
}

/* ==

　03. 大枠レイアウトのスタイル定義

=============================================================================== */

#allWrapper {
	position: relative;
	width: 100%;
	min-width: 319px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#headerAreaN {
	display: none;
	border-bottom: 2px solid #574e4b;
	background-color: #fff;
}
#categoryBack { display: none; }
#container {
	position: relative;
	width: 1112px;
	/*min-height: 235px;*/
	height: auto !important;
	/*height: 235px;*/
	margin: 10px auto 0;
	/*padding-bottom: 174px;*/
	text-align: left;
}
#footerNavArea {
	position: absolute;
	width: 100%;
	min-width: 1122px;
	bottom: 96px;
	left: 0;
	margin-top: -40px;
	z-index: 1000;
}
#footerArea {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-width: 1122px;
	height: 96px;
	background-color: #fff;
	z-index: 1500;
	overflow: hidden;
}
#footerAreaN {
	display: none;
	border-top: 1px solid #7c7870;
	text-align: center;
}

/* headerAreaN
------------------------------------------------------------------------------- */
#headerAreaN .logo {
	float: left;
	padding: 10px 0 0 10px;

/**/
	width: 119px;
	height: 20px;
/**/
}
/*#headerAreaN .btn { float: right; }*/
#headerAreaN .btn { float: right; width: 81px; height :40px; }
#headerAreaN .logo img {
	-ms-interpolation-mode: bicubic; /* IE7対策 */
}

/* headerArea
------------------------------------------------------------------------------- */
#headerArea {
	background-color: #fff;
}
#headerArea.bgTypeBk {
	background-color: #000;
	color: #fff;
}
#headerArea .areaInner {
	position: relative;
	width: 1112px;
	min-height: 96px;
	height: auto !important;
	height: 96px;
	margin: 0 auto;
}
#headerArea .areaInner div {
	padding: 39px 310px 0 0;
}
#headerArea .areaInner #siteLogo {
	float: left;
	margin: 0 20px 5px 0;
}
#headerArea .areaInner #tagLine {
	overflow: hidden;
}
/*#headerArea .areaInner ul {
	position: absolute;
	top: 26px;
	right: 0;
	width: 300px;
	overflow: hidden;
}*/
#headerArea .areaInner ul {
    position: absolute;
    top: 26px;
    right: 0px;
    width: 456px;
    overflow: hidden;
}
#headerArea .areaInner li {
	float: left;
	width: 145px;
	margin-right: 10px;
}
#headerArea .areaInner li.btnGaiyo {
	margin-right: 0;
}

/* categoryBack
------------------------------------------------------------------------------- */
#categoryBack div {
	position: relative;
	height: 36px;
	background: #575655 url(../../images/rn01/categoryBack_bg_01.jpg) left top repeat-x;
	font-size:13px;
	overflow: hidden;
}
#categoryBack a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 36px;
}
#categoryBack em {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 56px;
	color: #fff;
}

/* globalNavTop
------------------------------------------------------------------------------- */
#globalNavTop {
	background: #fff;
}
body.bgTypeBk #globalNavTop,
#globalNavTop.bgTypeBk {
	background: #000;
}
#globalNavTop ul {
	width: 1112px;
	margin: 0 auto;
	background-color: #000;
}
#globalNavTop li {
	float: left;
	width: 139px;
	height: 46px;
	padding-bottom: 1px;
	background: url(../../images/tmp01/globalNav_bg_02.gif) left top repeat-x;
}
* html #globalNavTop li { /* ie6 */
	width: 138px;
}
#globalNavTop li a {
	display: block;
	width: auto;
	height: 45px;
	padding-left: 22px;
	border-right: 1px solid #454545;
	background: url(../../images/tmp01/globalNav_icon_01.gif) left 1px no-repeat;
}
/* メニューボタン増やし */
#globalNavTop li span {
	display: block;
	width: auto;
	height: 45px;
	padding-left: 22px;
	border-right: 1px solid #454545;
	background: url(../../images/tmp01/globalNav_icon_01.gif) left 1px no-repeat;
}

#globalNavTop li a.evMouseOver {
	background-position: left -45px;
}
.d_mobile #globalNavTop li a,
.d_tablet #globalNavTop li a {
	background: url(../../images/tmp01/globalNav_icon_03.gif) left 1px no-repeat;
	-webkit-background-size: 12px 90px;
	-moz-background-size: 12px 90px;
	background-size: 12px 90px;
}
#globalNavTop li.btn {
	display: none;
	width: 100%;
  	padding-bottom: 0;
} 
#globalNavTop li.btn span {
	display: block;
	width: auto;
	background: url(../../images/tmp01/globalNav_icon_04.gif) 9px top no-repeat;
	padding-left: 30px;
	cursor: pointer;
}
#globalNavTop li.btn span.navActive {
	background-position: 9px -246px;
}
.d_mobile #globalNavTop li.btn span,
.d_tablet #globalNavTop li.btn span {
	background-image: url(../../images/tmp01/globalNav_icon_02.gif);
	-webkit-background-size: 13px 276px;
	-moz-background-size: 13px 276px;
	background-size: 13px 276px;
}
*:first-child+html #globalNavTop li.btn { /* ie7 */
	width: 100%;
}

/* topicPath
------------------------------------------------------------------------------- */
/*#topicPath {
	line-height: 1.1;
	height: 22px;
	margin-bottom: 20px;
	padding-top: 10px;
	background: url(../../images/tmp01/topicPath_bg_01.png) left top repeat-x;
	color: #fff;
	color: #333;
	overflow: hidden;
}*/

#topicPath {
    line-height: 1.1;
    height: 22px;
    margin-bottom: 0px;
    padding-top: 10px;
    background: url('../../tmp/tmp01/topicPath_bg_01.png') repeat-x scroll left top transparent;
    color: #FFF;
    overflow: hidden;
}

#topicPath ul {
	width: 1112px;
	margin: 0 auto;
}
#topicPath li {
	float: left;
	margin-right: 6px;
	font-size: 12px;
}
#topicPath a {
	padding-right: 12px;
	background: url(../../images/tmp01/topicPath_bg_02.gif) right center no-repeat;
	/* color: #fff;*/
	color: #333;
	text-decoration: none;
}
#topicPath a:hover {
	text-decoration: underline;
}

/* liquidArea
------------------------------------------------------------------------------- */
#liquidArea {
	position: relative;
	z-index: -1000;
}
#liquidArea div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: -1000;
}
#liquidArea img {
	width: 100%;
	height: auto;
	min-width: 910px;
	margin-bottom: -5px; /* IE7対策 */
	-ms-interpolation-mode: bicubic; /* IE7対策 */
}

/* globalNavBtm
------------------------------------------------------------------------------- */
#globalNavBtm {
	margin-top: 20px;
	padding: 18px 0 8px;
	background-color: #fff;	
}
#globalNavBtm p {
	line-height: 1.4;
	margin: 0 20px 15px;
	padding-bottom: 10px;
	background: url(../../images/tmp01/line_bg_01.gif) left bottom repeat-x;
	font-size: 150%;
	font-weight: bold;
}
#globalNavBtm ul {
	margin: 0 20px;
}
#globalNavBtm li {
	float: left;
	width: 24.9%;
	padding-bottom: 10px;
	font-size: 117%;
	font-weight: bold;
}
#globalNavBtm li a {
	color: #333;
}

/* footerNavArea
------------------------------------------------------------------------------- */
#footerNavArea .clubBtn {
	display: none;
	background: url(../../images/rn01/footNav_bg_04.jpg) left top repeat-x;
}
#footerNavArea .clubBtn a {
	display: block;
	padding: 7px 16px 8px;
	background: url(../../images/rn01/footNav_icon_04.png) right center no-repeat;
}

#footerNavArea .innerBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(../../images/rn01/footNav_bg_05.png) left top repeat-x;
}

#footerNavArea .areaInner {
	position: relative;
	width: 1112px;
	height: 40px;
	margin: 0 auto;
	color: #333;
}

#footerNavArea .pagetop {
	position: absolute;
	top: -5px;
	right: 0;
	z-index: 2000;
}

#footerNavArea #slideWrap .slideNav {
	position: absolute;
	top: -40px;
	left: 5px;
	font-size: 10px;
}

#footerNavArea #slideWrap .slideNav.nav2 { left: 120px; }
#footerNavArea #slideWrap .slideNav.nav3 { left: 310px; }
#footerNavArea #slideWrap .slideNav.nav4 { left: 464px; }
#footerNavArea #slideWrap .slideNav.nav1 { width: 115px; }
#footerNavArea #slideWrap .slideNav.nav2 { width: 190px; }
#footerNavArea #slideWrap .slideNav.nav3 { width: 154px; }
#footerNavArea #slideWrap .slideNav.nav4 { width: 116px; }

#footerNavArea #slideWrap .slideNav a {
	display: block;
	height: 25px;
	padding: 15px 22px 0 23px;
	background-position: left 14px;
	background-repeat: no-repeat;
	background-image:  url(../../images/rn01/icon_05.gif);
}
#footerNavArea #slideWrap .fNavOpen a {	background-image: url(../../images/rn01/icon_06.gif); }

#footerNavArea #slideWrap {	position: relative;
	line-height: 1.5;
	background: #fff url(../../images/rn01/footNav_bg_06.jpg) left bottom repeat-x;
}

#footerNavArea #slideWrap .slideInner {
	position: relative;
	width: 1122px;	
	margin: 0 auto;
}

#footerNavArea #slideWrap #slideBox1,
#footerNavArea #slideWrap #slideBox2,
#footerNavArea #slideWrap #slideBox3,
#footerNavArea #slideWrap #slideBox4 {
	display: none;
	overflow: hidden;
}

#footerNavArea #slideWrap #slideBox1 { padding: 20px 0 15px; }

#footerNavArea #slideWrap #slideBox1 div {
	display: inline;
	float: left;
	width: 177px;
	margin: 0 5px;
}

#footerNavArea #slideWrap #slideBox1 div ul {
	padding-top: 15px;
}

#footerNavArea #slideWrap #slideBox1 .slideCol2 {
	width: 541px;
}

#footerNavArea #slideWrap #slideBox1 .slideCol2 ul {
	float: left;
	width: 174px;
	margin-right: 5px;
}

#footerNavArea #slideWrap #slideBox1 .slideCol2 ul ul {
	float: none;
	width: auto;
	margin: 0;
}

#footerNavArea #slideWrap #slideBox1 div p {
	padding: 2px 0 1px 12px;
	background: url(../../images/rn01/icon_17.gif) left top no-repeat;
	font-weight: bold;
}
#footerNavArea #slideWrap #slideBox1 div li {
	padding-bottom: 8px;
	padding-left: 11px;
	background: url(../../images/rn01/icon_07.png) left 0.35em no-repeat;
}
#footerNavArea #slideWrap #slideBox1 div li ul {
	padding-top: 3px;
	
}
#footerNavArea #slideWrap #slideBox1 div li ul li {
	padding-bottom: 5px;
	background: url(../../images/rn01/icon_01.gif) left 0.45em no-repeat;
	font-size: 84%;
}

#footerNavArea #slideWrap #slideBox1 div a {
	color: #333;
	text-decoration: none;	
}

#footerNavArea #slideWrap #slideBox1 div a:hover { text-decoration: underline; }

#footerNavArea #slideWrap #slideBox1 .socialBtn {
	float: left;
	width: 178px;
}

#footerNavArea #slideWrap #slideBox1 .socialBtn li {
	float: left;
	margin-right: 11px;
}

#footerNavArea #slideWrap #slideBox2,
#footerNavArea #slideWrap #slideBox3 {
	position: relative;
}

#footerNavArea #slideWrap #slideBox4 {
	position: relative;
	padding: 20px 0;
}

#footerNavArea #slideWrap #slideBox2 dl,
#footerNavArea #slideWrap #slideBox3 dl {
	display: inline;
	float: left;
	width: 177px;
	min-height: 174px;
	height: auto !important;
	height: 174px;
	margin: 0 5px;
	padding: 20px 0;
}

#footerNavArea #slideWrap #slideBox2 dt,
#footerNavArea #slideWrap #slideBox3 dt {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

#footerNavArea #slideWrap #slideBox2 dd p,
#footerNavArea #slideWrap #slideBox3 dd p {	margin-bottom: 13px; }
#footerNavArea #slideWrap #slideBox3 dd li {
	margin-bottom: 3px;
	background-position: left 0.35em;
}

#footerNavArea #slideWrap #slideBox4 .right {
	font-size: 117%;
	font-weight: bold;
}

#footerNavArea #slideWrap .bukkenWrap {
	width: 941px; /*ズームで折り返す対策*/
	position: absolute;
	top: 20px;
	left: 187px;
}

#footerNavArea #slideWrap .bukkenWrap li {
	display: inline;
	float: left;
	width: 155px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	line-height: 1.4;
	margin: 0 5px;
	padding: 12px 10px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 10px;
}

#footerNavArea #slideWrap .bukkenWrap .img {
	width: 100px;
	margin: 0 auto 10px;
	padding: 1px;
	border: 1px solid #999;
}

#footerNavArea #slideWrap #slideBox4 .tit {	margin: 0 5px 13px; }

#footerNavArea #slideWrap #slideBox4 dl {
	margin: 0 5px 12px;
	padding-bottom: 12px;
	background: url(../../images/rn01/footNav_bg_03.gif) left bottom repeat-x;
	font-size: 117%;
}

#footerNavArea #slideWrap #slideBox4 dt {
	display: block;
	float: left;
	width: 270px;
	margin-bottom: 1px;
}

#footerNavArea #slideWrap #slideBox4 dd {
	float: right;
	width: 832px;
}

#footerNavArea #slideWrap #slideBox4 dd a {	font-weight: bold; }

/* footerArea
------------------------------------------------------------------------------- */

#footerArea a {
	color: #4d4d4f;
	text-decoration: none;
}

#footerArea a:hover {	text-decoration: underline; }

#footerArea .areaInner {
	position: relative;
	width: 1112px;
	margin: 0 auto;
}

#footerArea .areaInner .groupLogo {
	position: absolute;
	top: 14px;
	left: 0;
}

#footerArea .areaInner .column1 {
	float: left;
	width: 460px;
	padding: 24px 0 0 86px;
}

#footerArea .areaInner .column1 ul {
	line-height: 1.2;
	margin-bottom: 12px;
	overflow: hidden;
}

#footerArea .areaInner .column1 li {
	display: inline;
	float: left;
	margin: 0 13px 0 -7px;
	padding-left: 6px;
	border-left: 1px solid #4d4d4f;
	font-size: 12px;
}

#footerArea .areaInner .column1 .navBtm li { font-size: 11px; }

#footerArea .areaInner .column2 {
	float: right;
	width: 375px;
	line-height: 1;
	padding-top: 24px;
	text-align: right;
}

#footerArea .areaInner .column2 p {
	line-height: 1.1;
	color: #4D4D4F;
	font-size: 11px;
	margin-bottom: 13px;
}

/* footerAreaN
------------------------------------------------------------------------------- */

#footerAreaN a,
#footerAreaN span {
	display: block;
	color: #fff;
	text-decoration: none;
}

#footerAreaN .areaInner {
	padding: 20px 0 18px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #544a42;
	background-color: #c2c1bc;	
}

#footerAreaN .actionBtnBdr {
	margin: 0 8px 15px;
	background: url(../../images/rn01/footerAreaN_bg_01.jpg) left top repeat-x;
}

#footerAreaN .actionBtnBdr a {
	line-height: 67px;
	padding: 0 22px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	text-shadow:0 -1px 0 #a36f3d;
}

#footerAreaN .actionBtnBdr p { background: url(../../images/rn01/footerAreaN_bg_03.jpg) left top no-repeat; }
#footerAreaN .actionBtnBdr a { background: url(../../images/rn01/footerAreaN_bg_04.jpg) right top no-repeat; }

#footerAreaN .btnType02TwoCol {
	margin: 0 8px;
	background: url(../../images/rn01/footerAreaN_bg_02.jpg) left top repeat-x;
}

#footerAreaN .btnType02TwoCol li {
	float: left;
	width: 50%;
}

#footerAreaN .btnType02TwoCol .btn01 { background: url(../../images/rn01/footerAreaN_bg_05.jpg) left top no-repeat; }
#footerAreaN .btnType02TwoCol .btn02 {
	float: right;
	background: url(../../images/rn01/footerAreaN_bg_06.jpg) right top no-repeat;
}

*:first-child+html #footerAreaN .btnType02TwoCol li { /* ie7 ％指定の際の折り返し対策 */
	width: 49.5%;
}

#footerAreaN .btnType02TwoCol li a {
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
}

#footerAreaN .btnType02TwoCol li a span { color: #6b6461; }

#footerAreaN .btnType02TwoCol .btn01 a { background: url(../../images/rn01/footerAreaN_bg_07.gif) right top no-repeat; }

#footerAreaN .btnType02TwoCol li a span {
	line-height: 46px;
	padding-right: 5px;
	background: url(../../images/rn01/footerAreaN_bg_08.png) right center no-repeat;
}

#footerAreaN #ftBt01 {
	padding: 15px 0;
	border-top: 1px solid #d3d3ce;
	background-color: #96938d;
}

#footerAreaN #ftBt01 a {
	width: 231px;
	line-height: 44px;
	margin: 0 auto;
	background: url(../../images/rn01/footerAreaN_bg_09.gif) right center no-repeat;
	font-size: 14px;
}

#footerAreaN #ftBt01 span {
	display: inline;
	padding-right: 20px;
	background: url(../../images/rn01/footerAreaN_bg_10.gif) right center no-repeat;
}

#footerAreaN small {
	display: block;
	padding: 5px;
	border-top: 1px solid #d3d3ce;
	background-color: #96938d;
	color: #fff;
	font-size: 9px;
}


/* ==

　04. メイン領域のスタイル

=============================================================================== */

/* 基本指定
------------------------------------------------------------------------------- */
#main,
#aside {
	margin: 0 0 20px;
	padding: 20px;
	background-color: #fff;
	word-break: break-all;
}
#mainVisual {
	margin: 0 0 20px;
}
#mainBnr p {
  margin: 20px 0;
}
#aside {
	margin-bottom: 0;
}
.cTop #aside {
	padding: 10px
}
#main p,
#main th,
#main td,
#main ul,
#main ol,
#main dl,
#aside p,
#aside th,
#aside td,
#aside ul,
#aside ol,
#aside dl { font-size: 117%; }
#main p,
#aside p {
	margin-bottom: 10px;
}
#main div p.lastChild {
	margin-bottom: 0;
}
#main h2,
#aside h2,
#main .heading2,
#aside .heading2 {
	line-height: 1.4;
	margin: 40px 0 18px;
	padding: 6px 20px;
	border: none;
	background: #000 url(../../images/tmp01/h_bg_01.gif) left top repeat-y;
	color: #fff;
	font-size: 20px;
}
* html #main h2,
* html #aside h2,
* html #main .heading2,
* html #aside .heading2 { /* ie6 */
  zoom: 1;
}
#main h1.heading2,
#aside h2 {
	margin-top: 0;
}
#main h3,
#main .heading3 {
	line-height: 1.4;
	margin: 32px 0 14px;
	padding: 0 0 9px;
	border: none;
	background: url(../../images/tmp01/line_bg_01.gif) left bottom repeat-x;
	color: #333;
	font-size: 18px;
}
#main h3.typeMin,
#main .heading3.typeMin {
	margin: 10px 0;
	padding-bottom: 7px;
	font-size: 117%;
}
#main h4,
#main .heading4 {
	line-height: 1.6;
	margin: 20px 0 13px;
	padding: 0 0 7px;
	border-bottom: 1px solid #b49c39;
	background: none;
	color: #333;
	font-size: 117%;
}
/* H5追加 ko5 */
#main h5,
#main .heading5 {
	line-height: 1.6;
	margin: 20px 0 13px;
	padding: 5px;
	background-color: #e9e4ce;
	font-weight: bold;
	color: #333;
	font-size: 117%;
}
/* H5追加 ko5 */
#main .imgTit {
	line-height: 1;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border: none;
	background: none;
}

/* contentsHead
------------------------------------------------------------------------------- */
#contentsHead {
	height: 103px;
}
#contentsHead #categoryTit {
	padding-top: 18px;
}
#contentsHead #categoryTxt {
	line-height: 1.5;
	padding: 10px;
	background-color: #000;
	color: #fff;
	font-size: 167%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ccc;
}

/* localNavTop
------------------------------------------------------------------------------- */
#localNavTop {
	border: 1px solid #000;
	background: url(../../images/tmp01/localNav_bg_01.gif) left bottom repeat;
	white-space: nowrap;
}
#localNavTop li {
	float: left;
	padding-bottom: 1px;
	border-right: 1px solid #444;
	font-size: 117%;
}
#localNavTop li a {
	display: inline-block;
	padding: 0 20px;
	line-height: 44px;
	border-right: 1px solid #000;
	color: #fff;
	vertical-align: top;
	text-decoration: none;
}
#localNavTop li a:hover,
#localNavTop li.navActive {
  background: url(../../images/tmp01/localNav_bg_02.jpg) left top repeat-x;
}
#localNavTop li a:hover {
	text-decoration: underline;
}

/* localNavBtm
------------------------------------------------------------------------------- */
#localNavBtm {
	margin: 15px 0;
	border: 1px solid #aaa;
	background-color: #fff;
	font-size: 117%;
	font-weight: bold;
}
#localNavBtm li {
	margin-bottom: -1px;
}
#localNavBtm li a {
	display: block;
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #aaa;
	background: url(../../images/tmp01/globalNav_icon_06.png) right center no-repeat;
	color: #333;
	text-decoration: none;
}
#localNavBtm .navIndex a {
	padding-left: 10px;
}
* html #localNavBtm li a { /* ie6 */
	zoom: 1;
}
*:first-child+html #localNavBtm li a { /* ie7 */
	zoom: 1;
}
.d_mobile #localNavBtm li a,
.d_tablet #localNavBtm li a {
	background: url(../../images/tmp01/globalNav_icon_05.png) right center no-repeat;
	-webkit-background-size: 17px 12px;
	-moz-background-size: 17px 12px;
	background-size: 17px 12px;
}
#localNavBtm li a:hover {
	text-decoration: underline;
}

/* aside
------------------------------------------------------------------------------- */
#aside {
	position: relative;
	background-color: #fff;
	word-break: break-all;
}
#aside .contentBlock {
	float: left;
	width: 75%;
}
#aside .colInfo {
	float: right;
	width: 63.2%;
	margin-bottom: 10px;
}
#aside.expand .colInfo {
	float: none;
	width: 100%;
}
#aside dl {
	margin: 10px 0;
}
#aside dt {
	display: block;
}
#aside h2 {
	margin-bottom: 0;
}
#aside .inner {
	padding: 0 15px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#aside .colInfo .inner {
	padding-bottom: 4px;
}

/* お問い合わせ
---------------------------------------------------*/
#aside .contactBlock {
	float: left;
	width: 35.5%;
}
#aside.expand .contactBlock {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
#aside .colTxt {
	float: left;
	width: 71.1%;
}
#aside .contactBlock .colTxt {
	width: 65%;
	padding: 5px 0 0;
}

/* ボタン
---------------------------------------------------*/
#aside.expand .btnList {
	float: right;
	width: 33.7%;
	padding: 20px 0 0;
}
#aside .btnList li {
	float: left;
	width: 49%;
}
#aside .btnList .btnData {
	margin-right: 1.8%;
}
* html #aside .btnList .btnData { /* ie6 */
	margin-right: 0;
	padding-right: 1.8%;
}

/* バナー
---------------------------------------------------*/
#aside .bnrList {
	float: right;
	width: 24.2%;
}
#aside.expand .bnrList {
	float: none;
	width: auto;
}
#aside .bnrList li {
	padding-bottom: 10px;
}
#aside.expand .bnrList li {
	float: left;
	width: 24.2%;
	line-height: 1;
	margin: 0 1% 0 0;
	padding-bottom: 10px;
}
#aside.expand .bnrList li.bnr4 {
	margin-right: 0;
}

/* 電話番号
---------------------------------------------------*/
#aside .telBox dt,
#aside .telBox dd {
	line-height: 1.4;
	font-weight: bold;
}
#aside .telBox dt {
	margin-bottom: 4px;
	font-size: 18px;
}
#aside .telBox dd {
	padding-left: 34px;
	background: url(../../images/tmp01/aside_icon_tel.gif) left 0.3em no-repeat;
	font-size: 24px;
}
#aside .telBox dd a {
	color: #333;
	text-decoration: none;
	cursor: default;
	outline: none;
}
.d_mobile #aside .telBox dd.telNum {
	margin-top: 10px;
	padding-left: 0;
	background: url(../../images/tmp01/aside_bg_tel_01.png) left top no-repeat;
	-moz-background-size: 1000px 45px;
	-webkit-background-size: 1000px 45px;
	background-size: 1000px 45px;
	font-size: 24px;
}
.d_mobile #aside .telBox dd.telNum a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	background: url(../../images/tmp01/aside_bg_tel_02.png) right top no-repeat;
	-moz-background-size: 36px 45px;
	-webkit-background-size: 36px 45px;
	background-size: 36px 45px;
	color: #fff;
}

/* 営業時間・定休日
---------------------------------------------------*/
#aside.expand .dateBox {
	margin-bottom: 0;
}
#aside .dateBox dt {
	display: block;
	float: left;
	width: 8.5em;
	margin-right: 20px;
	padding: 5px 10px 4px;
	background-color: #b8993f;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#aside .dateBox  dd {
	padding-top: 6px;
	overflow: hidden;
}
#aside .dateBox dt {
	float: none;
	width: auto;
	margin: 0 5px 5px 0;
	text-align: left;
}
#aside.expand .dateBox dt {
	float: left;
	width: 8.5em;
	margin: 0 20px 0 0;
	text-align: center;
}
#aside .dateBox .col {
	margin-right: 5px;
}

/* インフォメーション
---------------------------------------------------*/
#aside .colInfo .inner ul {
	overflow: hidden;
}
#aside .colInfo .inner li {
	margin: -1px 0 11px;
	padding: 14px 0 0 0;
	background: url(../../images/tmp01/line_bg_01.gif) left top repeat-x;
}
#aside .colInfo .inner .linkTxt {
	padding-left: 15px;
	background: url(../../images/tmp01/info_bg_01.gif) left top no-repeat;
}
#aside .colInfo .inner .last-child {
	margin-bottom: 0;
}
#aside .colInfo .inner .linkTxt a {
	color: #333;
	text-decoration: none;
}
#aside .colInfo .inner .linkTxt a:hover {
	text-decoration: underline;
}
#aside .colInfo .inner dl {
	margin: 0;
}
#aside .colInfo .inner dt {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #ccc;
	background: none;
}
#aside .colInfo .inner dd {
	display: block;
	overflow: hidden;
}

/* 関連情報
---------------------------------------------------*/
#relation {
	margin-top: 20px;
	padding: 7px 10px 13px;
	background-color: #fff;
}
#relation ul {
	padding: 10px 0;
}
#relation li {
	float: left;
	margin-right: 30px;
}
#relation span {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
#relation div {
	padding: 15px 0 0 15px;
	background: url(../../images/tmp01/info_bg_01.gif) left top no-repeat;
	zoom: 1;
}
* html #relation div { /* ie6 */
	zoom: 1;
}
* html #relation span { /* ie6 */
	display: inline;
	zoom: 1;
}
*:first-child+html #relation span { /* ie7 */
	display: inline;
	zoom: 1;
}


/* ==

　05. 表示切替指定

=============================================================================== */

.tTablet,
.tTabletSmp,
.tSmp { display: none; }


/* ==

　06. 印刷

=============================================================================== */
@media print {
	#footerNavArea {
	position: absolute !important;
	bottom: 96px !important;
	left: 0 !important;
}
}

/* ==
　PC予告

=============================================================================== */
#yokokuArea {
    max-width: 1112px;
    margin: 10px auto 10px;
}
#yokokuArea dl {
    overflow: hidden;
}
#yokokuArea dt {
    float: left;
    margin-right: 10px;
}
#yokokuArea dd {
    font-size: 80%;
    line-height: 1.3;
	margin-top: 5px;
}

#owabiArea {
    max-width: 1112px;
    margin: 10px auto 10px;
}
#owabiArea dl {
    overflow: hidden;
}
#owabiArea dt {
    float: left;
    margin-right: 10px;
}
#owabiArea dd {
    font-size: 80%;
    line-height: 1.3;
	margin-top: 5px;
}

/* ==
　いづろ通り追加

=============================================================================== */
#main .izu {
    border: medium none;
	padding: 0 0 13px;
    background: url('../../images/line_bg_01.gif') repeat-x scroll left bottom transparent;
}