body {
    font-family: 'Helvetica Neue', Arial, 'ヒラギノ角ゴ ProN W3', 'メイリオ', sans-serif;
    /*
    font-family: 'Times New Roman', 'ヒラギノ明朝 ProN W3', serif;
    */
}

.clear {
    clear: both;
}

@media (min-width: 768px) {
.clear_sm {
    clear: both;
}
}

@media (max-width: 767px) {
.clear_xs {
    clear: both;
}
}


@media (min-width: 992px) {
.container {
    width: 750px;
}
}


.table-bordered {
 	border: 1px solid #999;
}
.table-bordered thead tr th,
.table-bordered tbody tr th,
.table-bordered tfoot tr th,
.table-bordered thead tr td,
.table-bordered tbody tr td,
.table-bordered tfoot tr td {
	border: 1px solid #999;
}

@media (max-width: 767px) {
.table-bordered.table_responsive {
	border-width: 1px 1px 0;
}
.table-bordered.table_responsive thead tr th,
.table-bordered.table_responsive tbody tr th,
.table-bordered.table_responsive tfoot tr th,
.table-bordered.table_responsive thead tr td,
.table-bordered.table_responsive tbody tr td,
.table-bordered.table_responsive tfoot tr td {
	display: block;
	border-width: 0 0 1px;
}
}


input[type='checkbox'],
input[type='radio'] {
	margin-right: 5px;
	vertical-align: top;
}
input[type='text'],
input[type='email'],
input[type='password'] {
	height: 26px;
	vertical-align: middle;
}
select {
	height: 26px;
	vertical-align: middle;
}
label {
	margin-bottom: 0;
	font-weight: normal;
}


/* 全体レイアウト */
body {
	background: #23527c;
}


/* header */
header {
	padding: 20px 0;
	border-top: 4px solid #23527c;
	border-bottom: 1px solid #23527c;
	width: 100%;
	background: #fff;
}
header .header_title {
	float: left;
}
header .header_title h1 {
	margin: 0;
	font-size: 0;
}
header .header_title h1 img {
	height: 40px;
}
header .header_title h2 {
	margin: 0;
	border-radius: 4px;
	background: #23527c;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

@media (max-width: 767px) {
header {
	position: relative;
	padding: 10px 0;
}
header .header_title {
	float: none;
}
header .header_title h1 {
	float: left;
	margin-bottom: 10px;
}
header .header_title h1 img {
	height: 35px;
}
header .header_title div {
	float: right;
	margin-bottom: 10px;
}
header .header_title div a {
    display: block;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    background: #23527c;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
}
header .header_title h2 {
	clear: both;
}
}


/* footer */
footer {
	padding: 20px 0;
}
footer p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	color: #ccc;
}


/* mainsection */
.mainsection {
	background: #fff;
}
.geneki_title {
	padding: 20px 0;
	background: #eee;
}
.geneki_title h3 {
	margin: 0;
	padding-left: 6px;
	border-left: 4px solid #23527c;
	font-size: 14px;
	line-height: 20px;
}
.geneki_title h3 i {
	margin: 0 10px;
}
.geneki_body {
	padding: 30px 0;
}
.geneki_body h4 {
	margin: 0 0 10px;
	padding-left: 6px;
	border-left: 4px solid #23527c;
	font-size: 14px;
	line-height: 20px;
}
.geneki_body .container p:last-child {
	margin-bottom: 0;
}
.geneki_body .container table:last-child {
	margin-bottom: 0;
}


/* 汎用 */
a.link_basic {
	display: inline-block;
	padding: 0 10px;
	border-radius: 4px;
	background: #208dc3;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}
a.link_basic:hover {
	opacity: 0.8;
}
.btn_basic {
	text-align: center;
}
.btn_basic a {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 20px;
	border-radius: 4px;
	background: #208dc3;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}
.btn_basic a:last-child {
	margin-right: 0;
}
.btn_basic a:hover {
	opacity: 0.8;
}
.attention_mark {
	color: #b70000;
	font-weight: bold;
}
.attention_text {
	display: block;
	font-size: 12px;
}
.label_margin {
	display: block;
	margin-left: 1em;
}
.form_w40 {
	width: 40px;
}
.form_w80 {
	width: 80px;
}
.form_w100 {
	width: 100px;
}
.form_w120 {
	width: 120px;
}
.form_w200 {
	width: 200px;
}
.form_w300 {
	width: 300px;
}
.form_wmax {
	width: 100%;
}

@media (max-width: 767px) {
.form_w200,
.form_w300 {
	width: 100%;
}
}


/* page_input */
.page_input .geneki_body table tr th {
	width: 40%;
	background: #eee;
	text-align: center;
	vertical-align: middle;
}

@media (max-width: 767px) {
.page_input .geneki_body table tr th {
	width: 100%;
}
}


/* page_confirm */
.page_confirm .geneki_body table tr th {
	width: 40%;
	background: #eee;
	text-align: center;
	vertical-align: middle;
}

@media (max-width: 767px) {
.page_confirm .geneki_body table tr th {
	width: 100%;
}
}
