@charset "utf-8";






/* コンテンツ設定
------------------------------------------------------------------- */
#item1 { 
	position:relative;
	height:380px;

}





#item2 {
  height: 380px;
	background-image:url(../images/main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
}



.contentsInfo {
	padding:24px 0 0;
}

.specBlock {
}
.specBlock p {
	font-size:92.4%;
	line-height:1.6em;
	padding:16px 0;
	border-bottom:#666 dotted 1px;
}
.addBlock {
	padding:16px 0 0;
}
.addBlock p {
	line-height:1.6em;
}
.teNo {
	font-size:182%;
}
