@charset "utf-8";


img {
  max-width: 100%;
  height: auto;
}

.obTable {
  display: table;
}
.obTcell {
  display: table-cell;
  vertical-align: top;
}

.borderB3 {
  border-bottom: 3px solid #ccc;
}


/* // proTypeWrap イレギュラー
----------------------------------------------- */
.proTypeWrap:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.proTypeWrap {	display: inline-block;} 
/* Hides from IE Mac */
* html .proTypeWrap {	height: 1%;	}
.proTypeWrap {	display:block;	}
/* End Hack */ 




/* // tipsWrap 営農コラム部分
----------------------------------------------- */
.tipsWrap:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.tipsWrap {	display: inline-block;} 
/* Hides from IE Mac */
* html .tipsWrap {	height: 1%;	}
.tipsWrap {	display:block;	}
/* End Hack */ 



@media screen and (min-width: 581px)  {
	
	#IntroWrap #Lead .inner{
		width: 550px !important;
	}
	#IntroWrap #Lead .inner.full{
		width: 100% !important;
	}
	

	/* // proTypeWrap イレギュラー
	----------------------------------------------- */

	.proTypeWrap{
		width:100%;
		background:#f2efef;
		margin:0px auto 0px;
		box-sizing: border-box;
		padding:0px 10px;
	}

	.proTypeWrap .inner{
		margin:0px auto;
		overflow:hidden;
		position:relative;
		min-height:400px;
	}	
	
	.proTypeWrap .ProductName{
		padding-top:60px;
	}
	
	.proTypeWrap p.en{
		color:#bcbcbc;
		font-weight:600;
		font-size:240%;
	}
	
	.proTypeWrap h3.ja{
		color:#6EB92B;
		font-size:320%;
		font-weight:600;
		padding:0px 0 10px;
		line-height:1.4;
	}
	
	
	.proTypeWrap p.topTxt{
		font-size:180%;
		width:460px;
		line-height:1.4;
		font-weight:500;
		
	}
	
	.secTitleC{
		margin:0 auto;
		background:#01a21f;
		color:rgba(255,255,255,1.00);
		font-size:100%;
		text-align:left;
		padding:4px 16px;
		box-sizing:border-box;
		font-weight:500;
	}
	
	.proTypeWrap .Image .widthFix{
		position: relative;
	}
	
	.proTypeWrap .Image {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 8100;
		width: 100%;
	}

	.proTypeWrap img.main {
		position: absolute;
		top: 0;
		left: 500px;
	}
	
	.proTypeWrap .Image img.sub {
		opacity: 0.1;
		position: absolute;
		top: 50px;
	}
	

	/* // tipsWrap 営農コラム部分	
	----------------------------------------------- */
	
	.tipsWrap{
		width:1000px;
		background:url(../img/products_tips_bg.gif) repeat ;
		margin:50px auto 50px;
		box-sizing: border-box;
		padding:10px;		
	}

	
	.tipsWrap .inner{
		background:rgba(255,255,255,1.00);
		border:1px solid #c9dfcd;
		box-sizing: border-box;
		height:auto;
		position:relative;
		box-sizing: border-box;
		padding:70px 20px 20px;
	}
	
	
	.tipsWrap .inner:before{
		content:"\55B6\8FB2\30B3\30E9\30E0";
		display:block;
		width:220px;
		height:50px;
		position:relative;
		background:#6EB92B;
		color:rgba(255,255,255,1.00);
		clear:both;
		font-size:210%;
		font-weight:bold;
		text-align:center;
		line-height:50px;
		float:left;
		position:absolute;
		top:0px;
		left:0px;
	}
	
	.tipsWrap .tipsTitle:after{
		width: 0;
		height: 0;
		display:block;
		content:"";
		border-style: solid;
		border-width: 50px 50px 0 0;
		border-color: #6EB92B transparent transparent transparent;
		float:left;
		position:absolute;
		top:0px;
		left:220px;
	}

	.tipsWrap .tipsTitle{
		clear:both;
		background:#daedde;
		font-size: 160%;
    	line-height: 1.4;
		font-weight: 500;
		margin-bottom:20px;
		padding:10px 0;
		text-align:center;
	}
	
	.tipsWrap .answer{
		font-size: 160%;
    	line-height: 1.4;
		font-weight: 500;
		color:#6EB92B;
	}
	
	.tipsWrap img{
		width:100%;
	}
	
	.tipsWrap img.circle{
		position:absolute;
		right:-20px;
		top:-10px;
		width:104px;
	}
	
	.tipsWrap .col1{
		float:none;
		width:840px;
		margin:30px auto;
	}
	
	.tipsWrap ul{
		font-size:110%;	
	}
	
	.tipsWrap ul li.howto{
		text-indent:-1em;
		padding-left:1em;
		color:#6EB92B;
		font-weight:500;
		font-size:120%;
		display:block;
		
	}
	
	.tipsWrap ul li.howto span{
		font-size:15px;
		color:#333;
		font-weight:200;
	}
	
	.tipsWrap ul.triangle:after{
		display:block;
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 25px 0 25px 40px;
		border-color: transparent transparent transparent #cccccc;
		position:absolute;
		right:30px;
		top:60px;		
	}
	
	.tipsWrap .col2{
		width:420px;
		box-sizing:border-box;
		padding:10px;
		float:left;
		background:rgba(247,193,194,0);/*チェック用*/
		position:relative;
		margin-bottom:30px;
	}
	
	.tipsWrap .col2.left{
		margin-left:40px;
	}
	.tipsWrap .col2.right{
		margin-right:40px;
	}
	
	.tipsWrap dl{
		border:rgba(110,110,110,1.00) 1px solid;
		clear:both;
		padding:10px;
		width:90%;
		margin:0 auto;
	}
		
	.tipsWrap .caution{
		color:#e60012;
		font-weight:500;
		font-size:80%;
		margin:0 auto;
	}
	.tipsWrap .caution span{
		background:#e60012;
		color:rgba(255,255,255,1.00);
		letter-spacing:0.05em;
		padding:2px 10px;
		display:inline-block;
		line-height:1.4;
	}

}



body.hederFix {
	padding-top:115px;
}

#DetailInnerWrap {
	position:relative;
	z-index:8300;
}

/* // ProductsWrap
----------------------------------------------- */
#ProductsIndex .item {
	position:relative;
	line-height:1.3;
	margin-bottom:65px;
}

#ProductsIndex .item .topWrap {
	position:relative;
/*	padding-bottom:30px;	*/
	padding-bottom: 15px;
}
#ProductsIndex .item .topWrap .name {
	font-size:210%;
	font-weight:600;
	color:#000;
	margin-bottom:7px;
	position:relative;
	z-index:55;
}
#ProductsIndex .item .topWrap .name i {
	color:#CCC;
	padding-left:15px;
	position:relative;
	left:0;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
html:not(.tbsp) #ProductsIndex .item:hover {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
html:not(.tbsp) #ProductsIndex .item:hover .topWrap .name {
	color:#555;
}
html:not(.tbsp) #ProductsIndex .item:hover .topWrap .name i {
	left:10px;
	color:#6EB92B;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*
#ProductsIndex .item .topWrap .type {
	display:inline-block;
	background-color:#222;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
*/

/* 表面排水 */
#ProductsIndex .item .topWrap .typeColor01 {
	display:inline-block;
	background-color:#CE723C;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 埋設 */
#ProductsIndex .item .topWrap .typeColor02 {
	display:inline-block;
	background-color:#007F41;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 心土破砕 */
#ProductsIndex .item .topWrap .typeColor03 {
	display:inline-block;
	background-color:#007CB5;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 部分深耕 */
#ProductsIndex .item .topWrap .typeColor04 {
	display:inline-block;
	background-color:#779752;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 細断・粉砕 */
#ProductsIndex .item .topWrap .typeColor05 {
	display:inline-block;
	background-color:#D18E04;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 表層混和 */
#ProductsIndex .item .topWrap .typeColor06 {
	display:inline-block;
	background-color:#625FA3;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 粗耕起 */
#ProductsIndex .item .topWrap .typeColor07 {
	display:inline-block;
	background-color:#7B6393;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 反転耕起 */
#ProductsIndex .item .topWrap .typeColor08 {
	display:inline-block;
	background-color:#931E56;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 撹拌耕 */
#ProductsIndex .item .topWrap .typeColor09 {
	display:inline-block;
	background-color:#009097;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 砕土・整地（鎮圧） */
#ProductsIndex .item .topWrap .typeColor10 {
	display:inline-block;
	background-color:#2F5A99;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 均平 */
#ProductsIndex .item .topWrap .typeColor11 {
	display:inline-block;
	background-color:#C1AC03;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 播種・施肥 */
#ProductsIndex .item .topWrap .typeColor12 {
	display:inline-block;
	background-color:#934080;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
/* 鎮圧 */
#ProductsIndex .item .topWrap .typeColor13 {
	display:inline-block;
	background-color:#6C9CD3;
	color:#FFF;
	line-height:1;
	padding:4px 7px;
}
#ProductsIndex .item .topWrap .en {
	position:absolute;
	left:0;
	bottom:0;
	font-size:300%;
	letter-spacing:-0.05em;
	font-weight:100;
	color:#000;
	opacity:0.2;
	transform: scale( 1 , 0.9 );
	-webkit-transform: scale( 1 , 0.9 );
	-moz-transform: scale( 1 , 0.9 );
	line-height:1;
	z-index:45;
}
html:not(.tbsp) #ProductsIndex .item:hover .topWrap .en {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color:#6EB92B;
	opacity:1;
}

#ProductsIndex .item .bottomWrap {
	background:url(/_pack/img/products_bg_02.jpg) center center no-repeat;
	background-size:cover;
	color:#FFF;
	position:relative;
	z-index:50;
	padding:15px 15px 25px 15px  ;
}
html:not(.tbsp) #ProductsIndex .item:hover .bottomWrap {
	background:url(/_pack/img/products_bg_02.jpg) left center no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


#ProductsIndex .item .bottomWrap .description {
/*	width:210px;	*/
	width: 230px;
	line-height:1.6em;
}
#ProductsIndex .item .bottomWrap .use {
	position:absolute;
	left:15px;
	bottom:15px;
}
#ProductsIndex .item .bottomWrap .use li {
	display:inline-block;
	margin-right:5px;
	background-color:#000;
	line-height:1;
	padding:3px 5px;
	font-size:88%;
	width:40px;
	box-sizing: border-box;
	text-align:center;
	color:#FFF;
}
#ProductsIndex .item .bottomWrap .use li.use1 {
	background-color:#5b94e3;
}
#ProductsIndex .item .bottomWrap .use li.use2 {
	background-color:#AE75DD;
}
#ProductsIndex .item .bottomWrap .use li.use3 {
	background-color:#CCB055;
}
#ProductsIndex .item .bottomWrap .use li.use4 {
	background-color:#40A54E;
}
#ProductsIndex .item .bottomWrap .use li.use5 {
	background-color:#D16C7A;
}
#ProductsIndex .item .bottomWrap .use li.use6 {
	background-color:#58ADA4;
}
#ProductsIndex .item .bottomWrap .use li.use7 {
	background-color:#8EB247;
}
#ProductsIndex .item .bottomWrap .use li.use8 {
	background-color:#CE82B7;
}

#ProductsIndex .item .ph {
	position:absolute;
	bottom:0;
	right:0;
	z-index:51;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
html:not(.tbsp) #ProductsIndex .item:hover .ph {
	right:-5px;
	bottom:-5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#ProductsIndex .item .ph img {
	opacity:1;
/*	width:260px; */
	width: 200px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
html:not(.tbsp) #ProductsIndex .item:hover .ph img {
	opacity:1;
/*	width:270px; */
	width: 230px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#ProductsIndex .item.okinawa {
	position:relative;
	line-height:1;
}
#ProductsIndex .item.okinawa .frame {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	border:7px solid #EDEDED;
	box-sizing:border-box;
}
#ProductsIndex .item.okinawa .frame .inner {
	border:1px solid #BBBBBB;
	padding:16px;
	box-sizing:border-box;;
	display:block;
}
#ProductsIndex .item.okinawa .description {
	font-weight:300;
	margin-bottom:10px;
}
#ProductsIndex .item.okinawa .name {
	font-size:180%;
	color:#000;
}
#ProductsIndex .item.okinawa .name em {
	font-weight:600;
	padding-right:50px;
	background:url(/_pack/img/products_icon_pdf.png) right center no-repeat;
	background-size: auto 85%;
	margin-right:10px;
}
#ProductsIndex .item.okinawa .name i {
	padding-left:10px;
}
html:not(.tbsp) #ProductsIndex .item.okinawa a.inner:hover {
	background-color:#FFFEF7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
html:not(.tbsp) #ProductsIndex .item.okinawa a:hover .name i {
	padding-left:15px;
	color:#6EB92B;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


/* // IntroWrap
----------------------------------------------- */

#IntroWrap {
	position:relative;
	overflow:hidden;
	background: -moz-linear-gradient(top,  #fff 0%, #EEE 100%);
	background: -webkit-linear-gradient(top,  #fff 0%,#EEE 100%); 
	background: linear-gradient(to bottom,  #fff 0%,#EEE 100%)

}
#IntroWrap #ProductName {
	padding-top:45px;
	padding-bottom:0;
	//background:url(../img/products_detail_bg_01.png);
	color:#FFF;
}
#IntroWrap #ProductName .en {
	font-size:300%;
	font-weight:600;
	color:#6EB92B;
	transform: scale( 1 , 0.85 );
	-webkit-transform: scale( 1 , 0.85 );
	-moz-transform: scale( 1 , 0.85 );
	display:block;
	width:520px;
	line-height:1.3;
	position:relative;
	z-index:8201;
}
#IntroWrap #ProductName .ja {
	font-size:370%;
	font-weight:700;
	display:block;
	width:520px;
	line-height:1.3;
	color:#333;
	-moz-text-shadow: inset 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-text-shadow: inset 0px 0px 3px rgba(0,0,0,0.2);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	position:relative;
	z-index:8203;
}
#IntroWrap #Lead {
	padding-top:45px;
	padding-bottom:70px;
	position:relative;
	z-index:8202;
}
#IntroWrap #Lead .inner {
	width:620px;
}
#IntroWrap #Lead .headTx {
	font-size:230%;
	font-weight:500;
	line-height:1.4;
	margin-bottom:22px;
}
#IntroWrap #Lead .body {
	line-height:2.1;
}
#IntroWrap #Image {
	position:absolute;
	left:0;
	top:0;
	z-index:8100;
	width:100%;
}
#IntroWrap #Image .widthFix {
	position:relative;
}
#IntroWrap #Image img.sub {
	opacity:0.1;
	position:absolute;
	top:50px;
}
#IntroWrap #Image img.main {
	position:absolute;
	top:0;
	left:500px;
}

#IntroWrap.second #ProductName {
	padding-top:25px;
/*	padding-bottom:30px;	*/
	padding-bottom: 150px;
}
#IntroWrap.second #ProductName .en {
	font-size:220%;
}
#IntroWrap.second #ProductName .ja {
	font-size:260%;
}
#IntroWrap.second #Image img.main {
	top:-50px;
	width:550px;
	opacity:0.4;
	left:550px !important;
}


/* // ContentsNavi
----------------------------------------------- */
#ContentsNavi {
	background-color:#e1e1e1;
	text-align:left;
	z-index:9990;
	position:relative;
/*	margin-top:-95px;	*/
	margin-top: -150px;
	padding-bottom: 15px;
}


#ContentsNavi ul {
	display:inline-block;
/*	padding:25px 0; */
	padding:25px 0 10px 0;
}
#ContentsNavi ul li {
	display:inline-block;
	margin-right:9px;
}
#ContentsNavi ul li.name {
	display:none;
}
#ContentsNavi ul li a {
	display:block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#FFF;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.15);
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	font-size:92%;
	line-height:1.3;
	padding:13px 12px;
	min-width:120px;
	box-sizing: border-box;
	text-align:center;
}
#ContentsNavi ul li a:hover,
#ContentsNavi ul li a:hover i {
	background-color:#6EB92B;
	color:#FFF;
}
#ContentsNavi ul li a.on,
#ContentsNavi ul li a.on i
 {
	background-color:#6EB92B;
	color:#FFF;
}
#ContentsNavi:not(.fixed) ul li.ec a {
	background-color:#6EB92B;
	color:#FFF;
}

#ContentsNavi.fixed {
	position:fixed;
	left:0;
	top:62px;
	width:100%;
	line-height:1;
	margin-top:-3px;
	background-color:#eaeaea;
}

#ContentsNavi.fixed ul {
	padding:0 0;
}
#ContentsNavi.fixed ul li {
	display:inline-block;
	float:left;
	margin-right:0px;
	position:relative;
	bottom:-1px;
	vertical-align:bottom;
}
#ContentsNavi.fixed ul li a {
	display:block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color:transparent;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 0 rgba(0,0,0,0.15);
	font-size:86%;
	line-height:1;
	padding:9px 13px;
	min-width:50px;
	box-sizing: border-box;
	text-align:center;
}
#ContentsNavi.fixed ul li.name a {
	background-color:#878787;
	color:#FFF;
	font-weight:400;
	padding-left:16px;
	padding-right:16px;
}
#ContentsNavi.fixed ul li a i {
	font-size:80%;
	vertical-align:top;
	color:#333;
	position:relative;
	top:1px;
}
#ContentsNavi.fixed ul li:not(.name) a:hover,
#ContentsNavi.fixed ul li:not(.name) a:hover i {
	background-color:#D5D5D5;
	color:#333;
}
#ContentsNavi.fixed ul li a.on,
#ContentsNavi.fixed ul li a.on i
 {
	background-color:#D5D5D5;
	color:#333;
	font-weight:300;
}

.blank {
	height:95px;
}

/* // detailSec
----------------------------------------------- */
.detailSec {
	padding-top:35px;
	padding-bottom:80px;
}
.detailSec.bgGray {
	background-color:#F9F9F9;
}

.detailSec .pointList {
	margin-bottom:25px;
	text-align:center;
}
.detailSec .pointList li {
	display:inline-block;
	min-width:220px;
	margin:0 10px 20px;
	vertical-align:top;
}
.detailSec .pointList li .num {
	color:#FFF;
	background-color:#048000;
	text-align:center;
	display:block;
	font-weight:100;
	font-size:122%;
	padding:5px;
}
.detailSec .pointList li .num em {
	font-weight:200;
	font-size:130%;
	padding-left:10px;
}
.detailSec .pointList li .body {
	color:#036B00;
	background-color:#D6E7D6;
	text-align:center;
	display:block;
	font-weight:300;
	font-size:142%;
	padding:15px 10px;
	line-height:1.5;
	position:relative;
}


/* // phBlock
----------------------------------------------- */
.phBlock img {
	position:relative;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* // linupBlock
----------------------------------------------- */
.linupBlock {
	background-color:#111;
	position:relative;
	overflow:hidden;
	margin-bottom:100px;
}
.linupBlock .inner {
	position:relative;
	z-index:10;
	padding-top:110px;
	padding-bottom:72px;
	color:#FFF;
}
.linupBlock .title {
	position:absolute;
	left:50%;
	top:42px;
	margin-left:-500px;
}
.linupBlock .name {
	line-height:1.3;
	font-size:250%;
	font-weight:600;
	padding:15px 0;
	background:url(../img/products_detail_lineup_name_bg.png) center top repeat-y;
	margin-bottom:28px;
}
.linupBlock .name .widthFix {
	padding-right:500px;
	box-sizing: border-box;
}
.linupBlock .btn {
	margin-top:43px;
	padding-left:70px;
}
.linupBlock img.bg {
	position:absolute;
	top:100px;
	left:50%;
	opacity:0.1;
	z-index:8;
	margin-left:-600px;
}
.linupBlock img.main {
	position:absolute;
	left:50%;
	z-index:12;
}


/* // Faq
----------------------------------------------- */
#Faq .detailSec p.faqBtn {
	text-align:right;
	margin-bottom:20px;
} 
#Faq .detailSec p.faqBtn.fixed {
	position:fixed;
	top:10px !important;
	left:auto;
	width:1000px;
} 

#Faq .detailSec h3.titTxD{
	padding: 7px 10px 11px;
}
#Faq .detailSec .faqBlock{
	margin-bottom: 20px;
}
#Faq .detailSec .faqBlock .item {
	border-bottom:1px dotted #CCC;
	padding-bottom:16px;
	margin-bottom:20px;
}

#Faq .detailSec .faqBlock p.qustion a {
	min-height: 13px;
	height: auto !important;
	height: 13px;
	padding:10px;
	display:block;
	color:#444;
	text-decoration:none;
	background-color:#f9f9f9;
	font-weight:400;
	font-size:108%;
	line-height:1.4;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
#Faq .detailSec .faqBlock p.qustion a i {
	font-size:150%;
	position:relative;
	top:3px;
}
#Faq .detailSec .faqBlock p.qustion a.open {
}

#Faq .detailSec .faqBlock p.qustion a:hover, #Faq .detailSec .faqBlock p.qustion a:active{
	background-color:#D2EFD8;
	text-decoration:none;
	color:#555;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

#Faq .detailSec .faqBlock p.qustion a:focus {
	text-decoration:none;
}
#Faq .detailSec .faqBlock .answer {
	margin-top:7px;
	padding:12px 20px 12px 28px;
	background-color:#fff;
	display:none;
}
#Faq .detailSec .faqBlock .answer p {
	font-weight:200;
}
#Faq .detailSec .faqBlock .answer a {
	color:#0626b1;
	text-decoration:underline;
	padding:0 3px;
}
#Faq .detailSec .faqBlock .answer a:hover, #Faq .detailSec .faqBlock .answer a:active {
	text-decoration:none;
}


#Faq .detailSec .faqBlock .answer ul {
	margin:10px 0;
}

/* // Gallery
----------------------------------------------- */
#Gallery .btnNavi {
	text-align:center;
	margin-bottom:25px;
}
#Gallery .btnNavi .btnA {
	width:250px;
}
#Gallery .mvItem {
	
}
#Gallery .mvItem .frame {
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	background-color:#fcfcfc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
#Gallery .mvItem:hover .frame {
	background-color:#FCFFED;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
#Gallery .mvItem .frame img {
	border-top-left-radius: 3px; 
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left--radius: 3px; 
	border-top-right-radius: 3px; 
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right--radius: 3px; 
}
#Gallery .mvItem dt {
	line-height:1.1;
	border-left:4px solid #BBB;
	background-color:#EEE;
	padding:4px 6px;
	margin-bottom:4px;
	font-size:94%;
}
#Gallery .mvItem dd{
	line-height:1.3;
	padding-left:10px;
	margin-bottom:6px;
	font-weight:400;
	font-size:110%;
}
#Gallery .mvItem .inner {
	padding:15px 10px 10px 10px;
	font-size:90%;
}
#Gallery #PhMain {
	width:800px;
	margin:0 auto 20px;
}
#Gallery #PhCarousel li {
	padding:0 10px;
	box-sizing: border-box;
}

/* // UserIntroduction
----------------------------------------------- */
#UserIntroduction .mv {
	position:relative;
	margin-bottom:50px;
}
#UserIntroduction .detailSec {
	padding-bottom:30px;
}
#UserIntroduction .mv .txBox {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	color:#FFF;
	padding:25px;
	box-sizing:border-box;
	-moz-text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	-webkit-text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
}
#UserIntroduction .mv .txBox .catch {
	font-weight:700;
	font-size:260%;
	line-height:1.3;
	margin-bottom:10px;
}
#UserIntroduction .mv .txBox .name {
	font-weight:400;
	font-size:115%;
	line-height:1.3;
}
#UserIntroduction .mv .txBox .name em {
	font-size:120%;
}

#UserIntroduction .contents .box{
	margin-bottom:10px;
	line-height:2;
}
#UserIntroduction .contents .box .tx {
	width:100%;
	box-sizing:border-box;
}
#UserIntroduction .contents .box .image {
	width:380px;
	box-sizing:border-box;
	padding-top:10px;
	position:relative;
}
#UserIntroduction .contents .box .image .caption {
	background-color:rgba(0,0,0,0.5);
	width:340px;
	font-size:88%;
	padding:8px;
	line-height:1.4;
	color:#FFF;
	box-sizing:border-box;
	position:absolute;
	left:0;
	bottom:0;
}
#UserIntroduction .contents .box .image img {
	width:100%;
}
#UserIntroduction .contents .box.imgRight .tx {
	float:left;
	margin-right:-380px;
	padding-right:380px;
}
#UserIntroduction .contents .box.imgRight .image {
	float:right;
	padding-left:40px;
}
#UserIntroduction .contents .box.imgLeft .tx {
	float:right;
	margin-left:-380px;
	padding-left:380px;
}
#UserIntroduction .contents .box.imgLeft .image {
	float:left;
	padding-right:40px;
}


/* // momi
----------------------------------------------- */
.momi .injecter_add1 {
	margin-bottom:70px;
	margin-top:-20px
}
.momi .injecter_add1 .frame {
	border:1px solid #CCC;
	padding:30px;
}
.momi .injecter_add1 .image  {
	float:left;
	width:350px;
}
.momi .injecter_add1 .tx  {
	float:left;
	width:100%;
	margin-right:-350px;
	padding-right:370px;
	box-sizing:border-box;
}
.momi .injecter_add1 .tx p  {
	line-height:1.6;
	font-size:88%;
}


/* // other
----------------------------------------------- */
a.returnIndex {
	width:38px;
	height:128px;
	position:fixed;
	left:0;
	top:160px;
	z-index:99999;
}


.galleryTab {
	padding:20px 0;
	text-align:center;
	background-color:#E1EFE8;
	margin-bottom:40px;
}
.galleryTab a {
	padding-top:18px;
	padding-bottom:18px;
	margin:0 10px;
}

/* // Catalog
----------------------------------------------- */
#Catalog  {
	margin-top:60px;
	background-color:#f4f4f4;
	padding:35px 0;
	text-align:center;
}
#Catalog .image  {
	display:inline-block;
	width:170px;
	margin-right:30px;
}
#Catalog .inner  {
	display:inline-block;
	vertical-align:top;
	line-height:1.3;
}
#Catalog .en  {
	font-size:140%;
	margin-bottom:4px;
	transform: scale(1,0.9);
}
#Catalog .title  {
	font-size:170%;
	font-weight:500;
	margin-bottom:13px;
	margin-left: 20px;
}
#Catalog .btn  {
	margin-top:13px;
}
#Catalog .link  {
	margin-top:10px;
}
#Catalog .link a:hover  {
	border-bottom:1px dotted #BBB;
	transition: .3s;
}

#Catalog .link a i  {
	position:relative;
	left:0;
	transition: .3s;
}
#Catalog .link a:hover i  {
	left:3px;
	transition: .3s;
}
#Catalog .other a.btnA  {
	padding:10px 35px 10px 10px;
	font-size:88%;
	display:inline-block;
	margin-right:10px;
}


.okinawa_waku {
/*	margin-top: 120px !important;	*/
	margin-top: 5px !important;
}






















