@charset "utf-8";

html, body{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 13px;
	margin: 0;
	width: 100%;
	height: 100%;
}

div#wrapper{
	width: 100%;
	height: 100%;
}

div#header{
	background: #F5F5F5;
	border-bottom: solid 2px #47A7A3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

div#title{
	margin-left: 12px;
	float: left;
}

div#title img{
	height: 60px;
}

div#subtitle{
	color: #0077BB;
	font-size: 20px;
	float: left;
	margin-top: 20px;
}

div#about{
	float: right;
	/*text-align: right;*/
	font-size: 15px;
	margin-top: 20px;
	margin-right: 20px;
}

div#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	min-height: 15px;
}

div#copyright{
	width: 100%;
	min-height: 15px;
	background: #003366;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

div#mainContents{
	width: 80vw;	
	margin: 0 auto;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 15px;
	/*min-height: 400px;*/
}

div#mainContents div#aboutpage{
	
}

span.title{
	font-size: 18px;
	font-weight: bold;
}

hr{
	border-top: 2px solid #47A7A3;
}

p.text{
	text-indent: 1em;
	font-size: 16px;
}

li {
	font-size: 16px;
}

div#data{
	width: 100%;
	margin-top: 20px;
}

table.data{
	border: solid 1px #000000;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.data td,th{
	border: solid 1px #000000;
	border-collapse: collapse;
}

table.data th{
	text-align: center;
	background-color: #47A7A3;
	font-size: 14px;
	color: #FFFFFF;
}

table.data td{
	font-size: 14px;
}

div#aboutpage{
	margin-bottom: 30px;
}

div#notice{
	margin-bottom: 30px;
}

div#aboutdata{
	margin-bottom: 30px;
}

div#contact{
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    div#title{
        float: none;
    }    
    div#title img{
        height: 40px;
    }    
    div#subtitle{
        float: none;
		margin: 0 0 0 20px;
		font-size: 18px;
    }    
    div#about{
		float: right;
		font-size: 15px;
		margin: 0;	
    }
    
    div#mainContents{
        margin-top: 120px;        
    }

}