@charset "utf-8";
/* ===================================================================
CSS information

 style info: style

 *Since: 2015-05-28
=================================================================== */
/* ----------------------------------------------------
	LP CSS
---------------------------------------------------- */
#contents {
	margin-bottom: 20px;
	font-size: 75%;
	background: #F2F2F2;
}

/* #main_visual */
#main_visual {
	position: relative;
	height: 350px;
	background: url(../img/bg_main.jpg) no-repeat left center;
}
#main_visual h1 {
	position: absolute;
	top: 80px;
	left: 50px;
	width: 546px;
	height: 118px;
}
#overview {
	padding: 20px 50px 30px;
}
#overview .table_box {
	float: left;
	position: relative;
	width: 516px;
	margin: -135px 45px 50px 0;
	padding: 15px 30px 30px;
	color: #FFF;
	background: #4D4D4D;
}
#overview .table_box table {
	margin-bottom: 15px;
	table-layout: auto;
	font-size: 14px;
	border-collapse: collapse;
}
#overview .table_box table th,
#overview .table_box table td {
	padding: 15px 0;
}
#overview .table_box table th {
	width: 90px;
}
#overview .table_box table td {
	padding-left: 10px;
	padding-right: 0px;
}
#overview .table_box table td.narrow {
	width: 158px;
}
#overview .table_box ul li {
	text-indent: -1em;
	padding-left: 1em;
}
#overview .btn_area {
	margin: 25px 0 0;
}
#overview .btn_area a {
	text-decoration: none;
}
#overview p {
	margin: 25px 0;
	line-height: 1.7;
}
#overview a {
	color: #FBDE7F;
	text-decoration: underline;
}
#overview .big {
	font-size: 28px;
	font-weight: bold;
}

/* #program */
#program {
	padding: 0 50px 50px;
}
#program h2 {
	margin: 0 -50px 20px;
}
#program h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #AD1D36;

}
#program .program_block {
	padding: 30px 0;
	border-bottom: 1px solid #B2B2B2;
}
#program .time {
	float: left;
	width: 150px;
	padding: 15px;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
	background: #AD1D36;
}
#program .program_box {
	float: right;
	width: 700px;
}
#program .profile_box {
	padding: 25px 0 30px;
}
#program .profile_box .txt {
	float: left;
	width: 550px;
}
#program .profile_box .img {
	float: right;
	width: 130px;
}
#program .profile_box .roll {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	color: #D4B345;
}
#program .profile_box .name {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1.4;
}
#program .profile_box .name span {
	display: inline-block;
	margin-right: 10px;
	font-size: 26px;
	font-weight: bold;
}
#program .profile_box .company {
	margin-bottom: 5px;
	font-size: 14px;
}
#program .profile_box .profile {
}
#program ol li {
	font-size: 14px;
}
#program ol li span {
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}
#program .program_box hr {
	height: 0;
	margin: 0 0;
	padding: 0 0;
	border: 0;
	border-top: 1px solid #B2B2B2;
}

/* #bottom_area */
#bottom_area {
	margin: 50px 0 0;
}
#bottom_area dl {
	padding: 25px 10px;
	font-size: 14px;
	text-align: center;
	background: #FFF;
}
#bottom_area dl dt,
#bottom_area dl dd {
	display: inline-block;
	line-height: 1;
}
#bottom_area dl dt {
	margin-right: 15px;
	font-weight: bold;
	color: #D4B345;
}
#bottom_area .btn_area {
	margin: 40px 0 30px;
}
#bottom_area ul {
	width: 435px;
	margin: 0 auto;
}
#bottom_area ul li {
	text-indent: -1em;
	padding-left: 1em;
}

/* module */
.btn_area {
	text-align: center;
}
.btn_area a {
	display: inline-block;
	padding: 10px 30px;
	background: #ED8F2A;
}
.btn_area a:hover {
	text-decoration: none;
	background: #F2B069;
}
.btn_area a span {
	padding-left: 20px;
	font-size: 24px;
	color: #FFF;
	background: url(../img/icn_arrow.png) no-repeat left center;
}

/* ----------------------------------------------------
	clearfix  2009.10.06
---------------------------------------------------- */
.clearfix {
	zoom: 1; /* IE5.5～E7 */
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.ls_01 {
	letter-spacing: -0.1em
}

.fs_14 {
	font-size: 14px !important;
}

.pt0 { padding-top: 0 !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pb0 { padding-bottom: 0 !important;}

.mb0 { margin-bottom: 0!important; }
.mb40 { margin-bottom: 40px!important; }
.hide_text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.box_link {
	cursor: pointer;
}

.opa:hover img {
	opacity: 0.7;
	filter: alpha( opacity=70 ); /* IE 6,7 */
	-ms-filter: "alpha( opacity=70 )"; /* IE8 */
}

