﻿@charset "utf-8";

.experience {
	width: 580px;
	margin: 0 0 10px 10px;
}

.experience .topBox {
	padding: 25px 0 50px;
}

.experience .boxleft {
	width: 260px;
	float: left;
	margin-top: 5px;
}

.experience-text {
	width: 260px;
	margin-left: 5px;
	padding: 0 20px 10px 0;
	background: url(../img/img_dotline.jpg) repeat-x 0 100%;
}

.experience-text p {
	margin-bottom: 20px;
}

.experience .processBox01 {
	width: 260px;
	margin: 30px 0 0 0;
}
.experience .processBox02 {
	clear: both;
	margin: 10px 0 0 0;
	padding-bottom: 23px;
	background: url(../img/img_dotline.jpg) repeat-x 0 100%;
}
.experience .processBox02 p {
	margin: 10px 0;
}
.experience .processBox02 li {
	color: #84B100;
	font-weight: bold;
	line-height: 1.5;
}

.profileBox {
	float: right;
	width: 280px;
}


/*--------------------*/
.sampleTitle {
	width: 540px;
	height: 24px;
	padding: 12px 0 0 40px;
	background: url(../about/img/title_bg.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
/* Win IE6 */
* html h2.sampleTitle {
	font-size: 110%;
}
/* Win IE7 */
*:first-child+html h2.sampleTitle {
	font-size: 110%;
}
.sampleBox {
	margin-top: 5px;
	margin-bottom: 5px;
}
.sampleBox div {
	border: 1px solid #DDDDDD;
}
.sampleBox ul li {
	float: left;
	display: inline;
	width: 75px;
	padding: 10px 0 10px 15px;
	margin-left: 10px;
	border-right: 1px solid #DDDDDD;
	background: url(../about/img/list_qr.jpg) no-repeat 0 47%;
}

.sampleBox ul li.right {
	border: none;
	width: 120px;
}
.new {
	color: #DF0442;
	font-weight: bold;
	margin-left: 20px;
}


/*--------------------*/
.voice-actorText {
	margin: 30px 0 10px 0;
}

.voice-actorTextG {
	margin: 50px 0 10px 0;
	color: #84B100;
}

.qrBoxMain {
	margin: 0px 0 10px 0;
	padding-bottom: 30px;
}

.qrBoxMain-last {
	margin: 5px 0 0 0;
}

.qrBox {
	width: 280px;
	margin: 20px 0 0 0;
	border: 1px solid #DDDDDD;
}

.qrBox div {
	background: #F0F8DA;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #DDDDDD;
}

.qrBox p {
	font-size: 80%;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}

.actorName {
	color: #DF0442;
	font-weight: bold;
	margin-left: 10px;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

