﻿@charset "utf-8";
/*デスクトップ用CSS*/
@import url("base.css");
.header{
	padding:0 10px;
}
.twocol {
	width:880px;
}

.article{
	margin-right:5px;
	margin-left:5px;
}
.footer {
	clear:both;
}
h1 {
	color: #C03;
	position: relative;
	top: -530px;
	font-size: 45px;
	text-align:center;
	font-weight: bold;
}
h1#set_birthday{
	top: -300px;
}
h1#result_title{
	top: -450px;
}
.text#result_text{
	top: -450px;
}
.text2#inputform{
	top: -320px;
}
.text{
	font-size:24px;
	position: relative;
	margin-left:200px;
	margin-right:200px;
	top: -470px;
}
.text2{
	position: relative;
	margin-left:300px;
	margin-right:200px;
	top: -400px;
}
select.sizechange {
	font-size:130%;
}