@charset "UTF-8";
/* CSS Document */


/*キーカラー：#156b0f*/

.voice h3{
	font-weight:bold;
}


.voice .sideBarNav a{
    font-size:75%;
    line-height:1;
}
.voice header{
	text-align: center;
	margin: 0 0 20px;
}


@media screen and (max-width: 640px) {
	.floatRight{
		float:none;
	}

}

@media only screen and (min-width: 641px) and (max-width: 960px) {
	
	.review:after{
		content:"";
		display:block;
		clear:both;
	}
	
	.imgMofu{
		float:right;
		width:300px;
		height:auto;
		
		margin:10px 0 10px 10px;
	}
	
	/*カルーセルからの遷移時にスティッキーヘッダの分の高さを確保*/
	.anchor{
		padding:110px 0 0 0;
		margin:-110px 0 100px 0;
	}
	.voice .sideBarNav li{
		line-height:1.2;
	}

}
 
 @media screen and (min-width: 961px) {
	 
	.review:after{
		content:"";
		display:block;
		clear:both;
	}
	.imgMofu{
		width:300px;
		height:auto;
		
		margin:10px 0 10px 10px;
	}
	
	/*カルーセルからの遷移時にスティッキーヘッダの分の高さを確保*/
	.anchor{
		padding:110px 0 0 0;
		margin:-110px 0 100px 0;
	}
	.voice .sideBarNav li{
		line-height:1.1;
	}

}
 

