@charset "utf-8";
/* CSS Document */
body{
	font-size:76%;
	line-height:1.6;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper_bg{
	width:100%;
}
#wrapper_bottom{
	width:960px;
	margin: 0 auto;
}

#content{
	margin:0;
	width:960px;
	position:relative;
}
#content_index{
	width:960px;
	padding-bottom:3px;
}
.flash{
	margin-bottom:10px;
	position:relative;
}
.flash p.qiu {
	position:absolute;
	top:34px;
	left:90px;
}

#content_index h2.title_bottom{
	margin-bottom: 0;
}
#content_index h3{
	font-feature-settings:"palt";
	letter-spacing: -2.0px;
}
.mgtb_15{
margin:15px 0;
}
#content_index p{
	margin-bottom: 10px;
}
#content_index .musashi_section{
	width:870px;
	padding: 0 45px;
	margin-bottom: 25px;
}
.musashi_section_left{
	width: 560px;
}
.musashi_section h2{
	font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	color: #ff0000;
		letter-spacing: -2.0px;
}
.musashi_section h3{
	font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.musashi_section p{
	font-size: 16px;
}
#message_section{
	width:885px;
	margin: 25px auto 50px auto;
	background: #f5f5f5;
	position:relative;
	padding: 0 0 0 15px;
}

#message_section:after{
	content:"."; visibility:hidden; display:block; height:0; clear:both;
}

#message_section p{
	margin: 20px 0 10px 0;
}

#message_section .left_section{
	width:535px;
	float: left;
}

#message_section .right_section{
	width:250px;
	float: right;
}

#message_section .text_message{
	position: absolute;
	left: 450px;
	top: 155px;
	margin-bottom: 0;
}
#news_button_area {
	width: 288px;
	position: absolute;
	top: 370px;
	left: 648px;
	display: none;
}
#news_section_top{
	width: 298px;
	background:url(../img/index/bg-news_section_top.png) no-repeat left top;
	padding-top: 35px;
	position: absolute;
	top: 370px;
	left: 645px;
	z-index: 100;
}

#news_section_bottom{
	width: 298px;
	background:url(../img/index/bg-news_section_bottom.png) no-repeat left bottom;
	padding-bottom: 20px;
}

#news_section{
	width: 273px;
	background:url(../img/index/bg-news_section.png) repeat-y left top;
	padding: 0 12px 0 13px;
	position: relative;
}
#news_section dl{
	width:273px;
	overflow:hidden;
	font-size: 94%;
}
#news_section dl:after{
	content:"."; visibility:hidden; display:block; height:0; clear:both;
}
#news_section dl dt,#news_section dl dd{
	float:left;
	line-height:1.6;
}
#news_section dl dt{
	width:50px;
}
#news_section dl dt img{
	float:right;
	padding-top:3px;
}
#news_section dl dd{
	width:213px;
	margin-left:10px;
}
#news_section dl dd a {
	color: #1450c8;
	text-decoration: underline;
}
#news_section dl dd a:hover {
	color: #1450c8;
	text-decoration: none;
}
#news_section .news_title_area{
	width: 270px;
	position: absolute;
	top: -28px;
}
#news_section .news_title_area:after{
	content:"."; visibility:hidden; display:block; height:0; clear:both;
}

#news_section .title_news{
	float: left;
}

#news_section .close{
	float: right;
	padding-top: 2px;
}

#page_top{
	position: relative;
	text-align: center;
	bottom: -5px;
}
/*js*/
#image_move_area {
	position: relative;
	width: 960px;
	height: 685px;
	font-size: 0;
}
#image_move_area .musashi_section02{
	position: absolute;
	top: 426px;
	left: 0;
	width:870px;
	padding: 0 45px;
	z-index: 1000;
}
#image_move_area #image_change {
	width: 960px;
	height: 440px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#image_move_area #image_change li {
	width: 960px;
	height: 440px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#image_move_area #image_change .last {
	display: none;
}
#image_move_area #slider {
	width: 960px;
	height: 440px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.banner img {
  transition: .3s;
}

.banner img:hover {
  opacity: 0.8;
}