@charset "utf-8";

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, /* -input, - */textarea,
p, blockquote,
/* -th, td,- */
img {
	margin: 0;
	padding: 0;
	border:none;
	vertical-align: top;
}

img {
/*	display: block; */
	max-width: 100%;
/*	height: auto; */
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

th,
td {
	vertical-align: top;
	text-align: left;
	word-break: break-word;
}

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

label {
	cursor: pointer;
}


body {
	font-family: 'Meiryo UI','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	font-size: 13px;
	line-height: 1.6;
	color: #000;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


a:link {
	color:#0080cb;
	text-decoration:none;
}

a:visited {
	color:#0080cb;
	text-decoration:none;
}

a:hover {
	color:#0080cb;
	text-decoration: none;
}

a:active {
	color:#0080cb;
	text-decoration:none;
}

a {
	overflow:hidden;
	outline:none;
	word-wrap: break-word;
}

a:hover img {
	-ms-opacity: 0.7;
	opacity: 0.7;
}


header{
	width:calc(100% - 20px) ;
	margin:0 10px 20px 10px;
	padding:20px 0 0 0;
	position:relative;
}
header:after {
  content: "";
  display: block;
  clear: both;
}
header p.logo{
	float:left;
}
header p.logo a{
	display:block;
	text-indent:-9999px;
	background:url(../img/logo.png);
	width:124px;
	height:36px;
	background-size:124px 36px;
}
header p.back{
	display:none;
}
header ul.nav{
	display:none;
    position: absolute;
    top: 65px;
    width: 100%;
    z-index: 100;
	background:#fff;
}
header ul.nav li{
	border-bottom:1px solid #0080cb;
	margin-bottom:5px;
}
header ul.nav li a{
	display:block;
	color:#0080cb;
	padding:8px 30px 8px 8px;
	font-size:110%;
	position:relative;
}
header ul.nav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 1px #0080cb;
    border-right: solid 1px #0080cb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.accordion-container .article-title {
  display: block;
  position: relative;
  margin-top:1em;
  padding: 0.625em 2.4em 0.625em 2em;
  font-size: 1.1em;
  font-weight: normal;
  color:#0080cb;
  background:#fff;
  cursor: pointer;
  border:1px solid #0080cb;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {background-color:#d1e8fa;color:#0080cb;}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i{color:white;}

.article-title{position:relative;}

.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0080cb;
  border-right: solid 2px #0080cb;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}*/

/*.accordion-content {
  display: none;
  padding-left: 2.3125em;
}*/

/* CSS for CodePen */
/*.accordion-container {
  width:auto;
  margin: 1.875em auto;
}*/


#panel-btn{
  display: block;
  float:right;
  position: relative;
  width: 32px;
  height: 32px;
  border:1px solid #0080cb;
}

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 15px;
  right: 6px;
  width: 20px;
  height: 1px;
  margin: 0;
  background: #0080cb;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #0080cb;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -8px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}




/*
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#panel-btn .close:after{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/



footer{
	width:100%;
	margin:0 0 20px 0;
	border-top:3px solid #aed5f2;
	padding-top:7px;
}
footer address{
	text-align:center;
	font-style:normal;
	color:#3c3c3c;
	font-size:80%;
	line-height:1.2;
}

article{
	width:calc(100% - 20px) ;
	margin:0 10px;
	padding-bottom:50px;
}
article h1{
	border-bottom:3px solid #aed5f2;
	font-size:110%;
	font-weight:bold;
	line-height:1.5;
	color:#3c3c3c;
	padding-bottom:10px;
	margin-bottom:5px;
}
article h2{
	font-weight:bold;
	font-size:100%;
}
article h3{
	font-weight:bold;
}
article ol li{
	text-indent:-1.3em;
	margin-left:1.3em
}
article ol.indent2em li{
	text-indent:-2.5em;
	margin-left:2.5em
}
article ol.indent1em li{
	text-indent:-1em;
	margin-left:1em;
}
article p.notes{
	text-indent:-1em;
	margin-left:1em
}


article ul.menu:after {
  content: "";
  display: block;
  clear: both;
}

article ul.menu li{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
article ul.menu li:nth-child(odd){
	margin-right:0;
}
article ul.menu li a{
	display:block;
	border:1px solid #0080cb;
	color:#0080cb;
	font-size:110%;
	padding:14px 20px;
	position:relative;
}
article ul.menu li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 0;
    border-top: solid 1px #0080cb;
    border-right: solid 1px #0080cb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.mb1em{
	margin-bottom:1em;
}
.mb2em{
	margin-bottom:2em;
}
.mt2em{margin-top:2em;}
.mt3em{margin-top:3em;}
.ml1em{
	margin-left:1em;
}
.ml2em{
	margin-left:2em;
}

.alir{
	text-align:right;
}

.strong{
	font-weight:bold;
}
#pageTop{
    position: fixed;
    bottom: 40px;
    right: 20px;
    color: rgba(0,0,0,.5);
    margin: 0;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#pageTop a {
    padding: 8px;
    text-decoration: none;
    background-color: #0080cb;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    z-index:99;
    border-radius: 30px;
    position: relative;
}
table.table_list{width:98%;}
table.table_list th,table.table_list td{padding:3px;}
table.table_list th{
    color:#0080cb;
    background:#d1e8fa;
    font-weight:normal;
    border:1px solid #0080cb;
    vertical-align:middle;
}
table.table_list td{border:1px solid #999;}

/*.close{background:#007fcc;color:#fff;width:200px;margin:0 auto;line-height:2;text-align:center;margin:2em auto;}*/

.table_th1 {
	width: 35%;
}

