@charset 'utf-8';

body {
	background: #fff;
}

.about_content {
	width: 900px;
    margin: 30px auto 260px;
	border: 1px solid #F2F2F2;
}

.about_content h2 {
	font-size: 20px;
    color: #FFF;
    background-color: #FF57A6;
    padding: 8px 10px;
}

.about_content table {
	table-layout: fixed;
	border-collapse: collapse;
	margin: 15px auto;
    font-size: 15px;
    width: 80%;
}

.about_content td {
	padding: 10px 0;
	border: 1px solid #F2F2F2;
}

.about_content td:first-of-type {
	text-align: center;
	background-color: #F9F9F9;
	width: 35%;
}

.about_content td:last-of-type {
	text-align: left;
	padding-left: 15px;
}

.about_content a {
	text-decoration: underline;
}

.about_content a:hover {
	color: #009ddc;
}

.g-header .head-txt {
	position: static;
}

.g-header {
	border-top: none;
}

.area_word > a {
	color: inherit;
}