@charset "utf-8";

/*============================================================================
	SP非表示
==============================================================================*/

.hiddenSp{
visibility: hidden;
display: none;
width: 0;
height: 0;
}

.gFont{
font-family: 'Oswald', sans-serif;
}

/*============================================================================
	
	グラデコード
	linear-gradient(-320deg, rgba(108,204,202,0.55), rgba(135,213,148,0.64))

	linear-gradient(-90deg, #6cccca 0%, #87d595 100%)
	
	緑
	#7ad1af
	
==============================================================================*/

/*============================================================================	
	index頭部
==============================================================================*/

#headBg {
	margin-top: 35px;
	width: 100%;
/*
	height: 300px;

	background: linear-gradient(-320deg, rgba(135,213,148,0.15), rgba(108,204,202,0.14)),
	url(../img/bg_space.jpg);
	background-size: cover;
	background-position: center center;
*/
	}
/*============================================================================
	頭の話header#globalHeader
==============================================================================*/

h1#logo{
	width:87px;
	height:33px;
	margin: 4px 0 0px 7px;
	float: left;
}
h1#logo a{
    display:block;
	width:87px;
	height:33px;
	background: url(../img/logo.png) no-repeat;
	background-size: 87px 33px;
	text-decoration:none;
	text-indent:-1000px;
	font-size:8px;
    overflow:hidden;
}
h1#logo a:hover { text-decoration:none;}


/*============================================================================
	bg
==============================================================================*/

/* 白背景 */
.about000{
	clear: both;
	width: 100%;
	height: 100%;
	background: #FFF;
	padding-top: 20px;

}
/* 色 */
.about200{
	clear: both;
	width: 100%;
	height: 100%;
	background: #fcfff8;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* 画像背景 */
.about300{
	clear: both;
	width: 100%;
	height: 100%;
	background: url(../img/bg_data.jpg) center center;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* 下層使用 */
#mainHeadBlock{
	width: 100%;
	height: 100px;
	background: url(../img/main1.jpg) top center;
	background-size: cover;
}
/* スペース部分 */
.bgSpace{
	width: 100%;
	height: 120px;
	background: linear-gradient(-320deg, rgba(135,213,148,0.55), rgba(108,204,202,0.64)),
	url(../img/bg_space.jpg);
	background-size: cover;
	background-position: center center;
}

/*============================================================================
	中の話#mainCont
==============================================================================*/

/* Main部分バナー */
.mainBn{ width:994px; margin: 0 auto; padding:80px 0 80px 0; text-align:center; clear: both;}
.mainBnMap{ width:100%; margin: 0 auto; padding:20px 0 10px 0; text-align:center; clear: both;}
.mainBn550t{ width:550px; margin: 0 auto; padding:80px 0 0 0; text-align:center; clear: both;}
.mainBn550b{ width:550px; margin: 0 auto; padding:36px 0 80px 0; text-align:center; clear: both;}
.mainBnBill{ width:550px; margin: 0 auto; padding:10px 0; text-align:center; clear: both;}

/* マージン */
.mt40{margin-top: 40px;}
.mt80{margin-top: 80px;}
.mb80{margin-bottom: 80px;}
.mt90{margin-top: 90px;}
.mtM10{margin-top: -10px;}
.mtM20{margin-top: -20px;}
.pb80{padding-bottom: 40px;}


/* ページ見出し部分 */
h2{
	clear: both;
	font-size: 24px;
	color: #7ad1af;
	text-align: center;
	margin:10px auto 0 auto;
	font-family: 'Oswald', sans-serif;
}
.h2Read{
	font-size: 12px;
	color: #383838;
	font-weight: bold;
	text-align: center;
	margin:5px auto 5px auto;
	padding-bottom: 10px;
}
.line{
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	height: 1px;
	background: linear-gradient(-90deg, #6cccca 0%, #87d595 100%);
}

h3.titleH3{
	clear: both;
	width: 200px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin:10px auto 10px auto;
	padding: 8px;
	border: solid 1px #de0716;
}
.h3Read{
	clear: both;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin:10px auto 10px auto;
}

h6.titleH6{
	clear: both;
	width: 704px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
	margin:0px auto 10px auto;
}
.h6Read{
	font-size: 15px;
	color: #666;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin:10px auto 60px auto;
}

h5{
	clear: both;
	margin:60px auto 30px auto;
	text-align: center;
	font-size:24px;
	color:#ff6600;
	font-weight:bold;
}

p{
	width: 90%;
	margin:20px auto;
	color: #383838;
	font-size: 100%;
	line-height:180%;
	margin-bottom: 20px;
}
p.noWidth{
	width: 90%;
	color: #666;
	font-size: 16px;
	line-height:180%;
	margin-bottom: 20px;
}

.subMidashi{
	clear: both;
	font-size: 24px;
	color: #1d5aa4;
	text-align: center;
	margin:70px auto 0 auto;
}

.centerText{
	text-align: center;
}
.textRight{
	width: 710px;
	margin:20px auto;
	text-align: right;
	font-size: 16px;
}

/*============================================================================
	下の話footer#globalFooter
==============================================================================*/

/* フッターボトムボタン */
#entryBtmBox{
	width: 100%;
	background: linear-gradient(-90deg, #6cccca 0%, #87d595 100%);
	padding: 10px 0;
}

#entryBtmInner{
	width: 100%;
	margin: 0 auto;
}

#entryBtmInner a.entryBtmBtn{
	display: block;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
}
#entryBtmInner a.entryBtmBtn:hover{
	color: #000;
	text-decoration: none;
}
.sideText{
	display: block;
	padding-top: 2px;
	font-size: 12px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

/* page-top */
#pageTop {
	position: fixed;
	bottom: 10px;
	right: 15px;
	z-index: 100;
}
#pageTop a {
	display: block;
	background: url(../img/gotop.png);
	background-size: 34px 34px;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gotop.png);
	background-size: 34px 34px;
}


.footMiddle{
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}

/* footRight */
#footRight a{
	float: right;
	display: block;
	text-indent: -9999px;
	margin: 0px 0 36px auto;
	width:87px;
	height:33px;
	background: url(../img/logo.png) no-repeat;
	background-size: 87px 33px;
}


/* footLeft */
#footLeft {
	float: left;
	margin: 0 auto;
	width: 150px;
}
.footList{
	width: 150px;
	vertical-align: top;
	margin: 0 0px 0 0px;
	text-align: left;
	padding-left: 16px;
	border-left: 1px solid #FFF;
}
.footList li.footMenu{
	list-style: none;
	padding: 5px 0 5px 0;
}
/*
.footList li.footMenu:first-child{
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
*/
.footList li.footMenu a{
	font-size: 100%;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
}
.footList li.footMenu a:hover{
	color: #999;
	text-decoration: underline;
}

#footBtm{
	width: 100%;
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	text-align: center;
	color: #FFF;
}
#footBtm a{
		color: #FFF;
}

/*============================================================================
	index
==============================================================================*/

.arrowImg{ width:994px; margin: 0 auto; padding:0; text-align:center; clear: both;}

.indexTitle{
	width: 90%;
	margin: 30px auto;
	text-align: center;
	color: #000;
	font-size: 20px;
	line-height: 140%;
}
.indexText{
	width: 90%;
	text-align: center;
	margin: 10px auto 40px auto;
	line-height: 160%;
	color: #000;
	font-size: 14px;	
}





/* 2 */
.inlineBlock2{
	margin: 20px auto 40px auto;
	text-align: center;
}
.inlineBlock2 .inlineBlockOne2{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 280px;
	margin: 0 20px;
	border-radius: 8px;
}
.inlineBlock2 .inlineBlockOne2 h4.inlineBlockTitle2{
	text-align: center;
	font-size: 16px;
	color: #383838;
	font-weight: normal;
	margin: 60px auto 20px auto;
}
.inlineBlock2 .inlineBlockOne2 .inlineBlockImg2{
	text-align: center;
	width: 180px;
	margin:0 auto 20px;
}
.inlineBlock2 .inlineBlockOne2 .inlineBlockText2{
	width: 80%;
	margin: 20px auto 0;
	text-align: left;
	font-size: 12px;
	color: #383838;
	line-height: 180%;
}
.inlineBlock2 .inlineBlockOne2 .inlineBlockText20{
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
	font-size: 18px;
	color: #383838;
	line-height: 180%;
}



.mapBox{
	width: 100%;
}
.mapBoxLeft{
	width: 100%;
}
.mapBoxTitle{
	margin: 30px auto 20px auto;
	text-align: center;
	font-size: 16px;
	color: #383838;
	font-weight: bold;
}
.mapBoxMap{
	width: 100%;
}
.mapBoxText{
	margin: 20px auto;
	text-align: center;
	font-size: 12px;
	color: #383838;
	font-weight: normal;
}

/*============================================================================
	ボタン関係
==============================================================================*/



.btnBox{
	clear: both;
	margin: 80px auto;
}

a.mailBtn{
	display: block;
	width: 300px;
	background:#7ad1af;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 22px 6px 18px 6px;
	margin: 0 auto 20px auto;

	/*background: linear-gradient(-320deg, #c90505, #d60000, #f30069, #c354ff,#ad6cff);*/
}
a.mailBtn:hover{
	text-decoration: none;
	background:#3ca17b;
}


.btnInput {
	display: block;
	width: 300px;
	background:#7ad1af;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 22px 6px 18px 6px;
	margin: 0 auto 5px auto;
	border: 1px solid #FFF;
}
.btnInput:hover{
	text-decoration: none;
	background:#3ca17b;
}

.btnInputNo {
	display: block;
	width: 300px;
	background:#FFF;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 22px 6px 18px 6px;
	margin: 0 auto 5px auto;
	border: 1px solid #999;
}


.mailMainText{
	font-size: 110%;
	color: #333;
	display: block;
	margin: 36px auto 36px auto;
	text-align: center;
}
.logBox {
	clear: both;
	width: 85%;
	height: 300px;
	overflow: auto;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #FFF;
	border: 1px solid #979a9f;
}

.hisu{
	float: right;
	display: block;
	text-align: center;
	width: 30px;
	margin: 0 2px;
	padding:2px; 1px;
	font-size: 60%;
	font-weight: normal;
	line-height: 130%;
	background-color: #CC0000;
	color: #FFF;
	border-radius: 3px;
	border: 1px solid #990000;
}

/*============================================================================
	デフォルト テーブル
==============================================================================*/

.defTable table {
	width: 94%;
	margin: 40px auto 40px auto;
	border-collapse: collapse;
}

.defTable th, .defTable td {
	font-size: 12px;
	padding: 5px 16px;
	line-height: 160%;
	color: #000;
}
.defTable th {
	font-weight: bold;
white-space: nowrap;
	border-right: 1px solid #000;
}
.defTable td.bigTd{
	font-size: 140%;
}
.defTable th.borNone, .defTable td.borNone {
	border-bottom: none;
}

/* 偶・奇数
---------------------------------*/
.defTable table tr.odd td {
	background: #efefef;
}
.defTable table tr.even td {
	background: #999999;
}

/*============================================================================
	レスポテーブル
==============================================================================*/

section table	{ width: 850; margin: 30px auto;}
section th, section td	{ padding: 5px 0; font-size: 100%; color: #666;}
section th	{ vertical-align: top; font-weight: normal; }
section th.borNone, section td.borNone {
	border-bottom: none;
}
section th.borOn {
	border-top: 1px solid #70cfeb;
}
section td.borOnPc {
	border-top: 1px solid #70cfeb;
}
	
/*----------------------------------------------------
	.demo01
----------------------------------------------------*/
.demo01 th	{ width: 250px; text-align: left; line-height: 160%; padding: 10px; border-top:;}
.demo01 td	{ width: 460px; text-align: left; line-height: 160%; padding: 10px; border-top:;}
@media only screen and (max-width:980px){
	.demo01	{ margin: 0 auto; width: 92%;}
    .demo01 th,
    .demo01 td{
    	border-top: 2px solid #70cfeb;
		width: 90%;
        display: block;
		border-top: none;
    }
	.demo01 tr:last-child th{}
	.demo01 tr:last-child td{}
}

input.wL{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 100%;
	margin: 0 auto;
}
input.wM{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 120px;
	margin: 0 auto;
}
input.wS{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 60px;
	margin: 0 auto;
}
textarea.wArea{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width:100%;
	height: 60px;
	display: block;
	margin: 0 auto;

}





/*============================================================================
	未使用
==============================================================================*/

/* floatBox */

.floatBox{
	width: 95%;
	margin:0 auto 30px auto;
}
.floatBoxLeft{
	width: 95%;
	margin:40px auto 10px auto;
	color: #333;
	font-size: 18px;
	line-height:180%;
}
.floatBoxRight{

	max-width: 300px;
	margin:40px auto 10px auto;
	color: #333;
	font-size: 16px;
	line-height:180%;
}

/* インタビュー内 */

.floatLeftTitle{
	width: 100%;
	margin: 10px auto 10px auto;
	line-height: 160%;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
.floatLeftLine{
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	height: 6px;
	background: linear-gradient(-320deg, #c90505, #d60000, #f30069, #c354ff,#ad6cff);
}
.floatLeftText{
	width: 100%;
	margin: 10px auto 20px auto;
	line-height: 160%;
	color: #000;
	font-size: 90%;
}

/* インタビュー下部 */

.interSubBlock{
	width: 100%;
	height: 113px;
	margin: 0 auto;
	background: url(../img/bg_inter_img.jpg) center center;
	background-size: 1500px 113px;
	position: relative;
}
.interSubBox{
	width: 100%;
	height: 113px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
}
.interSubBoxImg{
	display: block;
	float: left;
	width: 150px;
	height: 113px;
	
}
.interSubBoxText{
	display: block;
	float: right;
	width: 95%;
	margin-left: -150px;
	padding-top: 15px;
	padding-right: 5%;
	line-height: 140%;
	color: #000;
	font-size: 2vh;
	font-weight: bold;
}
.interSubBoxTextIn{
	margin-left: 150px;
}

@media only screen and (max-width:580px){
	.interSubBoxText{
		display: block;
		float: right;
		width: 95%;
		margin-left: -150px;
		padding-top: 15px;
		padding-right: 5%;
		line-height: 140%;
		color: #000;
		font-size: 14px;
		font-weight: bold;
	}
}


/*============================================================================	
	CEO部分
==============================================================================*/


/* CEO用 */
.interWrap0{
	margin: 40px auto 10px;
	width: 100%;
}
.interBlock0{
	width: 100%;
	margin: 0 auto;
}
.interBtnCeo{
	display: block;
	width: 100%;
}
.interBg0{
}
.interCeoText2{
display: none;
}
.interCeoText3{
display: none;
}

.ceoBn{ width:90%; margin: 0 auto; padding:10px 0 20px 0; text-align:center; clear: both;}

.ceoTitle{
	width: 95%;
	margin: 20px auto 10px auto;
	line-height: 140%;
	color: #383838;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
.ceoLine{
	display: block;
	width: 100%;
	margin: 10px auto 30px;
	height: 3px;
	background: linear-gradient(-90deg, #6cccca 0%, #87d595 100%);
}
.ceoText{
	width: 95%;
	margin: 10px auto 40px auto;
	line-height: 180%;
	color: #383838;
	font-size: 120%;
	text-align: center;
}


/* 3-data- */

#dataBlock{
	width: 90%;
	margin: 0px auto;
	padding: 20px 10px 0px 10px;
	background: #FFF;
	margin-bottom: 20px;
}

.inlineBlock3{
	margin: 0px auto 0px auto;
	text-align: center;
}
.inlineBlock3 .inlineBlockOne3{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 300px;
	margin: 20px 10px 0px 10px;
	border-radius: 8px;
}
.inlineBlock3 .inlineBlockOne3 h4.inlineBlockTitle3{
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	width: 300px;
	height: 40px;
	background: url(../img/bg_title_data.png) no-repeat center center;
	background-size: 300px 40px;
	padding-top: 20px;
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockImg3{
	text-align: center;
	margin:0px auto 18px;
	width: 300px;
}




/* ロゴマーク */
.floatLogoBox{
	width: 970px;
	margin:90px auto 80px auto;
}
.floatLogoBoxRight{
	width: 460px;
	margin-left: 20px;
	float: right;
	color: #333;
	font-size: 16px;
	line-height:180%;
}
.floatLogoBoxLeft{
	width: 440px;
	float: left;
	padding-right: 45px;
	border-right: #205aa4 solid 1px;
	color: #333;
	font-size: 16px;

}

/*============================================================================
	lightBox周り
==============================================================================*/

.photoBox{
	width: 994px;
	margin: 10px auto 0px auto;
	text-align: center;
}
.photoBox a.photoBoxOne{
	width: 210px;
	padding: 0px 5px 5px 5px;
	text-align: center;
	display: inline-block;
}
.lightbox{
	
}

.lightBoxTitle{
	margin: 20px 40px;
	font-size: 160%;
	text-align: center;
}
.lightBoxText{
	margin: 20px 40px;
	font-size: 120%;
}

/*============================================================================
	WORKING
==============================================================================*/

/* 5 */
.inlineBlock5{
	width: 960px;
	margin: 40px auto 70px auto;
	text-align: center;
}
.inlineBlock5 .inlineBlockOne5{
	float: left;
	text-align: center;
	vertical-align: top;
	width: 160px;
	margin: 0;
	border-radius: 8px;
}
.inlineBlock5 .inlineBlockOne5 h4.inlineBlockTitle5{
	text-align: center;
	width: 115px;
	font-size: 18px;
	color: #205ea9;
	font-weight: normal;
	margin: 0 auto 16px;
}
.inlineBlock5 .inlineBlockOne5 .inlineBlockImg5{
	background: url(../img/bg_01.png) center center;
	border-radius: 8px;
	color: #FFF;
	font-size: 15px;
	text-align: left;
	margin-bottom: 18px;
	padding:0 20px 24px 20px;
	line-height: 160%;
}
.stepTitle5{
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 32px;
	padding-bottom: 24px;
}
.stepArrow5{
	width: 14px;
	float: left;
	margin: 0 13px;
	padding-top: 130px;
}

/* 6 */
.inlineBlock6{
	width: 960px;
	margin: 70px auto 70px auto;
	text-align: center;
}
.inlineBlock6 .inlineBlockOne6{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 272px;
	margin: 0 20px;
	border-radius: 8px;
}
.inlineBlock6 .inlineBlockOne6 .inlineBlockImg6{
	text-align: center;
	margin: 0 auto 20px;
	width: 144px;
}
.inlineBlock6 .inlineBlockOne6 h4.inlineBlockTitle6{
	text-align: center;
	font-size: 24px;
	color: #205ea9;
	font-weight: bold;
	margin: 36px auto;
}
.inlineBlock6 .inlineBlockOne6 .inlineBlockText6{
	margin: 36px auto;
	text-align: left;
	font-size: 16px;
	color: #333;
	line-height: 180%;
	word-break:break-all;
}

#voiceBox{
	width: 960px;
	margin: 70px auto 70px auto;
}
.voiceBlockOne{
	display: block;
	float: left;
	width: 472px;
	height: 313px;
	margin-right: 16px;
	margin-bottom: 16px;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 0px 1px #666;
}
.voiceBlockOne:nth-child(even){
	margin-right: 0;
}
/*
.voiceBg01{
	background: url(../img/voice_bg01.png) center center;
}
.voiceBg02{
	background: url(../img/voice_bg02.png) center center;
}
.voiceBg03{
	background: url(../img/voice_bg03.png) center center;
}
.voiceBg04{
	background: url(../img/voice_bg04.png) center center;
}
*/
.voiceBlockText{
	float: left;
	width: 170px;
	padding-top: 46px;
	padding-left: 46px;
	padding-right: 10px;
	font-size: 15px;
	line-height: 160%;
	color: #333;
}
.voiceBlockImg{
	float: right;
	padding-top: 46px;
	padding-right: 46px;
}




/* 4 */
.inlineBlock4{
	width: 960px;
	margin: 40px auto 40px auto;
	text-align: center;
}
.inlineBlock4 .inlineBlockOne4{
	float: left;
	text-align: center;
	vertical-align: top;
	width: 210px;
	margin: 0;
	border-radius: 8px;
}
.inlineBlock4 .inlineBlockOne4 h4.inlineBlockTitle4{
	text-align: center;
	width: 112px;
	font-size: 18px;
	color: #205ea9;
	font-weight: normal;
	margin: 0 auto 16px;
}
.inlineBlock4 .inlineBlockOne4 .inlineBlockImg4{
	background: #00b2db;
/*	background: url(../img/bg_03.png) center center; */
	border-radius: 8px;
	color: #FFF;
	font-size: 15px;
	text-align: left;
	margin-bottom: 18px;
	padding:0 20px 24px 20px;
	line-height: 160%;
}
.stepTitle4{
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 32px;
	padding-bottom: 24px;
}
.stepArrow{
	width: 14px;
	float: left;
	margin: 0 13px;
	padding-top: 120px;
}

/* 1 */
.inlineBlock{
	margin: 100px auto 80px auto;
	text-align: center;
}
.inlineBlock .inlineBlockOne{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 440px;
	margin: 0 20px;
	background: #1d5aa4;
/*	background: url(../img/bg_03.png) center bottom; */
	border-radius: 8px;
}
.inlineBlock .inlineBlockOne h4.inlineBlockTitle{
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	margin: 40px auto;
}
.inlineBlock .inlineBlockOne .inlineBlockImg{
	text-align: center;
	margin-bottom: 20px;
}
.inlineBlock .inlineBlockOne .inlineBlockText{
	width: 80%;
	margin: 40px auto;
	text-align: left;
	font-size: 18px;
	color: #FFF;
	line-height: 180%;
}

/*============================================================================	
	interボタン部分
==============================================================================*/

.interWrap1{
	width: 100%;
	margin: 20px auto 10px;
}
.interWrap2{
	width: 100%;
	margin: 20px auto 10px;
}

.interBlock{
	width: 100%;
	margin: 0 auto;
}
.interBg1{
}
.interBg2{
}
.interBg3{
}

.interBtn{
	display: block;
	width: 100%;
}

/* 左用 */
.interText1{
display: none;
}
.interText2{
display: none;
}
.interText3{
display: none;
}
.interArrow{
display: none;
}

/* 右用 */
.interText1-2{
display: none;
}
.interText2-2{
display: none;
}
.interText3-2{
display: none;
}
.interArrow-2{
display: none;
}