@charset "Shift_JIS";

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
/*======================================================================================================== */
/* リセットcss */
/*-------------------------------------------------------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	margin:0; 
	padding:0;
}
ol, ul{
	list-style:none;
}
body {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000 ;
	line-height: 1.5;
}
fieldset, img{
	border:0;
}
table {
	border-collapse: collapse;
}
a:focus {
	outline:none;
}
em {
	font-style:normal; 
    font-weight:normal;
}
p {
	background: #fff;
}

/* clear fix For modern browsers */
/*---------------------------------------------------- */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* clear fix  For IE 6/7 (trigger hasLayout) */
/*---------------------------------------------------- */
.cf {
	zoom:1;
}

.cf {
	overflow:hidden;
}


.mt10 {	margin-top: 10px; }
.mt15 {	margin-top: 15px; }
.mt20 {	margin-top: 20px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.txtL {	text-align: left; }
.txtR {	text-align: right; }
.txtC {	text-align: center; }
.txtOrange { color: #f90; }
.txtRed { color: #c00; }



iframe {
	vertical-align:bottom;
	border: 0;
	overflow: hidden;
}


/* google広告
------------------------------------------------ */
.googleAd {
	margin: 10px auto;
	width: 805px;
	text-align: center;
	float: left;
}

/* ヘッダー
------------------------------------------------ */
.naviIframe {
	position: relative;
	height: 31px;
}

header {
	position: relative;
	width: 970px;
	height: 155px;
	margin: 0;
	top: 0;
}
header img {
	vertical-align: bottom;
}

.headerLeft {
	float:left;
	width: 215px;
	height: 155px;
	line-height: 0;
	padding: 0;
	margin: 0;
}
.headerRight {
	float: left;
	text-align: left;
	padding-top: 20px;
	width: 755px;
	height: 135px;
}
.headerRight img {
	margin: 10px 10px 10px 0;
}
.headerRight .lead {
	margin: 10px auto 0;
	font-size: 106.25%;
	font-weight: bold;
	text-align: center;
}
.headerRight .lead span {
	font-size: 125%;
	color: #C00;
}
.headerRight h2 {
	text-align: right;
	padding: 0;
	margin: 10px 0 0;
	font-size: 0;
	line-height: none;
}
.headerRight h2 img {
	margin: 0 0 0 0;
	vertical-align: bottom;
}

/* コンテナ
------------------------------------------------ */
.container {
	clear: both;
	width: 970px;
	margin: 0;
	padding: 0;
	font-size: 81.25%;
/*	position: relative;
	top: -1px;
	padding: 0;*/
}
.container a:link {
	color: #ff6600;
}
.container a:visited {
	color: #ff6600;
}
.container a:hover {
	color: #ffcc00;
}
.container a:active {
	color: #ffcc00;
}

/* フッター
---------------------------------------------------- */
footer {
	background: #fff url(../img/footer_bg.gif) right top no-repeat;
	height:	119px;
	width: 970px;
	font-size: 75%;
	margin: 0;
}
.footerNavi {
	width: 542px;
	margin: 0;
	padding: 35px 0 0 150px;
}

.footerNavi ul {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 0 4px;
}

small {
	background: #473324;
	color: #fff;
	height: 25px;
	width: 970px;
	display: block;
	padding: 5px 0 0;
	border-radius: 0 0 8px 0;
	-webkit-border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0; 
	text-align: right;
	font-size: 75%;
}
footer a:link {
	color: #003399;
}
footer a:visited {
	color: #003399;
}
footer a:hover {
	color: #0099cc;
}
footer a:active {
	color: #0099cc;
}

/* サイドメニュー
---------------------------------------------------- */
.side {
	float: left;
	width: 150px;
	padding: 15px 0 0 0;
	margin: 0 15px 0 0;
	text-align: right;
	color: #fff;
	background: #039;
	line-height: 1.5;
	letter-spacing: 0;
}
.side a:link {
	color: #fff;
}
.side a:visited {
	color: #fff;
}
.side a:hover {
	color: #0099cc;
}
.side a:active {
	color: #0099cc;
}
.side li {
	margin-top: 5px;
}
.side li.side3 p,
.side li.side6 p {
	background: #003399;
}
.side li.side1 a,
.side li.side2 a,
.side li.side3 p a,
.side li.side4 a,
.side li.side5 a,
.side li.side6 p a,
.side li.side7 a,
.side li.side8 a,
.side li.side9 a,
.side li.side10 a {
	display: block;
	width: 140px; 
    border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	-o-border-radius: 15px 0 0 15px;
	-ms-border-radius: 15px 0 0 15px;	
    color: #fff;
    background: #6699ff;
    line-height: 1.5;
	margin-left: 5px;
	padding: 2px 5px 2px 0;
	text-decoration: none;
}
.side li.side1 a:hover,
.side li.side1.current a {
	background: #ff342f;
}
.side li.side2 a:hover,
.side li.side2.current a {
	background: #ff88b5;
}
.side li.side3 p a:hover,
.side li.side3 p.current a  {
	 background: #2EB4A2;
}
.side li.side4 a:hover,
.side li.side4.current a  {
	 background: #99CC00;
}
.side li.side5 a:hover,
.side li.side5.current a  {
	 background: #DEBE60;
}
.side li.side6 p a:hover,
.side li.side6 p.current a  {
	 background: #ffcc00;
}
.side li.side7 a:hover,
.side li.side7.current a  {
	 background: #FF8000;
}
.side li.side8 a:hover,
.side li.side8.current a  {
	 background: #990000;
}
.side li.side9 a:hover,
.side li.side9.current a  {
	 background: #00CCFF;
}
.side li.side10 a:hover,
.side li.side10.current a  {
	 background: #D67BFF;
}
.side li.side3 dl {
	margin: 10px 5px 10px 0;
	font-size: 92.3%;
	letter-spacing: 0;
}
.side li.side3 dt {
	color: #66cccc;	
}
.side li.side3 dt:before {
	content: "■";
	position: relative;
	right: 2px;
}
.side li.side3 dd {
	margin-top: 0;
}
.side li.side6 ul {
	margin: 10px 5px;
}

.side .sideSn img {
	margin: 10px 5px 0 0;
}

/* 右メインコンテンツ
---------------------------------------------------- */
/* 下部ナビゲーション
---------------------------------------------------- */
.NavigationBtn {
	margin: 30px 0;
}
/* 下部ナビゲーションボタン
---------------------------------------------------- */
.btnCl2 {
	display: inline;
	margin: 10px 10px 10px 10px;
}
/* 青 */
.btnBlue a {
	color: #fff;
	background: #039;
	padding: 8px 15px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}
.btnBlue a:link {
	color: #fff;
	text-decoration: none;
}
.btnBlue a:visited {
	color: #fff;
}
.btnBlue a:hover {
	color: #fff;
    background: #69f;
}
.btnBlue a:active {
	color: #fff;
    background: #69f;
}
/* 赤 */
.btnRed a {
	color: #fff;
	background: #c00;
	padding: 8px 15px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}
.btnRed a:link {
	color: #fff;
	text-decoration: none;
}
.btnRed a:visited {
	color: #fff;
}
.btnRed a:hover {
	color: #fff;
    background: #f93;
}
.btnRed a:active {
	color: #fff;
    background: #f93;
}


/* メインコンテンツ_805px
---------------------------------------------------- */
.udonMain {
	float: left;
	width: 805px;
	padding: 15px 0 0;
	text-align: center;
	font-size: 116%;*/
}
.udonMain.border {
	border-top: 2px solid #003399;
}
.udonMainLead {
	text-align: right;
	color: #003399;
}
/* main
---------------------------------------------------- */
/* メインコンテンツ_インデックスメイン左側480px
---------------------------------------------------- */
.main {
	float: left;
	background:#fff;
	width: 480px;
	margin: 0 15px 0 0;
	text-align: center;
}
.main h2 {
	font-size: 107%;
    line-height: 1.5;
}
.mainIndex h2 {
	width:300px; 
    border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;	
    color:#fff;
	margin: 15px auto;
    background:#003399;
	padding: 2px 5px 2px 0;
	text-decoration: none;
}

/* まずは２つの検索システムからチョイス
---------------------------------------------------- */
.udonSearch {
	background: url(../img/top/top_tai.gif) 20px bottom no-repeat;
	width: 475px;
}
.udonSearch p {
	margin: 10px 0 0 220px;
	width: 210px;
	font-size: 92.3%;
	font-weight: bold;
	color: #003399;
	text-align: left;
}
.udonSearch img {
	margin: 0 0 0 170px;
}

.udonSearch a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* うどんコンテンツ一部
---------------------------------------------------- */
.main .udonContents {
	margin-top: 10px;
	border-top: 2px solid #003399;
	position: relative;
	width: 475px;
	height: 175px;
}
.main .udonContents dt {
	width: 150px;
	margin-top: 10px;
	position: absolute;
	top: 0;
	left: 50%;
}
.main .udonContents dd {
	width: 150px;
	text-align: left;
	position: absolute;
	top: 45%;
	left: 50%;
}
.main .udonContents .uc1 {
	margin-left: -235px;
}
.main .udonContents .uc2 {
	margin-left: -80px;
}
.main .udonContents .uc3 {
	margin-left: 90px;
}

/* うどんショッピング
---------------------------------------------------- */
.main .udonShopping li {
	float: left;
	width: 158px;
	display: block;
}

/* おすすめコーナー！
---------------------------------------------------- */
.main .udonRecommend {
	margin-top: 15px;
	position: relative;
	width: 475px;
	height: 160px;
	text-align: left;
}
.main .udonRecommend h3 {
	font-size: 115%;
	color: #003399;
}
.main .udonRecommend dt {
	width: 158px;
	margin-top: 30px;
	position: absolute;
	top: 0;
	left: 50%;
}
.main .udonRecommend dd {
	width: 150px;
	position: absolute;
	top: 35%;
	left: 50%;
}
.main .udonRecommend .uc1 {
	margin-left: -235px;
}
.main .udonRecommend .uc2 {
	margin-left: -75px;
}
.main .udonRecommend .uc3 {
	margin-left: 90px;
}


/* うどん関連ニュース
---------------------------------------------------- */
.main .udonNews {
	line-height: 1.3;
	color: #000000;	
	margin-top: 20px;
}
.udonNews ul {
	list-style: none;
	margin: 20px 20px 0 0;
	padding: 0;
	text-align: left;
}
.udonNews li {
	line-height: 1.8;
	margin: 0;
	padding: 0;
	background: #fff;
}
.main .udonNews li a {
	color: #003399;
}
.main .udonNews li a:link {
	color:  #003399;
}
.main .udonNews li a:visited {
	color: #993399;
}
.main .udonNews li a:hover {
	color: #0099CC;
}
.main .udonNews li a:active {
	color: #0099CC;
}
.main .udonNewsMore {
	line-height: 130%;
	text-align: right;
	margin: 10px 20px 0 0;
}
.udonNewsMore a {
	color: #FF6600;
}
.udonNewsMore a:hover {
	color: #FFCC00;
}



/* うどん右コンテンツ
---------------------------------------------------- */
.sideRight {
	float: left;
	width: 310px;
	/*padding-top: 15px;*/
}
.sideRight h2 {
    background: #76a3fd;
	color: #fff;
 	font-size: 100%;
	position:relative;
	padding-left:30px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 10px 0;
}
.sideRight h2:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:13px; 
	width:13px; 
	display:block; 
	position:absolute; 
	top: 8px; 
	left:10px; 
	background-color:#fff;
}

/* おすすめ情報・twitter
---------------------------------------------------- */
.udonAdLeft {
	float: left;
}
.udonAdRight {
	float: right;
}
.udonInfo img {
	float: left;
}
.udonInfo p {
	float: left;
	width: 240px;
	margin-left:10px;
	margin-bottom: 10px;
}


/* 更新情報
---------------------------------------------------- */
.newShop ul {
	margin: 0 20px;
}



/* データで探す--検索シート
---------------------------------------------------- */
.mainSearch form {
	background:url(../data/img/exc.gif) right 5px no-repeat;
	text-align: left;
	padding-right: 115px;
}
.main820.mainSearch legend {
	width: 150px;
	height: 80px;
	display: table-cell;
	vertical-align: central;
}
.mainSearch dt, .mainSearch dd {
	margin: 5px 0;
}

.searchWrap {
	border-bottom: 1px solid #666;
}

.mainSearch form span {
	color: #b7005b;
	font-size: 125%;
	font-weight: bold;
}

/* データで探す-店舗名
---------------------------------------------------- */
.searchName1 {
	width: 80px;
	float: left;
	margin-bottom: 10px;
}
.searchName2 {
	float: left;
	width:　560px;
	margin: 8px 0 0 0;
}
input.searchName2 {
	height: 20px;
}

/* データで探す-エリアは・いつ・誰と・店のスタイルは・その他・表示順位
---------------------------------------------------- */
.searchItem1 {
	width: 150px;
	float: left;
	padding-top: 10px;
}
.searchItem2 {
	width: 540px;
	float: left;
	padding: 10px 0;
}
/* エリアは */
.searchItem2 li {
	display: inline-block;
	margin-top: 5px;
	width: 260px;
}
.searchItem2 dt {
	clear: left;
	float: left;
	width: 200px;
	padding: 0 10px 5px 0;
	display: block;
}
.searchItem2 dd {
	display: block;
	float: left;
	width: 300px;
	padding: 0 10px 5px;
}
/* いつ */
.searchItem3 {
	width: 265px;
	float: left;
	padding-top: 5px;
}

/* データで探す-検索
---------------------------------------------------- */
.searchButton {
	margin: 30px auto;
	text-align: center;
}
.searchButton input {
	margin-right: 10px;
	color: #fff;
	background: #c00;
	padding: 8px 15px 8px 30px;
	letter-spacing: 1.2em;
	border: #c00 1px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 108%;
}
.searchButton input:hover {
	color: #fff;
	background: #fc9;
	border: #fc9 1px solid;
	}

/* データで探す-検索結果
---------------------------------------------------- */
.condition {
	background: #eef4ff;
	border-left: 4px solid #003399;
	margin-bottom: 10px;
}
.condition h2 {
	color: #003399;
	font-size: 115%;
	width: 80px;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 0 0 10px;
}
.condition dl {
	text-align: left;
	padding: 5px;
	display: table-cell;
}
.condition dt {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	font-weight: bold;
	margin: 2px 0 0 10px;
}
.condition dd {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	margin: 2px 0;
}
.condition dd.conItem1 {
	width: 600px;
}
.condition dd.conItem2 {
	width: 180px;
}

/* データで探す-検索結果ナビゲーション
---------------------------------------------------- */
.resultNavi {
	margin: 15px 0;
	width: 802px;
}
.naviL {
	float: left;
	width: 200px;
	text-align: left;
}
.naviL a:before {
	content:"";
	display: inline-block;
	border: 6px solid transparent;
	border-right: 8px solid #039;
	position: relative;
	top: 2px;
	left: -5px;
}
.naviR {
	float: left;
	width: 200px;
	text-align: right;
}
.naviR a:after {
	content:"";
	display: inline-block;
	border: 6px solid transparent;
	border-left: 8px solid #039;
	position: relative;
	top: 2px;
	right: -5px;
}
.naviC {
	float: left;
	width: 402px;
}
.resultNavi {
	font-size: 91%;
}
.resultNavi a:link {
	color: #000;
}
.resultNavi a:visited {
	color: #000;
}
.resultNavi a:hover {
	color: #0099cc;
}
.resultNavi a:active {
	color: #0099cc;
}

/* データで探す-検索結果-店舗一覧
---------------------------------------------------- */
.resultShop {
	border: 1px solid #003399;
	text-align: left;
	margin-bottom: 15px;
}

/* 店名
--------------------------------------------- */
.resultShop h2 {
	background: #eef4ff;
	display: block;
	padding: 5px;
	font-size: 116%;
	border-bottom: 1px dotted #003399;
}
.resultShop h2 img {
	vertical-align: text-bottom;
}
.resultShop a:link {
	color: #0000ee;
}
.resultShop a:visited {
	color: #551a8b;
}
/* 店写真
--------------------------------------------- */
.resultShopL {
	display: table-cell;
	width: 104px;
	padding: 10px 0 0 10px;
	vertical-align: middle;
}
/* 店詳細
--------------------------------------------- */
.resultShopR {
	display: table-cell;
	padding: 10px;
}
/* 店詳細見出し
--------------------------------------------- */
.resultShop h3{
	color: #003399;
	font-size: 108%;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}
.resultShop h3:before{
	content: "";
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px; 
	height: 12px;
	width: 12px; 
	display: block; 
	position: absolute; 
	top: 4px; 
	left: 5px;
	background: #003399;
}

/* キャッチコピー
--------------------------------------------- */
.resultShopItemU {
	float: left;
	width: 670px;
	margin: 5px 0;
}
/* 住所・営業時間
--------------------------------------------- */
.resultShopItemL  {
	display: inline-block;
	width: 360px;
	margin-top: 2px;
}
/* 営業時間
--------------------------------------------- */
.resultShopItemL dt {
	width: 70px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 91%;
}
.resultShopItemL dd {
	width: 265px;
	display: inline-block;
	vertical-align: middle;
	font-size: 91%;
	letter-spacing: -1px;
	margin: 0;
	font-size: 91%;
}
/* ＴＥＬ・定休日
--------------------------------------------- */
.resultShopItemR  {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-top: 2px;
}
/* 共通
--------------------------------------------- */
.resultShopItemL p, .resultShopItemR p {
	margin-left: 10px;
}
/* 詳細を見る
--------------------------------------------- */
.resultShopItemB {
	display: inline-block;
	width: 670px;
	text-align: right;
	/*vertical-align: bottom;*/
	margin-bottom: 10px;
}
.resultShopItemB a:link {
	color: #fff;
}
.resultShopItemB a:visited {
	color: #fff;
}
.resultShopItemB a:hover {
	color: #fff;
}
.resultShopItemB a:active {
	color: #fff;
}
/*.resultShopItemB img {
	margin: 0;
	vertical-align: text-bottom;
}*/
.resultShopItemB2 {
	display: inline-block;
	width: 780px;
	text-align: right;
	/*vertical-align: bottom;*/
	margin-bottom: 10px;
}
.resultShopItemB2 a:link {
	color: #fff;
}
.resultShopItemB2 a:visited {
	color: #fff;
}
.resultShopItemB2 a:hover {
	color: #fff;
}
.resultShopItemB2 a:active {
	color: #fff;
}
/*.resultShopItemB2 img {
	margin: 0;
	vertical-align: text-bottom;
}*/

/* ヌードル写真集
---------------------------------------------------- */
.photogallery {
	width: 600px;
	margin: 0 auto;
}
.photogallery li {
	display: inline-block;
	margin: 10px 5px 0;
	vertical-align: middle;
}


/* マップで探す
---------------------------------------------------- */
.udonMapall {
	margin: 20px auto;
	width: 740px;
}
.areaNavi {
	background: #eef4ff;
	color: #003399;
	font-size: 125%;
	font-weight: bold;
	padding: 5px;
	text-align: right;
}
.area {
	width: 805px;
}
.udonMapLead {
	margin: 10px 0;
	padding: 5px;
	color: #003399;
	width: 100%;
	border-bottom: 1px dotted #003399;
	text-align: left;
}
.jumparea {
	width: 740px;
	margin: 20px auto 0;
	text-align: left;
}
.jumparea p {
	text-align: right;
}
.udonMapAside {
	clear: both;
	width: 740px;
	text-align: left;
	margin: 10px auto;
	display: block;
}

.shopList {
	display: block;
	clear: both;
	width: 740px;
	text-align: center;
	margin: 0 auto;
}
.shopList h4 {
	font-size: 108%;
	border-left: 10px solid #003399;
	text-align: left;
	display: block;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}
.shopList .shopGenre {
	float: left;
	width: 245px;
	vertical-align: top;
}
.shopList .shopGenre li {
	list-style: disc;
	text-align: left;
	margin: 5px 10px 5px 20px;
}
.shopList a:link {
	color: #cc0000;
}

/* うどんコラム
---------------------------------------------------- */
.udonColumn h3 {
    border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	-o-border-radius: 15px 0 0 15px;
	-ms-border-radius: 15px 0 0 15px;	
    color: #336600;
	background: #dbf48e; /* Old browsers */
	background: -moz-linear-gradient(left, #dbf48e 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #dbf48e 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #dbf48e 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf48e', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	line-height: 1.5;
	margin: 0 0 0 5px;
	padding: 3px 0 0 10px;
	text-decoration: none;
	text-align: left;	
}
.udonColumn article {
	margin: 10px 0 30px 0;
}
.udonColumn article p {
	margin: 15px 0 0 15px;
	text-align: left;
	background: #fff;
}

/* うどんコラムプロフィール
--------------------------------------------- */
.udonColumnProf {
	clear: both;
	border: 1px solid #99cc00;
	padding: 5px;
}
.udonColumnProf img {
	float: left;
	margin: 10px 30px;
}
.udonColumnProf .profile {
	float: left;
	width: 632px;
}
.udonColumnProf .profile h3 {
	color: #99cc00;
	background: none;
	font-size: 108%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	margin: 0;
	padding: 0;
}
.udonColumnProf .profile p {
	margin: 0;
}

/* 由緒正しき讃岐うどん
---------------------------------------------------- */
.udonHistory h3 {
    border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	-o-border-radius: 15px 0 0 15px;
	-ms-border-radius: 15px 0 0 15px;	
    color: #663300;
	background: #cc9900; /* Old browsers */
	background: -moz-linear-gradient(left, #cc9900 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #cc9900 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #cc9900 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9900', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	line-height: 1.5;
	margin: 0 0 0 5px;
	padding: 3px 0 0 10px;
	text-decoration: none;
	text-align: left;	
}
.udonHistory article {
	margin: 10px 0 30px 0;
}
.udonHistory article p {
	margin: 15px 0 0 15px;
	text-align: left;
}
/* 由緒正しき讃岐うどん_讃岐うどんの打ち方
---------------------------------------------------- */
.udonHowtoL {
	float: left;
	width: 245px;
	margin-top: 20px;
}
.udonHowtoR {
	float: left;
	width: 550px;
	margin: 20px 0 0 10px;
	background: #f4e8c5;
}
.udonHistory article .udonHowtoR p {
	margin: 5px 15px 15px 15px;
	background: #f4e8c5;
}
.udonHistory article .udonHowtoR h4 {
	text-align: left;
	margin: 15px 0 0 15px;
}
/* 由緒正しき讃岐うどん_讃岐うどんの打ち方
---------------------------------------------------- */
.lectureL {
	float: left;
	width: 494px;
	margin: 0 0 0 10px;
}
.lectureL h4 {
	text-align: left;
	margin: 20px 0 0 15px;
}
.lectureL h4:before{
	content: url(../history/img/icon.gif);
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.udonHistory article .lectureL p {
	margin: 5px 0 15px 15px;
	background: #fff;
}
.lectureR {
	float: left;
	width: 301px;
	padding-top: 50px;
	font-weight: bold;
}
.lectureRL {
	float: left;
	width: 150px;
}
.lectureRR {
	float: right;
	width: 150px;
}
/* 香川への交通情報
---------------------------------------------------- */
.udonTraffic h3 {
    border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	-o-border-radius: 15px 0 0 15px;
	-ms-border-radius: 15px 0 0 15px;	
    color: #b78900;
	background: #ffcc00; /* Old browsers */
	background: -moz-linear-gradient(left, #ffcc00 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffcc00 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffcc00 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	line-height: 1.5;
	margin: 0;
	padding: 3px 0 0 10px;
	text-decoration: none;
	text-align: left;	
}
.udonTraffic article {
	margin: 10px 0 30px 0;
}
.udonTraffic article p {
	margin: 10px 10px;
	text-align: left;
}
.udonTraffic section {
	clear: both;
	margin: 10px 0 30px 0;
}
/* 香川への交通情報_香川ってどんな所？
---------------------------------------------------- */
.trafficL {
	float: left;
	width: 545px;
	margin-top: 5px;
	background: #fff;
}
.trafficR {
	float: right;
	width: 250px;
	margin-top: 15px;
	background: #fff;
}
/* 香川への交通情報_おすすめ周辺スポット
---------------------------------------------------- */
.spot table {
	margin: 20px 10px;
	width: 98%;
	border: 1px solid #f93;
	border-collapse: collapse;
}
.spot th {
	background: #ffb03c;
	color: #fff;
	padding: 5px;
	border: 1px solid #f93;
	width: 20%;
}
.spot th a:link {
	color: #fff;
	text-decoration: none;
}
.spot th a:hover {
	color: #f60;
	text-decoration: none;
}
.spot th a:active {
	color: #f60;
	text-decoration: none;
}
.spot th a:visited {
	color: #fff;
	text-decoration: none;
}
.spot td {
	padding: 5px;
	border: 1px solid #f93;
}
.spot td a:link {
	font-size: 92%;
	color: #000;
}
.spot td a:visited {
	font-size: 92%;
	color: #000;
}

/* 香川への交通情報_香川への行き方
---------------------------------------------------- */
.direction table {
	margin: 20px 10px;
	width: 98%;
	border: 1px solid #f93;
	border-collapse: collapse;
}
.direction th {
	background: #fc6;
	color: #000;
	padding: 5px;
	border: 1px solid #f93;
}
.direction td {
	padding: 5px;
	border: 1px solid #f93;
	text-align: left;
	vertical-align: top;
	font-size: 92%;
	width: 28%;
}
.udonTraffic ul {
	text-align: left;
	margin: 15px 0 0 15px;
}
.udonTraffic li {
	margin-top: 10px;
}
/* 香川への交通情報_おすすめ周辺スポット
---------------------------------------------------- */
.spotArea {
	text-align: left;
}
.spotArea h4 {
	color: #fff;
	background: #F90;
	margin: 30px 0 0 0;
	padding: 5px;
	text-align: left;
	font-size: 108%;
}
.spotArea table {
	border: 3px solid #fc0;
	margin-bottom: 15px;
	width: 100%;
	background: #fff;
}
.spotArea table caption {
	text-align: left;
	padding: 15px 0 0 10px;
	font-size: 108%;
	font-weight: bold;
}
.spotArea th {
	border: 1px solid #fc0;
	padding: 5px;
	background: #FFE271;
	text-align: center;
	width: 12%;
	font-size: 91%;
}
.spotArea td {
	border: 1px solid #fc0;
	padding: 10px 5px;
	background: #fff;
}

/* 口コミ情報
---------------------------------------------------- */
.bbsMain img {
	margin-top: 10px;
}
.bbsMain img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}
.bbsAside {
	margin: 30px auto 0 auto;
	padding: 10px 20px;
	background: #ffc;
	line-height: 1.5;
	text-align: left;
}
.bbsAside p {
	background: #ffc;
}
.bbsAside h3 {
	color:#990000;
	border-bottom: 1px solid #ffcc66;
	margin-bottom: 10px;
}

/* 口コミ情報_うどん体験記
---------------------------------------------------- */
.udonBbsLead {
	text-align: left;
	color: #000;
	border-bottom: 2px dotted #993333;
	padding-bottom: 10px;
	background: #fff;
}
.udonBbsLead p {
	margin: 0 20px;
	background: #fff;
}
.bbsExp {
	padding: 10px 20px;
}
.bbsExp table {
	margin: 20px auto 0;
	font-size: 84%;
}
/* 口コミ情報_うどん体験記_投稿テーブル
---------------------------------------------------- */
table.bbs1 {
	border-collapse: separate;
}
table.bbs1 th {
	margin: 5px 0;
	padding: 5px;
	background: #ffe1a4;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}
table.bbs1 th span {
	color: #c00;
	font-weight: bold;
}
table.bbs1 td {
	margin: 5px 0;
	padding: 5px;
	text-align: left;
}
.bbsExp table.bbs1 input {
	border: 1px solid #999;
	padding: 2px;
}
.bbsExp table.bbs1 textarea {
	border: 1px solid #999;
	padding: 2px;
}

/* 口コミ情報_うどん体験記_メインテーブル
--------------------------------------------- */
.bbsExp table.bbs2 a {
	text-decoration: none;
}
.bbsExp table.bbs2 td {
	text-decoration: none;
	background: #ffe6b5;
	border-left: 2px solid #fa0;
	border-right: 2px solid #fa0;
}
.bbsExp input {
	padding: 0 5px;
}
.bbs2 {
	text-decoration: none;
	background: #ffe6b5;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-top: 2px solid #fa0;
	border-left: 2px solid #fa0;
	border-right:  2px solid #fa0;
	border-bottom: 2px solid #fa0;
	margin: 20px auto;
	text-align: left;
	padding: 0 0 10px;
	font-size: 100%;
}
.bbs2main {
	background: #ffe6b5;
}
.bbs2main h1 {
	background: #fa0;
	padding: 5px;
	font-size: 108%;
}
.bbs2main p {
	margin: 10px 15px;
	background: #ffe6b5;
}
.bbs2main img {
	margin-right: 15px;
}
.res a {
	background: #fa0;
	padding: 3px 15px;
	margin-right: 10px;
	color: #000;
	text-decoration: none;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.res a:link {
	color: #000;
}
.res a:visited {
	color: #000;
}
.res a:hover {
	color: #ffe6b5;
}
.res a:active {
	color: #ffe6b5;
}
/* 口コミ情報_うどん体験記_返信テーブル
--------------------------------------------- */
.bbs2res {
	margin: 10px 15px;
	border-top: 1px solid #888;
	padding: 20px 0;
	background: #ffe6b5;
}
.bbs2res p {
	margin-top: 10px;
	background: #ffe6b5;
}
.bbsNavi {
	margin: 10px auto;
	text-align: left;
}
.bbsNaviL {
	display: inline-block;
	width: 30%;
}

.bbsNavi a {
	background: #fa0;
	display: inline-block;
	padding: 5px 15px;
	color: #000;
	text-decoration: none;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.bbsNavi a:link {
	color: #000;
}
.bbsNavi a:visited {
	color: #000;
}
.bbsNavi a:hover {
	color: #ffe6b5;
}
.bbsNavi a:active {
	color: #ffe6b5;
}
.bbsNaviC {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
	text-align: center;
}
.bbsNaviR {
	display: inline-block;
	width: 38%;
	text-align: right;
}
/* 口コミ情報_うどん体験記_削除
--------------------------------------------- */
.bbsDelete {
	margin: 20px 0;
	padding: 10px;
	background: #ffe6b5;
}
.bbsDelete input {
	padding: 0 5px;
}
/* 口コミ情報_うどん体験記_注意書
--------------------------------------------- */
.bbsExp aside {
	margin: 20px 0;
	text-align: left;
	background: #fff;
}
.bbsExp aside p {
	background: #fff;
}
/* 口コミ情報_うどん体験記_確認画面テーブル
--------------------------------------------- */
.bbs3res {
	margin: 10px 15px;
	border-top: 1px solid #888;
	padding: 10px 0;
}
.bbs3res table {
	border-collapse: separate;
	font-size: 100%;
	margin-bottom: 20px;
	background: #ffe6b5;
}
.bbs3res th {
	background: #fff;
	margin: 5px 0;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}
.bbs3res th span {
	color: #c00;
	font-weight: bold;
}
.bbs3res td {
	padding: 5px;
}
.bbs3res input {
	padding: 0 5px;
}

/* うどんニュース
---------------------------------------------------- */
.udonNewsList {
	text-align: left;
}
.udonNewsList ul {
	list-style: disc;
	margin: 20px 20px;
}
.udonNewsList li {
	margin: 0 0 15px 30px;
}
.udonNewsList li a:link {
	color: #039;
}
.udonNewsList li a:visited {
	color: #993399;
}
.udonNewsList li a:hover {
	color: #0099cc;
}
.udonNewsList li a:active {
	color: #0099cc;
}
/* うどんニュース_記事
---------------------------------------------------- */
.udonNewsDetail {
	border-bottom: 2px solid #039;
	padding-bottom: 20px;
}

.udonNewsDetail h1 {
	font-size: 125%;
	border-bottom: 1px dotted #039;
	padding: 10px 10px 20px;
	background: #fff;
}
.udonNewsDetail .date {
	padding: 10px;
	border-bottom: 1px dotted #039;
}
.udonNewsPhoto {
	float: right;
	margin: 20px 0 10px 10px;
	display: block;
	width: 250px;
}
.udonNewsPhoto img {
	display: block;
	width: 250px;
	margin-bottom: 10px;
}
.udonNewsDetail p {
	margin: 20px 0 0 0;
}

/* ショッピング　香川を満喫！
------------------------------------------------------ */
.shoppingAfl .main {
	background: #fff;
	text-align: left;
}
.shoppingAfl a:link,
.shoppingAfl a:visited {
	color: #039;
}
.shoppingAfl a:hover,
.shoppingAfl a:active {
	color: #09c;
}

.shoppingBlock {
	background: #fff;
	font-size: 91%;
	margin: 0 0 15px;
	padding-bottom: 10px;
/*	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; */
}
.shoppingBlock p {
	background: #fff;
	margin: 10px;
}
/*.shoppingBlock a:link,
.shoppingBlock a:visited {
	color: #039;
}
.shoppingBlock a:hover,
.shoppingBlock a:active {
	color: #09c;
}*/
.shoppingBlock h2,
.shoppingInline h2 {
	background: #933;
	color: #fff;
	width: auto; 
    line-height: 1.5;
	margin: 0;
	padding: 5px;
	text-decoration: none;
}
.shoppingBlock h2 a:link,
.shoppingBlock h2 a:active,
.shoppingBlock h2 a:hover,
.shoppingBlock h2 a:visited,
.shoppingInline h2 a:link,
.shoppingInline h2 a:active,
.shoppingInline h2 a:hover,
.shoppingInline h2 a:visited {
	text-decoration: none;
	color: #fff;
}
.shoppingPhoto {
	float: left;
	width: 150px;
	margin: 10px;
}
.shoppingLink {
	clear: both;
	display: block;
	text-align: right;
	margin-right: 10px;
	color: #c00;
}
.shoppingLink a {
	background: #f06060;
	padding: 3px 15px;
	color: #fff;
	letter-spacing: 2px;
	border: 1px solid #f06060;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
}
.shoppingLink a:link,
.shoppingLink a:visited {
	color: #fff;
	text-decoration: none;
}
.shoppingLink a:hover,
.shoppingLink a:active {
	color: #fff;
	background: #df4d4d;
	border: 1px solid #df4d4d;
}

/* 香川をお取り寄せ */
.shoppingInline {
	width: 32%;
	float: left;
	font-size: 84%;
	margin: 10px 6px 15px 2px;
	padding-bottom: 10px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}
.shoppingInline.last {
	margin-right: 0;
}
.shoppingInline p {
	background: #fff;
	margin: 10px;
}
.shoppingInline h2 {
	font-size: 100%;
	text-align: center;
	line-height: 1.2;
}
.shoppingInlinePhoto {
	width: 128px;
	margin: 10px auto;
}
.shoppingInline .shoppingLink p {
	margin: 15px 5px 10px;
	font-size: 92%;
}
/* ショッピング_スタッフのおすすめ
--------------------------------------------- */
/* 超簡単！釜玉うどんを作ろう！ */
.recipe {
	float: left;
	width: 65%;
	background: #fff;
	font-size: 91%;
	margin: 0 0 15px;
	padding-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.recipe h2,
.recipeSide h2 {
	text-align: center;
	background: #933;
	color: #fff;
	width: auto; 
    line-height: 1.5;
	margin: 0;
	padding: 5px;
	text-decoration: none;
}
.recipe p {
	background: #fff;
	margin: 10px;
}
.recipe img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}
.recipeInner {
	background: #fff;
	padding: 10px;
	margin: 10px 15px;
	color: #633;
}
.recipeInner ol {
	list-style: decimal;
	background: #fff;
	padding-bottom: 10px;
}
.recipeInner li {
	margin: 10px 0;
	background: #fff;
}
.recipeInner ol li {
	margin: 10px 0 0 20px;
}
.recipeSide {
	float: right;
	width: 33%;
	text-align: center;
	background: #fff;
}
.recipeSide p {
	background: #fff;
	font-size: 84%;
	margin: 10px;
}
.shoppingSidePhoto {
	width: 128px;
	margin: 15px auto 0;
}

/* ショッピング_香川にお泊り
--------------------------------------------- */
.hotel {
	text-align: center;
}
.hotelNavigation ul {
	text-align: center;
	margin: 10px auto;
}
/* エリアナビゲーション */
.hotelNavigation li {
	display: inline-block;
	border-right: 1px solid #633;
	padding: 0 6px 0 3px;
	color: #633;
	line-height: 1.0;
}
.hotelNavigation li:last-child {
	border-right: none;
}
.hotelNavigation li a:link,
.hotelNavigation li a:visited {
	color: #633;
}
.hotelNavigation li a:active,
.hotelNavigation li a:hover  {
	color: #c96;
}

/* ホテル */
.hotelWrapper {
	margin: 0 0 50px;
	background: #fff;
	font-size: 100%;
}
.hotelWrapper p {
	background: #fff;
}
.hotelWrapper h1 {
	background: #933;
	color: #fff;
/*	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
    line-height: 1.5;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	font-size: 116%;
}
.hotelBlock {
	margin: 10px 0;
	font-size: 100%;
	border-bottom: 1px dotted #633;
}
.hotelnoborder {
	border-bottom: 0;
}
.hotelBlock h2 {
	background: #fff;
	color: #633;
	margin-top: 10px;
	font-size: 100%;
}
.hotelBlock h2 a:link,
.hotelBlock h2 a:visited {
	color: #633;
}
.hotelBlock h2 a:hover,
.hotelBlock h2 a:active {
	color: #eebd7b;
}
.hotelBlock p {
	margin: 10px;
	font-size: 92%;
}
.hotelLink {
	clear: both;
	margin: 15px 0 20px;
	padding-right: 10px;
	text-align: right;
	display: block;
}
.hotelUdonLink {
		border-top: 1px dotted #633;
		padding-top: 15px;
}
.hotelLink::before {
	content: "";
	display: inline-block;
	border: 6px solid transparent;
	border-left-color: #633;
	position: relative;
	left: 3px;
	top: 50%;
	margin-top: -6px;
}
.hotelLink a:link,
.hotelLink a:visited {
	color: #633;
	font-size: 108%;
}
.hotelLink a:hover,
.hotelLink a:active {
	color: #933;
	font-size: 108%;
}

/* 近隣のうどん店 */
.hotelBlock2 {
	text-align: center;
	margin-top: 10px 0;
	font-size: 100%;
	color: #633;
	background: #fff;
	padding-bottom: 10px;
}
.hotelBlock2 h1 {
	background: #fcf7e8;
	color: #633;
    line-height: 1.5;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	font-size: 92%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.hotelInline {
	float: left;
	width: 30%;
	text-align: center;
	background: #fff;
	margin: 0 5px 15px;
}
.hotelInlinePhoto {
	margin: 15px 10px 0;
}
.hotelInlinePhoto img {
	width: 150px;

}
.hotelInline h2 {
	background: #fff;
	color: #633;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 84%;
}

.hotelInline p {
	background: #fff;
	font-size: 92%;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 0;
	width: 150px;
}

.hotelBlock p a:link,
.hotelBlock p a:visited,
.hotelInline p a:link,
.hotelInline p a:visited, {
	color: #633;
	text-align: center;
}
.hotelBlock p a:hover,
.hotelBlock p a:active,
.hotelInline p a:hover,
.hotelInline p a:active {
	color: #eebd7b;
	text-align: center;
}



/* うどん天国
------------------------------------------------------ */
.udonTengoku {
	text-align: left;

}
.udonTengokuLead {
	margin: 5px 0 15px;
	padding: 10px;
	color: #000;
	background: #eef4ff;
	text-align: left;
}
.udonTengoku ol {
	text-align: left;
	margin: 0;
}
.udonTengoku li {
	line-height: 3;
	border-bottom: 1px dotted #039;
}
.udonTengoku li a:link {
	text-decoration: none;
	color: #039;
	margin-right: 30px;
}
.udonTengoku li a:visited {
	text-decoration: none;
	color: #939;
	margin-right: 30px;
}
.udonTengoku li a:hover,
.udonTengoku li a:active {
	text-decoration: none;
	color: #09c;
	margin-right: 30px;
}
/* うどん天国-記事
------------------------------------------ */
.udonTengoku h3 {
    border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	-o-border-radius: 15px 0 0 15px;
	-ms-border-radius: 15px 0 0 15px;	
    color: #630;
	background: #ffcc00; /* Old browsers */
	background: -moz-linear-gradient(left, #ffcc00 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffcc00 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffcc00 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	line-height: 1.5;
	margin: 0;
	padding: 3px 0 0 10px;
	text-decoration: none;
	text-align: left;	
}
.udonTengoku h4 {
    color: #630;
	margin: 10px 10px 20px 20px;
	font-size: 108%;
}
.udonTengoku article p {
	margin-bottom: 15px;
}
.udonTengoku article figure {
	float: right;
	width: 300px;
	background: #fff;
	margin-top: 0;
	display: block;
}
.udonTengoku article figure.h225 {
	float: right;
	width: 225px;
	background: #fff;
	margin-top: 0;
	display: block;
}




/* リンク
---------------------------------------------------- */

.links h3 {
    border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	-o-border-radius: 15px 0 0 15px;
	-ms-border-radius: 15px 0 0 15px;	
    color: #330066;
	background: #cc66ff; /* Old browsers */
	background: -moz-linear-gradient(left, #cc66ff 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #cc66ff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #cc66ff 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	line-height: 1.5;
	margin: 0 0 0 5px;
	padding: 3px 0 0 10px;
	text-decoration: none;
	text-align: left;	
}
.links ul {
	margin: 30px 0;
}
.links li {
	float: left;
	width: 200px;
	padding: 0 10px 30px 10px;
	box-sizing: border-box;
	text-align: left;
}
.links li img {
	display: block;
	margin-bottom: 10px;
	width: 180px;
	border: #CCC 1px solid;
}
.links li a {
	display: inline-block;
	font-size: 13px;
	word-break: break-all;
}
.itemBox{
    display: inline-block;
	position: relative;
}
.itemBoxThumb{
    display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.itemBoxCaption {
	background-color: rgba(0,0,0,0.8);
	padding: 10px 5px;
	position:absolute;
	top:0;
	left:10px;
	width:172px;
	height:108px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity:0;
	word-break: break-all;
}
.itemBoxCaption:hover{
	opacity: 0.9;
}

/* 免責事項
---------------------------------------------------- */

.disclaimer h3 {
    border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	-o-border-radius: 15px 0 0 15px;
	-ms-border-radius: 15px 0 0 15px;	
    color: #003399;
	background: #dde8ff; /* Old browsers */
	background: -moz-linear-gradient(left, #dde8ff 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #dde8ff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #dde8ff 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde8ff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	line-height: 1.5;
	margin: 0 0 0 5px;
	padding: 3px 0 0 10px;
	text-decoration: none;
	text-align: left;	
}
.disclaimer article {
	margin: 10px 0 30px 0;
}
.disclaimer article p {
	margin: 15px 0 30px 15px;
	text-align: left;
	background: #fff;
}
.disclaimer article ul {
	margin: 15px 0 30px 40px;
	text-align: left;
	background: #fff;
}
.disclaimer article li {
	list-style:disc;
}



/* だしの蛇口
---------------------------------------------------- */
.soupTap p {
}

.soupTap article p {
	margin: 15px 0 30px 15px;
	text-align: left;

}

.soupTapSide {
	float: right;
	margin: 20px 0 0 15px;
	width: 200px;
}
.soupTapSide figure {
	margin: 0 0 15px 0;
}
.soupTapSide figcaption {
	text-align:left;
	font-size: 92.3%;
}
.soupTap table {
	margin: 20px 15px 40px;
	width: 560px;
	border: 3px solid #fc0;
	border-collapse: collapse;
}
.soupTap table caption {
	text-align: left;
	font-size: 125%;
	font-weight: bold;
}

.soupTap th {
	border: 1px solid #fc0;
	padding: 5px;
	background: #FFE271;
	width: 15%;
}
.soupTap td {
	border: 1px solid #fc0;
	padding: 10px 5px;
	background: #fff;
	text-align: left;
}
.soupTap ul {
	margin: 20px 15px;
}

.soupTap li {
	float: left;
	margin-right: 20px;
	width: 270px;
}
.soupTap li:last-child {
	margin-right: 0;
}
.soupTap li img {
	width: 270px;
}

.soupTap li img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}


/*トップへのボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
	color: #fff;
    display: block;
	text-decoration: none;
/*    background: #69f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	line-height: 1.0;
    opacity: 0.8;
	padding: 15px;*/
}
#page-top a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
	text-decoration: none;

}
@media print {
#page-top {
	display:none;
}
}