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

/* 見出し
---------------------------*/

#page_intro {
	width: 100%;
}

h3{
	position: relative;
	padding: .75em 1em .75em 1.5em;
}
h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}

/* 概要
---------------------------*/

	.top_topics_title{
		background-color: #0186ba;
		border-radius: 6px 6px 0px 0px;
		font-size:18px;
		color:#fff;
		text-align: center;
		display: table;
		table-layout: auto;
		padding: 5px;
	}
	div.topics_text{
		position: relative;
	}

	div.topics_text span{
		position:absolute;
		top:3px;
	}

/* メインコンテンツ
---------------------------*/

#ge_contents {
	border-top: 1px solid #3399CC;
	border-right: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	border-left: 1px solid #3399CC;
	padding: 20px;
}


#geLeft {
	float: left;
	width: 22%;
}
#geCenter {
	float: left;
	width: 53%;
	margin-left: 2%;
}
#geRight {
	float: right;
	width: 20%;
	margin-right: 1px;
}


#ge_link {
	text-align: right;
}
#ge_link a {
	color: #3399CC;
	text-decoration: none;
}
#ge_link a:hover {
	color: #3366CC;
	text-decoration: underline;
}

#ge_button a {
	text-indent: -9999px;
	display: block;
	background-image: url(../_img/ge_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 58px;
	width: 100%;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
}
#ge_button a:hover {
	background-image: url(../_img/ge_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -58px;
}

/* 入会バナー
---------------------------*/
/*
#nyukai_banner a {
	text-indent: -9999px;
	display: block;
	width: 90%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../common/_img/nyukai_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 58px;
}
#nyukai_banner a:hover {
	background-image: url(../../common/_img/nyukai_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px -58px;
	height: 58px;
}
#nyukaiP {
	text-align: center;
	margin-top: 3px;
}

*/

/* テーブル
---------------------------*/
table {
	width: 100%;
	font-size:18px;
	border: 2px solid #aaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 20px;
}
table tbody th,
table tbody td {
	padding: .6em 3em;
	border-bottom: 1px solid #aaa;
}
table tbody th {
	background-color: #eee;
}
/*
table tbody td {
	border-left: 1px solid #aaa;
}
*/
table tbody tr:last-child th,
table tbody tr:last-child td {
	border-bottom: none;
}

table tbody tr:first-child th:first-child {
	border-radius: 20px 0 0 0;
}

table tbody tr:last-child th:first-child {
	border-radius: 0 0 0 20px;
}

table td.cell_a {
	width: 200px;
	padding:10px;
}

table td.cell_b {
	width: 850px;
	padding:10px;
}

/* PDFリンク
---------------------------*/
.kmk {
    padding-left: 32px;
    background: url(../../common/_img/icon_kmk.png)no-repeat left;
}