@charset: "utf-8";
/*whole page's setting*/
* {
	font-family: Meiryo; 
	
}



h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #343E97;
}

h2 {
	font-size: 1.2em;
	line-height: 1.0em;
	color: #343E97;
}

p {
	line-height: 1.5;
}

a:hover img{
	opacity: 0.7;
}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
	#border-radius: 50%;
	
}

.container {
	margin: 0 auto;
	padding: 0 20px 0 20px;
	max-width: 1000px;
	/* width:960px; */
}



table.table01 {
	width:100%;
	border-right:#3EB1C6 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:first-child td {
	border-top:#3EB1C6 solid 1px;
}

table.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#3EB1C6 solid 1px;
	border-bottom:#3EB1C6 solid 1px;
	vertical-align:top;
}
 
@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}


/*footer bar*/
.footbar{
	background-color: white;
}
.footbar ul{
	list-style-type: none;
}
.footbar li{
	display: inline;
}