@charset "UTF-8";
/* CSS Acting
		by Thuyntn
*/

/*
/////////////////////////////////////
CSS FOR Content
/////////////////////////////////////
*/

.list01 span {
	background: url(../images/acting/icon_01.png) no-repeat 5px 50%;
}
.list02 span {
	background: url(../images/acting/icon_02.png) no-repeat 5px 50%;
}
.list04 span {
	background: url(../images/acting/icon_03.png) no-repeat 2px 50%;
}

.title01 {
	color: #ff7800;
	font-size: 117%;
	text-align: center;
}
.list-item {
	margin-right: -20px;
	padding: 25px 0;
}
.list-item li {
	width: 285px;
	float: left;
	margin:0 20px 15px 0;
	height: 65px;
}
.list-item li img {
	border: 1px solid #b6ebad;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
}
.list-item li span {
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.text01 {
	font-size: 150%;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
}
.text01 span {
	border-bottom: 2px solid #ff9414;
	padding: 0 20px 5px 20px;
	display: inline-block;
}

.section-inner {
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
	background: #f5f7f6;
	padding: 15px;
	margin-bottom: 20px;

}
.ttl-h3 {
	font-size: 150%;
	color: #0d9a52;
	background: #fff;
	padding: 10px 0 10px 15px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
	margin-bottom: 15px;
}
.block-text {
	width: 600px;
	float: left;
}
.block-text p {
	color: #1c1c1c;
	font-size: 117%;
	line-height: 26px;
	padding: 5px;
}
