* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.logo{
	text-align: center;
	padding-top: 2px
}

.logo img{
	height: 20px
}

.wrapper {
	position: relative;
}
.inner {
	position: relative;
	width: 914px;
	margin: 0 auto;
	text-align: center;
}
#header {
	height: 52px;
	background: #fff;
	/*background-image: url(../image/header_bg.png);
	background-repeat: repeat-x;*/
}
#movie {
	margin-top: 20px;
	margin-bottom: 10px;
}
#title #title_box {
    margin: 40px auto;
    width: 860px;
}
#title #title_box h1 {
    display: table-cell;
}

#title #title_box h1 span {
    color: #CBAE69;
    font-size: 23px;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
#title #title_box span.title_t02 {
    padding-left: 20px;
    text-align: left;
}
h1 a {
	text-decoration: none;
}
.block h2 {
	line-height: 52px;
    text-align: left;
    margin-left: 15px;
}
.block p {
	float: left;
}
.block .img1 {
	margin-left: 27px;
	clear: both;
}
.block .img2 {
	margin-left: 24px;
}
.k_bg {
	background-image: url(../image/block_title_01.png);
	background-repeat: no-repeat;
	color: #ffffff;
	height: 52px;
	width: 860px;
	margin: 30px auto 16px;
}
.k_bg p {
	line-height: 52px;
    margin-left: 15px;
}
#sub_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center; /* for no-flexbox browsers */
	color: #ffffff;
	font-size: 24px;
	width: 860px;
    margin: auto;
}
#sub_title:before, #sub_title:after {
	border-top: 1px solid;
	content: "";
	display: inline; /* for IE */
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
}
#sub_title:before {
	margin-right: 0.5em;
}
#sub_title:after {
	margin-left: 0.5em;
}
.block03_a p, .block03_b p, .block03_c p {
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	font-size: 13px;
}
.block03_a {
	width: 352px;
	display: inline-block;
}
.block03_b, .block03_c {
	width: 242px;
	display: inline-block;
	margin-left: 7px;
}
.block03_a p span, .block03_b p span, .block03_c p span {
	font-weight: bold;
	font-size: 14px;
    line-height: 30px;
}

#block03 .img2, #block03 .img3 {
	margin-left: 12px;
}
.foot_btn a.btn01, .foot_btn a.btn02 {
	width: 860px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 20px 30px 20px;
	color: #fff;
	background-image: -moz-linear-gradient( top, #94A1FF 0%, #000CBF);
	background-image: -webkit-gradient( linear, left top, left bottom, from(#94A1FF), to(#000CBF));
	margin: 10px auto;
}
.foot_btn a.btn01 {
	margin-bottom: 10px;
}
.foot_btn {
	margin-top: 50px;
	margin-bottom: 30px;
}

#footer{
	margin-top: 50px;
	font-size: 10px;
	text-align: center;
	color: #fff;
	border-top:1px solid #fff; 
	padding: 20px ;
}
