.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #1d2a63;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.ia_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #ccc;
}
.ia_main{
	width: 1200px;
	margin: 0 auto;
}
.ia_main .ia_content{
	width: 1150px;
	float: left;
	padding: 0 0 0 50px;
}
.ia_main .img{
	width: 100%;
	float: left;
	text-align: center;
}
ul.sub_menu li{
	border-bottom: 1px solid #6778c2;
}
.ia_content .text{
	width: 75%;
	float: left;
}
.ia_content .text2{
	width: 65%;
	float: left;
}
.ia_content .topic{
	width: 55%;
	float: left;
}
.ia_content .memo{
	width: 95%;
	float: left;
	margin: 10px 0;
	padding: 15px 2.5%;
	background: #fffcd6;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-top-right-radius: 60px;
	-webkit-border-bottom-right-radius: 50px;
	-webkit-border-bottom-left-radius: 70px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 60px;
	-moz-border-radius-bottomright: 50px;
	-moz-border-radius-bottomleft: 70px;
	border-top-left-radius: 50px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 70px;}
.ia_content .topic ul{
	width: 100%;
	float: left;
}
.topic li{
	background: url(../images/cg_ia_list.png) left top no-repeat, url(../images/cg_ia_listBg.png) left bottom repeat-x;
	    padding: 3px 0 20px 40px;
    margin: 8px 0;
}
.ia_content .img{
	width: 25%;
	float: left;
	text-align: center;
}
.ia_content .img2{
	width: 45%;
	float: left;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.ia_mainBg{
	min-width: 1000px;
}
.ia_main{
	width: 970px;
	padding: 0 15px;
}
.ia_main .ia_content{
	width: 100%;
	padding: 0;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.ia_mainBg{
	min-width: 320px;
}
.ia_main{
	width: 90%;
	padding: 0 5%;
}
.ia_main .ia_content{
	width: 100%;
	padding: 0;
}
.ia_content .text, .ia_content .topic, .ia_content .img, .ia_content .img2{
	width: 100%;
}
ul.sub_menu li{
	border: 0;
}
}