/* タイトルイメージ */
.top-image-title {
	height: 203px;
	background-image: url(../img/top_title.jpg);
}

#top_title {
	background-image: url(../img/bgimage.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	width: 100%;
}

#top_title_img {

}

.contents {
	display: table-cell;
	margin: 0;
	padding: 0;
	width: 760px;
	vertical-align: top;
	text-align: center;
	font-size: 30px;
	background-color: #ee;
}

.bgimage1 { background-image: url(../img/shintaikaigo.png); background-repeat: no-repeat; background-position: right 0; }
.bgimage2 { background-image: url(../img/seikatuenjo.png); background-repeat: no-repeat; background-position: right 0; }
.bgimage3 { background-image: url(../img/soudan.png); background-repeat: no-repeat; background-position: right 0; }
.fieldset-bgcolor{ background-color:#FFF799; border: 3px teal double; padding:0 8px 8px;}

.stuff_frame{
	width: 75%;
	margin: 0 auto;
	border: 3px teal double;
	padding: 0px;
}

.stuff_info {
	font-size: 16pt;
}

.stuff_type {
	padding-left: 5px;
}

.stuff_num {
	text-align: right;
	padding-right: 5px;
	width: 70px
}

/* ウィンドウ幅が0～479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{
	.stuff_frame {
		width: 100%;
	}
	.stuff_info {
		font-size: 12pt;
	}

	.stuff_num {
		width: 50px
	}
}