/*　オリジナルテーマ */
.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-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-bar-b {
    border: 1px solid #0b9003;
    background: #0b9003;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px #444;
    background-image: -moz-linear-gradient(top, #00a04b, #00833e);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #00a04b),color-stop(1, #00833e));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00a04b', EndColorStr='#00833e')";
}
/*　リスト　*/
.ui-body-b .ui-bar-b {
    border: 1px solid #0b9003;
    background: #0b9003;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px #444;
    background-image: -moz-linear-gradient(top, #00a04b, #00833e));
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #00a04b),color-stop(1, #00833e)));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00a04b', EndColorStr='#00833e)')";
}
/*　フッタ　*/
.ui-btn-up-b {
    border: 1px solid #006837;
    background: #0b9003;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px #444;
    background-image: -moz-linear-gradient(top, #00a04b, #00833e);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #00a04b),color-stop(1, #00833e));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00a04b', EndColorStr='#00833e')";
}
/*　ボタン hover　*/
.ui-btn-hover-b {
	border: 1px solid #3cc40f;
	background: #3cc40f;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	background-image: -moz-linear-gradient(top, #3cc40f, #299a0b);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3cc40f),color-stop(1, #299a0b));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3cc40f', EndColorStr='#299a0b')";
}

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

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

/* スイッチの幅の調整 */
.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;
}

/* ボタン幅の調整 */
.ui-btn-up-a {
	border: 1px solid 		#222 /*{a-bup-border}*/;
	background: 			#333333 /*{a-bup-background-color}*/;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 24px;
	color: 					#fff /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ -1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #000 /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #555 /*{a-bup-background-start}*/), to( #333 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/);
}
.ui-btn-hover-a {
	border: 1px solid 		#000 /*{a-bhover-border}*/;
	background: 			#444444 /*{a-bhover-background-color}*/;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 24px;
	color: 					#fff /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ -1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #000 /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #666 /*{a-bhover-background-start}*/), to( #444 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/);
}

.ui-btn-down-a {
	border: 1px solid 		#000 /*{a-bdown-border}*/;
	background: 			#3d3d3d /*{a-bdown-background-color}*/;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 24px;
	color: 					#fff /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ -1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #000 /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #333 /*{a-bdown-background-start}*/), to( #5a5a5a /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/);
}
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;
}