@charset "utf-8";

/**
 *  トップ
 */

/*-----------------------------------------------------
	overwrite
-------------------------------------------------------*/
#Content{
	padding-bottom: 0;
}
h1{
	font-weight: normal;
}

/*-----------------------------------------------------
	#MV
-------------------------------------------------------*/
#MV{
	background: url(/images/mv_bg_repeat.jpg) repeat-x 50% 0;
}
#MVBG{
	background: url(/images/mv_bg.jpg) no-repeat 50% 0;
}
#MVInner{
	width: 980px;
	height: 340px;
	margin: 0 auto;
	padding-top: 20px;
}

/* .box
---------------------*/
#MV .box{
	position: relative;
	float: left;
	width: 225px;
	height: 100%;
	text-align: center;
	line-height: 1px;
}
#MV .box h2{
	padding: 16px 0 7px;
}
#MV .box p.ico{
	position: absolute;
	top: 0;
	left: -63px;
}
#MV .box p.txt{
	padding: 13px 0 8px;
}

/* #Slider
---------------------*/
#Slider{
	position: relative;
	float: right;
	width: 726px;
	height: 100%;
}
#Slider .inner{
	position: relative;
	width: 726px;
	height: 304px;
	overflow: hidden;
}
#Slider .loader{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -38px 0 0 -18px;
}
#Slider .inner ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 10000px;
	height: 304px;
}
#Slider .inner ul li{
	visibility: hidden;
	float: left;
}
#Slider .prev,
#Slider .next{
	position: absolute;
	top: 132px;
}
#Slider .prev a,
#Slider .next a{
	display: none;
}
#Slider .prev{ left: 5px;}
#Slider .next{ right: 5px;}
#Slider .pointer{
	padding-top: 6px;
	text-align: center;
}
#Slider .pointer li{
	display: inline;
	padding: 0 3px;
}
#Slider .pointer a{
	visibility: hidden;
	display: inline-block;
	height: 18px;
	width: 18px;
	background: url(/images/mv_ico.png) no-repeat;
	text-decoration: none;
}
#Slider .pointer a:hover,
#Slider .pointer a.active{
	background: url(/images/mv_ico_active.png) no-repeat;
}

/*-----------------------------------------------------
	#Section01
-------------------------------------------------------*/
/* #Plan
---------------------*/
#Plan{
	margin-bottom: 20px;
}
#Plan .plan-box{
	float: left;
	width: 234px;
	margin-left: 13px;
	padding-bottom: 2px;
	text-align: center;
	background: url(/images/section01_box_bg_bottom.png) no-repeat 0 100%;
}
#Plan .plan-box-inner{
	padding-bottom: 18px;
}
#Plan .plan-box p{
	padding-top: 18px;
	font-size: 116%;
	font-weight: bold;
}
#Plan .box01{
	margin-left: 0;
}

#Plan .box01{	color: #28497f;}
#Plan .box02{	color: #265d02;}
#Plan .box03{	color: #853013;}
#Plan .box01 .plan-box-inner{	background: #bfdef3 url(/images/section01_box_bg_repeat.png) repeat-y 100% 0;}
#Plan .box02 .plan-box-inner{	background: #c6dfb5 url(/images/section01_box_bg_repeat.png) repeat-y 100% 0;}
#Plan .box03 .plan-box-inner{	background: #fcd3a5 url(/images/section01_box_bg_repeat.png) repeat-y 100% 0;}

/* #Option
---------------------*/
#Option{
	position: relative;
	padding: 22px 29px 22px 19px;
	background: url(/images/section01_option_bg.png) no-repeat;
}
#Option dl.left{
	text-align: center;
	margin-top: -31px;
}
#Option dl.left dt{
	padding-bottom: 5px;
}
#Option dl.right dt{
	padding: 0 0 10px 30px;
}

/*-----------------------------------------------------
	#Section02
-------------------------------------------------------*/
#Section02{
	margin-top: 5px;
	background: url(/images/section02_point_bg_repeat.png) repeat-y;
}
#Section02 .inner{
	padding: 0 23px 20px 20px;
	background: url(/images/section02_point_bg_bottom.png) no-repeat 0 100%;
}
#Section02 .point{
	position: relative;
	margin-top: 20px;
	border: 1px solid #d1e5f6;
}
#Section02 .point-inner{
	padding: 18px 18px 18px 28px;
	border: 2px solid #fff;
	background: #fff;
}
#Section02 .point.hover,
#Section02 .hover .point-inner{
	border-color: #074dbb !important;
}
#Section02 .point-inner h3{
	color: #27497F;
	font-size: 126%;
}
#Section02 .point-inner p.img{
	float: right;
}
#Section02 .point-inner p.ico{
	position: absolute;
	top: -4px;
	left: -4px;
}
#Section02 .point-inner .content{
	float: left;
	width: 430px;
}
#Section02 .point-inner h3{
	padding: 5px 0 10px;
}

#Section02 .point-inner p{
	line-height: 1.5;
}
#Section02 .point-inner p.link{
	padding-top: 10px;
}
#Section02 .point-inner p.link a{
	padding-left: 17px;
	background: url(/shared/images/ico_arrow07.png) no-repeat 0 2px;
}

/*-----------------------------------------------------
	#Section03
-------------------------------------------------------*/

#Section03{
	position: relative;
	margin-top: 25px;
	padding: 35px 30px 30px 30px;
	border: 3px solid #5487E3;
	border-radius: 5px;
	background-color: #fff;
}
#Section03 h2{
	position: absolute;
	top: 30px;
	left: 30px;
}
#Section03 .hor-line{
	height: 10px;
	margin: 0;
	border: none;
	background: url(../../images/news-bdr-bg.png) repeat-x left top;
}
#Section03 .news-list{
	margin-top: 25px;
}
#Section03 .news-list .topic{
	margin-top: 8px;
	padding-top: 12px;
	border-top: 1px solid #E3E3E3;
}
#Section03 .news-list .topic:first-child{
	border-top: none;
}
#Section03 .news-list .date{
	float: left;
	margin-right: 40px;
	padding-left: 5px;
}
#Section03 .news-list .cont{
	overflow: hidden;
	float: left;
	max-width: 475px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#Section03 .news-list .new{
	display: block;
	float: left;
	margin-left: 15px;
	padding: 2px 6px;
	background-color: #EB5067;
	color: #fff;
	font-size: 84%;
	font-weight: bold;
}


/*-----------------------------------------------------
	#FootContent
-------------------------------------------------------*/
#FootContent{
	clear: both;
	padding-top: 20px;
}

/* #Company
---------------------*/
#Company{
	padding-bottom: 43px;
}
#Company h3{
	padding-bottom: 19px;
}
#Company .inner{
	background: url(/images/info_bg_repeat.png) repeat-y;
}
#Company .inner .bg-top{
	background: url(/images/info_bg_top.png) no-repeat;
}
#Company .inner .bg-bottom{
	background: url(/images/info_bg_bottom.png) no-repeat 0 100%;
}
#Company ul{
	padding: 20px 0 20px 29px;
}
#Company li{
	display: inline;
}
#Company a{
	display: block;
	float: left;
	width: 220px;
	margin-right: 17px;
	font-weight: bold;
	color: #5a3c30;
}
#Company a:hover span{
	text-decoration: underline;
}
#Company li img{
	float: left;
	padding-right: 10px;
}
#Company li span{
	display: block;
	float: left;
	padding: 28px 0 0 15px;
	background: url(/shared/images/ico_arrow03.png) no-repeat 0 32px;
}
#Company span.blank{
	padding: 0 18px 0 0;
	background: url(/shared/images/ico_blank03.png) no-repeat 100% 3px;
}

/* #Guide
---------------------*/
#Guide{
	padding-top: 7px;
	background: url(/images/guide_bg_top.png) repeat-y;
}
#GuideRepeat{
	background: url(/images/guide_bg_repeat.png) repeat-y;
}
#Guide .inner{
	padding: 0 36px 12px;
	background: url(/shared/images/bg_wrapper_bottom.png) repeat-x 0 100%;
}
#Guide h3{
	margin-top: -4px;
	float: left;
}
#Guide p.link{
	float: right;
	padding: 30px 15px 0 0;
}
#Guide p.txt{
	clear: both;
	padding-top: 20px;
}
#Guide ul{
	width: 430px;
	padding-bottom: 10px;
}
#Guide li{
	float: left;
	width: 205px;
	padding: 15px 10px 0 0;
	line-height: 1.6;
}
#Guide li a{
	display: inline-block;
	padding-left: 24px;
	background: url(/shared/images/ico_check.png) no-repeat 0 2px;
}
