@charset "UTF-8";
/* CSS Document */

#header {
	background-image:url(../images/header_img.jpg);
}
#header .title {
	background-image:url(../images/header_title.png);
}


/*about_top ページ #contents*/
#contents.about_top dl.type1 {
	display:block;
	width:100%;
	max-width:600px;
	margin:0 auto 2em;
	clear:both;
	overflow:hidden;
	border-bottom:solid #d7d7d7 1px;
	line-height:180%;
}
#contents.about_top dl.type1 dt {
	float:left;
	width:30%;
	padding:3%;
	font-weight:bold;
	letter-spacing:0.5em;
	padding-left:50px;
}
#contents.about_top dl.type1 dd {
	float:right;
	width:50%;
	padding:3%;
}


@media screen and (max-width: 480px) {
/* スマホ */
#header .title {
	background-size:40%;
}
/**/
#contents.about_top dl.type1 dt {
	letter-spacing:0;
	width:auto;
}
#contents.about_top dl.type1 dd {
	width:auto;
}
}