﻿@charset "UTF-8";




/*-------------------------------------------------------------
col1（1カラム：100%）
-------------------------------------------------------------*/
.col1 { width: 100%; }
.col1 .box1 { width: 100%; }




/*-------------------------------------------------------------
col2-1（2カラム：50%｜50%）
-------------------------------------------------------------*/
.col2-1 { }
.col2-1 .box1 { float: left; width: 50%; }
.col2-1 .box2 { float: right; margin-left: -1px; width: 50%; }




/*-------------------------------------------------------------
col2-4（2カラム：23%｜77%）
-------------------------------------------------------------*/
.col2-4 { }
.col2-4 .box1 { float: left; width: 23%; }
.col2-4 .box2 { float: right; margin-left: -1px; width: 77%; }




/*-------------------------------------------------------------
col2-5（2カラム：77%｜23%）
-------------------------------------------------------------*/
.col2-5 { }
.col2-5 .box1 { float: left; width: 77%; }
.col2-5 .box2 { float: right; margin-left: -1px; width: 23%; }




/*-------------------------------------------------------------
col2-2（2カラム：33%｜67%）
-------------------------------------------------------------*/
.col2-2 { }
.col2-2 .box1 { float: left; width: 33%; }
.col2-2 .box2 { float: right; margin-left: -1px; width: 67%; }





/*-------------------------------------------------------------
col2-3（2カラム：67%｜33%）
-------------------------------------------------------------*/
.col2-3 { }
.col2-3 .box1 { float: left; width: 67%; }
.col2-3 .box2 { float: right; margin-left: -1px; width: 33%; }




/*-------------------------------------------------------------
col2-6（2カラム：38%｜62%）
-------------------------------------------------------------*/
.col2-6 { }
.col2-6 .box1 { float: left; width: 38%; }
.col2-6 .box2 { float: right; margin-left: -1px; width: 62%; }




/*-------------------------------------------------------------
col2-7（2カラム：62%｜38%）
-------------------------------------------------------------*/
.col2-7 { }
.col2-7 .box1 { float: left; width: 62%; }
.col2-7 .box2 { float: right; margin-left: -1px; width: 38%; }




/*-------------------------------------------------------------
col2-8（2カラム：固定｜可変）
-------------------------------------------------------------*/
.col2-8 { }
.col2-8 .box1 { float: right; width: 100%; }
.col2-8 .box2 { float: left; width: 220px; margin-right: -100%; }
.col2-8 .box1 .page{ width: 100%; }




/*-------------------------------------------------------------
col2-9（2カラム：可変｜固定）
-------------------------------------------------------------*/
.col2-9 { }
.col2-9 .box1 { float: left; width: 100%; margin-right: -100%; }
.col2-9 .box2 { float: right; width: 220px; }




/*-------------------------------------------------------------
col3-1（3カラム：33%｜34%｜33%）
-------------------------------------------------------------*/
.col3-1 { }
.col3-1 .box1 { float: left; width: 33%; }
.col3-1 .box2 { float: left; width: 34%; }
.col3-1 .box3 { float: right; margin-left: -1px; width: 33%; }




/*-------------------------------------------------------------
col3-2（3カラム：25%｜50%｜25%）
-------------------------------------------------------------*/
.col3-2 { }
.col3-2 .box1 { float: left; width: 25%; }
.col3-2 .box2 { float: left; width: 50%; }
.col3-2 .box3 { float: right; margin-left: -1px; width: 25%; }




/*-------------------------------------------------------------
col3-3（3カラム：25%｜25%｜50%）
-------------------------------------------------------------*/
.col3-3 { }
.col3-3 .box1 { float: left; width: 25%; }
.col3-3 .box2 { float: left; width: 25%; }
.col3-3 .box3 { float: right; margin-left: -1px; width: 50%; }




/*-------------------------------------------------------------
col3-4（3カラム：50%｜25%｜25%）
-------------------------------------------------------------*/
.col3-4 { }
.col3-4 .box1 { float: left; width: 50%; }
.col3-4 .box2 { float: left; width: 25%; }
.col3-4 .box3 { float: right; margin-left: -1px; width: 25%; }




/*-------------------------------------------------------------
col3-5（3カラム：固定｜可変｜固定）
-------------------------------------------------------------*/
.col3-5 { }
.col3-5 .box1 { float: left; width: 100%; }
.col3-5 .box2 { float: left; width: 220px; margin-left: -100%; }
.col3-5 .box3 { float: left; width: 220px; margin-left: -220px; }
.col3-5 .box1 .page{ width: 100%; }




/*-------------------------------------------------------------
col4（4カラム：25%｜25%｜25%｜25%）
-------------------------------------------------------------*/
.col4 { }
.col4 .box1 { float: left; margin-right: -1px; width: 25%; }
.col4 .box2 { float: left; width: 25%; }
.col4 .box3 { float: left; width: 25%; }
.col4 .box4 { float: right; margin-left: -1px; width: 25%; }



/*-------------------------------------------------------------
タイトル（見出し - 大きくて太いタイトル）

.bTtl 
┗ h1〜h6

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bTtl { }
.bTtl h1,
.bTtl h2,
.bTtl h3,
.bTtl h4,
.bTtl h5,
.bTtl h6 { margin: 0; line-height: normal; }



/*-------------------------------------------------------------
タイトル（見出し - 小さいタイトル）

.bSubTtl 
┗ h1〜h6

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bSubTtl { }
.bSubTtl h1,
.bSubTtl h2,
.bSubTtl h3,
.bSubTtl h4,
.bSubTtl h5,
.bSubTtl h6 { margin: 0; line-height: normal; }



/*-------------------------------------------------------------
画像タイトル

.bImgttl
┗ h1〜h6

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bImgttl { overflow: hidden; }
.bImgttl h1,
.bImgttl h2,
.bImgttl h3,
.bImgttl h4,
.bImgttl h5,
.bImgttl h6 { margin: 0; padding: 0; display: block; text-indent: -9999px; font-size: 0.1em; line-height: 0.1em; background-position: 0 0; background-repeat: no-repeat; }


/*------------------------------------------------------------
スマートフォン向け
-------------------------------------------------------------*/
.bImgttlSp h1,
.bImgttlSp h2,
.bImgttlSp h3,
.bImgttlSp h4,
.bImgttlSp h5,
.bImgttlSp h6 { margin: 0; padding: 0; display: block; }
.bImgttlSp h1 img,
.bImgttlSp h2 img,
.bImgttlSp h3 img,
.bImgttlSp h4 img,
.bImgttlSp h5 img,
.bImgttlSp h6 img { width: 100%; }



/*-------------------------------------------------------------
背景付きタイトル（見出し - 大きくて太いタイトル）

.bTtlBg
┗ h1〜h6

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bTtlBg { }
.bTtlBg h1,
.bTtlBg h2,
.bTtlBg h3,
.bTtlBg h4,
.bTtlBg h5,
.bTtlBg h6 { margin: 0; line-height: normal; }



/*-------------------------------------------------------------
テキストのみ

.bTxt
┗ p

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bTxt { }
.bTxt p { margin: 0; padding: 0; }



/*-------------------------------------------------------------
画像のみ

.bImg
┣ img
┗ p.imgCap

-------------------------------------------------------------*/

.bImg { text-align: center; }
.bImg img { width: 100%; }
.bImg p.imgCap { margin: 0; padding:  5px 0 0 0; font-weight: bold; text-align: center; }



/*-------------------------------------------------------------
画像のみ（オリジナルサイズ表示）

.bImgOrg
┗ .bImgOrgInner
	 ┣ img
	 ┗ p.imgCap

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bImgOrg { overflow: hidden; }



/*-------------------------------------------------------------
画像ボタン

.bImgbtn
┗ img

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bImgbtn { overflow: hidden; }
.bImgbtn img { vertical-align: bottom; }



/*-------------------------------------------------------------
画像（左）+テキスト（右）

.bImgTxt
┣ .bImgTxtLeft
｜	┣ img
｜	┗ p.imgCap
｜
┗ .bImgTxtRight
	┗ p

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bImgTxt { }
.bImgTxt .bImgTxtLeft { float: left; text-align: center; }
.bImgTxt .bImgTxtLeft img { width: 100%; }
.bImgTxt .bImgTxtLeft p.imgCap { }
.bImgTxt .bImgTxtRight { }
.bImgTxt .bImgTxtRight p { margin: 0; }



/*-------------------------------------------------------------
画像（右）+テキスト（左）

.bTxtImg
┣ .bTxtImgLeft
｜	┗ p
｜
┗ .bTxtImgRight
	┣ img
	┗ p.imgCap

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bTxtImg { }
.bTxtImg .bTxtImgLeft { }
.bTxtImg .bTxtImgLeft p { margin: 0; }
.bTxtImg .bTxtImgRight { float: right; text-align: center; overflow: hidden; }
.bTxtImg .bTxtImgRight img { width: 100%; }
.bTxtImg .bTxtImgRight p.imgCap { margin: 0; }



/*-------------------------------------------------------------
画像（上）+テキスト（下）

.bVImgTxt
┣ .bVImgTxtImg
｜	┣ img
｜	┗ p.imgCap
｜
┗ .bVImgTxtBottom
	┗ p

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bVImgTxt { }
.bVImgTxt .bVImgTxtImg img { width: 100%; }



/*-------------------------------------------------------------
画像（左）+タイトル（右）+テキスト（右）+詳細ボタン（右）

.bImgTtlTxt
┣ .bImgTxtLeft
｜	┣ img
｜	┗ p.imgCap
｜
┗ .bImgTxtRight
	┣ h4
	┣ p
	┗ p.linkArrow

-------------------------------------------------------------*/

.bImgTtlTxt { }
.bImgTtlTxt .bImgTtlTxtLeft { float: left; }
.bImgTtlTxt .bImgTtlTxtLeft img { width: 100%; }
.bImgTtlTxt .bImgTtlTxtRight { }
.bImgTtlTxt .bImgTtlTxtRight h5 { margin: 0; padding: 0; }
.bImgTtlTxt .bImgTtlTxtRight p { margin: 0; }



/*-------------------------------------------------------------
画像（上）+タイトル+テキスト（下）

.bVImgTtlTxt
┣ .bVImgTtlTxtImg
｜	┗ img
｜
┣ p.imgCap
┗ .bVImgTtlTxtBottom
	┣ h5
	┣ p
	┗ p.linkArrow
	
-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bVImgTtlTxt { }
.bVImgTtlTxt .bVImgTtlTxtImg img { width: 100%; }



/*-------------------------------------------------------------
画像（上段）×2 +テキスト（下段）×2

.bVImgTtlTxt2
┣ .bVImgTtlTxt2Left
｜	┗ .bVImgTtlTxt2Inner
｜		┣ .bVImgTtlTxt2Img
｜		｜ ┣ img
｜		｜ ┗ p.imgCap
｜		｜
｜		┗ .bVImgTtlTxt2Data
｜		   ┣ h5
｜		   ┣ p
｜		   ┗ p.linkArrow
｜
┗ .bVImgTtlTxt2Right
	┗ .bVImgTtlTxt2Inner
		┣ .bVImgTtlTxt2Img
		｜ ┣ img
		｜ ┗ p.imgCap
		｜
		┗ .bVImgTtlTxt2Data
		   ┣ h5
		   ┣ p
		   ┗ p.linkArrow

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bVImgTtlTxt2 { overflow: hidden; }
.bVImgTtlTxt2 .bVImgTtlTxt2Img img { width: 100%; }
.bVImgTtlTxt2 .bVImgTtlTxt2Left { float: left; width: 50%; }
.bVImgTtlTxt2 .bVImgTtlTxt2Right { float: right; width: 50%; margin-left: -1px;	/*IE6 レイアウト対応*/ }


/*------------------------------------------------------------
スマートフォン向け
-------------------------------------------------------------*/
.spLayout .bVImgTtlTxt2Left { float: none; width: 100%; }
.spLayout .bVImgTtlTxt2Right { float: none; width: 100%; margin: 0; }
.spLayout .bVImgTtlTxt2Left div.bVImgTtlTxt2Inner { margin: 0 0 30px 0; }
.spLayout .bVImgTtlTxt2Right div.bVImgTtlTxt2Inner { margin: 0; }
.bVImgTtlTxt2Scroller { width: 3000px; overflow: hidden; }
.bVImgTtlTxt2Scroller ul { margin: 0; padding: 0; list-style: none; list-style-position: outline; }
.bVImgTtlTxt2Scroller li { width: 480px; display: inline; float: left; }
.containerInner .bVImgTtlTxt2Scroller li a span { border: none; }



/*-------------------------------------------------------------
画像（左）+タイトル（右）+テキスト（右）+詳細ボタン（右）×2

.bImgTtlTxt2
┣ .bImgTxtLeft
｜	┗.bImgTtlTxt2Inner
｜		｜	┣ .bImgTxtImg
｜		｜	┣ img
｜		｜	┗ p.imgCap
｜		｜
｜		┗ bImgTtlTxt2Data
｜			┣ h5
｜			┣ p
｜			┗ p.linkArrow
｜
┗ .bImgTxtRight
	┗.bImgTtlTxt2Inner
		｜	┣ .bImgTxtImg
		｜	┣ img
		｜	┗ p.imgCap
		｜
		┗ bImgTtlTxt2Data
			┣ h5
			┣ p
			┗ p.linkArrow

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bImgTtlTxt2 { overflow: hidden; }
.bImgTtlTxt2Left { float: left; width: 50%; }
.bImgTtlTxt2Right { float: right; width: 50%; margin-left: -1px;	/*IE6 レイアウト対応*/ }
.bImgTtlTxt2 .bImgTtlTxt2Img { float: left; }
.bImgTtlTxt2 .bImgTtlTxt2Img img { width: 100%; }


/*------------------------------------------------------------
スマートフォン向け
-------------------------------------------------------------*/
.spLayout .bImgTtlTxt2Left { float: none; width: 100%; }
.spLayout .bImgTtlTxt2Right { float: none; width: 100%; margin: 0; }
.spLayout .bImgTtlTxt2Left div.bImgTtlTxt2Inner { margin: 0 0 20px 0; }
.spLayout .bImgTtlTxt2Right div.bImgTtlTxt2Inner { margin: 0; }
.bImgTtlTxt2Scroller { width: 3000px; overflow: hidden; }
.bImgTtlTxt2Scroller ul { margin: 0; padding: 0; list-style: none; list-style-position: outline; }
.bImgTtlTxt2Scroller li { width: 480px; display: inline; float: left; }
.bImgTtlTxt2Scroller li img { width: 100%; }
.containerInner .bImgTtlTxt2Scroller li a span { border: none; }



/*-------------------------------------------------------------
画像（上段）×2 +テキスト（下段）×2

.bImg2Txt2
┣ .bImg2Txt2Left
｜	┗ .bImg2Txt2Inner
｜		┣ img
｜		┣ p.imgCap
｜		┗ p
｜
┗ .bImg2Txt2Right
	┗ .bImg2Txt2Inner
		┣ img
		┣ p.imgCap
		┗ p

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bImg2Txt2 { overflow: hidden; }
.bImg2Txt2 p.imgCap { margin: 0; text-align: center; }
.bImg2Txt2 p { margin: 0; text-align: left; }
.bImg2Txt2 .bImg2Txt2Left { float: left; width: 50%; }
.bImg2Txt2 .bImg2Txt2Left img { width: 100%; }
.bImg2Txt2 .bImg2Txt2Right { float: right; margin-left: -1px;	/*IE6 レイアウト対応*/ width: 50%; }
.bImg2Txt2 .bImg2Txt2Right img { width: 100%; }


/*------------------------------------------------------------
スマートフォン向け
-------------------------------------------------------------*/
.spLayout .bImg2Txt2Left { float: none; width: 100%; }
.spLayout .bImg2Txt2Right { float: none; width: 100%; margin: 0; }
.spLayout .bImg2Txt2Left div.bImg2Txt2Inner { margin: 0 0 30px 0; }
.spLayout .bImg2Txt2Right div.bImg2Txt2Inner { margin: 0; }
.bImg2Txt2Scroller { width: 3000px; overflow: hidden; }
.bImg2Txt2Scroller ul { margin: 0; padding: 0; list-style: none; list-style-position: outline; }
.bImg2Txt2Scroller li { width: 480px; display: inline; float: left; }
.bImg2Txt2Scroller li img { width: 100%; }
.containerInner .bImg2Txt2Scroller li a span { border: none; }




/*-------------------------------------------------------------
画像（上段）×3 +テキスト（下段）×3

.bImg3Txt3
┣ .bImg3Txt3Left
｜	┗ .bImg3Txt3Inner
｜		┣ img
｜		┣ p.imgCap
｜		┗ p
｜
┣ .bImg3Txt3Center
｜	┗ .bImg3Txt3Inner
｜		┣ img
｜		┣ p.imgCap
｜		┗ p
｜
┗ .bImg3Txt3Right
	┗ .bImg3Txt3Inner
		┣ img
		┣ p.imgCap
		┗ p

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bImg3Txt3 { overflow: hidden; }
.bImg3Txt3 img { width: 100%; }
.bImg3Txt3 p.imgCap { margin: 0; }
.bImg3Txt3 p { margin: 0; text-align: left; }
.bImg3Txt3 .bImg3Txt3Left { float: left; width: 33%; text-align: center; }
.bImg3Txt3 .bImg3Txt3Center { float: left; width: 34%; text-align: center; }
.bImg3Txt3 .bImg3Txt3Right { float: right; width: 33%; margin-left: -1px;	/*IE6 レイアウト対応*/ text-align: center; }


/*------------------------------------------------------------
スマートフォン向け
-------------------------------------------------------------*/
.spLayout .bImg3Txt3Left { float: none; width: 100%; }
.spLayout .bImg3Txt3Center { float: none; width: 100%; margin: 0; }
.spLayout .bImg3Txt3Right { float: none; width: 100%; margin: 0; }
.col1 .spLayout .bImg3Txt3Left div.bImg3Txt3Inner { margin: 0 0 30px 0; }
.col1 .spLayout .bImg3Txt3Center div.bImg3Txt3Inner { margin: 0 0 30px 0; }
.col1 .spLayout .bImg3Txt3Right div.bImg3Txt3Inner { margin: 0; }
.bImg3Txt3Scroller { width: 3000px; overflow: hidden; }
.bImg3Txt3Scroller ul { margin: 0; padding: 0; list-style: none; list-style-position: outline; }
.bImg3Txt3Scroller li { width: 480px; display: inline; float: left; }
.bImg3Txt3Scroller li img { width: 100%; }
.containerInner .bImg3Txt3Scroller li a span { border: none; }



/*-------------------------------------------------------------
表（2列）

.bList2 
┗ table

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bList2 { }



/*-------------------------------------------------------------
箇条書き

.bItems
┗ ul
	┗li

-------------------------------------------------------------*/

.bItems { }
.bItems ol { list-style-position: outside; }
.bItems ol li { }



/*-------------------------------------------------------------
罫線

.bLine

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bLine { }
.bLine hr { }
.bLineBorderNone { font-size:0.1em; line-height:0.1em; width:100%; }
.bLineBorderNone hr { display: none; }



/*-------------------------------------------------------------
PDFダウンロードファイル

.bPdf
┣ .bPdfLeft
｜	┗ img
｜
┗ .bPdfRight
	┣ p
	┗ p

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bPdf { }
.bPdf .bPdfLeft { float: left; width: 32px; }
.bPdf .bPdfLeft img { }
.bPdf .bPdfRight { margin: 0 0 0 42px; }
.bPdf .bPdfRight p { margin: 0; }



/*-------------------------------------------------------------
ページトップへ戻るボタン

.bPageTop
┗ p

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bPageTop { }
.bPageTop p { }



/*-------------------------------------------------------------
縦並びアンカー

.bAnchor
┗ ul
	┗li

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bAnchor { }
.bAnchor ul { }
.bAnchor ul li { }



/*-------------------------------------------------------------
横並びアンカー

.bAnchorSide
┗ ul
	┗li

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bAnchorSide { }
.bAnchorSide ul { }
.bAnchorSide ul li { display: inline; }



/*-------------------------------------------------------------
Flash swfアニメーション

.bFlash
┗ h5

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bFlash { }
.bFlash h5 { }



/*-------------------------------------------------------------
Flashダウンロード案内

.bFlaDl
┣ .bFlaDlLeft
｜	┗ p
｜
┗ .bFlaDlRight
	┗ img

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bFlaDl { width: 100%; }
.bFlaDl .bFlaDlLeft { }
.bFlaDl .bFlaDlLeft p { margin: 0; font-size: 0.8em; line-height: 1.4em; }
.bFlaDl .bFlaDlRight { margin: 6px 0 0 0; width: 160px; }



/*-------------------------------------------------------------
Google MAP

.bMap
┗ .bMapArea

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bMap { }



/*-------------------------------------------------------------
RSSリーダー

.bRssReader
┗ ul
 	┗ li
		┣ span
		┗ h3

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/

/*リピートブロック*/
.bRssReader ul { list-style-position: outside; }
.bRssReader ul li { width: auto; }
.bRssReader ul li p { overflow: hidden; width: 100%; }
.bRssReader ul li img { border: 0; }

/*日付*/
.bRssReader li span { }

/*タイトル*/
.bRssReader li h3 { }



/*-------------------------------------------------------------
お問い合わせ

.bContact
┗ table
	┣ th
	┗ td

.bContactBtn

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bContact { }

/*エラーコメント*/
.bContact .err { background: #F2C0C0 !important; }
.bContact .errBox { margin: 0 0 10px 0; padding: 5px; background: #F2C0C0; color: #C00; }

/*送信コメント*/
.bContact p.bContactSend { }

/*日付項目（カレンダー）*/
.bContact td .bContactInner table { border: none; padding: 0; }
.bContact td .bContactInner table td { border: none; padding: 0; }
.bContact td .bContactInner table td input { width: 100%; }
.bContactContainer { width: 210px; }
.bContactContainer table { width: 205px; }
.bContactContainer table th.calhead { padding: 3px 5px; }
.bContactContainer table .calweekdayrow th { padding: 3px 5px; border-left: none; }
.bContactContainer table td { padding: 3px 5px; }


/*------------------------------------------------------------
スマートフォン向け
-------------------------------------------------------------*/
.bContactSP .w100 { width: 100% !important; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -o-box-sizing: border-box !important; -ms-box-sizing: border-box !important; box-sizing: border-box !important; } /*スマフォ*/

/**/
.bContactSP { line-height: 1.6; font-family: Arial, Helvetica, sans-serif; }
.bContactSP dt { margin-top: 5px; }
.bContactSP dd { }
.bContactSP dt.dtTitle { margin-top: 15px; font-weight: bold; }

/*エラー*/
.bContactSP .err { background: #F2C0C0 !important; }
.bContactSP .errBox { padding: 5px; background-color: #F2C0C0; color: #C00; }
.bContactSP .errBox ul { list-style: none; }
.bContactSP ul.errBox li { }

/*必須項目*/
.bContactSP .spImp { position: relative; padding: 3px; vertical-align: text-bottom; color: #FFF; background-color: #F30; font-weight: bold; font-size: 11px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; behavior: url(../images/pie.htc); }

/*ファイルアイコン*/
.bContactSP .spfileIconPdf { margin-right: 3px; padding: 3px; vertical-align: text-bottom; color: #FFF; background-color: #D2242D; font-weight: bold; font-size: 11px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; behavior: url(../images/pie.htc); }
.bContactSP .spfileIconXls { margin-right: 3px; padding: 3px; vertical-align: text-bottom; color: #FFF; background-color: #70B53E; font-weight: bold; font-size: 11px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; behavior: url(../images/pie.htc); }
.bContactSP .spfileIconDoc { margin-right: 3px; padding: 3px; vertical-align: text-bottom; color: #FFF; background-color: #3289D0; font-weight: bold; font-size: 11px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; behavior: url(../images/pie.htc); }
.bContactSP .spfileIconJpg { margin-right: 3px; padding: 3px; vertical-align: text-bottom; color: #FFF; background-color: #34ABE3; font-weight: bold; font-size: 11px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; behavior: url(../images/pie.htc); }
.bContactSP .spfileIconGif { margin-right: 3px; padding: 3px; vertical-align: text-bottom; color: #FFF; background-color: #FF8000; font-weight: bold; font-size: 11px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; behavior: url(../images/pie.htc); }
.bContactSP .spfileIconPng { margin-right: 3px; padding: 3px; vertical-align: text-bottom; color: #FFF; background-color: #FFBF00; font-weight: bold; font-size: 11px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; behavior: url(../images/pie.htc); }

/*インプット*/
.bContactSP input { padding: 5px; font-size: 14px; }
.bContactSP li { }

/*ラジオボタン*/
.bContactSP .radioList { list-style: none; }
.bContactSP ul { padding-top: 5px; display: block; }
.bContactSP li { background: -moz-linear-gradient(top, #F4F4F4, #E6E6E6); background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#E6E6E6)); background: linear-gradient(top, #F4F4F4, #E6E6E6); -pie-background: linear-gradient(top, #F4F4F4, #E6E6E6); behavior: url(../images/pie.htc); display: block; width: 100%; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -o-box-sizing: border-box !important; -ms-box-sizing: border-box !important; box-sizing: border-box !important; padding: 10px; }
.bContactSP li:first-child { -webkit-border-radius: 8px 8px 0 0 / 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0 / 8px 8px 0 0; border-radius: 8px 8px 0 0 / 8px 8px 0 0; behavior: url(../images/pie.htc); }
.bContactSP li:last-child { -webkit-border-radius: 0 0 8px 8px / 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px / 0 0 8px 8px; border-radius: 0 0 8px 8px / 0 0 8px 8px; behavior: url(../images/pie.htc); }
.bContactSP li label { }
.bContactSP input[type="radio"] { width: auto; font-size: 18px; margin: 3px 0.5ex; }

/*チェックボタン*/
.bContactSP .checkList { list-style: none; }
.bContactSP input[type="checkbox"] { width: auto; font-size: 18px; margin: 3px 0.5ex; }

/*サブミットボタン*/
.bContactSP input[type="submit"] { width: 100%; padding: 13px; font-size: 18px; font-weight: bold; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -o-box-sizing: border-box !important; -ms-box-sizing: border-box !important; box-sizing: border-box !important; margin: 0; background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)); border: 1px #F27300 solid; color: #FFF; -webkit-appearance: none; -webkit-border-radius: 10px; -webkit-box-shadow: 0 2px 2px #CCC; text-shadow: 1px 2px 3px #C45C00; }

/*テキストフィールド*/
.bContactSP input[type="text"] { border: 1px solid #A9A9A9; width: 200px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } /*未設定用*/
.bContactSP input[type="number"] { border: 1px solid #A9A9A9; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } /*ナンバー*/
.bContactSP input[type="tel"] { width: 8em; border: 1px solid #A9A9A9; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.bContactSP input[type="email"] { border: 1px solid #A9A9A9; width: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -o-box-sizing: border-box !important; -ms-box-sizing: border-box !important; box-sizing: border-box !important; } /*Eメール*/
.bContactSP input[type="url"] { border: 1px solid #A9A9A9; width: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -o-box-sizing: border-box !important; -ms-box-sizing: border-box !important; box-sizing: border-box !important; } /*Eメール*/
.bContactSP .time input { width: 2em; text-align: center; }

/*テキストエリア*/
.bContactSP textarea { border: 1px solid #A9A9A9; width: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -o-box-sizing: border-box !important; -ms-box-sizing: border-box !important; box-sizing: border-box !important; }



/*-------------------------------------------------------------
サイトマップ

.bSiteMap
┗ ul.bSiteMapGlobal
 	┗ li.bSiteMapGli
		┗ ul.bSiteMapLocal
 			┗ li.bSiteMapLli

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bSiteMap { }
.bSiteMap ul { list-style-position: outside; }
.bSiteMap ul li { }



/*-------------------------------------------------------------
ローカルメニュー

.bCategory
┗ ul.xxxxxxxxx
 	┗ li.xxxxxxxxx

-------------------------------------------------------------*/


/*------------------------------------------------------------
PC向け
-------------------------------------------------------------*/
.bCategory { }
.bCategory ul { list-style-position: outside; }
.bCategory ul li { }



/*-------------------------------------------------------------
カテゴリ別情報ユニット（1.シンプル）

.bCatList
┣ p.bCatListRss
┣ ul
｜ ┗ li
｜	  ┣ p.bCatListDate
｜	  ┣ h5
｜	  ┗ p.bCatListTxt
｜	   
┗ p.bCatListPage

-------------------------------------------------------------*/

.bCatList {
	position: relative;
}
.bCatList ul {
	list-style-position: outside;
}



/*-------------------------------------------------------------
カテゴリ別情報ユニット（2.シンプル+サムネイル）

.bCatList2
┣ p.bCatListRss
┣ ul
｜ ┗ li
｜	  ┣ p.bCatListDate
｜	  ┣ h5
｜	  ┗ p.bCatListTxt
｜	   
┗ p.bCatListPage

-------------------------------------------------------------*/

.bCatList2 {
	overflow: hidden;
}
.bCatList2 ul {
	list-style-position: outside;
}


.bCatList2Scroller {
	width: 9999px;
	overflow: hidden;
}

.bCatList2Scroller .bCatList2Rss{
	z-index: 1;
}


.bCatList2Scroller ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outline;
}

.bCatList2Scroller ul.bCatList2ul li {
	display: inline;
	float: left;
	margin: 0;
	width: 320px;
}

.bCatList2Scroller li img{
	width: 100%;
	border: none;	
}

.containerInner .bCatList2Scroller li a span{
	border: none;
}



/*-------------------------------------------------------------
カテゴリ別情報ユニット（5.シンプル+サムネイル）

.bVCatList2
┣ p.bVCatList2Rss
┣ ul
｜ ┗ li
｜	  ┣ p.bVCatList2Date
｜	  ┣ h5
｜	  ┗ p.bVCatList2Txt
｜	   
┗ p.bVCatList2Page

-------------------------------------------------------------*/

.bVCatList2 {
	overflow: hidden;
}
.bVCatList2 ul {
	list-style-position: outside;
}

.bVCatList2Scroller {
	width: 9999px;
	overflow: hidden;
}

.bVCatList2Scroller .bCatList2Rss{
	z-index: 1;
}

.bVCatList2Scroller ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outline;
}

.bVCatList2Scroller ul.bVCatList2ul li {
	display: inline;
	float: left;
	margin: 0;
	width: 320px;
}

.bVCatList2Scroller li img{
	width: 100%;
		border: none;
}

.containerInner .bVCatList2Scroller li a span{
	border: none;
}



/*-------------------------------------------------------------
カテゴリ別情報ユニット（3.シンプル+サムネイル×2）

.bCatList3
┣ p.bCatList3Rss
┣ ul
｜ ┗ li
｜	  ┣ p.bCatList3Date
｜	  ┣ h5
｜	  ┗ p.bCatList3Txt
｜	   
┗ p.bCatList3Page

-------------------------------------------------------------*/

.bCatList3 {
	overflow: hidden;
}
.bCatList3 ul {
	list-style-position: outside;
}
.bCatList3 ul li {
	margin-right: -1px;
}


.spLayout ul.bCatList3ul{
	padding: 0;
}

.spLayout ul.bCatList3ul li {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}


.bCatList3Scroller {
	width: 9999px;
	overflow: hidden;
}

.bCatList3Scroller .bCatList3Rss{
	z-index: 1;
}

.bCatList3Scroller ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outline;
}

.bCatList3Scroller ul.bCatList3ul li {
	display: inline;
	float: left;
	margin: 0;
	width: 320px;
}

.bCatList3Scroller li img{
	width: 100%;
	border: none;	
}

.containerInner .bCatList3Scroller li a span{
	border: none;
}



/*-------------------------------------------------------------
カテゴリ別情報ユニット（5.シンプル+サムネイル×2）

.bVCatList3
┣ p.bVCatList3Rss
┣ ul
｜ ┣ li.bVCatList3Left
｜ ｜  ┗ .bVCatList3Inner
｜ ｜ 	   ┣ p.bVCatList3Date
｜ ｜ 	   ┣ h5
｜ ｜	   ┗ p.bVCatList3Txt
｜ ｜ 
｜ ┗ li.bVCatList3Rigt
｜  	┗ .bVCatList3Inner
｜ 	 	 	┣ p.bVCatList3Date
｜	 		┣ h5
｜	 		┗ p.bVCatList3Txt
｜	   
┗ p.bVCatList3Page

-------------------------------------------------------------*/

.bVCatList3 {
	overflow: hidden;
}

.bVCatList3 ul {
	list-style-position: outside;
}

.bVCatList3 ul li.bVCatList3Left {
	float: left;
	width: 50%;
}

.bVCatList3 ul li.bVCatList3Right {
	float: right;
	width: 50%;
	margin-left: -1px;
}

.spLayout ul li.bVCatList3Left,
.spLayout ul li.bVCatList3Right {
	float: none ;
	margin: 0 ;
	width: 100% ;
}

.spLayout ul li.bVCatList3Left .bVCatList3Inner,
.spLayout ul li.bVCatList3Right .bVCatList3Inner {
	margin: 0 !important;
	padding: 0 !important;
}

.bVCatList3Scroller {
	width: 9999px;
	overflow: hidden;
}

.bVCatList3Scroller .bVCatList3Rss{
	z-index: 1;
}


.bVCatList3Scroller ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outline;
}

.bVCatList3Scroller ul.bVCatList3ul li {
	display: inline;
	float: left;
	margin: 0;
	width: 320px;
}

.bVCatList3Scroller li img{
	width: 100%;
	border: none;
}

.containerInner .bVCatList3Scroller li a span{
	border: none;
}



/*-------------------------------------------------------------
カテゴリ別情報ユニット（4.タブ+シンプル+サムネイル）

.bCatList4
┣ .bCatList4Tab
｜	┗ ul #tab-pageu_code
｜		┗ li
｜
┗ .bCatList4Box
	┗.bCatList4BoxInner
		┣ p.bCatList4Rss
		┗ ul
			┗ li
			  ┣ p.bCatList4Date
			  ┣ h5
			  ┗ p.bCatList4Txt
	   
-------------------------------------------------------------*/

.bCatList4 {
	overflow: hidden;
}

.bCatList4 ul {
	list-style-position: outside;
}

.bCatList4 .bCatList4BoxInnerSP {
}

.bCatList4Scroller {
	width: 3000px;
	overflow: hidden;
}

.bCatList4Scroller ul {
	height: auto !important;
	margin: 0;
	padding: 0;
	overflow: hidden !important;
	list-style: none;
	list-style-position: outline;
}

.bCatList4Scroller ul.bCatList4ul li {
	display: inline;
	float: left;
}

.bCatList4Scroller li img　{
	width: 100%;
	border: none;
}

.containerInner .bCatList4Scroller li a span　{
	border: none;
}








