@charset "utf-8";

@import url('under_common.css');

/* 設備紹介 */

/*================================*/

#contents > figure{
	margin-left: -50px;
	overflow: hidden;
}

	#contents > figure figure{
		float: left;
		margin: 0 0 30px 50px;
		line-height: 1em;
	}
	
		#contents > figure figure figcaption{
			margin-top: 10px;
			padding-left: 20px;
			font-size: 16px;
			letter-spacing: 0.05em;
			background-image: url(../img/common/arrow.gif);
			background-position: left center;
			background-repeat: no-repeat;
		}
#contents h3{
	color: #fd7266;
	margin: 0 0 1em 0 ;
}
#contents dl{	margin: 0 0 2em 0 ;}
#contents dt{	font-weight: bold;}
#contents dd{	margin: 0 0 1em 0 ;}

.osirase01{
	background-color: #daf2fe;
	padding: 2em;
	margin: 3em  0 ;
}
.attention{
	text-decoration: underline;
	margin: 1em 0;
}
.osirase02 .center{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
.osirase02 .right{	text-align: right;}


