@charset "utf-8";
/* css document */

/*******ページ*******/
* {
	margin:0;
	padding:0;
}
body {
	font-size:100%;
	background:url("../sozai/background.png") ;
	background-position:0 60px;
	background-color:#FCFBF2;
}
.mt-30 {
	margin-top: -30px;
}

.ui-page {
	position:relative;
}
/*ページ右側のイラスト*/
.ui-page:before {
	content:url("../sozai/upper_img.png");
	position:absolute;
	right:40px;
	top:5px;
	z-index:1;
}
#top.ui-page:before {
	right:10px;
}
/*ページ左側のロゴ*/
.ui-page:after {
	content:url("../images/logo.png");
	left:10px;
	top:5px;
	position:absolute;
}

/*******ヘッダー*******/
/*ヘッダーの背景*/
.ui-body-a .ui-header {
	background:url("../sozai/header_bg.png") repeat-x 0 0;
	position:relative;
	padding-top:60px;
	border:none;
}
/*ヘッダーの見出し1の位置*/
.ui-body-a .ui-header h1 {
	position:absolute;
	left:0;
	top:78px;
	margin:0 15px;
}
/*ヘッダーの見出し1のスタイル*/
.ui-body-a .ui-header h1.ui-title {
	font-size:130%;
}
.ui-header h2.ui-title {
	margin: 0.6em 10% 0;
}
/*ヘッダーのリードスタイル*/
.ui-body-a .ui-header p {
	margin:47px 15px 0;
	border-top: 0.2em solid #d0ee78;
	padding-top:10px;
	font-weight:normal;
	color:#033;
	text-shadow:1px 1px 1px #fff;
}
/*トップページの見出し1を非表示*/
#top h1 {
	text-indent:-9999px;
}
/*トップページのヘッダーのリード上マージン*/
#top.ui-body-a .ui-header p {
	margin-top:14px;
	border:none;
}
/*トップページのヘッダーのトップイメージ*/
#top .topimage {
	max-width:1000px;
	width:100%;
	display:block;
	margin:10px auto;
}
/*ヘッダーのHOMEボタンの右マージン*/
.ui-body-a .ui-header .ui-btn-right {
	margin-right:5px;
}
/*ヘッダーの右画像回り込み*/
.img_r {
	float: right;
	padding-left: 0.5em;
}
/*******コンテンツ*******/
/*リストビューとボタンのフォントサイズ*/
.ui-btn-text {
	font-size:110%;
}
/*大バナーのサイズ*/
.bnr_001 {
	max-width:640px;
	width:100%;
	display:block;
	margin:0px auto 10px;
}
/*アコーディオン内の画像のサイズ*/
.ui-collapsible-content img {
	max-width:100%;
	height: auto;
}
/*アコーディオン内のulの余白*/
.ui-collapsible-content ul {
	margin-left: 0.5em;
}
.ui-collapsible-content ol {
	margin-left: 1.8em;
}
/*文字色*/
.fc_green {
	color: #339999;
}
/*******フッター*******/
.ui-footer {
	background:url("../sozai/footer.png") repeat-x        ;
	height:113px;
	position:relative;
	border:none;
}
/*フッターのHOMEボタンの左マージン*/
.ui-body-a .ui-footer .ui-btn-left {
	margin-left:15px;
	position:absolute;
	top:40px;
	left:0px;
}
/*フッター左端のイラスト*/
.ui-body-a .ui-footer:before {
	content:url("../sozai/lower_img.png");
	margin-top:10px;
	position:absolute;
	top:15px;
	left:45px;
}
#top.ui-body-a .ui-footer:before{
	left:10px;
}
#top.ui-page:before {
	right:10px;
}
/*フッターの文字*/
.ui-body-a .ui-footer h4.ui-title {
	font-size:80%;
	text-align:center;
	display:block;
	font-weight:normal;
}
/*******コンテンツの中身*******/
/*写真ボックス1*/
div.imgbox1 {
	margin-bottom:20px;
}
div.imgbox1 img {
	max-width:430px;
	width:100%;
	display:block;
	margin-right:20px;
	margin-bottom:5px;
	float:left;
}
div.imgbox1:after {
	display:block;
	clear:left;
	height:0;
	visibility:hidden;
	content:"";
	zoom:1;
}
div.imgbox1 h3 {
	display:inline-block;
}
/* 写真ボックス2 */
div.imgbox2 {
	margin: 5px 0;
	padding: 10px;
	border:1px solid #d0ee78;
}
div.imgbox2 img {
	width:100px;
	float: left;
	margin-right:10px;
}
div.imgbox2 p {
	margin-left:20px;
}
div.imgbox2 div.migi {
	overflow:hidden;
}
div.imgbox2:after {
	display:block;
	clear:left;
	height:0;
	visibility:hidden;
	content:"";
	zoom:1;
}
/* 写真ボックス3 */
div.imgbox3 {
	margin: 5px 0;
	padding: 10px;
	border:1px solid #d0ee78;
}
div.imgbox3 img {
	width:150px;
	margin-right:10px;
}
div.imgbox3 div {
	display:block;
}
/* 写真ボックス4 ＆ 写真ボックス5 */
div.imgbox4, div.imgbox5 {
	margin:5px 0;
	text-align:center;
}
div.imgbox4 img, div.imgbox4 p {
	width:120px;
}
div.imgbox5 img, div.imgbox5 p {
	width:90px;
}
div.imgbox4 p, div.imgbox5 p {
	font-size:80%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	line-height:1.4em;
}
/*見出し1～6*/
h1, h2, h3, h4, h5, h6 {
	color:#666;
	text-shadow:1px 1px 1px #fff;
}
/*見出し1*/
.ui-content h1 {
	font-size:140%;
}
/*見出し2*/
.ui-content.ui-body-at-size {
	font-size::130%;
}
/*見出し3*/
.ui-body-a .ui-content h3 {
	background: url(../sozai/icon1.png) no-repeat;
	background-position: left top;
	padding-left:32px;
	margin-bottom:5px;
}
/*見出し4*/
.ui-body-a .ui-content h4 {
	display:inline;
	background: url(../sozai/icon2.png) no-repeat;
	background-position: left top;
	padding-left:20px;
}
/*テーブル1*/
dl.tb1 {
	margin:5px 0;
	border:1px solid #d0ee78;
	border-width: 0 1px 1px;
}
dl.tb1 dt {
	width:6em;
	padding:5px;
	float: left;
	font-weight: bold;
	border-top: 1px solid #d0ee78;
	line-height: 150%;
}
dl.tb1 dd {
	padding:5px;
	overflow: hidden;
	border-left: 1px solid #d0ee78;
	border-top: 1px solid #d0ee78;
	line-height: 150%;
}
/*テーブル2(テーブル1の罫線ナシ版)*/
dl.tb2 {
	margin:5px 0;
}
dl.tb2 dt {
	width:6em;
	padding:5px;
	float: left;
	font-weight: bold;
	line-height: 120%;
}
dl.tb2 dd {
	padding:5px;
	overflow: hidden;
	line-height: 120%;
}
/*テーブル3*/
dl.tb3 {
	margin:5px 0;
	border:1px dashed #fff;
	border-width:0 0 1px 0;
}
dl.tb3 dt {
	width:8em;
	padding:5px;
	float: left;
	font-weight: bold;
	border-top: 1px dashed #fff; ;
	line-height: 150%;
}
dl.tb3 dd {
	padding:5px;
	overflow: hidden;
	border-top: 1px dashed #fff; ;
	line-height: 150%;
}
/*テーブル4(定義リスト)*/
dl.tb4 {
	margin:5px 0;
}
dl.tb4 dt {
	font-weight: bold;
	background: url(../sozai/icon2.png) no-repeat;
	background-position: left top;
	padding-left:24px;
}
dl.tb4 dd {
	margin-left:24px;
}
/*ボタンナビのスタイル*/
div.button_navi {
	margin-top:20px;
	text-align:center;
}
.button_navi .ui-block-a {
	float:left;
	height:130px;
}
.button_navi span {
	font-size:90%;
	display:block;
}
.button_navi a {
	text-decoration: none;
}
.button_navi img{
	width:80px;	
}
/*タブナビゲーションのスタイル*/
.tabs {
	margin-top:20px;
	height:36px;
	overflow:hidden;
}
.tabs ul {
	margin:0;
	padding:0;
	height:35px;
	border-bottom:1px solid #d0ee78;
	list-style:none;
}
.tabs li {
	float:left;
	border-right:1px solid #d0ee78;
	border-top:1px solid #d0ee78;
	padding:12px 10px 19px 10px;
	font-weight:bold;
	font-size:12px;
}
.tabs a {
	text-decoration: none;
}
.tabs li.current {
	background:#fefdf4;
	border-left:1px solid #d0ee78;
}
.tabs li:hover {
	background:#ffffcd;
}

.tabs li.close {
	border:none;
	border-left:1px solid #d0ee78;
	border-top:1px solid #d0ee78;
}
.tabs li.zero {
	border:none;
}
/*Googleマップのスタイル*/
div#googlemap {
	width:100%;
	height:300px;
	margin-bottom:10px;
}
/*リストのマージン*/
ul.mark, ol.mark {
	margin:5px 0;
}
/*リストマーク*/
ul.mark li {
	list-style:url(../sozai/list.png) outside;
}
/*リストの左右マージン*/
ul.mark li, ol.mark li {
	margin-left:20px;
}
.right-side {
	text-align:right;
}
/*中央揃え*/
.center-side {
	text-align:center;
}
/*左揃え*/
.left-side {
	text-align:left;
}
/*区切り線*/
hr {
	height:2px;
	background:url("../sozai/hr.png") repeat-x;
	border:none;
}
/*画像またはボーダーの四つ角をカーブさせる*/
.curve {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/*******テーマローラー補足*******/
/*フォームテキストエリアの背景*/
.ui-input-text, .ui-input-search {
	background:#fff;
}
/*フォームのラベルと背景色*/
label.ui-input-text,div.ui-controlgroup-label,label.ui-select,label.ui-slider {
	background:none;
	color:#666;
}
/*フォームの入力エリア内のテキスト色*/
.ui-input-text {
	color:#000;
	text-shadow:none;
}
/*フォームのリセットと送信ボタン*/
fieldset.ui-grid-a {
	margin:0 auto;
	width:280px;
}
/*リストビューのボタンのボーダー*/
li.ui-btn {
	border-width:1px 1px 0 1px;
}
/*アコーディオンのフォントサイズ*/
.ui-body-a h2.ui-collapsible-heading {
	font-size:110%;
}
/*アコーディオン本文のスタイル*/
.ui-body-a .ui-collapsible-content {
	background:#FFC;
	border:none;
}
/*アコーディオン（グループ）のマージン*/
.ui-collapsible, .ui-body-a .ui-collapsible-set {
	margin:5px 10px;
}
/*リストビューカーブなしボタンのマージン*/
.listview_noinset {
	margin:20px 15px;
}
/*検索フィルター付きリストビューのマージン*/
.listview_search {
	margin:20px 0;
}
/*横並びボタンの左側のボーダーを非表示*/
.ui-corner-left {
	border-right:none;
}
/*ナビバーのマージン*/
.ui-navbar {
	margin:10px 0;
}
/*マルチカラムのスタイル*/
p.column {
	font-size:100%;
	font-weight:normal;
	border:1px solid #d0ee78;
	border-left:none;
	padding:5px;
}
/*マルチカラムの高さ*/
.ui-block-a p.column, .ui-block-b p.column, .ui-block-c p.column, .ui-block-d p.column, .ui-block-e p.column {
	height:5em;
}
/*マルチカラム1列目の左ボーダーを表示*/
.ui-block-a p.column {
	border-left:1px solid #d0ee78;
}
/*ダイアログボックスのスタイル*/
#top.ui-dialog {
	margin-top:5px;
	border:none;
}

.ui-dialog .ui-header {
	max-width:500px;
	margin-top:100px;
	padding:0;
}
.ui-dialog .ui-header h2 {
	color:#666;
}
.ui-dialog .ui-content{
	max-width:500px;
}
.ui-dialog .ui-content img {
	max-width:460px;
	width:100%;
}

.ui-icon{
background-image: url(images/icons-18-black.png);

}
