@charset "utf-8";

#topcontentsimgwp {
	width:100%;
	margin:0px auto 0;
}

/* topcontentsArea css */
#topcontentsArea {
	margin:20px auto 0;
	padding:0px 0 0px 0;
	background-image:url(../../images/common/bg_haikei_illust.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-size: 900px 159px;
	text-align:center;
	position:relative;
}



/* innerConts css */
#topcontentsArea #topConts{
	padding-bottom: 40px;
}
#topcontentsArea #topConts .toptext {
	width:98%;
	margin: 0 auto;
}
#topcontentsArea #topConts ul{
	width:97%;
	margin-top: 20px;
	margin-left: 2%;
}
#topcontentsArea #topConts ul li {
	float:left;
	width: 19.8%;
	line-height: 1;
	font-size: 1px;
}
#topcontentsArea #topConts ul li.prod01,
#topcontentsArea #topConts ul li.prod02,
#topcontentsArea #topConts ul li.prod03,
#topcontentsArea #topConts ul li.prod04 {
	width: 24.7%;
}
#topcontentsArea #topConts ul li a{
	display:block;
	height:100%;
}





/* topinnerSideConts css */
#topSideConts {
	width:96%;
	margin:0 auto 0;
	padding-top:5px;
	padding-left:2%;
	padding-right:2%;
	background-color: #cde1f3;
	text-align: left;
}
#topSideConts .inner {
	background-color: #fff;
	padding:30px 20px 0;
}
#topSideConts h2 {
	width:20%;
	max-width:200px;
	margin:0 auto 0;
	text-align: center;
}
#topSideConts ul{
	margin:20px auto 0;
}
#topSideConts ul li{
	margin:0px auto;
	padding-bottom:30px;
	font-size:12rem;
}
#topSideConts ul li dl dt {
}
#topSideConts ul li dl dd {
}
#topSideConts ul li dl dd.day {
	font-size:11rem;
}
#topSideConts ul li dl dd.day span {
	margin-left:5px;
	padding-left:5px;
	color:#d10c89;
	border-left:#dad1da 1px solid;
}
#topSideConts ul li.end {
	text-align:right;
}
#topSideConts ul li.end a {
	padding-right:10px;
	background-image:url(../../images/index/ic_link.png);
	background-repeat:no-repeat;
	background-position: 100% 40%;
}




/* cf */
#topcontentsArea:after,
#topConts:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#topcontentsArea,
#topConts {
	min-height: 1px;
	zoom: 1;
}
* html #topcontentsArea,
* html #topConts {
	height: 1px;
	/**//*/
	height: auto;
	overflow: hidden;
	/**/
}


@media screen and (max-width: 1000px) {
  #container{
    width : 95%;
  }
}
@media screen and (max-width: 760px) {
  #container{
    width : 95%;
  }
}
@media screen and (max-width: 480px) {
  #container{
    width : 95%;
  }
#topcontentsArea #topConts ul li {
	width: 33%;
}
#topcontentsArea #topConts ul li.prod01,
#topcontentsArea #topConts ul li.prod02,
#topcontentsArea #topConts ul li.prod03,
#topcontentsArea #topConts ul li.prod04 {
	width: 49%;
}

}
@media screen and (max-width: 320px) {
  #container{
    width : 95%;
  }
}

