﻿/* F
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-f {
	border: 1px solid 		#FF2943;		/* #386525→#FF2943 変更 2013/03/29 ----*/
	background: 			#FFB0C0;		/* #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	color: 					#ffffff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #386525;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FF2943), to( #FFB0C0));     /* #6fab56→ #FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	background-image: -webkit-linear-gradient(#FF2943, #FFB0C);     /* #6fab56→#FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	background-image:    -moz-linear-gradient(#FF2943, #FFB0C);     /* #6fab56→#FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	background-image:     -ms-linear-gradient(#FF2943, #FFB0C);     /* #6fab56→#FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	background-image:      -o-linear-gradient(#FF2943, #FFB0C);     /* #6fab56→#FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	background-image:         linear-gradient(#FF2943, #FFB0C);     /* #6fab56→#FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
}
.ui-btn-up-f {
	text-decoration: none;
	border: 1px solid 		#FF2943;		/* #386525→#FF2943 変更 2013/03/29 ----*/
	background: 			#FFB0C;     /* #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 -1px 1px #386525;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FF2943), to( #FFB0C0));     /* #6fab56→ #FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	background-image: -webkit-linear-gradient(#FF2943, #FFB0C0);     /* #6fab56→#FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	background-image:    -moz-linear-gradient(#FF2943, #FFB0C0);     /* #6fab56→#FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	background-image:     -ms-linear-gradient(#FF2943, #FFB0C0);     /* #6fab56→#FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	background-image:      -o-linear-gradient(#FF2943, #FFB0C0);     /* #6fab56→#FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	background-image:         linear-gradient(#FF2943, #FFB0C0);     /* #6fab56→#FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
}
.ui-btn-hover-f,
.ui-btn-down-f,
.ui-body-f .ui-btn-active {
	text-decoration: none;
	border: 1px solid 		#FF2943;		/* #386525→#FF2943 変更 2013/03/29 ----*/
	background: 			#FFB0C0;     /* #4c8832→#FFB0C0 変更 2013/03/29 ----*/
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 -1px 1px #386525;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FF2943), to( #FFB0C0));     /* #6fab56→ #FF2943 変更 2013/03/29 #4c8832→#FFB0C0 変更 2013/03/24 ----*/
	background-image: -webkit-linear-gradient(#FFB0C0, #FF2943);     /* #4c8832→#FFB0C0 変更 2013/03/24 #6fab56→#FF2943 変更 2013/03/29----*/
	background-image:    -moz-linear-gradient(#FFB0C0, #FF2943);     /* #4c8832→#FFB0C0 変更 2013/03/24 #6fab56→#FF2943 変更 2013/03/29----*/
	background-image:     -ms-linear-gradient(#FFB0C0, #FF2943);     /* #4c8832→#FFB0C0 変更 2013/03/24 #6fab56→#FF2943 変更 2013/03/29----*/
	background-image:      -o-linear-gradient(#FFB0C0, #FF2943);     /* #4c8832→#FFB0C0 変更 2013/03/24 #6fab56→#FF2943 変更 2013/03/29----*/
	background-image:         linear-gradient(#FFB0C0, #FF2943);     /* #4c8832→#FFB0C0 変更 2013/03/24 #6fab56→#FF2943 変更 2013/03/29----*/
}
/* ボタン追加 2013/04/23 ----*/
.btn {
	background: -moz-linear-gradient(top,#BFE5F2, #63B3D2 50%,#0081B4 50%,#00679A);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFE5F2), color-stop(0.5,#63B3D2), color-stop(0.5,#0081B4), to(#00679A));
	border: 1px solid #DDD;
	color: #FFF;
	width: 100px;
	padding: 10px 0;
}


/* 他
-----------------------------------------------------------------------------------------------------------*/
#new dl, #new dt, #new dd {
	margin: 0px;
	padding: 0px;
}
#new dt {
	font-weight: bold;
}
#new dd {
	border-bottom: 1px solid #999;
}
h2 {
	font-size: 1.2em;
	color: #4c8832;
}
h2::before {
	content: "■";
}
.ui-footer {
	text-align: center;
}
.ui-footer a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.ui-header h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}
.bg1 {
/* 	background: url(../../images/bg.jpg) repeat-x fixed center -100px;   削除 2013/03/24 -------*/
}
#new .ui-content,
#shopping2 .ui-content {
	background: #FFF;
}
#googlemap {
	width: 100%;
	height: 300px;
	border: 8px solid #ccc;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

table.mailform {

	width: 100%;
}

table.mailform tr th,table.mailform tr td {

	text-align: left;

	font-weight: normal;

	font-size: 12px;

	border-bottom: solid 1px #999999;

	padding: 7px 5px 7px 5px;
}

table.mailform tr th {

	width: 150px;
}

table.mailform tr th span {

	color: #CC0000;
	font-size: 10px;
}

table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}

table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}