@charset "utf-8";
/* CSS Document */

* {
	font-size: 100%;
	font-style: normal;
	font-family:"Apple TP", "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	vertical-align: top;
}

html {
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

body {
}

img {
	border: 0px;
}

.alpha a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.png {
}

hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #999;
	margin-bottom: 20px;
}


/* id class */

#wrapper {
}

#header {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
@media(max-width:1023px){
#header {
	padding-left: 30px;
}
}
@media(max-width:767px){
#header {
	padding-left: 20px;
}
}
@media(max-width:374px){
#header {
	padding-left: 10px;
}
}

#main {
	text-align: center;
}

#main h2 {
	font-size: 53px;
	line-height: 55px;
	padding-top: 150px;
	padding-bottom: 40px;
}
@media(max-width:1023px){
#main h2 {
	font-size: 43px;
	line-height: 45px;
	padding-top: 80px;
	padding-bottom: 30px;
}
}
@media(max-width:767px){
#main h2 {
	font-size: 25px;
	line-height: 27px;
	padding-top: 50px;
	padding-bottom: 20px;
}
}
@media(max-width:374px){
#main h2 {
	font-size: 22px;
	line-height: 24px;
	padding-top: 30px;
	padding-bottom: 15px;
}
}

#main p {
	width: 560px;
	font-size: 20px;
	line-height: 33px;
	display: inline-block;
}
@media(max-width:1023px){
#main p {
	width: 510px;
	font-size: 18px;
	line-height: 30px;
}
}
@media(max-width:767px){
#main p {
	width: 300px;
	font-size: 13px;
	line-height: 24px;
}
}
@media(max-width:374px){
#main p {
	width: 260px;
	font-size: 11px;
	line-height: 20px;
}
}

#footer {
	padding-top: 250px;
	text-align: center;
}
@media(max-width:1023px){
#footer {
	padding-top: 200px;
}
}
@media(max-width:767px){
#footer {
	padding-top: 100px;
}
}
@media(max-width:374px){
#footer {
	padding-top: 60px;
}
}

#footer p {
	font-size: 16px;
	line-height: 18px;
	color: #999;
}
@media(max-width:1023px){
#footer p {
	font-size: 14px;
	line-height: 16px;
}
}
@media(max-width:767px){
#footer p {
	font-size: 12px;
	line-height: 14px;
}
}
@media(max-width:374px){
#footer p {
	font-size: 10px;
	line-height: 12px;
}
}