@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-color: #fbfbfb;
}
#outer {
	padding: 0;
	line-height: 1.6;

	width:88%;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 88%;
    margin: 0 auto 100px;
    max-width: 960px;
}


#left {
	float: left;
	width: 48%;
}
#right {
	width: 48%;
	float: right;
	box-sizing: border-box;
}

th,td{
	border:solid 1px black;
}

.waku{
	border:2px solid black;
}
table.infoTbl{
	border-collapse:collapse;
	width:100%;
	padding:10px;
}

table.infoTbl thead th {
	border-bottom: 3px double black; /* ヘッダ行の下線 */
	background-color: #2fbceb;
	color: #ffffff;
 }


table.infoTbl td, th {
	padding:3px;
}

ul {
	margin: 1em 0 1em 1.5em;
	padding: 0;
}
ol {
	margin: 0 0 0 2em;
	padding: 0;
}
li {
	list-style: none;
}
ol li {
	list-style-type: decimal;
}

ul.aaa li{
    position: relative;
    padding-left: 15px;
	padding-bottom: 5px;
  }
 
  ul.aaa li:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
p {
	margin: 1em 0;
	word-wrap: break-word;
	
}
.smallTxt {
	margin-top: 0;
	font-size: 90%; /*小サイズ*/
}
.text {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

img {
	max-width: 100%;
	height: auto;
}
hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
	height: 1px;
}

a,a:active,a:hover,a:link,a:visited {
    outline: 0;
    text-decoration: none;
    color: #000
}

.lower_wrap a {
    border-bottom: 1px solid #004ea2;
	position: relative;
    color: #004ea2;
    padding-bottom: 2px;
    line-height: 1.7;
}

.lower_wrap a:hover{
    border-bottom: none
}

a.file:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    background-image: url(icon_file.svg);
    background-repeat: no-repeat;
    background-size: 20px 18px;
    background-position: center right;
    vertical-align: middle;
    padding-left: 5px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: 400;
}

h1 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 40px 0;
}
h2 {
    position: relative;
    font-size: 20px;
    color: #333;
    padding-top: 10px;
    line-height: 1.5;
	font-weight: bold;
}

footer {
	padding-top: 20px;
	height: 150px;
	clear: left;
	text-align: center;
	position: relative;
	border-top: 1px #e3e3e3 solid;
}
footer a {
	color: #444;
	text-decoration: none;
}
footer a:hover {
	color: #036;
	text-decoration: underline;
}

/*移植注意*/

.breadcrumbs {
    width: 95%;
    max-width: 1026px;
    margin: 0 auto;
    padding-top: 15px
}

.breadcrumbs li {
    display: inline-block;
    color: #666;
    font-size: 12px;
    margin-left: 4px
}

.breadcrumbs li a {
    color: #004ea2;
    padding-right: 20px;
    background-image: url(breadcrumb_arrow.png);
    background-repeat: no-repeat;
    background-size: 13px 10px;
    background-position: center right
}

@media screen and (min-width:768px) and (max-width:1024px) {
#outer {
	width: 100%;
	padding: 0;
	font-size: 100%;
	margin: 0;
}

footer {
	font-size: 14px;
}
}
@media screen and (max-device-width: 480px) {
#outer {
	width: 100%;
	font-size: 100%;
	padding: 0;
	margin: 0;
	border-left: none;
	border-right: none;
}

h1 {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: 20px;
}
h2 {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	line-height: 1.3;
	font-size: 18px;
}

#left {
	margin: 0;
	float: none;
	width: 100%;
	padding-left: 0;
}
#right {
	margin: 0;
	float: none;
	width: 100%;
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}

footer {
	height: 150px;
	padding: 0;
	margin: 0;
	border-top: none;
}
}

