@charset "UTF-8";

/* CSS Document */
@import "reset.css";
@import "init.css";

body{
	background: url(../images/common/bg_pink.png) repeat;
}

div#header_wrap{
	background: url(../images/common/bg_header_gray.png) repeat;
	padding-top: 131px;
	height: 264px;
}

div#header_wrap header{
	background: url(../images/common/flamingo_pink.png) no-repeat bottom right;
	height: 244px;
}

div#logo{
	padding-top: 5px;
}

section{
	width: 400px;
	float: right;
}

section h4{
	font-size: 18px;
	font-weight: lighter;
	color: #999999;
}

section dl{
	padding: 0.5em 20px;
}


section dl dt,
section dl dd{
	float: left;
	line-height: 1.8em;
}

section dl dt{
	clear: both;
	width: 80px;
	letter-spacing: normal;
}

@media screen and (max-width: 450px) {
body{
	background-size: auto 50%;
}

div#header_wrap{
	background-position: bottom;
	padding-top: 5px;
	height: 187px;
}

div#header_wrap header{
	background-size: auto 50%;
	height: 175px;
}

section{
	width: 100%;
	padding-top: 5px;
}

}






