@charset "utf-8";

/* items */
body { background: url(../../items/img/bg.png) center top; 
background-size: cover;  }
body.ie {
	background-image: none;
}
/*
header { background: url(../../items/img/header_bg.png) center top no-repeat; height: 250px; }
*/


header { height: 205px; }
header.ie8 { height: 250px; background: url(../../items/img/header_bg.png) center top no-repeat; height: 250px; }
#pagetitle { display: none; }
#pagetitle.ie8 {display: block;}

#pagetop { display: none; }
footer {  }

article .inner {
padding: 40px 0;
background: #fff; height: 100%;
*background: #fff;
background: rgba(255,255,255,0.9);
}
#topicPass { padding: 0 0px; margin-top: -30px; }
.contents {	margin: 0 100px;
 }
.items {  }
.items .photo { text-align: center; display: block;
 margin: 30px auto 0; }
.items h1 { color: #0061B2; text-align: center; 
font-size: 1.5rem; margin-bottom: 1rem; }
.items p.explain { margin: 0 120px 30px; font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif; }
.items ul.itemInfo { margin: 0 120px 30px;
padding: 10px 60px;
*background: #666;
background: rgba(106,106,106,0.2);
}
.items ul.itemInfo li {  }


.items #itemList {
	text-align: center;
	margin: 10px auto; height: 120px;
	overflow: hidden; 
	height: 150px; 
}
.items #itemList li {
	height: 117px; 
	border: 1px solid #666;
	display: table;
	width: 117px;
	
	/**/	
	
	float : left;
	margin : 0 5px;
	
}

.items #itemList li a {
   vertical-align: middle;
   height: 115px;
	display: table-cell; vertical-align: middle; text-align: center; margin: 0 auto;
	width: 115px;
}

.items #itemList li img { display: inline-block; *display: inline; *zoom: 1; text-align: center;
max-height: 100px; max-width: 100px; margin: 2px; 
}

.bx-wrapper .bx-prev {
	position: absolute; left: -30px;
	background: url(../../items/img/arrow_l.png) no-repeat;
}

.bx-wrapper .bx-next {
	position: absolute; right: -46px;
	background: url(../../items/img/arrow_r.png) no-repeat;
}

.items p.btn { text-align: center; margin: 20px auto;
}
.items p.btn a { text-decoration: none; display: inline-block; *display: inline; *zoom: 1; border: 1px solid #666; padding: 10px 16px;
}
.items p.btn a:hover { 
opacity: 0.6;
}


#firstNavi{
	position:absolute;
	left:5px;
	top:5px;
	width:200px;
}



#firstNavi .circle{
	  left: 0;
    position: absolute;
    top: 5px;
}

#firstNavi .arrow{
	left: 91px;
    position: absolute;
    top: 58px;
}

#firstNavi .pointer{
	left: 35px;
    position: absolute;
    top: 75px;
}

/**/

section.ie8 {
	width: 930px;
	margin: 0 auto;
}


h1.ie_tt {
	color: #8C794B;
	font-size: 21px;
}

.items_list {
	overflow: hidden;
}

.items_list li {
	width : 300px;
	margin : 0px 5px 30px 5px;
	float:left;
}

.items_list li.latest {
	margin-left:0px;
}

.items_list li table {
	border-collapse:collapse;
	width : 298px;
}

.items_list table th,
.items_list table td {
	border: 1px solid #CCC;
}

.items_list table td {
	height:219px;
}

.items_list table th {
	font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 20px;
	font-weight: bold;
	color: #005FB2;
	text-align: center;
	vertical-align: middle;
}

.items_list table th.small {
	font-size: 16px;
}

.items_list li.box_hover table th,
.items_list li.box_hover table td {
	border: 1px solid #005FB2;
}

.items_list li .readmore {
	display: none;
}

