@charset "shift_jis";

/*----------------------------------



		  IR INDEX



----------------------------------*/

.irTop{
	width:890px;
	margin:0 auto;
	text-align:left;
	font-size:16px;
	line-height:21px;
}

.ttl_ir{
	position : relative;
}
.ttl_ir .btnEn{
	position : absolute;
	right : 20px;
	top : 120px;
}
/*----------------------------------
		  IR NEWS
----------------------------------*/
.irNews {
	position : relative;
}
.irNews .btnMore{
	position : absolute;
	right : 15px;
	top : 7px;
	display : block;
}
.irNews .btnMore:hover{
	opacity:0.8;
}
.irNews h3{
	margin-bottom:6px;
	margin-top:20px;
}

.irNews table{
	width : 100%;
}
.irNews th{
	width:175px;
	border-top:#dedede 1px dotted;
	padding:8px 0;
	vertical-align:top;
	text-align:left;
}

.irNews th img{
	display: inline-block;
	float : right;
	margin-right: 10px;
	padding-top: 3px;
	vertical-align: inherit;
}

.irNews td{
	border-top:#dedede 1px dotted;
	padding:8px 0;
}

.irNews tr:first-child th,
.irNews tr:first-child td{
	border-top:none;
}
.irNews a,
.irMenu a,
.irRink a{
	text-decoration:underline!important;
}
.irNews a:hover,
.irMenu a:hover,
.irRink a:hover{
	text-decoration:none!important;
}

/*----------------------------------
		  IR MENU
----------------------------------*/
.irMenu{
	margin-top:30px;
	overflow:hidden;
}

.irMenu01,
.irMenu02,
.irMenu03{
	width:210px;
	height:270px;
	background:#eff9f6;
	padding:15px 0 0 10px;
	margin-right:16px;
	float:left;
	box-sizing:border-box;
}

.irMenu04{
	width:210px;
	height:270px;
	background:#eff9f6;
	padding:15px 0 0 15px;
	float:left;
	box-sizing:border-box;
}

.irMenu h3{
	border-bottom: solid 2px #63c0ab;
    width: 190px;
    display: block;
    padding-bottom: 10px;
}

.irMenu ul{
	list-style-image:url(../common/img/ico_ir01.gif);
	font-size:16px;
	padding-left:21px;
	margin-top:10px;
}

.irMenu li{
	margin:5px 0;
	font-size : 16px;
}

.irMenu img{
	margin-left:5px;
}

/*----------------------------------
		  IR RINK
----------------------------------*/
.irRink {
	overflow : hidden;
	margin-bottom : 30px;
}
.irRink h3{
	margin:40px 0 18px 0;
}

.irRink p{
	margin-bottom:15px;
}

.irRink01 li {
	float:left;
	border:#dedede solid 1px;
	width:284px;
	padding:10px 0 10px 10px;
	box-sizing:border-box;
	margin-right:18px;
}

.irRink01 li span{
	display:table-cell;
	margin-right:12px;
	box-sizing:border-box;
	vertical-align:middle;
}

.irRink01 li span img{
	margin-right:10px;
}

.irRink01 li.last{
	margin-right:0;
}