@charset "utf-8";

@import url("default.css");
@import url("import.css");


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background:#fff;
}

a:link {
	color:#2c5323;
	text-decoration: none;
}
a:visited {
	color:#2c5323;
	text-decoration: none;
}
a:hover {
	color:#837240;
	text-decoration: underline;
}
a:active {
	color:#837240;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

/*----------------------------------------------------
	汎用class wp 拡張
----------------------------------------------------*/

.alignleft{
	float: left;
	margin: 0 10px 0 0;
}

.alignright{
	float: right;
	margin: 0 0 0 10px;
	
}


/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}

.news_category{
	background: #F60;
	margin: 0 10px;
	padding: 0 8px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.news{
	padding: 10px 0;
	
}
/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	width: 293px;
	margin-bottom: 10px;
}
#headerDesc {
	color: #3c3c3c;
}
#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 11px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 0px;
	height: 20px;
}
#headerDescArea p {
	font-size: 12px;
	font-weight: normal;
	float: right;
	margin: 2px 0px 0 0;
	height: 20px;
}


/* #header_info
----------------------------------------------------------- */
#h_info {
	float: right;
	text-align: right;
	border: 1px solid #009900;
	padding: 4px 10px;
}


/* #pankuzu
----------------------------------------------------------- */

#pankuzu {
	width: 690px;
}


#pankuzu li {
	float: left;
	font-size: 90%;
	list-style-type: none;
	padding: 10px 5px;
}


#pankuzu li a {  
	margin-right: 10px;  
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
	background: #009900;
	height: 45px;
	margin-bottom: 10px;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 961px;
	margin: 0 auto;
}

#navi #gNav li{
	float: left;
	display:block;
	width: 159px;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 12px;
	text-decoration:none;
	background: #009900;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}

#navi #gNav li:last-child{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}

#navi #gNav a{
	display:block;
	padding-top: 10px;
	color: #fff;
	font-weight:bold;
}

#navi #gNav span {
	color: #FF0;
	font-size: 10px;
	display: block;
}


#navi #gNav li a:hover{
	display:block;
	width: 159px;
	height: 45px;
	color: #009900;
	text-decoration:none;
	background: #9C3;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	color: #fff;
	background: #009900;
	padding: 15px 0 0 0;
}

#footer .copyright {
	color: #fff;
	background: #060;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents a:link,
#footerContents a:visited,
#footerContents  a:active {
	color:#fff; 
}

#footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
	color:#666;
	background: #ffcc03;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}



/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 960px;
	margin: 20px auto 0 auto;
	padding-bottom: 60px;
	text-align : left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 20px 12px;
	min-height:1px;
}

.contentsBox .box {
	font-size: 12px;
	width: 280px;
	float: left;
	border: outset  #000000 1px;
	margin-right: 14px;
	padding: 10px;
	background :#fff;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main_only {
	width: 100%;
}

#main {
	float: right;
	width: 700px;
}

h2{
	clear: both;
	font-size: 21px;
	font-weight: normal;
	color :#fff;
	width: 98%;
	background: #009900;
	padding: 6px 6px 4px 15px;
	margin: 5px 0 5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.h2_span{
	position: relative;
	width: 300px;
	top: -35px;
	right: -400px;
	color: #FF0;
	text-align: right;
	display: block;
	height: 0;
	
	
}

h3{
	clear: both;
	font-size: 20px;
	font-weight: normal;
	width: auto;
	height: 35px;
	margin-top: 20px;
	background: url(/images/bg-h3.png) no-repeat;
	padding: 4px 0 0 80px;
	margin-bottom: 8px;
}

h4{
	clear: both;
	color: #009900;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

#contents .section{
	margin: 0 0 20px 0;
	padding: 10px 5px;
}

#contents .sectionBorder{
	margin: 0 0 20px 0;
	padding: 10px 10px;
	min-height:1px;
}

#contents .box {
	width: 200px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 10px 0 10px;
}

#contents .box-end {
	width: 200px;
	float: left;
	margin-right: 5px;
	padding: 0 10px 0 10px;
}

#contents ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(/images/list-arw.png) no-repeat;
	background-position:0% 30%;
}



.products_box{
	width:300px;
	height: 300px;
	border: 3px solid #009900;
}

.products_img {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: 900;
	padding: 5px;
	vertical-align: top;
} 

.products_img span {
	color: #fff;
}

.products_img p {
	display: inline;	
}

.products_img p span {
	position: absolute;
	display: inline-block;
	right: -25px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
	text-align: center;
	text-transform: uppercase;
	top: 22px;
	background: #87be2f;
	width: 100px;
	padding: 3px 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
} 

.products_img p:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -17px;
	right: 69px;
	z-index: -1;
	border: 17px solid;
	border-color: transparent transparent #662121 transparent;
}

.products_img p:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 74px;
	z-index: -1;
	right: -10px;
	border: 17px solid;
	border-color: #662121 transparent transparent transparent;
}

.products_box_210{
	width: 210px;
	height: 210px;
	border: 3px solid #009900;
}

.products_img_210 {
	width: 218px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-family: Arial, sans-serif;
	padding: 6px;
	vertical-align: top;
	color: #666;
} 

.products_img_210 span {
	color: #fff;
}

.products_img_210 strong {
	color: #000;
	font-weight: bold;
}

.products_img_210 p {
	display: inline;	
}

.products_img_210 p span {
	position: absolute;
	display: inline-block;
	right: -25px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
	text-align: center;
	text-transform: uppercase;
	top: 22px;
	background: #87be2f;
	width: 100px;
	padding: 3px 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
} 

.products_img_210 p:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -17px;
	right: 69px;
	z-index: -1;
	border: 17px solid;
	border-color: transparent transparent #662121 transparent;
}

.products_img_210 p:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 74px;
	z-index: -1;
	right: -10px;
	border: 17px solid;
	border-color: #662121 transparent transparent transparent;
}

/* テーブル装飾
----------------------------------------------------------- */
#contents .t-head {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 80px;
}

#contents .t-item {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	width: 535px;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 230px;
	
}

#sub h3{
	font-size: 14px;
	color: #3c3c3c;
	font-weight: normal;
	width: 230px;
	height: 35px;
	background: #faf9f5  url(/images/bg-side-h3.png) no-repeat;
	margin:0;
	padding: 9px 0 0 0px;
	text-align:center;
}

#sub ul {
	margin: -10px 0 2px;
}

#sub ul li{
	list-style-type: none;
	background: url(/images/list-arw.png) no-repeat;
	background-position:0% 49%;
	border-bottom: dashed #ccc 1px;
	margin: 5px 0 5px;
	
}
#sub ul li a{
	display: block;
	text-decoration: none;
}
#sub ul li a:hover{
	background:#ccc;
	
}


#sub .sectionBorder{
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid #dad9d2 1px;
	border-top: #faf9f5;
	background: #faf9f5;
}

#sub .box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}

/* -----------------------------------------------------------
	#index-flash
----------------------------------------------------------- */

#mainImg {
	height: 320px;
	width: 960px;
	margin: 0 auto;
	
}



/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

table {
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

table th {
	background-color: #999999;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	width: 20%;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 13px;
}

table td {
	background-color: #F6F6F6;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	font-size: 13px;
	line-height: 20px;
}



/*
	フォーム
-------------------------------------------------------------------*/

input,textarea{
border:0; 
padding:10px; 
font-size:1.3em; 
font-family:Arial, sans-serif; 
color:#aaa; 
border:solid 1px #ccc; 
margin:0 0 20px; 
}

input:focus,textarea:focus {
border:solid 1px #ff9933;
}					

textarea{
	width: 95%;
}
.wpcf7-submit{
color: #333;
letter-spacing: 15px;
background: #ccc;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
background-image: -webkit-linear-gradient(top, #ddd, #aaa);
background-image: -moz-linear-gradient(top, #ddd, #aaa);
background-image: -ms-linear-gradient(top, #ddd, #aaa);
background-image: -o-linear-gradient(top, #ddd, #aaa);
background-image: linear-gradient(top, #ddd, #aaa);
padding: 5px 5px 5px 20px;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
}

.wpcf7-submit:hover{
border:solid 1px #ff9933;
}					

.wpcf7-not-valid-tip-no-ajax{
	color: #F00;
	padding-left: 10px;	
}