﻿@charset "utf-8";
/*デスクトップ用CSS*/
@import url("base.css");
.header{
	padding:0 10px;
}
h1 {
	color: #C03;
	position: relative;
	top: -500px;
	font-size: 45px;
	text-align:center;
	font-weight: bold;
}
h1#set_birthday{
	top: -300px;
}
h1#result_title{
	top: -450px;
}
.text{
	font-size:24px;
	position: relative;
	margin-left:200px;
	margin-right:200px;
	top: -450px;
}
.text2{
	font-size:50px;
	position: relative;
	margin-left:200px;
	margin-right:200px;
	top: -250px;
}
.text#result_text{
	top: -450px;
}
.text2#inputform{
	top: -320px;
}
select.sizechange {
	font-size:70%;
	}
.twocol {
	width:880px;
	margin: 0 auto;
}

.aside {
	margin-top:20px;
	padding-top:76x;
	width:160px;
	margin-left: 10px;
	height: auto;
	float:left;
	margin-top: 10px;
	background: #FFFFFF;
	margin-top:20px;
}
.section {
	float:right;
	width:100%;
}
.twocol_section {
	float:right;
	width:700px;
	margin-top:10px;
}

.main{
	font-size: 14px;
}
.footer {
	clear:both;
}
