@charset "euc-jp";
/* CSS Document */

#menu_wrapper ul{background:url(../img/electric/menu_bg.png) 0 0 no-repeat;}


.sumple_box_inner{
	margin:0 0 20px 0;
}
.sumple_box .fLeft{
	margin:0 0 0 10px;
}
.sumple_box .fRight{
	background:url(../img/electric/sumple/bg.png) 0 0 repeat-y;
	width:375px;
	padding:10px;
}
.right_txt{
	float:left;
	margin:0 0 0 10px;
	line-height:140%;
	width:190px;
}
.right_img{
	position:relative;
	float:left;
}
.smpl_btn{
	position:absolute;
	bottom: 0px;
	left: 180px;
	display:inline;
	}
@media (max-width: 768px) {
	#menu_wrapper ul{background:url(../img/electric/menu_bg.png) 0 0 no-repeat;}

	.mainimag_sub {
		margin-bottom: 1%;
	}
	.mainimag_sub img {
		width: 100%;
		height: auto;
	}
	.sumple_box_inner{
		margin: 0 0 7%;
	}
	.sumple_box .fLeft{
		float: none;
		margin: 0 0 3%;
		position: relative;
	}
	.sumple_box .fRight{
		background:url(../img/electric/sumple/bg.png) 0 0 repeat-y;
		width: 94%;
		float: none;
		padding: 3%;
	}
	.right_txt{
		width: 55%;
		float: right;
		margin: 0;
	}
	.right_img{
		width: 40%;
		float:left;
	}
	.right_img img{
		width: 100%;
		height: auto;
	}
	.smpl_btn {
		
		bottom: 0;
		left: none;
		right: 0;
		width: 80%;
		margin-left: 20%;
	}
	.smpl_btn img{
		width: 100%;
		height: auto;
	}
}