@charset "utf-8";

/* --------------------------------
	汎用スタイル
-----------------------------------*/


/* ==========================================================================================================

	 1. hyperText
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	anchor

---------------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	color: #5b3932;
}
a:link {
	color: #5b3932;
	text-decoration: none;
}
a:visited {
	color: #5b3932;
	text-decoration: none;
}
a:hover {
	color: #5b3932;
	text-decoration: underline;
}

/*  画像ボタンをhover時に透過させる
-----------------------------------*/
a.alpha img{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
a.alpha:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}

/*  色変更リンク
-----------------------------------*/

a.colorlink {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: underline;
	color: #eb6112;
}
a.colorlink:link {
	color: #eb6112;
	text-decoration: underline;
}
a.colorlink:visited {
	color: #eb6112;
	text-decoration: none;
}
a.colorlink:hover {
	color: #eb6112;
	text-decoration: none;
}
/*  ------------------------------------------------------------------

	arrow

---------------------------------------------------------------------*/
/*  linkArrow
-----------------------------------*/
a.linkArrow {
	background: url(../img/frame/linkArrow01.png) no-repeat 0px 50%;
	padding-left: 14px;
}
/*  _blankリンク
-----------------------------------*/
a.linkArrow[target="_blank"] {
	background: url(../img/frame/parts/linkArrowTarget.png) no-repeat 0% 50%;
}
/*  pdfリンク
-----------------------------------*/
a.linkArrow[href$="pdf"] {
	background: url(../img/frame/parts/linkArrowPdf.png) no-repeat 0% 50%;
}


/* ==========================================================================================================

	 2. p
 
============================================================================================================*/

.attcolor {
	color: #c30000;
}


/* ==========================================================================================================

	 3. txt(インライン系)
 
============================================================================================================*/
hr {
	background: #999;
	height: 1px;
	border-style: none;
}

/*  ------------------------------------------------------------------

	strong

---------------------------------------------------------------------*/
.txtBold {
	font-weight: bold;
}
/*  ------------------------------------------------------------------

	font size

---------------------------------------------------------------------*/
.fs10 {font-size: 10px !important;}
.fs12 {font-size: 12px !important;}
.fs14 {font-size: 14px !important;}
.fs16 {font-size: 16px !important;}
.fs18 {font-size: 18px !important;}
.fs20 {font-size: 20px !important;}
.fup {font-size: 116%;}
/*  ------------------------------------------------------------------

	font color

---------------------------------------------------------------------*/
.txtCr01 {color: #F00 !important;} /* 赤 */
.txtCr02 {color: #0F0 !important;} /* 緑 */
.txtCr03 {color: #00F !important;} /* 青 */
/*  ------------------------------------------------------------------

	align

---------------------------------------------------------------------*/
.txtCenter {
	text-align : center;
}
.txtLeft {
	text-align : left;
}
.txtRight {
	text-align : right;
}
.txtIndent {
	text-indent : -9999px;
}
/*  ------------------------------------------------------------------

	float

---------------------------------------------------------------------*/
.floatL {
	float : left;
}
.floatR {
	float : right;
}
/*  ------------------------------------------------------------------

	border

---------------------------------------------------------------------*/
.border01 {
	border-bottom: 1px dotted #eb6112;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.border02 {
	border-bottom: 1px dotted #997247;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
/* ==========================================================================================================

	 5. img
 
============================================================================================================*/
img.floatL {
	float : left;
	margin-right : 5px;
	margin-bottom : 5px;
}
img.floatR {
	float : right;
	margin-left : 5px;
	margin-bottom : 5px;
}
/* ==========================================================================================================

	 6. h Tag
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	6-1.	hnImg

---------------------------------------------------------------------*/
.hnImg01 {
	margin-bottom : 0px;
}
.hnImg02 {
	margin-bottom : 0px;
}
.hnImg03 {
	margin-bottom : 0px;
}
/*  ------------------------------------------------------------------

	6-2.	txtHeading

---------------------------------------------------------------------*/
/*  見出しは行間を狭く
-----------------------------------*/
.txtHeading01, .txtHeading02, .txtHeading03 {
	line-height: 1.2;
}
.txtHeading01 {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 24px;
	padding-left: 28px;
	background: url(../img/frame/linkArrow02.png) no-repeat left 2px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eb6112;
	padding-bottom: 15px;
}

.txtHeading01_mini {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 40px;
	text-align:center;
}

.txtHeading01_mini .txt_bg {
	border-bottom: 1px solid #eb6112;
	padding-bottom: 5px;
}


/* ==========================================================================================================

	 11. その他要素、疑似クラス
 
============================================================================================================*/
/*  margin-top
-----------------------------------*/
.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}
/*  margin-right
-----------------------------------*/
.mr0 {margin-right: 0px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mr70 {margin-right: 70px !important;}
.mr80 {margin-right: 80px !important;}
.mr90 {margin-right: 90px !important;}
.mr100 {margin-right: 100px !important;}
/*  margin-bottom
-----------------------------------*/
.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb110 {margin-bottom: 110px !important;}
.mb120 {margin-bottom: 120px !important;}
.mb150 {margin-bottom: 150px !important;}
/*  margin-left
-----------------------------------*/
.ml0 {margin-left: 0px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}
.ml60 {margin-left: 60px !important;}
.ml70 {margin-left: 70px !important;}
.ml80 {margin-left: 80px !important;}
.ml90 {margin-left: 90px !important;}
.ml100 {margin-left: 100px !important;}
.ml220 {margin-left: 220px !important;}
/*  ------------------------------------------------------------------

	selected text

---------------------------------------------------------------------*/
/* ---
::selection {
 background : #2CBC2C;
 color : #fff;
}

::-moz-selection {
 background : #2CBC2C;
 color : #fff;
}
--- */

/* ==========================================================================================================

	 51. general Classees
 
============================================================================================================*/
.note {
}
.error {
}
.caution {
}
.clear {
	clear: both;
}
/*  コードヒント用
-----------------------------------*/
.swap,
.firstChild,
.lastChild,
.rightChild,
.secondChild,
.thirdChild {
}
/*  免責条項など、2行目以降にスペース
-----------------------------------*/
.immunity { 
	padding-left: 1em;
	text-indent: -1em;
}




/* ==========================================================================================================
=============================================================================================================
=============================================================================================================
=============================================================================================================
============================================================================================================*/



/* ==========================================================================================================

	 102. Section Style
 
============================================================================================================*/
div.section {
	clear : both;
}
div.section div.section {
}
div.section div.section div.section {
}
/* ==========================================================================================================

	 103. Div Style
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	h1Group

---------------------------------------------------------------------*/
div.h1Group {
	margin-bottom: 2em;
}
div.h1Group .lead {
	margin-left: 0;
}
/*  ------------------------------------------------------------------

	div.sectionWrap

---------------------------------------------------------------------*/
div.sectionWrap {

}
div.sectionWrap div.section {
	clear: none;
	float: left;
	margin-bottom: 0;
}
div.sectionWrap div.section.lastChild {
	float: right;
}
/*  ------------------------------------------------------------------

	div.dlGroup

---------------------------------------------------------------------*/
div.dlWrap {
	margin-bottom: 2em;
}
div.dlWrap dl {
	float: left;
}
div.dlWrap dl.lastChild {
	float: right;
}

/* ==========================================================================================================

	 104. ul
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	general01

---------------------------------------------------------------------*/
ul.ulType01 {
	margin-left: -15px;
}
ul.ulType01 li {
	float: left;
	margin-left: 15px;
}
/*  ------------------------------------------------------------------

	general02

---------------------------------------------------------------------*/
ul.ulType02 {
	margin-left: -11px;
}
ul.ulType02 li {
	float: left;
	margin-left: 11px;
	width: 213px;
	font-weight: normal;
}
ul.ulType02 li img {
	margin-bottom: 15px;
}
/*  ------------------------------------------------------------------

	general03

---------------------------------------------------------------------*/
ul.ulType03 {
	margin-left: -5px;
}
ul.ulType03 li {
	float: left;
	margin-left: 5px;
}
/*  ------------------------------------------------------------------

	city list

---------------------------------------------------------------------*/
ul.ulTypeCity {
	margin-bottom: 15px;
}
ul.ulTypeCity li {
	float: left;
	/*margin-right: 15px;*/
	margin-bottom: 10px;
	font-weight: normal;
	margin-right: 2px;
	width: 178px;
}
ul.ulTypeCity li a {
	background: url(../img/frame/linkArrow01.png) no-repeat 4px 50%;
	padding-left: 15px;
}
/*  ------------------------------------------------------------------

	pager

---------------------------------------------------------------------*/
ul.ulTypePager {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
ul.ulTypePager li {
	float: left;
	margin-left: 6px;
	font-size: 16px;
	font-weight: normal;
}
ul.ulTypePager li.arrow a,
ul.ulTypePager li.arrow a:hover {
	border: none;
	line-height: 1;
	display: block;
	padding: 0;
	background-color: transparent;
}
ul.ulTypePager li a {
	border: 2px solid #82b043;
	line-height: 1;
	display: block;
	padding: 8px 11px;
}
ul.ulTypePager li.active,
ul.ulTypePager li a:hover {
	border: none;
	line-height: 1;
	display: block;
	padding: 10px 13px;
	background-color: #eb6112;
	color: #FFF;
	text-decoration: none;
}
/* ==========================================================================================================

	 106. dl
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	主にニュース用

---------------------------------------------------------------------*/
dl.news {
	overflow: hidden;
	zoom: 1;
	padding-top: 35px;
	padding-bottom: 35px;
}
dl.news dt {
	width: 97px;
	float: left;
	clear: both;
	padding-left: 3px;
}
dl.news dd {
	padding: 0 0 5px 100px;
	border-bottom: 1px solid #eb6112;
	margin-bottom: 30px;
}
dl.news dd:last-child {
	margin-bottom: 0px;
}

/* ==========================================================================================================

	 101. tables
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	tbType01

---------------------------------------------------------------------*/
table.tbType01 {
	width: 100%;
}
table.tbType01 th,
table.tbType01 td {
	border-bottom: 1px dotted #eb6112;
	padding-top: 15px;
	padding-bottom: 15px;
}
table.tbType01 tr.lastChild th,
table.tbType01 tr.lastChild td {
	border-bottom: none;
}
table.tbType01 th {
	padding-left: 20px;

}
table.tbType01 th img {
	vertical-align: middle;
}
/*  ------------------------------------------------------------------

	tbType_search

---------------------------------------------------------------------*/
table.tbType_search {
	width: 100%;
	margin-bottom: 40px;
}
table.tbType_search:last-child {
	margin-bottom: 0px;
}
table.tbType_search th,
table.tbType_search td {
	border-bottom: 1px dotted #eb6112;
	padding: 10px;
}
table.tbType_search.no_border tr:last-child th,
table.tbType_search.no_border tr:last-child td {
	border-bottom: none;
}
table.tbType_search tr.even th,
table.tbType_search tr.even td {
	background: #FFF;
}
table.tbType_search thead th {
	background: #feeadf;
	border-right: 3px solid #fbfbfb;
	border-bottom: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.tbType_search thead th:last-child {
	border-right: none;
}
table.tbType_search thead th.shop {
	padding-left: 22px;
	width: 220px;
}
table.tbType_search thead th.address {
	width: 430px;
}
table.tbType_search thead th.time {
	width: 130px;
}
table.tbType_search tbody th {
	background: url(../img/frame/linkArrow01.png) no-repeat 8px 50%;
	padding-left: 22px;
}
table.tbType_search tbody tr.even th {
	background: #FFF url(../img/frame/linkArrow01.png) no-repeat 8px 50%;
}
table.tbType_search tbody td {
	font-size: 12px;
	font-weight: normal;
	padding-left: 12px;
}
table.tbType_search tbody td.map {
	text-align: center;
}
table.tbType_search tbody td.map a {
	color: #82b043;
}

/* ==========================================================================================================

	 131. input
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	@

---------------------------------------------------------------------*/
input.inputS,
input.inputM,
input.inputL,
input.inputXL,
textarea.inputL {
	border: 1px solid #cebcb7;
	line-height: 1em;
	height: 34px;
	font-size: 1em;
	padding-left: 8px;
}
select.inputS {
	border: 1px solid #cebcb7;
	line-height: 1em;
	height: 38px;
	font-size: 1em;
	padding-left: 3px;
}
.inputS {
	width: 100%;
}
.inputM {
	width: 245px;
}
.inputL {
	width: 70%;
}
.inputXL {
	width: 98%;
}
textarea.inputL {
	height: 6em;
}
input[type="text"] {
	color: #bdb1ae;
}
select {
	color: #5b3932;
	letter-spacing: -0.03em;
}
.textFocus {
	color: #5b3932 !important;
}
input::-webkit-input-placeholder {
	color:#bdb1ae;
	line-height: 1.6em;
}
input:-moz-placeholder {
	color:#bdb1ae;
	line-height: 1.6em;
}
input:focus::-moz-placeholder {
	color:#bdb1ae;
	line-height: 1.6em;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
/* ==========================================================================================================

	99. clearFix (pkg)

============================================================================================================*/

/* start clearfix */
div.sectionWrap:after,
div.dlWrap:after,
.ulType01:after,
.ulTypePager:after,
.ulTypeCity:after,
.ulType02:after,
.ulType03:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* ie6 hack */
* html div.sectionWrap,
* html div.dlWrap,
* html .ulType01,
* html .ulTypePager,
* html .ulTypeCity,
* html .ulType02,
* html .ulType03,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .clearfix {
	zoom: 1;
}
/* ie7 hack */
*:first-child+html div.sectionWrap,
*:first-child+html div.dlWrap,
*:first-child+html .ulType01,
*:first-child+html .ulTypePager,
*:first-child+html .ulTypeCity,
*:first-child+html .ulType02,
*:first-child+html .ulType03,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .clearfix {
	zoom: 1;
}
/* end clearfix */
