/*　オリジナルテーマ */
.ui-content {
	font-size: 12px;
}

.ui-header .ui-title {
	font-size: 14px;
}

.ui-footer .ui-title {
	font-size: 8px;
}

.ui-field-contain div.ui-slider-switch{width: 10em}

a.ui-link-inherit {
	font-size: 12px;
}
.ui-controlgroup {
	text-align: center;
}

.sep {
	border-top: 1px solid #dcdcdc;
	border-bottom:1px solid #ccc;
	margin: 15px 0;
}
.ui-content .h1{
	color:#000;
	font-size:17px;
	text-shadow:1px 0 0 #FFF;
}
.ui-content .yachin,.ui-content .notice{
	color:#f00;
}
.ui-content .yachin {
	font-size: 16px;
}
.ui-block-a {
	text-align: left;
}

.ui-block-b {
	text-align: right;
}
/************************************************************************************************/
#slider {
	position: relative;
	left: 30px;
}
#slider ul,#slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	overflow: hidden;
	width: 230px;
	height: 250px;
	text-align:center;
}
#prevBtn,
#nextBtn {
	display: block;
	position: absolute;
	top: 30px;
	width: 30px;
	height: 77px;
	text-indent: -9999px;
}

#prevBtn { left: 17px; }
#nextBtn { right:12px; }

#prevBtn a, #nextBtn a {
	display:block;
	width: 19px;
	height: 140px;
	background:url(../images/left_btn_word.gif)0 center no-repeat;
}

#nextBtn a {
	background:url(../images/right_btn_word.gif)0 center no-repeat;
}

/************************************************************************************************/
/*　オリジナルテーマ　*/

/*　ヘッダ　*/
.ui-bar-b {
    border: 1px solid #2b520a;
    background: #2b520a;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px #444;
    background-image: -moz-linear-gradient(top, #529a16, #437e12);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #529a16),color-stop(1, #437e12));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#529a16', EndColorStr='#437e12')";
}
/*　リスト　*/
.ui-body-b .ui-bar-b {
    border: 1px solid #7f1c10;
    background: #7f1c10;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px #444;
    background-image: -moz-linear-gradient(top, #529a16, #437e12));
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #529a16),color-stop(1, #437e12)));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#529a16', EndColorStr='#437e12)')";
}
/*　フッタ　*/
.ui-btn-up-b {
    border: 1px solid #2b520a;
    background: #2b520a;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px #444;
    background-image: -moz-linear-gradient(top, #529a16, #437e12);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #529a16),color-stop(1, #437e12));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ac2b1b', EndColorStr='#ac2b1b')";
}
/*　ボタン hover　*/
.ui-btn-hover-b {
		border: 1px solid #6bca1b;
		background: #6bca1b;
		color: #fff;
		font-weight: bold;
		text-shadow: 0 1px 1px #fff;
		background-image: -moz-linear-gradient(top, #6bca1b, #58a516);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6bca1b),color-stop(1, #58a516));
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6bca1b', EndColorStr='#58a516')";
}

/*　ボタン hover　*/
.ui-btn-down-b {
    border: 1px solid #7f1c10:
    background: #7f1c10;
    color: #fff;
     ont-weight: bold;
    text-shadow: 0 1px 1px #444;
    background-image: -moz-linear-gradient(top, #437e12, #529a16);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #437e12),color-stop(1, #529a16));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#437e12', EndColorStr='#529a16')";
}

/*　ボタン active　*/
.ui-btn-active {
    border: 1px solid #7f1c10;
    background: #7f1c10;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 1px 1px #444;
		text-decoration: none;
    background-image: -moz-linear-gradient(top, #529a16, #437e12);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #529a16),color-stop(1, #437e12));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#529a16', EndColorStr='#437e12')";
}

/* リスト内のサムネイル画像　*/
.ui-li-thumb {
	padding: 3px;
	max-height: 100px;
	max-width: 100px;
}
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit {
	min-height: 80px;
	padding-left: 120px;
}

/* スイッチの幅の調整 */
.ui-field-contain div.ui-slider-switch {
		width: 15em;
}

#gmap,#gmap2 {
    width: 80%;
    height: 200px;
    margin: 10px 0;
    border:4px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
p.error_msg {
	font-family: 	"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	background: 	#ffdfde;
	padding: 	5px;
	margin:		0 0 20px 0;
	font-size: 	14px;
	color: 		#d61800;
	font-weight: 	bold;

}
p.ok_msg {
	font-family: 	"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	background: 	#eff7de;
	padding: 	5px;
	margin: 	0 0 20px 0;
	font-size: 	14px;
	color: 		#089600;
	font-weight: 	bold;
}