@charset "utf-8";
/* トップページCSS Document */


/************ slider ************/ 
#slider{
	margin:0px auto 45px;
	padding:0;
	width:960px;
	position:relative;
}
/*

#slider .sl_nav{
	position:absolute;
	top:170px;
	width:960px;
}

#slider .sl_nav .prev{
	margin-left:-18px;
	float:left;
}

#slider .sl_nav .next{
	margin-right:-18px;
	float:right;
}
*/


/************ main ************/ 

.lead {
    margin: auto;
    width:878px;
    height:557px;
	margin-bottom: 38px;
    border: solid 1px #dd0000;
}

.lead .ta_c{
    padding-top: 67px;
}

.lead .btn_list {
    margin-top:28px;
	margin-left: 212px;
}

.lead .btn_list .first{
    margin-left: 0px;
}

.lead .btn_list li{
    float:left;
    margin-left:23px;
}

.lead .btn_list li:nth-of-type(1) {
	background: url("/images/btn_transport_on.png") no-repeat;
    background-position: center;
}
.lead .btn_list li:nth-of-type(2) {
	background: url("/images/btn_hinshitsu_on.png") no-repeat;
    background-position: center;
}
.lead .btn_list li:nth-of-type(3) {
	background: url("/images/btn_proposal_on.png") no-repeat;
    background-position: center;
}

.lead .btn_list li a {
	display: inline-block;
}

.lead .btn_list li a:hover {
	background-color: transparent;
} 

.lead .btn_list li a:hover img {
	visibility: hidden;
}

.lead .rink_item {
    display: block;
    margin-top: 40px;
}

.lead .rink_item h2 {
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    width: 245px;
    height: 55px;
    border:1px solid #e0e0e0;
    background: url(/common2/images/bg_arrow_red.jpg) no-repeat;
    background-size: 12px 12px;
    background-position: right 9px center;
}
.lead .rink_item a {
    box-sizing: border-box;
    padding-top: 15px;
    display: block;
    width: 100%;
    height: 100%;
}

.fl_list li{
	float:left;
}

.fl_list li.first{margin-left:0;}

.fl_list .cal4{
    width:215px;
    border:1px solid #e0e0e0;
    margin-bottom: 30px;
}

.fl_list .cal4:nth-of-type(n+2){
    margin-left:30.5px;
}

.fl_list h2 {
	padding:0 0 0 10px;
	height:54px;
	line-height:54px;
	background:url(../images/bg_h2.jpg) no-repeat 0 right;
}
.fl_list h2 a{
	display:block;
	background:url(../images/bg_h2.jpg) no-repeat right;
}

.fl_list+.fl_box > div {
	width:712px;
	float:left;
}

#topics {
  margin-top: 25px;
}
#topics h2 {
	height:40px;
	line-height:40px;
	position:relative;
	font-weight:bold;
	border-bottom: solid 1px #e0e0e0;
}

#topics h2 span{
	font-size:10px;
	font-weight:normal;
	position:absolute;
	right:0;
}

#topics h2 span a{
	padding-left:10px;
	background:url(../common2/images/bg_arrow.gif) no-repeat center left;
}

#topics ul{
	border-bottom: solid 1px #e0e0e0;
}
#topics ul li{
    display: flex;
	margin:0;
	padding:10px 0px;
}
#topics ul li p{
	display: inline;
}

#topics ul li .date{
	color: #999999;
}
#topics ul li .topic {
    margin-left: 10px;
}
#topics ul li .topic a {
	border-bottom: solid 2px #d8d8d8;
}
#topics ul li .topic a:hover {
    text-decoration: none;
    border-bottom: none;
}

#aside_top{
	margin:0;
	padding:0;
	width:217px;
	float:right;
}

#aside_top .logo {
	display: none;
}

p.kirinlogo{
    margin-top:12px;
    margin-bottom: 16px;
}

.aside_group{
    border: solid 1px #e0e0e0;
    width: 215px;
    height: 314px;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.aside_group h3{
    text-align: center;
    border-bottom: solid 1px #e0e0e0;
    line-height: 32px;
}

.aside_group div{
    width:195px;
    margin:10px auto;
    display: block;
}

.aside_group div img{
    vertical-align: bottom;
    border: none;
}

.aside_group ul{
    width:195px;
    display:block;
}

.aside_group ul li{
    margin-top:10px;
    border: 1px solid #e0e0e0;
    background: #f3f3f3;
    list-style: none;
}

.aside_group ul li a{
    display: block;
    padding: 6px 10px 6px 7px;
    font-weight: bold;
    line-height: 1.3;
    background: url(/common2/images/bg_arrow_red.jpg) no-repeat;
    background-position: right 10px center;
}

.news{
    margin-bottom: 30px;
}