
/* for PC,ipad */
@import url("idx_pc.css") screen and (min-width:813px);

/* for iphone,ipod,Andoroid */
@import url("idx_mobi.css") screen and (min-width:0) and (max-width:812px);


/* OBJECTS and CRAFTS*/
#idxObjectsImg,
#idxCraftsImg  {
	text-align:center;
}




/* EXHIBITIONS */

#exhibitionsMain {text-align:center;}

/* PROFILE */
.profileContent > ol > li > dl > dt,
.profileContent > ol > li > dl > dd{
	display:inline-block;
	vertical-align:top;
}

#idxProfileEng ol > li > dl > dd > ul > li{padding-left:1em;}

/* CONTACT */
#idxContact .smitBtn {text-align:right;}

#idxContact .smitBtn button{
	text-align:center;
	background-color:#999;
	border:1px solid #999;
	border-radius:5px;
	color:#fff;
	cursor:pointer;
}

#idxContact .smitBtn button:hover{
	background-color:#0b1aa7;
	border:1px solid #0b1aa7;
}

#idxContact .mailfm input.iputFull,
#idxContact .mailfm textarea.fullsize{width:100%;}

/* NEWS */
#idxNews > ul > li:before {content:"\025ce";vertical-align:top;}

#idxNews > ul > li > .inner > dl > dt,
#idxNews > ul > li > .inner > dl > dd{margin-bottom:1em;}

#idxNews > ul > li > .inner > a{
	text-decoration:none;
	font-weight:bold;}