@charset "UTF-8";
/* CSS Document */

#renew {
	width: 220px;
	margin: 30px 30px 30px 0;
	padding: 0;
	font-size: 12px;
	color: #999999;
	text-align: right;
	float: right;
	background-color: #ffffff;
}

/*パンくず*/
#topic-path {
	width: 400px;
  margin: 30px 0 30px 30px;
  padding: 0;
		font-size: 12px;
		color: #999999;
		float: left;
}
#topic-path nav#breadcrumbs ol {
  padding: 0;
  margin: 0;
}
#topic-path nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
		background-color: #fff;
}
#topic-path nav#breadcrumbs ol li:before {
  content: " > ";
  color: #CCC;
  padding: 0;
  margin: 0;
}
#topic-path nav#breadcrumbs ol li:first-child:before {
  content: "";
  padding: 0;
  margin: 0;
}

/*パンくずデータ*/
#topic-path-data {
	width: 100%;
  margin: 30px 0 30px 30px;
  padding: 0;
		font-size: 12px;
		color: #000;
		float: left;
		background-color: #e5e5e5;
		text-align:left;
}
#topic-path-data nav#breadcrumbs ol {
  padding: 0;
  margin: 0;
}
#topic-path-data nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
		background-color: #e5e5e5;
}
#topic-path-data nav#breadcrumbs ol li:before {
  content: " > ";
  color: #999;
  padding: 0;
  margin: 0;
}
#topic-path-data nav#breadcrumbs ol li:first-child:before {
  content: "";
  padding: 0;
  margin: 0;
}


/* リンク */

a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #333399;
	text-decoration: none;
}
a:active {
	color: #333399;
	text-decoration: none;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
a img {
	border-style: none;
}


/* レイアウト */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #000
}
#data-body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #e5e5e5;
}
#wrap {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#inner {
	margin: 0px;
}
.header {
	background-color: #ffffff
}
#side-menu {
	width: 180px;
	float: left;
	background-color: #000
}
#main {
	width: 780px;
	float: right;
	background-color: #FFF
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}


/* メニュー */

.navi {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}
.navi li {
	display: inline;
}
.navi li a {
	padding: 20px 0px;
	width: 180px;
	display: block;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
.navi li a:hover {
	background-color: #cccccc;
	color: #000000;
	text-decoration: none;
}


/* メイン */

#m {
	color:#ff6600;
	font-weight: bold;
}
#m2 {
	color:#57a12a;
	font-weight: bold;
}
#m3 {
	color:#000000;
}
p {
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: 60px;
	line-height: 180%;
	background-color: #ffffff;
}
#blog {
	background-color: #d7dbac;
	font-size: 12px;
	padding: 20px 30px;
	line-height: 160%;
}


#copy {
	background-color: #ffffff;
	margin: 15px 30px;
	padding: 0px 30px;
	line-height: 180%;
}
#button {
	width: 720px;
	position: relative;
	margin: 30px 30px;
}
#ta {
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: 60px;
	margin-top: 20px;
	line-height: 150%;
}
.img {
	vertical-align: text-top; 
	float: left;
	margin-right: 20px;
}


/* サムネイル */

dl.thumbnail div {
	float: left;
	margin: 0 0 5px 0;
}
dl.thumbnail img {
	width: 300px;
	height: 300px;
}
dl.thumbnail a {
	display: block;
}
dl.thumbnail dd {
	text-align: left;
	margin-left: 0;
	margin-top: 2px;
	font-size: 80%;
}

/* キャプション付きサムネイル */

dl.c-thumbnail div {
	float: left;
	margin: 0 30px 5px 0;
}
dl.c-thumbnail img {
	width: 100px;
	height: 100px;
}
dl.c-thumbnail a {
	display: block;
}
dl.c-thumbnail dd {
	text-align: left;
	margin-left: 0;
	margin-top: 2px;
	font-size: 80%;
}

/* キャプション付きサムネイル大 */

dl.c-thumbnail-l div {
	float: left;
	margin: 0 30px 5px 0;
}
dl.c-thumbnail-l img {
	width: 165px;
	height: 165px;
}
dl.c-thumbnail-l a {
	display: block;
}
dl.c-thumbnail-l dd {
	text-align: left;
	margin-left: 0;
	margin-top: 2px;
	font-size: 80%;
}

/* サムネイル関連 */

div.img-box {
	width: 600px;
	margin-left: auto;
	margin-right: 60px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

*+html .clearfix { /* MacIE用 */
	height: 1%;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* リスト */

ul {
	margin: 0 0 0 1em;
	padding: 0;
}
li {
	list-style-image: url(../../img/icon_check.gif);
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 180%;
	background-color: #ffffff;
}


/* 店リスト */

.list table {
	width: 640px;
	position: relative;
	margin-left: auto;
	margin-right: 40px;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px #999999 solid;
	background-color: #ffffff;
}
.list td {
	border: 1px #999999 solid;
	background-color: #ffffff;
	padding: 5 5;
}
.list th {
	border: 1px #999999 solid;
	background-color: #f9f0d4;
	padding: 5 5;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
}
.list .title {
	border: 1px #999999 solid;
	background-color: #f9f0d4;
	padding: 5 5;
	text-align: center;
	vertical-align: middle;
}


/* 見出し */

h1 {
	color: #ffffff;
	font-size: 10pt;
	line-height: 120%;
	padding: 10px 5px 0 0;
	margin: 0;
	font-weight:normal;
}
#manma {
	width: 690px;
	position: relative;
	color: #000000;
	background: #ff6600;
	font-size: 20pt;
	line-height: 1;
	margin: 60px -10px 20px -10px;
	padding: 10px 5px 10px 40px;
	border-top: 3px solid #000000;
}
#manma:after, manma:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #993300;
}
#manma:after {
	left: 0;
	border-right: 5px solid #993300;
}
#info {
	width: 690px;
	position: relative;
	color: #000000;
	background: #fbb05f;
	font-size: 20pt;
	line-height: 1;
	margin: 60px -10px 20px -10px;
	padding: 10px 5px 10px 40px;
	border-top: 3px solid #000000;
}
#info:after, info:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #993300;
}
#info:after {
	left: 0;
	border-right: 5px solid #993300;
}
#sub {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
#sub-w {
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
}
h3 {
	border-left: 20px solid #fbb05f;
	margin: 50px 0px 0px 0px;
	padding: .2em .4em;
	font-size: 16pt;
	background-color: #ffffff;
}


/* フッター */

#footer {
	font-size: small;
	line-height: 150%;
	background-color: #ccc;
}
