
/* for PC,ipad */
@import url("idx_pc.css?210426") screen and (min-width:813px);

/* for iphone,ipod,Andoroid */
@import url("idx_mobi.css") screen and (min-width:0) and (max-width:812px);


/* title common */

#pickUp h2,#idxInfoWrap h2,#idxInfoWrapM h2,#idxEnjoy h2{display:inline-block;}

/* pick up */




#pickUp li.pickUpOne{
	text-align:left;
	background-color:#fff;
}

#pickUp li.pickUpOne dt{color:#f00;}
#pickUp li.pickUpOne time{font-size:0.9em;color:#06c;}

#pickUp li.pickUpOne > div.pickTum > img{
	width:100%;
	max-width:325px;
}

/* info */



.idxInfoList > li{text-align:left;}

.idxInfoList > li:nth-child(odd){background-color:#eeeeee;}
.idxInfoList > li:nth-child(even){background-color:#fff;}

.idxInfoList > li > a{
	width:100%;
	display:block;
	background:url(../../img/common/ar_c_blue.png) no-repeat 99% center;
}

.idxInfoList > li > a:hover{
	background:url(../../img/common/ar_c_pink.png) no-repeat 99% center;
}

.idxInfoList > li > a > dl > dd{color:#000;}


