/*
design01.css

*/
@import "bf01.css";

* {
	font-size:16px;
	margin:0;
	padding:0;
}
/* ----------------------

----------------------- */
#header_area {
	background:#000000;
	width:100%;
	height:30px;
}
#header {
	color:#FFFFFF;
	text-align:center;
	line-height:30px;
	margin:0 20px;
}
.header_e {
	color:#FFFFFF;
	font-size:63%;
	text-align:center;
	width:400px;
	margin:5px auto;
}
.header_e_sm {
	color:#FFFFFF;
	background: #00416A;
	font-size:63%;
	text-align:center;
	margin:5px auto;
}
.mid2 {
	color:#00416A;
	font-weight:bold;
}
.fb	{font-weight:bold;}
.co01 {color:#00416A;}
.bco01 {background:#00416A;}
.bco02 {background:#E9EFF2;}
.gp01 {
	color:#FFFFFF;
	background:#00416A;
	line-height:40px;
	text-align:center;
	width:80px;
	height:40px;
}
.gp02 {
	color:#FFFFFF;
	background:#00416A;
	line-height:40px;
	text-align:center;
	width:100%;
	height:40px;
}
table.list01 {
	border-collapse:collapse;
}
.list11 {
	padding:5px;
	word-break:break-word;
}
.nw {
	color:#FF0000;
	font-size:75%;
	font-weight:bold;
}
#navi {
	line-height:40px;
	height:40px;
	display:flex;
	justify-content:space-between;
	margin:10px 10px 0;
	height:40px;
}
#pkz {
	width:100px;
}
#title {
	text-align:center;
}
#des {
	width:100px;
}
#content {
	padding:10px;
	max-width:900px;
	margin:0 auto;
}
.h1 {
	clear:both;
	font-size:120%;
	color:#FFFFFF;
	background:#666666;
	padding:7px 20px;
}
.h2 {
	font-size:100%;
	color:#FFFFFF;
	background:#000066;
	padding:5px 20px;
}
.h3 {
	color:#FFFFFF;
	background:#6B6BB3;
	font-size:95%;
	padding:2px 20px;
}
.h4 {
	color:#333333;
	font-weight:bold;
	font-size:95%;
}
.f14 {
	text-align:left;
	font-size:80%;
}
.waku {
	border:1px solid #DDDDDD;
}
.round {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
}
.header {
	background-color: #00416A;
	color: white;
	text-align: center;
	padding: 1em;
}
.header_top {
	color:#FFFFFF;
	background:#00416A;
	background-image:url(../images/header.png);
	background-position:center 60px;
	background-repeat:no-repeat;
	height:200px;
}
.header_la {
	text-align:center;
	width:900px;
	padding-top:40px;
	margin:0px auto;
}
.header_sm {
	color:#FFFFFF;
	line-height:30px;
	background: #00416A;
	text-align: center;
	padding: 1em 0;
	width:100%;
	height:30px;
	display:block;
}
.headerfix {
	background-color: #FFFFFF;
	width:100%;
/*	height:200px;*/
	position:fixed;
	top:0;
	left:0;
	z-index:10;
/*
	-webkit-box-shadow: 0px 5px 5px #EEEEEE;
	-moz-box-shadow: 0px 5px 5px #EEEEEE;
	box-shadow: 0px 5px 5px #EEEEEE;
*/
}
.hefixnext1 {
	margin-top:160px;
}
.hefixnext2 {
	margin-top:200px;
}
.point01 {
	width:300px;
	margin:40px auto;
}
.pointbut01 {
	color:#FFFFFF;
	text-align:center;
	width:260px;
	background:#00416A;
	padding:10px 20px;;
	display:block;
}
.footer_pc {
	color: #FFFFFF;
	line-height:40px;
	background-color: #00416A;
	text-align: center;
	width:100%;
/*
	position:sticky;
	position:flexbox;
*/
	position:fixed;
	bottom:0;
}
.footer_pc_la {
	color:#FFFFFF;
	font-size:12px;
	text-align: left;
	margin-left:20px;
}
.footer_pc_la a {
	color:#FFFFFF;
	font-size:14px;
	text-align: left;
	margin-left:20px;
}
.footer_pc_copy {
	font-size:12px;
	text-align: right;
	margin-right:20px;
}
.footer_sm {
	color: #FFFFFF;
	line-height:30px;
	background-color: #00416A;
	text-align: center;
	width:100%;
/*	position: relative;*/
	position:fixed;
	bottom:0;
}
.footer_sm_la {
	color:#FFFFFF;
	font-size:12px;
	line-height:200%;
	text-align: center;
	padding-top:20px;
}
.footer_sm_la a {
	color:#FFFFFF;
	font-size:12px;
	line-height:200%;
	text-align: center;
	padding-top:20px;
}
.footer_sm_copy {
	font-size:12px;
	line-height:120%;
	text-align: center;
	padding:5px 10px 20px;
}
.wpcsm {
	width:900px;
	margin:0 auto;
}
.ban_add {
	display:flex;
	justify-content:space-between;
}
.ban01 {
	margin-left:20px;
}
.info_la {
	font-weight:bold;
}
/* ----------------------

----------------------- */
@media only screen and (min-width: 568px) and (max-width:900px) {
	.wpcsm {
		width:100%;
		margin:0;
	}
}
/* ----------------------

----------------------- */
@media only screen and (max-width:567px) {
	.header_sm {
		height:20px;
	}
	.header_e_sm {
		margin:0px auto;
		padding-bottom:10px;
	}
	.header_e {
		width:100%;
	}
	#content {
		width: calc(100% - 20px);
		padding:10px;
		margin:0 auto;
	}
	.wpcsm {
		width:100%;
		margin:0;
	}
	#contarea01 {
		width:100%;
/*		overflow:hidden;*/
	}
	.ban_add {
		width:100%;
		display:block;
		justify-content:none;
	}
	.ban01 {
		width:234px;
		margin:0px auto;
	}
	.info01 {
		margin-top:40px;
	}
}
