@charset "utf-8";


/*-----------------------------
	main
------------------------------*/

/* #main{padding:0; margin-top:100px;} */
#main {
	position: relative;
	width: 960px;
	max-height: 300px; 
        margin-top: 160px;
        margin-left: 60px;
/*        display: block; */
	overflow: hidden;
}

#main .artwork {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat:  no-repeat;
	background-size:  cover;
	position: absolute;
	top: 0;
	left: 0;
        display: none;
}

#main #artwork01 {
	background-image: url(../images/top_main_img1.jpg);
/*	display:  block; */
}

#main #artwork02 {
	background-image: url(../images/top_main_img2.jpg);
/*	display:  block; */
}

#main #artwork03 {
	background-image: url(../images/top_main_img3.jpg);
/*	display:  block; */
}

/*-----------------------------
	contents
------------------------------*/

#contents{margin:0 auto 30px;}

.h2L{
	margin-bottom:15px; 
	width:490px; height:35px; line-height:35px; font-size:30px; font-weight:bold;
}
.h2L:before{content:url("../../images/img_maru_orange.png"); padding-right:10px;}

.h2R{
	margin-bottom:15px;
	width:490px; height:35px; line-height:35px; font-size:30px;  font-weight:bold;
}
.h2R:before{content:url("../../images/img_maru_red.png"); padding-right:10px;}

/* news */
#contents #news{
	float:right;
	width:480px;
	overflow:hidden;
}

#contents #news h2{
	border-bottom:1px dotted #ccc;
	padding-bottom:30px;
	margin-bottom:30px;}

#contents #news dl{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #ccc;
}

#contents #news dl dt img{
	margin:0 0 3px 10px;
	vertical-align:middle;
}
#contents #news dl dd a {
	  color: #22479B;
    text-decoration: underline;
}

#contents #news dl dd a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/*NEW_icon*/
#contents #news dl dt span.new {
	background-color: #ee6c0f;
	color: #ffffff;
	padding: 2px 14px 0;
	font-size: 13px;
	margin-left: 10px;
	vertical-align: middle;
}

/* box */
#contents .box{
	float:left;
	width:400px;
	margin-bottom:50px;
	margin-right:80px;
	clear:left;
}

/* taishozigyo */
.taishozigyo li{
	margin-bottom:30px;
	padding-left:1em;
	text-indent:-1em;
	}
.taishozigyo li:before{
	content:"・";}

#zigyo dt {
	clear:both;
	color:#e86d12;
	font-weight:bold;
}
