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

* {
	/zoom : 1;
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.center {
	text-align: center;
}
body {
	font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	line-height: 180%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3 {line-height: 100%;}
img {
	max-width: 100%;
}


#wrapper {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

section {
	padding: 20px 50px 70px 50px;
}

h1 {
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 10px;
	
}
.data{
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #999;
}
.h1_btm {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
h2 {
	font-size: 180%;
	padding: 10px;
	border-bottom: 5px solid #1cade4;
	background-image: url(img/logo_s.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
h3 {
	font-size: 150%;
	font-weight: bold;
	margin: 20px 0;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}

.box1 {
	padding-top: 20px;
	padding-right: 30px;
	display: table-cell;
	vertical-align: top;
	width: 70%;
}
.box2 {
	padding-top: 20px;
	display: table-cell;
	vertical-align: top;
	width: 30%;
}
.box2 img {
	margin-bottom: 10px;
}

.box3 {
	padding-right: 30px;
	display: table-cell;
	vertical-align: top;
	width: 65%;
}
.box4 {
	display: table-cell;
	vertical-align: top;
	width: 35%;
}
table.gaiyou {
	border: 1px solid #1cade4;
	border-collapse: collapse;
	width: 100%;
}
table.gaiyou th, table.gaiyou td {
	padding: 10px;
	border: 1px solid #1cade4;
	text-align: left;
}
table.gaiyou th {
	color: #000;
	font-weight: normal;
	width: 150px;
}
table.gaiyou tr.col1, table.gaiyou td.col1 {
	background: #d6e9f6;
}
table.gaiyou tr.col2, table.gaiyou td.col2 {
	background: #ecf4fb;
}

ul {}
li {
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}
li img {
	border: 1px solid #000;
}
table.shiyou {
	border: 1px solid #fff;
	border-collapse: collapse;
	background: #FFF;
	width: 100%;
}
table.shiyou th, table.shiyou td {
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
}
table.shiyou th {
	background-color: #1cade4;
	color: #FFF;
}
table.shiyou tr.col1, table.shiyou td.col1 {
	background: #d6e9f6;
}
table.shiyou tr.col2, table.shiyou td.col2 {
	background: #ecf4fb;
}

.b1 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background-color: #D1E7F6;
	padding: 10px 10px 10px 2em !important;
}
.b2 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border: #D1E7F6 2px solid;
	padding: 10px 10px 10px 2em !important;
}
.ya {
	padding: 5px;
	text-align: center;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {font-weight: bold;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}


@media only screen and (min-width:1000px) {

}

@media only screen and (min-width:481px) {

}


@media only screen and (max-width:768px) {

#wrapper {
	width: auto;
}
section {
	padding: 20px 5% 70px 5%;
}
.box1 {
	padding-top: 0;
	padding-right: 0;
	display: block;
	vertical-align: top;
	width: 100%;
}
.box2 {
	padding-top: 20px;
	display: block;
	vertical-align: top;
	width: 100%;
}
.box2 img {
	margin-bottom: 10px;
}

.box3 {
	padding-right: 30px;
	display: block;
	vertical-align: top;
	width: 100%;
}
.box4 {
	padding-top: 20px;
	display: block;
	vertical-align: top;
	width: 100%;
}


}

@media only screen and (max-width:480px) {
	
table.gaiyou {
	border-bottom: none;
}
table.gaiyou th, table.gaiyou td {
	display: block;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #1cade4;
}
table.gaiyou th {
	color: #000;
	font-weight: normal;
	width: auto;
	background: #cce3f5;
}
table.gaiyou td {
	background: #ecf4fb;
}
table.gaiyou tr.col1, table.gaiyou td.col1 {
	background: #fff;
}
table.gaiyou tr.col2, table.gaiyou td.col2 {
	background: #fff;
}

}
