/* ------- content ----- */
.header_section
{
	width: auto;
	position: static;
	text-align: center;
}

.header_section #logo_image
{
	padding-top: 100px;
	padding-bottom: 100px;
}

.hello_section
{
	width: auto;
	position: static;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	color: #DDFFDD;
}

.hello_section #message
{
	font-size: 250%;
	font-weight: bold;
}

.product_section
{
	width: auto;
	position: static;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.product
{
	max-width: 260px;
	margin: auto auto;
	padding: 30px;
	border: dotted 2px #618E98;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

.product #screenshot
{
	width: 256px;
	height: 256px;
	margin-bottom: 10px;
	vertical-align: bottom;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.product #store_btn
{
	height: 38px;
	vertical-align: bottom;
}

.product #line
{
	margin-top: 15px;
	margin-bottom: 5px;
	border-top: dotted 2px #618E98;
	border-bottom: none;
	width: 100%;
}

.product #comment
{
	list-style-type: disc;
	margin-top: -5px;
	margin-bottom: -25px;
	padding: 15px;
	text-align: left;
}

.works_section
{
	width: auto;
	position: static;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 125%;
}

.works_btn
{
	max-width: 300px;
	margin: 0px auto;
	padding: 8px;
	background-color:#FF5666;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.works_btn a
{
	color:#FFFFFF;
}

.company_section
{
	width: auto;
	position: static;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}

.company_section #profile
{
	max-width: 500px;
	margin: 0px auto;
}

.company_section dl
{
	margin: 0;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #4C7982;
	border-bottom: solid 3px #9AE5E6;
}

.company_section dt
{
	float: left;
	clear: left;
	width: 54px;
	padding: 8px;
	text-align: left;
	color: #9AE5E6;
}

.company_section dd
{
	padding: 8px;
	margin-left: 70px;
	text-align: left;
	background-color: #EEFFFF;
	border-left: solid 3px #9AE5E6;
}

.contact_section
{
	width: auto;
	position: static;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.contact_section #list
{
	max-width: 200px;
	margin: 0px auto;
}

.contact_section dl
{
	margin: 0;
	margin-left: 5%;
	margin-right: 5%;
}

.contact_section dt
{
	float: left;
	clear: left;
	width: 62px;
	padding: 4px;
	text-align: right;
}

.contact_section dd
{
	padding: 4px;
	margin-left: 70px;
	text-align: left;
}

footer
{
	width: auto;
	position: static;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}