@charset "utf-8";

#world .sec h3{
	font-size: 16px;
	font-size: 1.6rem;
	background-position: 0 10px;
}
#world .sec h4{
	font-size: 14px;
	font-size: 1.4rem;
	background-position: 0 10px;
}

#world #sec02{
	background:url(../../images/common/bg_gray02.png);
	width: 100%;
}
#world #sec02 p{
	text-align: center;
	padding-bottom: 0;
}
#world #sec02 p img{
	width: 100%;
	max-width: 319px;
}

#world #indexlist ul{
	list-style: disc;
	margin-left: 2em;
}
#world #indexlist .float_left{
	float: left;
	width: 50%;
}
#world #indexlist .float_right{
	float: left;
	width: 50%;
}
@media only screen and (max-width: 619px) {
	#world #indexlist .float_left, #world #indexlist .float_right{
		float: none;
		width: 100%;
	}
}