@charset "utf-8";
/* CSS Document */

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
li {
	list-style-type: none;
}


body{
	width: 100%;
	margin: auto;
	padding: 0;
	text-align:center;
 }

 #wrapper{
	width: 100%;
	margin: auto;
 }
 #contaner{
	width: 98%;
	max-width: 1260px;
	margin: 0 auto 50px;
	padding: 0 1%;
	text-align: left;
	background-color: #FFF;
	font-size: 1.0em;
	line-height: 1.6;
 }

.title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.8em;
	font-weight: 800;
 }

#path {
  position: relative;
  width: 94%;
  font-size: 0.9em;
  color: #1874CD;
}
#path li {
  display: inline-block;
  margin-right: 7px;
  padding: 7px 0;
}
#path li a {
  display: block;
}
 
 footer {
	position: relative;
	bottom: 0;
	width: 100%;
	}
  .footer_in {
	width: 100%;
	margin: auto;
	justify-content: space-between;
	background: #ececec;
  }
  .footer_link_in {
	width: 100%;
	max-width: 1260px;
	margin: auto;
  }
  .footer_link_in ul {
    letter-spacing: -.4em;
	padding: 5px 7px;
	text-align: right;
  }
  .footer_link_in ul li {
	display: inline-block;
	padding: 5px 0;
    letter-spacing: 0;
	font-size: 0.9em;
	margin-left: 30px;
  }

  .copyright{
	width: 100%;
	background-color: #969696;
}
  .copyright ul{
	width: 100%;
	max-width: 1260px;
	margin: auto;
	padding: 20px 0;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}
  .copyright ul li{
	margin-right: 5px;
}
 

/*------------- link ----------------*/
a:link {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover {	
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}
/*------------- line ----------------*/
a:link {
	color: #105096;
	text-decoration: none;
}
a:visited {	
	color: #105096;
	text-decoration:none;
}
a:hover {	
	text-decoration: none;
}

/*------------- img ----------------*/
figure {
	position: relative;
	margin: auto;
	text-align: center;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
a img {	
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a img:hover {	
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}





.orange{
	color: #FF9900;
	text-shadow: 1px 1px 1px #E6FFFF;/*- 青 -*/
}

h2 {
	padding-top: 10px;
	text-align: center;
	color: #7b8d42;
	font-weight: normal;
}
h2:first-letter {
	color: #8a3319;
}
h2:after {
	content: "";
	display: block;
	margin: 3px auto 30px;
	width: 100px;
	height: 1px;
	background-color: #ccc;
}


.text p {
	text-indent: 1em;
 }

.ma-t1 {
	margin-top: 10px;
 }
.ma-t3 {
	margin-top: 30px;
 }

.f-l2 {
	font-size: 1.2em;
 }
.f-l20 {
	font-size: 2.0em;
 }

.t-c{
	text-align: center;
 }

.f-b{
	font-weight: 800;
 }



.inline-ma-r1 , .inline-ma-r3 {
    letter-spacing: -.4em;
}
.inline-ma-r1 li , .inline-ma-r3 li {
	display: inline-block;
    letter-spacing: 0;
    padding: 3px 0;
}
.inline-ma-r1 li {
    margin-right: 10px;
}
.inline-ma-r3 li {
    margin-right: 30px;
}

table {
  width: 100%;
  margin: auto;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
}
table th {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 7px 10px;
	font-weight: normal;
	color: #333;
	background-color: #D0E8E8;
}
table.wid80p {
	width: 80%;
}
table th.wid200 {
	width: 200px;
}
table th.indent {
	text-indent: 30px;
}
table td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 7px 3px;
	vertical-align: top;
}

/*---------------------------*/
hr {
    clear: both;
	height: 0;
	border: 0;
}

.line17 {
	border-bottom: 1px dotted rgba(153,153,204,.3);
    padding-top: 30px;
    margin-bottom: 30px;
 }


  .pdf:after ,
  .word:after {
  font-family: FontAwesome;
  padding-left: 3px;
  font-size: 1.8em;
  }
  .pdf:after {
  content: '\f1c1';
  color: #BD0000;
  }
  .word:after {
  content: '\f1c2';
  color: #039;
  }

.biko {
    font-size: .9em;
	color: #8086A2;
	margin-left: 5px;
}
.biko:before {
	font-family: FontAwesome;
	content: '\f069';
	font-size: .5em;
	vertical-align: middle;
}

