@charset "utf-8";
/* init */
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #188AA4;
  background-image: url("../images/bg.jpg");
  background-repeat: repeat-x;
  background-position: top;
  color: #333333;
  font-size: 90%;
  line-height: 1.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  overflow: auto;
	min-width: 960px;
	
}
a img {
  border: none;
}
a:link {
  color: #038083;
  text-decoration: underline;
}
a:visited {
  color: #038083;
}
a:hover {
  color: #04B8BC;
  text-decoration: none;
}
a {
  outline: none;
  border: none;
}
/* レイアウト */
#contents_wrapper {
  background-image: url(../images/bg_mainImage.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
#main_contents {
  width: 900px;
  margin: 0 auto;
}
#contents {
  /*background-image: url(../images/bg_cont.png);
	background-repeat: repeat;*/
  background-color: rgba(10, 101, 63, 0.35);
  width: 920px;
  height: 5500px;
  margin: 0 auto 100px auto;
  padding: 0 0 0px 0;
  border: 0px;
  position: relative;
}
#header {
  margin: 0 auto;
  padding-top: 100px;
  width: 900px;
  height: 450px;
  position: relative;
}
#tsukuba_logo {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 165px;
  height: 52px;
}

#lead {
  width: 860px;
  margin: 0 auto 20px auto;
  padding: 20px 0 20px 0;
}
section#lead p {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  text-align: justify;
  text-shadow: 2px 2px 3px #000;
}
section#infomation {
  width: 850px;
  padding: 20px;
  margin: 0 auto 15px auto;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0.83);
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  text-align: left;
}
/*ブログ関連*/
.col_2 {
  width: 415px;
  padding: 20px 10px;
  margin-bottom: 30px;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0.83);
  /*background-image: url(../images/bg_blog.png);
	background-repeat: repeat;*/
  border-radius: 5px;
}
.col_3 {
  width: 435px;
  margin-bottom: 10px;
  height: auto;
  border: 0px;
  background-color: #a6dcf6;
  padding: 14px 0 10px 0;
  position: relative;
}
/*
.col_2 h2{
	text-align: center;
	margin-bottom: 10px;
}*/
.contents_left {
  width: 435px;
  margin: 10px 5px 15px 15px;
  float: left;
}
.contents_right {
  width: 435px;
  margin: 10px 15px 15px 5px;
  float: right;
}
div #event {
  background-color: #FFF;
  font-size: 16px;
  text-align: left;
}
p.sub {
  background: #eb6324;
  color: #FFF;
  font-weight: normal;
  font-size: 1em;
  margin: 5px 0 0 0;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  width: 5em;
}
p.sub01 {
  background: #eb6324;
  color: #FFF;
  font-weight: normal;
  font-size: 1em;
  margin: 5px 0 10px 0;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  width: 6em;
}
p.sub02 {
  background: #eb6324;
  color: #FFF;
  font-weight: normal;
  font-size: 1em;
  margin: 5px 0 10px 0;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  width: 13em;
}
p.sub03 {
  background: #eb6324;
  color: #FFF;
  font-weight: normal;
  font-size: 1em;
  margin: 5px 0 10px 0;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  width: 12em;
}
p.sub04 {
  background: #eb6324;
  color: #FFF;
  font-weight: normal;
  font-size: 1em;
  margin: 5px 0 5px 0;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  width: 7em;
}
div #event_yoyaku {
  background: #FFF;
  margin-bottom: 15px;
  height: 104px;
}
div .madoguchi {
  padding: 10px;
  border: 1px #999 dotted;
  color: #000;
  font-size: 14px;
  text-align: left;
  width: 350px;
  margin: 0 auto;
  background-color: #f2f8eb;
}
div.event_01 {
  background-color: #fff;
  margin: 10px 0;
  padding: 20px;
  color: #000;
  text-align: left;
  font-size: 14px;
  position: relative;
  border: 1px solid #ccc;
}
div.event_02 {
  margin: 10px 0 0 0;
  padding: 10px;
  color: #000;
  text-align: left;
  font-size: 14px;
}
div.event_03 {
  background-color: #fff;
  margin: 10px 10px;
  padding: 10px 150px 10px 10px;
  color: #000;
  text-align: left;
  font-size: 14px;
  position: relative;
}
.notice {
  font-size: 95%;
  margin-bottom: 13px;
  padding: 12px 0 15px 5px;
  border: 1px dotted #999;
}
.gaiyo {
  background-color: #333;
}
#btn_2017_mizukusa a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.contest-box {
  position: relative;
}
.cont-title {
  margin: 20px 0 5px 0;
  padding-top: 10px;
  border-top: 1px #CCC dotted;
}
.cont-subt {
  color: #1ca7db;
  margin: 10px 0 5px 0;
}
.cont-img {
  position: absolute;
  top: 0;
  right: 0;
}
.cont-about {
  width: 230px;
  float: left;
}
.newsen {
  background: url(../images/bg_inv.png);
  padding: 10px 20px 10px 90px;
  margin-top: 15px;
  font-size: 1rem;
  border: 1px #CF6 dotted;
}
#invited {
  position: absolute;
  top: 708px;
  left: 23px;
}
#intro {
  background: url(../images/bg_tenji.png) left bottom no-repeat;
  width: 900px;
  padding-bottom: 35px;
}
.contents_1col {
  background: url(../images/bg_col.png) repeat;
  position: relative;
  width: 875px;
  margin: 25px 0;
  padding: 15px 25px 0 0;
  border: 1px #3f74ad solid;
  z-index: 0;
}
#blog_btn {
  width: 900px;
  margin: 30px 0 25px 0;
  padding: 0 0;
  position: relative;
  border: 1px #3f74ad solid;
}
#blog_btn p a {
  background: url(../images/btn_2015.png) no-repeat;
  text-indent: -9999px;
  display: block;
  width: 900px;
  height: 100px;
}
#blog_btn p a:hover {
  background: url(../images/btn_2015_h.png) no-repeat;
}
.event-img img {
  border: 2px #CCC solid;
  margin-bottom: 10px;
}
#box-wrap-top {
  background: #FFF;
  width: 820px;
  padding: 20px 15px 0 15px;
  margin-bottom: 15px;
  float: left;
  position: relative;
}
#box-wrap-bottom {
  background: url(../images/bg_box.png) right bottom no-repeat #FFF;
  width: 820px;
  padding: 20px 15px 20px 15px;
  float: left;
}
.box-long {
  background: url(../images/bg_box_top.png) right bottom no-repeat #FFF;
  width: 825px;
  overflow: hidden;
  padding-bottom: 20px;
  float: left;
}
.box-long2 {
  background: trasparent;
  width: 825px;
  overflow: hidden;
  padding: 10px 0 20px 0;
  float: left;
  border-top: 1px #CCC dashed;
  margin-top: 15px;
}
.box-l {
  background: #FFF;
  width: 400px;
  float: left;
}
.box-r {
  background: #FFF;
  width: 400px;
  margin: 0 0 15px 20px;
  float: left;
  z-index: 3;
}
.box-r-bottom {
  background: #fafcfb;
  width: 400px;
  margin: 0 0 40px 20px;
  float: left;
}
.about-tenji {
  padding: 10px 3px;
}
.contents_2col {
  background: url(../images/bg_col.png) repeat;
}
.contents_2col {
  width: 408px;
  padding: 15px 25px 35px 0;
  margin-bottom: 30px;
  border: 1px #3f74ad solid;
  position: relative;
  z-index: 0;
}
#collection img {
  position: absolute;
  top: 15px;
  right: 10px;
}
.kikaku-awa {
  position: absolute;
  left: 1px;
  bottom: 0;
  z-index: 1;
}
#to-contest {
  margin: 0 0 0 210px;
  padding: 0 0 20px 0;
  font-weight: bold;
}
#to-contest a {
  color: #2549b4;
}
/*#footer{
	clear: both;
	background-color: #050A05;
	margin-top: 40px;
	border-top: 1px #3f74ad solid;

}

#footer_in{
	width: 900px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}*/
/* ---------------------------------------
　FOOTER
------------------------------------------ */
footer {
  width: 100%;
  background: #196973;
  text-align: center;
}
/*#page-footer{
    width: 100%;
    background: #00799d;
    float: left;
    text-align: center;
}*/
#footer-in {
  background: #196973;
  position: relative;
  width: 900px;
  height: 160px;
  margin: 0 auto;
}
#logo-tukuba {
  width: 146px;
  height: 42px;
  position: absolute;
  top: 59px;
  left: 1px;
}
#logo-kahaku {
  width: 163px;
  height: 35px;
  position: absolute;
  left: 176px;
  top: 62px;
}
#credit_hanakappa {
  color: #FFF;
  position: absolute;
  left: 361px;
  top: 73px;
  width: 335px;
}
#credit {
  color: #FFF;
  width: 571px;
  font-size: 0.8rem;
  text-align: right;
  position: absolute;
  right: 5px;
  top: 131px;
  height: 18px;
}
/*#tukuba {
  width: 500px;
  font-size: 0.9em;
  text-align: left;
  position: absolute;
  left: 398px;
  top: 40px;
}*/
#support {
  width: 500px;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.2;
  position: absolute;
  left: 398px;
  top: 60px;
}
#totop {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 807px;
  top: -20px;
}
a .totop_02 {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 803px;
  top: -27px;
  background-color: #196973;
  border-left: 1px solid #196973;
  border-right: 1px solid #196973;
  border-bottom: 0px solid #196973;
  border-top: 1px solid #196973;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url(../images/btn_totop_in.png);
  background-repeat: no-repeat;
  background-position: center 8px;
}
a:hover .totop_02 {
  background-color: #196973;
}
/* パーツ */
h1 {
  display: none;
  /*padding-bottom: 13px;
  border-bottom: solid 1px #8b73b6;
  margin-bottom: 15px;*/
}
h2 {
  margin-bottom: 15px;
  color: #004199;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
}
h2 span {
  display: block;
  margin: 0 0 0 0px;
  height: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
}
#lead h2 span {
  display: none;
}
#blog_2021 h2 span {
  margin-top: 16px;
  background-image: url("../images/ttl_blog2021.png");
  background-position: center;
  padding: 36px 0 0 0px;
  background-size: contain;
}
#mizukusa_suiso h2 span {
  background-image: url("../images/ttl_mizukusa_suiso.png");
  background-position: 25px top;
  padding: 52px 0 0 0px;
  background-size: contain;
}
#tenji01 h2 span {
  background-image: url("../images/ttl_tenji.png");
  background-position: 10px 0;
  padding: 26px 0 0 0px;
  background-size: contain;
}
#tenji02 h2 span {
  background-image: url("../images/ttl_tenji02.png");
  background-position: 10px 0;
  padding: 28px 0 0 0px;
  background-size: contain;
}
#workshop h2 span {
  background-image: url("../images/ttl_workshop.png");
  background-position: 10px 0;
  padding: 27px 0 0 0px;
  background-size: contain;
}
#seminor h2 span {
  background-image: url("../images/ttl_seminor.png");
  background-position: 10px 0;
  padding: 24px 0 0 0px;
  background-size: contain;
}
#taiken h2 {
  display: none;
}
#live h2 span {
  background-image: url("../images/ttl_livehaishin.png");
  background-position: 10px 0;
  padding: 28px 0 0 0px;
  background-size: contain;
}
#hanbai h2 span {
  background-image: url("../images/ttl_hanbai.png");
  background-position: 10px 0;
  padding: 28px 0 0 0px;
  background-size: contain;
}
#gaiyo h2 span {
  background-image: url("../images/ttl_gaiyo.png");
  background-position: 10px 0;
  padding: 28px 0 0 0px;
  background-size: contain;
}
#access h2 span {
  background-image: url("../images/ttl_access.png");
  background-position: 10px 0;
  padding: 24px 0 0 0px;
  background-size: contain;
}
#download h2 span {
  background-image: url("../images/ttl_download.png");
  background-position: 10px 0;
  padding: 27px 0 0 0px;
  background-size: contain;
}
#btn_2017_mizukusa h2 {
  display: none;
}
/*h3*/
h3 {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.3;
  color: #1C60BC;
  position: relative;
  padding: 0 .5em .5em 1.5em;
  /* border-bottom: 1px solid #ccc;*/
}
h3::before, h3::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h3::before {
  top: .1em;
  left: .1em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background-color: rgba(28, 96, 188, 0.35);
}
h3::after {
  top: .5em;
  left: .5em;
  width: 13px;
  height: 13px;
  background-color: rgba(28, 96, 188, 0.57);
}
/* h4 */
h4 {
  color: #1C60BC;
  font-size: 1.1rem;
  margin: 0;
  position: relative;
  padding: 0em 1.8em;
}
h4 span::after {
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  content: '';
  width: 8px;
  height: 8px;
  border: solid 3px #1C60BC;
  border-radius: 100%;
}
.contents_2col h2 {
  margin: 0 0 15px 10px;
}
.contents_2col h3 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #CCC;
}
.sub-title-wn-boeder {
  margin-bottom: 10px;
  border: none;
}
.table01 {
  border-collapse: collapse;
  width: 370px;
  margin: 10px auto;
}
.table01 td, .table01 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
}
.table01 th {
  background-color: #f2f8eb;
  padding: 3px;
  text-align: center;
  font-weight: normal;
  width: 25%;
}
.table01 td {
  background: #fafcfb;
  padding: 8px;
  text-align: left;
}
.table02 {
  border-collapse: collapse;
  width: 380px;
  margin: 0 auto;
}
.table02 td, .table02 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
  padding: 5px;
  font-size: 0.9rem;
}
.table02 th {
  font-weight: normal;
  background-color: #f2f8eb;
  width: 25%;
  text-align: center;
}
.table02 td {
  background: #fff;
  text-align: left;
  padding-left: 15px;
}
.table02 td.fee {
  text-align: left;
  padding: 15px 0 15px 25px;
}
.table03 {
  border-collapse: collapse;
  width: 383px;
  margin-left: 25px;
  margin: 0 auto;
}
.table03 th, .table03 td {
  border-top: 1px dotted #aeaeae;
  border-bottom: 1px dotted #aeaeae;
  background: #fff;
  padding: 5px 0px;
  vertical-align: middle;
}
.table03 th {
  color: #333;
  font-weight: normal;
  width: 25%;
  background-color: #f2f8eb;
  /*padding-left: 15px;*/
  text-align: center;
}
.table03 td {
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}
.table03 td a {
  color: #277e89;
  text-decoration: none;
}
.table03 td a:hover {
  color: #35AEBD;
  text-decoration: underline;
}

.table01_tyusi {
  border-collapse: collapse;
  width: 370px;
  margin: 10px auto;
}
.table01_tyusi td, .table01_tyusi th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
}
.table01_tyusi th {
  background-color: #E5E5E5;
  padding: 3px;
  text-align: center;
  font-weight: normal;
  width: 25%;
}
.table01_tyusi td {
  background: #fafafa;
  padding: 8px;
  text-align: left;
    color: #888888;
}

/*.tenji_flex {
    display: flex;
    justify-content: space-between;
}
.tenji_flex ul {
    width: 40%;
    margin-left: 1em;
    font-size: 0.9em;
}
.tenji_flex .tenji_img {
    width: 55%;
    margin-left: 10px;
}*/
#tenji01_1 ul {
  margin-top: 1em;
  margin-left: 1em;
}
.taiken_flex {
  display: flex;
}
.taiken_flex p {
  width: 230px;
  margin-right: 10px;
}
.box01 {
  width: 363px;
  background: #FFF;
  padding: 20px 10px 15px 10px;
  margin: 0 0 12px 25px;
}
.box01-last {
  width: 363px;
  background: url(../images/bg_box_last.png) right bottom no-repeat #FFF;
  padding: 20px 10px 30px 10px;
  margin: 0 0 0 25px;
  position: relative;
}
.box-in-box {
  width: 361px;
  border: none;
  background-color: #fafcfb;
  padding: 0;
  margin-bottom: 12px;
}
.box-in-box-wborder {
  width: 361px;
  border: none;
  background-color: #fafcfb;
  padding: 0;
  margin-bottom: 12px;
  border-bottom: #CCC 1px dotted;
}
.box-in-box-present {
  background: url(../images/present.png) no-repeat 317px 15px;
  width: 361px;
  border: none;
  background-color: #fafcfb;
  padding: 0;
  margin-bottom: 12px;
}
.txt01 {
  padding: 2px 8px;
  margin: 13px 0;
  font-size: 0.9rem;
  line-height: 16px;
  background: rgba(176, 200, 232, 0.50);
}
.txt01 a {
  color: #09b6c5;
}
.txt03 {
  padding: 0 8px;
  margin: 13px 0;
  line-height: 16px;
}
.txt05 {
  background: #deedf5;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
.txt02 {
  padding-left: 15px;
}
.txt06 {
  padding: 1px 8px;
  line-height: 16px;
  background: #C85C2F;
}
.txt07 {
  color: #C85C2F;
  font-weight: bold;
}
.txt08 {
  color: #327032;
  font-weight: 600;
}
.txt09 {
  padding: 3px 8px 3px 8px;
  margin: 10px 0;
  font-size: 0.9rem;
  line-height: 20px;
  background: #196973;
  border-radius: 3px;
  font-weight: 400;
  color: #FFFFFF;
}
.speaker {
  padding: 0 8px;
  margin: 13px 0;
  font-size: 0.9rem;
  line-height: 16px;
  text-align: right;
}
.gmap {
  margin: 15px 0 5px;
}
.gmap p {
  text-align: right;
  font-size: 85%;
}
.gmap_in {
  border: solid 1px #a590d5;
}
.box_dl1 a, .box_dl2 a {
  display: block;
  height: 50px;
  padding: 55px 20px 5px 150px;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 0.8rem;
  line-height: 1.2em;
  text-decoration: none;
  width: 215px;
}
.box_dl1 a:link, .box_dl2 a:link, .box_dl1 a:visited, .box_dl2 a:visited, .box_dl1 a:hover, .box_dl2 a:hover {
  color: #333333;
  text-decoration: none;
}
.box_dl1 a {
  background-image: url(../images/btn_dl_off.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}
.box_dl1 a:hover {
  background-image: url(../images/btn_dl_on.png);
  background-repeat: no-repeat;
}
/* ダウンロードボタン */
#dl-button a {
  margin: 0 auto;
  display: block;
  width: 230px;
  height: 52px;
  padding: 55px 0 0 140px; /*backgroaund-imageが370px*/
  background-repeat: no-repeat;
  color: #333333;
  font-size: 0.9em;
  line-height: 1.2em;
  text-decoration: none;
}
#dl-button a:link, #dl-button a:visited, #dl-button a:hover {
  color: #333333;
  text-decoration: none;
}
#dl-button a {
  background-image: url(../images/btn_dl_off.png);
  background-repeat: no-repeat;
}
#dl-button a:hover {
  background-image: url(../images/btn_dl_on.png);
  background-repeat: no-repeat;
}
.detailBtn {
  text-align: right;
  margin: 0 5px 8px 0;
}
.logo1 {
  width: 146px;
  height: 42px;
  position: absolute;
  top: 59px;
  left: 1px;
}
.logo2 {
  width: 163px;
  height: 35px;
  position: absolute;
  left: 176px;
  top: 62px;
}
.cr {
  width: 500px;
  color: #fafcfb;
  font-size: 10px;
  text-align: right;
  position: absolute;
  left: 398px;
  top: 100px;
}
/*.support{
	width: 500px;
	color: #fafcfb;
	font-size: 0.9rem;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 40px;
	}*/
/*.totop{
	width: 92px;
	height: 30px;
	position: absolute;
	left: 807px;
	top: -27px;
	}*/
/* padding margin */
.maT5B10 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.maT20 {
  margin-top: 20px;
}
.maT10 {
  margin-top: 10px;
}
.maT5 {
  margin-top: 5px;
}
.maB30 {
  margin-bottom: 30px;
}
.maB20 {
  margin-bottom: 20px;
}
.maB30 {
  margin-bottom: 30px;
}
.maB15 {
  margin-bottom: 15px;
}
.maB10 {
  margin-bottom: 10px;
}
.maB5 {
  margin-bottom: 5px;
}
.maB0 {
  margin-bottom: 0px;
}
.pa_btm10 {
  padding-bottom: 10px;
}
.maL1em {
  margin-left: 1em;
}
.maL2em {
  margin-left: 2.5em;
}
.maL6em {
  margin-left: 6.5em;
}
.ma_LR5 {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 100%;
}
.ma_LR10 {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 90%;
}
/* テキスト装飾 */
.small {
  font-size: 80%;
  line-height: 1.5em;
}
.small02 {
  font-size: 95%;
  line-height: 1.6em;
}
.smaller {
  font-size: 0.9rem;
}
.service {
  background: url(../images/service.png) 10px 20px no-repeat;
  font-size: 1rem;
  color: #666;
  text-align: right;
  padding: 10px 22px 0 0;
}
.note {
  color: #c31833;
}
/**/
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
#linkto-access {
  margin: 5px 20px 10px 0;
  text-align: right;
}
#linkto-access a {
  color: #1668a4;
}
#linkto-access a:hover {
  color: #03ae98;
}
#tsukuba {
  margin: 0 0.5rem;
  font-weight: bold;
  z-index: 8;
  position: relative;
}
.bold {
  font-weight: 600;
}
#access div #accessmap {
  margin: 0 auto;
}
#accessmap {
  background: #FFF;
  width: 380px;
}
#tukuba strong {
  font-size: 1.1em;
  color: #196973;
  display: block;
  text-align: left;
  padding-left: 20px;
}
#tukuba-map {
  margin-left: 25px;
}
#btn_bustour {
  margin: 10px 0;
  z-index: 3;
}
/* layouter */
.layouter {
  color: #06C;
}
.layouter a {
  color: #06C;
  font-size: 1rem;
}
#layouter {
  background: url(../images/content.png) repeat;
  width: 550px;
  margin: 50px auto;
  padding: 20px;
}
#layouter h2 {
  margin: 10px 0;
  color: #2749ac;
}
.layouter-box {
  margin-top: 20px;
  text-align: center;
}
.layouter-box dl {
  background: url(../images/content.png) repeat;
  width: 500px;
  line-height: 1.8;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
}
.layouter-box dt {
  color: #2749ac;
  font-weight: bold;
  padding: 5px 0;
}
.layouter-box dd {
  line-height: 2.5;
}
.hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
.migi {
  float: right;
  margin-left: 10px;
  margin-bottom: 2px;
}
/*その他 */
.clear {
  clear: both;
}
/*socialPlugIn*/
.social {
  padding: 0;
  width: 905px;
  margin: 0 auto;
  position: absolute;
  right: 15px;
  top: 160px;
}
.sns-wrap {
  margin: 0px auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.sns-wrap li.fb-button {
  line-height: 1;
  width: 115px;
}
.tw-button {
  width: 100px;
  display: inline-block;
}
.fb-button {
  display: inline-block;
}
#2017blog {
  background-color: #FFF;
  height: 488px;
  width: 410px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}
.contents_01_left {
  height: 545px;
  width: 405px;
  padding-top: 15px;
  background-image: url(../images/bg_blog.png);
  background-repeat: repeat;
  margin-right: 10px;
  margin-left: 20px;
  position: relative;
}
.contents_01_right {
  height: 550px;
  width: 385px;
  background-image: url(../images/bg_blog.png);
  background-repeat: repeat;
  margin-left: 10px;
  margin-right: 20px;
  padding: 10px 10px 0 10px;
}
#blog_article {
  font-size: 1rem;
  /*left: 80px;*/
  text-align: left;
  /*margin-left: auto;
  margin-right: auto;*/
  line-height: 1.4em;
  padding: 10px 10px 40px 10px;
  margin-top: 10px;
  background-color: #eff2f2;
  /*height: 160px;*/
  border-radius: 5px;
  overflow: hidden;
    position: relative;
  /**
	background-image: url(../images/bg_blog.png);
	background-repeat: repeat;
	**/
}
.blog_article_flex #blog_article .titile {
    display: inline-block;
  font-weight: 600;
  line-height: 1.6;
  font-size: 18px;
  padding-left: 10px;
  border-left: 3px #196973 solid;
}
.blog_article_flex #blog_article p {
  margin-top: 1rem;
  font-size: 14px;
  color: #333;
}
/* fallback for IE */
.text {
  display: block;
  overflow: hidden;
  line-height: 18px;
  height: 88px; /* 18px * 5 lines */
}
@supports (-webkit-line-clamp: 5) {
  .ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
/*リンクボタン*/
.event_01 .button_ws {
  margin-left: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 368px;
  /*  height: 50px;
  line-height: 50px;*/
  font-size: 18px;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  background-color: #196973; /*ボタン色*/
  border-radius: 25px; /*角丸*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.30);
  position: relative;
  padding: 15px 5px 15px 0;
  border-color: #196973;
  background: #196973;
}
.event_01 .button_ws:hover {
  color: #FFF;
  background-color: #03ae98; /*ボタン色*/
  text-decoration: underline;
}
.button_ws::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/icon_arrow_small_white.svg") no-repeat right top;
  background-size: 10px 16px;
  content: "";
}
#gotyui {
  font-size: 14px;
  color: #FFF;
  text-align: left;
  word-spacing: 620px;
  margin-top: 20px;
  margin-right: 140px;
  margin-bottom: 20px;
  margin-left: 140px;
}
#oya {
  width: 900px;
  border: 0;
  height: 580px;
}
/*slide*/
.wrap {
  width: 373px;
  padding: 0px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.wrap p {
  height: 250px;
}
.wrap ul {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/ /*開始したらとる*/
  justify-content: space-between; /*開始したら付与*/
}
.wrap li {
  display: block;
  margin-bottom: 5px;
  /*margin-left: 10px;  開始したらとる*/
  /*margin-right: 10px;  /*開始したらとる*/
  /*text-align: center; /*開始したらとる*/
}
.wrap li img {
  cursor: pointer;
  border: solid #fff 1px;
}
.wrap li img:hover {/*開始したら付与*/
  opacity: 0.7;
}

#date {
  font-weight: bold;
  text-align: right;
  display: block;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 17px;
}
img#MainPhoto {
  border: 2px solid #FFF;
}
span#MainPhoto_date {
  display: block;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  /*margin-right: 10px;*/
  text-align: right;
}
#s_date {
  font-size: small;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}
.s_date {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-align: center;
}
#blog_more {
  display: block;
  /*padding-top: 10px;*/
  font-size: small;
  color: #1c60bc;
  /*text-align: right;*/
position: absolute;
    bottom: 10px;
    right: 10px;
}
#blog_more a {
  text-decoration: none;
  color: #1c60bc;
}
#blog_more a:hover {
  text-decoration: underline;
  color: #03ae98;
}
.caption {
  font-size: 12px;
  color: #333333;
  text-align: right;
  display: block;
}
p.label {
  display: inline-block;
  background-color: rgba(187, 30, 81, 0.70);
  color: #fff;
  padding: 2px 1rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}

.del_w {
    background-image: linear-gradient(#c31833, #c31833);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    color: #888;
    margin: 0 0.4em;
    text-decoration: none;
}
#apDiv1 { /*トートTシャツ*/
  position: absolute;
  width: 180px;
  height: 120px;
  z-index: 10;
  right: -27px;
  top: -14px;
}

#kurochan {
  position: absolute;
  width: 35px;
  height: 55px;
  z-index: 8;
  right: 100px;
  top: 167px;
}
.contents_01_right #suisou_jyunbi {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.nowrap {
    white-space: nowrap;
}


div#hanakappa00 { /*ヘッダはなかっぱ*/
    position: absolute;
    background-image: url("../images/img_hanakappa_top.png");
    width: 100px;
    height: 121px;
    right: 80px;
    top: 380px;
    z-index: 11;
    background-size: contain;
}
div#hanakappa01 { /*ツネナリくん*/
    position: absolute;
    background-image: url("../images/img_hanakappa_01.png");
    width: 70px;
    height: 111px;
    /*width: 82px;
    height: 131px;*/
    right: -20px;
    bottom: 0px;
    z-index: 12;
    background-size: contain;
}

div#hanakappa02 { /*ももかっぱ*/
    position: absolute;
    background-image: url("../images/img_hanakappa_02.png");
    width: 80px;
    height: 64px;
/*    width: 94px;
    height: 75px;*/
    left: -8px;
    top: -40px;
    z-index: 13;
    background-size: contain;
}

div#hanakappa03 { /*はなかっぱ*/
    position: absolute;
    background-image: url("../images/img_hanakappa_03.png");
    width: 70px;
    height: 82px;
    /*width: 83px;
    height: 97px;*/
    right: -5px;
    top: -82px;
    z-index: 14;
    background-size: contain;
}
.photo_copy {
  padding-left: 20px;
  width: 900px;
  margin: 0 auto;
  position: absolute;
  color: #CCE7C4;
  font-weight: 200;
  text-align: left;
  top: 160px;
}

.chushi01 {
  position: absolute;
  left: 163px;
  top: 250px;
}
.chushi02 {
    position: absolute;
    left: 163px;
    top: 70px;
}
.chushi03 {
  position: absolute;
  left: 163px;
  top: 135px;
}
.chushi04 {
  position: absolute;
  left: 165px;
  top: -15px;
}
.chushi05 {
  position: absolute;
  left: 163px;
  top: 120px;
}