@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Conv_futura-book';
	src: url('../fonts/futura-book.eot');
	src: local('Conv_futura-book'), url('../fonts/futura-book.woff') format('woff'), url('../fonts/futura-book.ttf') format('truetype'), url('../fonts/futura-book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_futura-normal';
	src: url('../fonts/futura-normal.eot');
	src: local('Conv_futura-normal'), url('../fonts/futura-normal.woff') format('woff'), url('../fonts/futura-normal.ttf') format('truetype'), url('../fonts/futura-normal.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.container{text-align:left; clear:both; font:normal 16px/20px Arial, Helvetica, sans-serif; color:#535353; padding-bottom:20px}
.container img{vertical-align:middle}
.banner_block{min-height:290px; background:#fefffe; box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.19)}
.banner_block img{width:100%}

.article{padding:40px 0 10px 0; font:normal 18px/20px Conv_futura-normal;}
.article .bold_text{text-align:center; padding-bottom:28px}
.article .contents strong{font-family:Conv_futura-book; font-weight:bold}
.article .contents p{margin:0; padding:0 0 15px 0}

.table_list{border:1px solid #97adcb; overflow:hidden; border-radius:20px; -ms-border-radius:20px; -webkit-border-radius:20px; -o-border-radius:20px;}
.table_list table{width:100%; border-collapse:collapse}
.table_list table th{padding:0 20px; background:#eeeeee; border-left:1px solid #dedede; vertical-align:middle; text-align:center}
.table_list table tr th:first-child{text-align:left}

.table_list table tbody td{padding:20px; text-align:center; border:1px solid #ebeff4; border-bottom:none; color:#434343; font-size:18px}
.table_list table tbody td .red{color:#b21900}
.table_list table tbody td .large{font-size:24px}
.table_list table tbody tr td:first-child{font-weight:bold; font-size:16px}
.table_list table tr td:first-child{text-align:left; width:255px}

.table_list table tfoot{}
.table_list table tfoot tr td{background:#eeeeee; height:30px; border-top:1px solid #afc0d6}








