@charset "utf-8";

/* メインスタイル
----------------------------------------------------------- */

/* section */
section {
	overflow: hidden;
}

section div.img_box {
	float: left;
	width: 40%;
}

section div.text_box {
	float: right;
	width: 58%;
}

section div.text_box ul {
	overflow: hidden;
	margin: 0 0 20px 0;
}

section div.text_box ul li {
	float: left;
	background: url(../../common/images/i_ico01.png) left center no-repeat;
	padding: 0 0 0 15px;
	margin: 0 20px 0 0;
}



@media screen and (min-width: 980px) {
}

@media screen and (min-width: 768px) and (max-width: 979px) {
}

@media screen and (min-width: 480px) and (max-width: 767px)  {
section div.img_box {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}

section div.text_box {
	float: none;
	width: 100%;
}
}

@media screen and (max-width: 479px) {
section div.img_box {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}

section div.text_box {
	float: none;
	width: 100%;
}
}
