@CHARSET "UTF-8";



/* TOPページのレイアウト */

#create {
	width: 400px;
	margin: 0px auto;
}
#top {
	text-align: center;
}
#top h2{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}
#top h3{
	color: #277899;
}
/*
section.top-discription h1{
	color: #3498db;
	font-size: 18px;
}
*/
section.top-discription img{
	width: 300px;
	float: left;
}
section.top-discription p{
	width: 400px;
	float: right;
}
img.logo{
	margin-top: 5px;
}
.top-discription-link{
}

.top-discription-link ul{
	width: 800px;
	list-style: none;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	border-bottom: solid 40px #3498db;
}

.top-discription-link ul li{
	float: left;
}

.top-discription-link ul li a{
	display: block;
	margin: auto;
	color: #fff;
	font-weight: bold;
	background: #3498db;
	border-radius: 4px 4px 0 0;
	padding: 10px 20px;
	margin: 0px 10px;
	text-decoration: none;
}








@media screen and (max-width : 800px){

article{
	width: 100%;
}

section.top-discription{
	width: 100%;
	text-align: center;
}

section.top-discription img{
	width: 80%;
	float: none;
	margin: auto;
}

section.top-discription p{
	float: none;
	width: 80%;
	margin: auto;
}

.top-discription-link ul{
	width: 100%;
}

}

@media screen and (max-width : 480px) {

#top h2{
	font-size: 14px;
	line-height: 16px;
}
#top h3{
	font-size: 12px;
}

#create {
	width: 98%;
}

}