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

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity0.7);
}

.indent {
  text-indent: 1em;
  padding-bottom: 10px;
  text-align: justify;
}

.box .border {
  border-top: #42a7aa solid 2px;
}

.box a:hover,
a:active {
  text-decoration: underline;
}

.aside-nav a:hover,
a:active {
  text-decoration: none;
}

footer p {
  color: #006e70;
}

h2 {
  color: #42a7aa;
}

.h4-1 {
  color: #218bc4;
}

.h4-2 {
  color: #960055;
}

.h4-3 {
  color: #336633;
}

.pcol {
  color: #a16999;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt40 {
  padding-top: 40px;
}
.pl10 {
  padding-left: 10px;
}

.fs16 {
  font-size: 16px;
}

.fs24 {
  font-size: 24px;
}

.text-c {
  text-align: center;
}

figcaption {
  font-size: 12px;
}

/*-----archives----*/
.panel_1 {
  border: 1px solid rgb(238, 238, 238);
  box-shadow: rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
  -webkit-box-shadow: rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
  -moz-box-shadow: rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
  padding: 20px;
  margin-top: 40px;
}
.panel_1 {
  font-size: 20px;
}

.panel_1 dl {
  width: 100%;
  line-height: 1;
  overflow: hidden;
}
dt {
  float: left;
  width: 120px;
  padding: 10px;
}
dd {
  margin-left: 120px;
  padding: 10px;
  background-color: #fff;
}

.banner {
  padding: 10px;
  margin-top: 40px;
}
.topics2 dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.topics2 dt {
  padding-bottom: 5px;
}

.topics2 dd {
  padding-left: 5%;
}

.topics1 dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.topics1 dt {
  padding-bottom: 5px;
}

.topics1 dd {
  padding-left: 10%;
}

.topics dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.topics dt {
  padding-bottom: 5px;
}

.topics dd {
  padding-left: 10%;
}

@media screen and (min-width: 768px) {
  .topics2 dt {
    clear: left;
    float: left;
    width: 10%;
  }

  .topics1 dt {
    clear: left;
    float: left;
    width: 50%;
  }
  .topics dt {
    clear: left;
    float: left;
    width: 20%;
  }
  .topics dd {
    margin-left: 11%;
  }
}

table.type06 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.type06 th {
  width: 250px;
  text-align: left;
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
}
table.type06 td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
}
table.type06 .even {
  background: #efefef;
}

/*--icon--*/

.sample4-3::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background: #7a0;
}
.sample4-3::after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}

.demo1 {
  position: relative;
  padding: 0 0.5em 0.2em 2em;
  border-bottom: 1px solid #ccc;
}
.demo1::before,
.demo1::after {
  position: absolute;
  content: "";
  border-radius: 100%;
}
.demo1::before {
  top: 0.2em;
  left: 0.2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, 0.5);
}
.demo1::after {
  top: 0.7em;
  left: 0.7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, 0.5);
}

.demo2 {
  position: relative;
  padding: 0 0.5em 0.2em 0.2em;
  border-bottom: 1px solid #ccc;
}

.demo5 {
  background: linear-gradient(transparent 60%, #ff0 0%);
}

/*--Face Book 埋め込み--*/
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--pagetop--*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #42a7aa;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#first-block,
#second-block,
#third-block,
#fourth-block {
  padding: 4.5rem 0;
}

/*--
ul.news li{
	color:#666;
	font-size:16px;
	margin:0;padding:0;
	padding-bottom:2px;
	margin-bottom:3px;
	border-bottom:1px dotted #666666;
	line-height:160%;
	list-style-type: none;
}
ul.news {
	margin: 0  0 35px  30px;
	padding:0;
}
.news_List_Ymd {
	font-weight:bold;
	padding-right:15px;
}
--*/

/*--count--*/

.count {
  font-size: 9px;
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: 100%;
  }
  .pagetop {
    display: none;
  }
}

/* what's new CSS */
ul#newsList {
  margin: 0 0 15px;
  padding: 0;
}
ul#newsList li {
  color: #666;
  font-size: 16px;
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #666;
  line-height: 160%;
  list-style-type: none;
}
a {
  color: #7097c7;
}
a:hover {
  color: #039;
  text-decoration: none;
}

.catName {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px;
}
.newMark {
  display: inline-block;
  border: 1px solid #9cc;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #9cc;
  color: #fff;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic;
}
.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 500px; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  a {
    color: #36f;
  }
  a:active {
    color: #039;
  }

  ul#newsList,
  ul#newsList li,
  .comment {
    width: 700px;
    max-width: 100%;
  }

  .thumbNailWrap {
    display: block;
    width: 100%;
    height: 100%;
  }
  p {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  a {
    color: #36f;
  }
  a:active {
    color: #039;
  }

  ul#newsList,
  ul#newsList li,
  .comment {
    width: 340px;
    max-width: 100%;
  }

  .thumbNailWrap {
    display: block;
    width: 100%;
    height: 100%;
  }
  p {
    font-size: 16px;
  }
}

@media print {
  .top-nav {
    display: none;
  }
  footer {
    display: none;
  }
  header {
    display: none;
  }
}
