@charset "utf-8";
* {
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
	background: #F5EFD8;
	color: #330000;
	font-size:0.8em;
	line-height:1.5em;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

h2#pageTitle{
	width:100%;
	margin:10px 0;
	font-size:1.24em;
	color:#FFF;
	background:url(../images/common/bgTitle.jpg) repeat;
	padding:20px 0;
	display:block;
}

h2#pageTitle span{
	padding:0 10px;
	display:block;
}

#btnBack{
	margin:10px 0 0;
}

.wide {
  width: 100%;
}

.w01 {
	width: 25%;
  	display: block;
	float:left;
}

.w02 {
	width: 50%;
  	display: block;
	float:left;
}

.w03 {
	width: 75%;
  	display: block;
	float:left;
}

.c {
	clear:both;
}


.iCent {
	text-align:center;
	display:block;
	padding:0 0 10px 0;
	clear:both;
}
.iCent02 {
	width:90%;
	margin:0 auto;
	text-align:center;
	display:block;
	padding:0 0 10px 0;
	clear:both;
}
.iCent02n {
	width:90%;
	margin:0 auto;
	text-align:center;
	padding:0;
	display:block;
	clear:both;
}
.iCent03 {
	width:90%;
	margin:0 auto;
	text-align:center;
	display:block;
	padding:10px 0;
	clear:both;
}
.iRight {
	text-align:right;
	display:block;
	padding:0 0 10px 0;
	clear:both;
}

.imgL {
	float:left;
	margin:0 10px 10px 0;
	display:block;
}

.sent01 {
	display:block;
	padding:0 10px 10px;
	clear:both;
}


.sent02 {
	display:block;
	padding:0 0 10px;
	clear:both;
}

.section{
	margin:0 0 20px;
}

.section02{
	padding:0 0 20px;
}

.bold {
  font-weight: bold;
}

.sTitle{
	background:url(../images/common/icon01.png) no-repeat 10px bottom;
	padding:0 10px 0 40px;
}

/* テキストを省略せずに表示する */
.ui-header .ui-title,.ui-footer .ui-title,.ui-btn-inner,.ui-li-heading,.ui-li .ui-btn-text a.ui-link-inherit,.ui-li-desc {
  overflow: visible;
  white-space: normal;
}
.mapBox {
  width: 100%;
  height: 240px;
  border: 8px solid #ccc;
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

/*入力フォームの背景を調整*/
textarea.ui-body-b,input.ui-body-b {
  background-color: white;
}
/*見出しとフォーム部品の間の余白を調整*/
.ui-field-contain:first-child {
  padding-top: 0;
}

b {
	color:#FF0000;
}

/* listItem01
========================================== */
.listItem01 {
  width: 100%;
  background:#EBD3B6;
  display:block;
  margin:0 0 20px;
  padding:10px 0 0 0;
}

.listItem01 dl{
  width: 100%;
  background:#FFF;
  display:block;
  margin:0 0 10px;
}

.listItem01 a{ color:#330000; display:block;}
.listItem01 a:hover{ color:#039; }

.listItem01 dl dt{
  width: 25%;
  float:left;
  display:block;
}

.listItem01 dl dd{
  width: 75%;
  float:right;
  display:block;
}

.listItem01 dl dd span{
	padding:10px;
	display:block;
}

.listItem01 dl dd.title{
	font-weight:bold;
	background:#D5A866 url(../images/common/icon02.png) no-repeat right bottom;
}



/* itemContents
========================================== */

.itemContents dl{
  width: 100%;
  display:block;
  margin:0 0 10px;
}

.itemContents dl dt{
  width: 50%;
  float:left;
  display:block;
}

.itemContents dl dd{
  width: 50%;
  float:right;
  display:block;
}

.itemContents dl dd span{
	padding:30px 10px 10px 10px;
	display:block;
}

.itemContents dl dd.title{
	font-weight:bold;
	background:#EBD3B6;
}

.itemContents dl dd.title span{
	padding:10px;
}

	/* tableType01
	========================================== */
	table.tableType01{
		width:100%;
		line-height:1.4em;
		margin:0 0 10px;
	}
	
	table.tableType01 th{
		padding:5px;
		text-align:right;
		border-left:#F5EFD8 solid 10px;
		border-bottom:#D7BF64 solid 1px;
		background:#F0F0F0;
	}
	
	table.tableType01 td{
		padding:5px;
		border-right:#F5EFD8 solid 10px;
		border-bottom:#D7BF64 solid 1px;
		background:#FFF;
	}

	/* tableType02
	========================================== */
	table.tableType02{
		width:100%;
		line-height:1.24em;
		text-align:left;
		margin:0 0 20px;
	}
	
	table.tableType02 th{
		padding:5px;
		color:#3F9873;
		border-top:#FFF solid 1px;
		border-bottom:#FFF solid 1px;
		text-align:right;
		background:#EEF3E9;
	}
	
	table.tableType02 td{
		padding:5px;
		border-top:#FFF solid 1px;
		border-bottom:#FFF solid 1px;
		background:#CDEBDB;
	}

/* #footer　フッター共通
========================================== */
#footer{
	background:#E4D698;
	padding:0 0 30px;
}

#footer ul#btnPage{
	background:#E9B576;
}

p#copyright{
	text-align:center;
	font-size:0.8em;
	padding:15px 10px 5px 10px;
	color:#FFF;
	background:#F5EFD8 url(../images/common/bgFoot.jpg) repeat-x center bottom;
}

#menu{
	 cursor:pointer;
}



/* トップページのみ
========================================== */
#mainVisual{
	width: 275px;
	margin:0 auto;
	display:block;
}

#mainVisual ul li{
	list-style:none;
}

#recommendItem{
	width:100%;
	background:#EBD3B6;
	margin:0 0 20px;
	padding:10px 0 0 0;
	display:block;
}

#top #recommendItem{
	padding:0;
}

#recommendItem table{ width:100%;}
#recommendItem table tr th{ width:50%; }
#recommendItem table tr td{ width:50%; padding:10px;}

p#btnToExhibition{
	padding:0 0 2px;
}




















