@charset "utf-8";
/* CSS Document */
body {
	color: #453400;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	line-height: 1.8;
	width: 100%;
	margin: 0 auto;
	background: url(../img/bg.jpg);
}

/*link*/
a:link {
	color: #453400;
	text-decoration: underline;
}
a:visited {
	color: #453400;
}
a:hover {
	color: #453400;
	text-decoration: none;
	/*	top: 1px;
	left: 1px;
	position: relative;
*/
}

#side .btn-right a {
	border: 1px solid #443400;
	/* border: 1px solid antiquewhite; */
	color: #443400;
	/* color: antiquewhite; */
}

/*見出し*/
#main section h1 {
	margin-bottom: 10px;
}
#side h1 {
	border: 1px solid #443400;
	/* border: 1px solid antiquewhite; */
	padding: 2px;
	color: #443400;
	/* color: antiquewhite; */
	font-size: 12px;
	text-align: center;
}
#side h2 {
	border: 1px solid #443400;
	/* border: 1px solid antiquewhite; */
	padding: 2px;
	color: #443400;
	/* color: antiquewhite; */
	font-size: 12px;
	text-align: center;
	margin: 0 0 10px;
	font-weight: bold;
}

h2 {
	color: #eb6100;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0;
}
h3 {
	color: #44a6ab;
	font-size: 30px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	margin-bottom: 10px;
}
h4 {
	color: #111;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	margin-bottom: 10px;
}
h5,
h6 {
	color: #22ac38;
	font-weight: bold;
}

/*body*/
#body {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/*SEO*/
#seoA {
	width: 100%;
	border-top: #555 solid 2px;
}
#seo {
	margin: 0 auto;
	padding: 5px 0 0;
	width: 960px;
	font-size: 13px;
	line-height: 1.3;
	color: #333;
}
#seo h1 {
	text-align: right;
	font-weight: normal;
	/*	display:inline;
*/
	margin-right: 10px;
}
#seo h1 + p {
	text-align: right;
	display: inline;
}

/*head*/
header {
	width: 100%;
	/*	background-color: rgba(0,0,0,0.9);
*/
}
#headA {
	width: 100%;
}
#head {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	/*position: static;*/
}
#head h1 {
	text-align: center;
}
#head .logo {
	text-align: center;
	/*	position: relative;
	width:150px;
	height:150px;
	left:0px;
	top: -25px;
	z-index: 9999;
*/
}

.tel {
	float: right;
	margin: 0 0px 5px 0;
}
.tel img {
	border-radius: 10px;
}

/* nav */
#navi {
	position: relative;
	width: 810px;
	left: 150px;
	top: -126px;
	z-index: 9999;
}
#navi ul {
}
#navi li {
	width: 162px;
	list-style: none;
	float: left;
	text-align: center;
}

#navi li a {
	text-align: center;
}

#menuA {
	/*	background-color:#eee;
	background-repeat:repeat-x;
*/
}
#menu {
	margin: 0 auto;
	width: 960px;
}
#menu li {
	float: left;
	display: inline;
}

/*FLASH*/
#flashA {
	width: 100%;
	padding: 0px 0 15px;
	/*	background-image:url(../img/flashA.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	background-color: #ffeee0;
*/ /* box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.3);*/
}
#flash {
	width: 950px;
	max-height: 400px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.flashimg1 {
	position: absolute;
	top: 0px;
	z-index: 5000;
}
#juicysliderbox {
	position: relative;
	/* 	overflow:hidden;
	margin: 0 auto;
	box-shadow:rgba(0,0,0,0.2) 0 0 2px 1px;
 */
}
.juicysliderimg {
	position: absolute;
	display: table;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	z-index: 5000;
}
#down_btn {
	position: absolute;
	text-align: bottom;
	width: 100%;
	bottom: 20px;
	z-index: 5000;
}
#down_btn a {
	color: #fff;
	font-size: 30px;
	font-weight: 100;
	font-family: "FontAwesome";
	/*background: #eb6100;*/
	text-decoration: none;
	text-align: center;
	display: block;
}

/* title */
#title {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
#title h1 {
	text-align: center;
}

/*パンくず*/
#pankuzu {
	padding-left: 5px;
	font-size: 11px;
	margin: 5px 0 25px;
}
#pankuzu li {
	display: inline;
}
#pankuzu li a {
	display: inline;
	padding: 0;
}
#pankuzu li + li:before {
	margin: 0 10px;
	content: ">";
}

/*メインコンテナ*/
#containar {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	box-shadow: rgba(125, 125, 125, 0.5) 0px 0px 2px 2px;
	-webkit-box-shadow: rgba(125, 125, 125, 0.5) 0px 0px 2px 2px;
	-moz-box-shadow: rgba(125, 125, 125, 0.5) 0px 0px 2px 2px;
}
#wrapA {
	width: 100%;
	/*box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.2);*/
}
#wrap {
	width: 960px;
	padding: 20px 0px 180px;
	margin: 0 auto;
}

/* content */
#content {
	background: #eee;
	color: #fff;
}
#content section {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
#content section h1 {
	text-align: center;
	margin-bottom: 10px;
}

/*メインメニュー*/
#main {
	float: left;
	width: 710px;
}
.mainbox1 {
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	/*	border:1px solid #aaa;
*/
	box-shadow: rgba(170, 170, 170, 0.298039) 0px 0px 2px 2px;
	-webkit-box-shadow: rgba(170, 170, 170, 0.298039) 0px 0px 2px 2px;
	-moz-box-shadow: rgba(170, 170, 170, 0.298039);
}
.mainbox2 {
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	border-top: 0px solid #f8b551;
	border-right: 2px solid #f8b551;
	border-left: 2px solid #f8b551;
	border-bottom: 2px solid #f8b551;
	/*	box-shadow:rgba(170, 170, 170, 0.298039) 0px 0px 2px 2px;
	-webkit-box-shadow:rgba(170, 170, 170, 0.298039) 0px 0px 2px 2px;
	-moz-box-shadow:rgba(170, 170, 170, 0.298039) 0px 0px 2px 2px;
*/
}
.mainbox-left {
	float: left;
}
.mainbox-right {
	float: right;
}
.mainbox-left,
.mainbox-right {
	width: 321px;
	/*	padding:10px;
	margin-bottom:20px;
*/
}
.mainbox-left .price,
.mainbox-right .price {
	font-size: 13px;
}
.mainbox-left .price dd,
.mainbox-right .price dd {
	font-size: 13px;
	font-weight: normal;
}

/*side*/
#side {
	float: right;
	width: 230px;
	height: 500px;
	font-size: 11px;
	line-height: 1.8;
	background: url(../img/bg-side.png) no-repeat;
	/* background:url(../img/bg-side02.png) no-repeat; */
	color: #443400;
	/* color: antiquewhite; */
}
.sidebox {
	padding: 15px 15px 0;
}
.sidebox ul {
	margin-bottom: 10px;
}
.sidebox li {
	border-bottom: dashed #ccc 1px;
}
/*footer*/
.logo-f {
	float: right;
}
footer {
	position: absolute;
	width: 100%;
	height: 130px;
	bottom: 0;
	background-color: #000000;
	/*background:url(../img/bg-footer.png) repeat-x;*/
}
#footerA {
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
	font-size: 10px;
}
#footer address {
}
#nav-fa {
	width: 100%;
	margin-bottom: 10px;
}
#nav-f {
	padding: 10px 0 0;
	margin: 0 auto;
	list-style-type: none;
	font-size: 11px;
}
#nav-f li {
	display: inline;
	text-align: left;
	text-align: center;
	font-weight: normal;
	border-right: 1px dotted #555;
	padding-right: 23px;
	margin-right: 15px;
}
#nav-f li:before {
	content: url(../img/icon_b.png);
	margin-right: 3px;
}
#nav-f li:last-child {
	border: none;
	margin: 0;
}
#nav-f a:link {
	color: #fff;
	text-decoration: none;
}
#nav-f a:visited {
	color: #fff;
}
#nav-f a:visited {
	color: #fff;
}

/*Copyright*/
.copyright {
	font-size: 10px;
}

/*テーブル*/
table {
	margin: 10px 0;
}
table th {
	vertical-align: middle;
	padding: 5px 10px;
	font-weight: normal;
	line-height: 1.5;
	border: #aaa 1px solid;
}
table td b {
	color: #f19149;
}
table td {
	padding: 5px 10px;
	vertical-align: middle;
	border: #aaa 1px solid;
}
.table_jisseki td {
	text-align: right;
	padding-right: 45px;
}

/*新メールフォーム*/
.form {
	margin: 10px 0 10px;
}
.form h2 {
	text-align: center;
}
.form h2 + p {
	text-align: center;
}
.form span {
	color: #ff0000;
}
.form dl {
	margin: 10px 0;
}
.form dt {
	float: left;
	width: 150px;
	height: 20px;
	line-height: 20px;
	padding-top: 10px;
}
.form dd {
	width: 80%;
	padding-left: 150px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 20px;
	border-bottom: 1px solid #eee;
}
.form dd:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}
.textarea,
textarea,
.dropdown {
	border-radius: 5px;
	border: 1px solid #aaa;
	box-shadow: 1px 1px 1px #ddd;
	-webkit-box-shadow: 1px 1px 1px #ddd;
	-moz-box-shadow: 1px 1px 1px #ddd;
}
.form button {
}
.form-button {
	background: #eee;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	margin: 10px 0;
}
.fm-text {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 11px;
	margin: 10px 0;
}

/*Copyright*/
.copyright {
	font-size: 10px;
}

.new {
	background-color: #990000;
	color: #fff;
	border-radius: 50px;
	padding: 3px 5px;
	margin-right: 10px;
}
.price dt .txt-sub {
	font-size: 11px;
	font-weight: 100;
}
.sp {
	display: none;
}
