@charset "utf-8";
/* CSS Document */
body {
  text-align: left;
  color: #333333;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif, "小塚ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  _zoom: 1;
  overflow-x: hidden;
}
p {
  word-wrap: break-word;
}
p.comment {
	font-size: 13px;
	padding: 16px 0;
	line-height: 1.5;
}
a:link {
  /* color: #3399ff; */
  color: #f4323b;
  text-decoration: none;
}
a:visited {
  color: #f4323b;
  text-decoration: none;
}
a:hover, a:active {
  /* color: #ff9966; */
  color: #f4323b;
  text-decoration: none;
}
#wrap {
  max-width: 1240px;
  width: 1240px;
  margin: 0 auto;
}
.wrap {
  max-width: 1240px;
  width: 1240px;
  margin: 10px auto -5px;
  position: relative;
}
#ticker {
  width: 100%;
  height: 30px;
  background-color: #333;
}
#ticker_box {
  width: 1200px;
  margin: 0 auto;
}
#headtext {
  font-size: 12px;
  color: #FFFFFF;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  width: 730px;
  text-align: left;
  font-weight: bold;
}
.google-search {
  height: 30px;
  float: right;
  margin: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#search-form {
  font-size: 13px;
  color: #FFCC33;
}
#search-form2 {
  font-size: 13px;
  padding-top: 20px;
}
#search-form3 {
  font-size: 13px;
  color: #FFCC33;
  text-align: right;
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}
#cse-search-box {
  float: right;
}
#cse-search-box input[type="text"] {
  font-size: 14px;
  height: 18px;
  padding: 0 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 215px;
  background: #f9f9f9;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
#cse-search-box input[type="submit"] {
  background: url("https://www.hamazo.tv/sys_img/search32.png") no-repeat scroll 50% 50% #454545;
  background-size: 20px 20px;
  border: 0 none;
  color: #000;
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-appearance: none;
}
#logo {
  float: left;
  width: 227px;
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#fukuroi_logo {
  float: left;
  width: 183px;
  margin-top: 16px;
  margin-right: 5px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#cross {
  float: left;
  font-size: 30px;
  /* [disabled]font-weight: bold; */
  margin-top: 45px;
  margin-right: 0;
  margin-left: -282px;
  margin-bottom: 0;
  z-index: 9999;
}
.nav > li.menu__multi {
  position: relative;
}
li.menu__multi ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #444 !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
}
li.menu__multi:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
/* --------------------------------------------------- menu */
.nav {
  width: 910px;
  float: left;
  position: relative;
  max-width: 1200px;
  margin: 0 auto !important;
  text-align: center;
  margin: 30px 0 0 0;
  padding: 10px 0 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.7;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.nav > li {
  float: left;
  width: 20%;
  line-height: 25px;
  list-style: none;
}
.nav > li a {
  display: block;
  color: #333;
  text-decoration: none;
  -webkit-transition: all .35s linear;
  transition: all 0.35s linear;
}
.nav > li a:focus {
  outline: none;
}
.nav > li a:hover {
  color: #ff7200;
  background: none repeat scroll 0 0 !important;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}
ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}
.nav > li:hover {
  background: none repeat scroll 0 0 !important;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.menu__second-level li {
  color: #fff !important;
  width: 300px;
}
.menu__third-level li {
  color: #fff !important;
  width: 300px;
}
.menu__fourth-level li {
  color: #fff !important;
  width: 300px;
}
.menu__second-level li a {
  color: #fff !important;
  text-align: left;
  padding-left: 15px;
}
.menu__third-level li a {
  color: #fff !important;
}
.menu__fourth-level li a {
  color: #fff !important;
  text-align: left;
}
.menu__second-level li a:hover {
  background: #FFB40D none repeat scroll 0 0 !important;
  color: #fff !important;
}
.menu__third-level li a:hover {
  background: #FFB40D none repeat scroll 0 0 !important;
  color: #fff !important;
}
.menu__fourth-level li a:hover {
  background: #FFB40D none repeat scroll 0 0 !important;
  color: #fff !important;
}
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 3px 15px;
  border-right: 1px solid #aaa !important;
  border-bottom: 1px solid #aaa !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav {
  *zoom: 1;
}
.navlist_under a {
  color: #fff !important;
  text-align: left;
  padding-left: 15px;
}
.navlist_under:hover {
  background-color: #FFB40D !important;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
/* --------------------------------------------------- single menu */
.nav > li.menu__multi {
  position: relative;
}
li.menu__multi ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 300px;
  background: #444 none repeat scroll 0 0 !important;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
li.menu__multi:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.menu__second-level::after, .menu__second-level::before {
  border: medium solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.menu__second-level::after {
  border-bottom-color: #444;
  border-width: 10px;
  left: 50px;
  margin-left: -10px;
}
/*
.menu__second-level li:first-child > a::after {
    border-bottom: 8px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: -8px;
    width: 0;
}

.menu__second-level li:first-child a:hover::after {
	border-bottom-color:#f4323b;
}

.menu__second-level ul li:first-child a::after {
    border-color: transparent #f4323b transparent -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 5px 8px 5px 0;
    height: 0;
    left: -8px;
    top: 12px;
    width: 0;
}

.menu__second-level ul li:first-child a:hover::after {
	border-bottom-color:transparent;
	border-right-color:#f4323b;
}
*/
li.menu__multi ul.menu__second-level li {
  position: relative;
}
li.menu__multi ul.menu__second-level li:hover {
  background: #444;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: #444;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
  visibility: visible;
  opacity: 1;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li {
  position: relative;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
  background: #222;
}
.member_wrap {
  float: left;
  font-size: 12px;
  text-align: center;
  margin: 5px 0;
}
.member_wrap li {
  float: left;
  width: 140px;
  border: 1px solid #ff7200;
  box-sizing: border-box;
  margin-right: 10px;
  border-radius: 3px;
}
.member_wrap li:last-child {
  margin-right: 0;
}
.member_wrap li a {
  color: #fff;
  background-color: #ff7200;
  padding: 10px 20px;
  display: block;
}
.member_wrap li:hover {
  background-color: #fff;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.member_wrap li a:hover {
  background-color: #fff;
  color: #ff7200;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.social_wrap {
  width: 175px;
  height: 75px;
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-left: 70px;
}
.social_wrap li {
  width: 70px !important;
  float: left;
  margin: 20px 2px 0 0;
}
.twitter-btn {
  display: inline-block;
  line-height: 32px;
  padding: 8px 17px 5px 30px;
  height: 32px;
  background: #00aced url(https://www.hamazo.tv/template/n-images/twitter_logo.png) no-repeat 9px center;
  background-size: 30px;
  -ms-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -webkit-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
  color: #fff !important;
  border-radius: 500px;
}
.twitter-btn:hover {
  opacity: 0.7;
}
.fb-btn {
  display: inline-block;
  line-height: 32px;
  padding: 8px 15px 5px 30px;
  height: 32px;
  background: #3a5795 url(https://www.hamazo.tv/template/n-images/fb_logo.png) no-repeat 7px center;
  background-size: 25px;
  -ms-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -webkit-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
  color: #fff !important;
  border-radius: 500px;
}
.fb-btn:hover {
  opacity: 0.7;
}
.gplus-btn {
  display: inline-block;
  line-height: 32px;
  padding: 5px 20px 5px 42px;
  height: 32px;
  background: #db4437 url(https://www.hamazo.tv/template/n-images/google_plus_logo.png) no-repeat 10px center;
  -ms-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #fff !important;
  border-radius: 3px;
}
.gplus-btn:hover {
  background-color: #333;
}
.left_wrap {
  width: 890px;
  float: left;
  margin: 5px 5px 0 0;
}
.right_wrap {
  width: 336px;
  float: right;
  margin: 5px 0 0 0;
  position: relative;
}
.hamazo_news_wrap {
  background-image: url(https://www.hamazo.tv/template/n-images/hamazo_news_bg.png);
  height: 40px;
}
.phoenix_wrap {
  background-image: url(https://www.hamazo.tv/template/n-images/phoenix.png);
  height: 55px;
}
.headline01 {
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 70px;
  line-height: 70px;
  padding: 0 0 0 20px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 3px
}
.headline_more {
  display: inline;
  float: right;
  font-size: 14px;
  padding-right: 10px;
  letter-spacing: 0px;
}
.headline_more a {
  color: #e94606;
}
.headline_more a:hover {
  text-decoration: underline;
}
.rss_news {
  height: 300px;
}
.rss_content {
  height: 300px;
  width: 890px;
  background: #FFF;
  position: absolute;
}
#highlight {
  word-wrap: break-word;
  background-color: #000;
  margin-top: 0px;
  width: 450px;
  height: 300px;
  overflow: hidden;
  float: left;
  z-index: 0;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#highlight:hover {
  opacity: 0.7;
}
.highlight-text {
  overflow: hidden;
  font-size: 12px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0px;
  position: relative;
  background-color: #FFFFFF;
}
.highlight-image {
  width: 450px;
  float: left;
  overflow: hidden;
  position: relative;
  height: 300px;
  background-color: #000;
}
.highlight-title {
  font-size: 13px;
  color: #000;
  text-shadow: 2px 2px 2px #fff;
  overflow: hidden;
  line-height: 1.4em;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  width: 430px;
}
#hilight-right-wrap {
  float: left;
  height: 300px;
  width: 440px;
  overflow: hidden;
  background-color: #fcfcfc;
  /* border-bottom: 1px solid #ccc; */
  /* border-right: 1px solid #ccc; */
  /* box-sizing: border-box */
}
#hilight-right-box {
  height: 300px;
  margin-top: 4px;
}
.rss_list {
  font-size: 14px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  background-position: 0px center;
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
  line-height: 1.3;
}
.rss_list:hover {
  /* background-image:url(https://www.hamazo.tv/template/n-images/news_arrow.png); */
  background-repeat: no-repeat;
  background-size: 20px 30px;
}
.rss_list a {
  display: block;
  color: #333;
}
.rss_list a:hover {
  color: #f4323b;
}
.rss_list img {
  padding-right: 10px;
}
.rss_list .listtitle {
  font-weight: bold;
}
.rss_list .listdata {
  font-size: 12px;
  margin-bottom: 5px;
}
.rss_list .listlink {
  padding-top: 10px;
}
.rss_list .listdesc {
  margin-bottom: 15px;
}
.matome-link {
  padding-top: 5px;
  padding-left: 0px;
  padding-bottom: 5px;
  margin-top: -7px;
}
.button {
  width: 90%;
  color: #efefef !important;
  background: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px -1px 0px rgba(255, 255, 255, 0.2) inset;
  margin-top: 8px;
  padding-top: 10px;
  padding-right: auto;
  padding-bottom: 5px;
  padding-left: auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.button:hover {
  color: #fff !important;
  background-color: #f4323b;
}
.l0_button {
  width: 100%;
  color: #efefef !important;
  background: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px -1px 0px rgba(255, 255, 255, 0.2) inset;
  margin-top: 8px;
  padding-top: 10px;
  padding-right: auto;
  padding-bottom: 5px;
  padding-left: auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.l0_button:hover {
  color: #fff !important;
  background-color: #f4323b;
}
/*  */
#update_wrap {
  clear: both;
  margin-top: 15px;
  margin-bottom: 5px;
  /*background-image: url(https://www.hamazo.tv/template/n-images/hamazo_news_entry_bg.png);*/
  background-repeat: repeat-y;
  background-position: center right;
  height: 96px;
}
#update_wrap img {
  float: left;
}
.update_info {
  float: left;
  line-height: 1.75;
  font-size: 14px;
}
.update_info p span {
  color: #f4323b;
  padding-right: 5px;
}
.update_info p a {
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  color: #333;
}
.update_info p a:hover {
  opacity: 0.7;
}
.theme_wrap {
  margin: 15px 0 0 0;
}
.theme_caver {
  background: #000 none repeat scroll 0 0;
  width: 292px;
  height: 87px;
  float: left;
  margin: 0 2px 38px 2px;
}
/*
.theme_caver:nth-child(3n) {
    margin-right: 0px;
}
*/
.theme_box01, .theme_box02, .theme_box03, .theme_box04, .theme_box05, .theme_box06, .theme_box07 {
  width: 292px;
  height: 87px;
  transition: opacity 0.35s ease 0s;
}
.theme_box08, .theme_box09 {
  width: 300px;
  height: 87px;
  transition: opacity 0.35s ease 0s;
  background-color: #333;
}
.theme_box01:hover, .theme_box02:hover, .theme_box03:hover, .theme_box04:hover, .theme_box05:hover, .theme_box06:hover {
  opacity: 0.7;
}
.theme_box07:hover, .theme_box08:hover, .theme_box09:hover {
  opacity: 0.7;
}
.theme_box01_image, .theme_box02_image, .theme_box03_image, .theme_box04_image, .theme_box05_image, .theme_box06_image {
  width: 112px;
  height: 87px;
  overflow: hidden;
  float: left;
}
.theme_box07_image, .theme_box08_image, .theme_box09_image {
  width: 112px;
  height: 87px;
  overflow: hidden;
  float: left;
}
.theme_box01_title, .theme_box02_title, .theme_box03_title, .theme_box04_title, .theme_box05_title, .theme_box06_title {
  background-repeat: no-repeat;
  float: left;
  width: 160px;
  height: 67px;
  font-size: 13px;
  padding: 10px;
  position: relative;
  line-height: 1.3;
}
.theme_box07_title, .theme_box08_title, .theme_box09_title {
  background-repeat: no-repeat;
  float: left;
  width: 160px;
  height: 67px;
  font-size: 13px;
  padding: 10px;
  position: relative;
  line-height: 1.3;
}
.theme_box01_title, .theme_box02_title, .theme_box03_title, .theme_box04_title, .theme_box05_title, .theme_box06_title {
  color: #ccc;
}
.theme_box07_title, .theme_box08_title, .theme_box09_title {
  color: #ccc;
}
.theme_box01_title span, .theme_box02_title span, .theme_box03_title span, .theme_box04_title span, .theme_box05_title span, .theme_box06_title span {
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.theme_box07_title span, .theme_box08_title span, .theme_box09_title span {
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.theme_box01_title span {
  background-color: #ff3333;
}
.theme_box02_title span {
  background-color: #f4323b;
}
.theme_box03_title span {
  background-color: #9fdb57;
}
.theme_box04_title span {
  background-color: #0f4eb5;
}
.theme_box05_title span {
  background-color: #ff99cc;
}
.theme_box06_title span {
  background-color: #f4323b;
}
.theme_box07_title span {
  background-color: #ff3333;
}
.theme_box08_title span {
  background-color: #f4323b;
}
.theme_box09_title span {
  background-color: #9fdb57;
}
.theme_box01_title {
  /* background-image:url(https://www.hamazo.tv/template/n-images/contents_bg01); */
}
.theme_box02_title {
  /* background-image:url(https://www.hamazo.tv/template/n-images/contents_bg02); */
}
.theme_box03_title {
  /* background-image:url(https://www.hamazo.tv/template/n-images/contents_bg03); */
}
.theme_box04_title {
  /* background-image:url(https://www.hamazo.tv/template/n-images/contents_bg04); */
}
.theme_box05_title {
  /* background-image:url(https://www.hamazo.tv/template/n-images/contents_bg05); */
}
.theme_box06_title {
  /* background-image:url(https://www.hamazo.tv/template/n-images/contents_bg06); */
}
.theme_box07_title {
  /* background-image:url(https://www.hamazo.tv/template/n-images/contents_bg01); */
}
.theme_box08_title {
  /* background-image:url(https://www.hamazo.tv/template/n-images/contents_bg02); */
}
.theme_box09_title {
  /* background-image:url(https://www.hamazo.tv/template/n-images/contents_bg03); */
}
.headline02 {
  /* background-image:url(https://www.hamazo.tv/template/n-images/headline_bg.png);*/
  /* background-color: #e94606;*/
  border-bottom: solid 1px #dddddd;
  height: 50px;
  line-height: 40px;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 40px 0 20px 0;
  padding-top: 30px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 10px;
  clear: both;
}
#entry_wrap {
  margin: 10px 0 30px;
}
.entry_box {
  width: 215px;
  height: 230px;
  margin: 0 10px 7px 0;
  float: left;
}
.entry_box:nth-child(4n) {
  margin-right: 0px;
}
.entry_box_s {
  /* border:1px solid #f4323b; */
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  padding: 10px 10px 20px;
}
.entry_box_s:hover {
  background-color: #f1f1f1f1;
}
.entry_box_s:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.entry_title {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  /* color: #f4323b; */
  /* border-bottom: 3px solid #f4323b; */
  padding-bottom: 3px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}
.entry_image {
  width: 193px;
  height: 160px;
  overflow: hidden;
  margin: 5px auto 10px;
}
.entry_image img {
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.entry_blog {
  text-align: left;
  font-size: 12px;
  display: inline;
  float: left;
  width: 150px;
  color: #f4323b;
  /* color:#3399ff; */
  height: 12px;
  padding-top: 1px;
  overflow: hidden;
}
.entry_time {
  text-align: right;
  font-size: 13px;
  display: inline;
  float: right;
  width: 40px;
  color: #f4323b;
}
.img-block img {
  transition: all 0.35s ease 0s;
}
.img-block img:hover {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.more {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #efefef;
  border: 1px solid #ccc;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #666 !important;
  position: relative;
  clear: both;
  display: block;
  margin-top: 30px;
}
.more:hover {
  background-color: #f4323b;
  color: #fff !important;
}
.more:hover:after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
.more:after {
  border-right: 3px solid #666;
  border-top: 3px solid #666;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  height: 10px;
  right: 20px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 18px;
  width: 10px;
}
.button4:after {
  border-right: 3px solid #666;
  border-top: 3px solid #666;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  height: 10px;
  right: 20px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 18px;
  width: 10px;
}
.button3:after {
  border-right: 3px solid #666;
  border-top: 3px solid #666;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  height: 10px;
  position: absolute;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  top: 18px;
  width: 10px;
  left: 20px;
}
#official_wrap {
  margin: 10px 0 20px;
}
.official_box {
  width: 286px;
  height: 233px;
  margin: 0 16px 11px 0;
  float: left;
}
.official_box:nth-child(3n) {
  margin-right: 0px;
}
.official_box_s {
  background-color: #fff;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.official_box_s:hover {
  /*
	background-image:url(https://www.hamazo.tv/template/n-images/official_blogger_bg.png);
	background-repeat:no-repeat;
	*/
  opacity: 0.5;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.ob_text_box {
  height: 78px;
  overflow: hidden;
}
.ob_blog_title {
  font-size: 10px;
  color: #f4323b !important;
  font-weight: bold;
  padding: 5px 0 5px 5px;
}
.ob_article_title {
  font-size: 14px;
  color: #999 !important;
  padding: 5px 0 15px 5px;
  line-height: 1.5;
}
.ob_photo {
  width: 286px;
  height: 155px;
  overflow: hidden;
}
#new_blog_wrap {
  margin: 10px 0 30px;
}
.new_blog_box {
  margin: 0 10px 10px 0;
  float: left;
}
.new_blog_box:nth-child(2n) {
  margin-right: 0px;
}
.new_blog_box_s {
  width: 430px;
  height: 112px;
  float: left;
  border: solid 1px #cccccc;
  /* background-image:url(https://www.hamazo.tv/template/n-images/official_bg01.png); */
  background-repeat: no-repeat;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  margin-bottom: 20px;
}
.new_blog_box_s:hover {
  /* background-image:url(https://www.hamazo.tv/template/n-images/official_bg02.png); */
  background-color: #f1f1f1;
}
.new_blog_box_s:hover .new_blog_title {
  color: #666;
}
.new_blog_photo {
  width: 100px;
  height: 95px;
  overflow: hidden;
  float: left;
  padding: 8px 0 0 10px;
}
.new_blog_text_box {
  float: left;
  width: 300px;
  height: 110px;
}
.new_blog_name {
  color: #f4323b;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}
.new_blog_title {
  color: #999;
  padding: 3px 0 0 10px;
  line-height: 1.5;
  font-size: 14px;
}
#area_map {
  margin: 10px 0 30px;
  float: left;
  width: 548px;
  border: 1px solid #ccc;
}
#area_list {
  float: left;
  width: 330px;
  margin: 5px 0 0 10px;
}
#area_list a {
  color: #3399ff;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#area_list a:hover {
  color: #3377c9;
}
.area_name {
  font-size: 18px;
  padding: 5px 0;
  margin: 5px 0 10px;
  border-bottom: 1px dotted #333;
  clear: both;
}
.category-area2 {
  margin-bottom: 56px;
}
.button-link {
  float: left;
  background-color: #FFFFFF;
  margin-right: 8px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px -1px 0px rgba(255, 255, 255, 0.2) inset;
  font-size: 14px;
}
#supporter-wrap {
  margin-right: auto;
  margin-left: auto;
  width: 890px;
  margin-top: 15px;
}
.supporter {
  text-align: center;
  font-weight: bold;
  height: 100px;
  width: 150px;
  vertical-align: middle;
}
.text-right {
  text-align: right;
  margin: 0px;
  font-size: 15px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
#area-box {
  font-size: 14px;
  line-height: 1.7em;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#area-box .tag01 {
  border: solid 2px #f4323b; /*線色*/
  padding: 0.5em 2.5em; /*文字周りの余白*/
  border-radius: 5.0em; /*角丸*/
  line-height: 40px;
}
#area-box .tag01:hover {
  background-color: #f5a8aa;
  color: #fff;
}
#area-box p {
  border-bottom: 1px dotted #999999;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 40px;
  text-align: left;
  line-height: 180%;
}
.headline03 {
  clear: both;
  /* background-image:url(https://www.hamazo.tv/template/n-images/side_bg.png); */
  /* background-color: #e94606; */
  background-repeat: no-repeat;
  background-size: 336px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  letter-spacing: 1px;
  color: #333;
  font-weight: bold;
  border-bottom: solid 3px #fbb89d;
  position: relative;
}
.headline03:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f4323b;
  bottom: -3px;
  width: 20%;
}
.category_list {}
.category_list a {
  color: #333;
  font-size: 13px;
  display: block;
  padding: 15px 0 15px 15px;
}
.category_list li {
  /* border-bottom:1px solid #f4323b; */
  /*border-bottom: dashed 1px #f79e7b; */ /* 下線をドットにする */
  border-bottom: dotted 1px #cccccc; /* 下線をドットにする */
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.category_list li:hover {
  /* background-image:url(https://www.hamazo.tv/template/n-images/nav_hover.png); */
  background-color: #f1f1f1f1;
  background-repeat: no-repeat;
}
.headline04 {
  /* background-image:url(https://www.hamazo.tv/template/n-images/blog_rank.png); */
  /* background-color: #e94606; */
  clear: both;
  background-repeat: no-repeat;
  background-size: 336px;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 105px;
  letter-spacing: 1px;
  color: #333;
  font-weight: bold;
  margin: 10px 0 0;
}
.blog_ranking_wrap {}
.ranking_box {
  /* border-bottom:1px solid #ff7700; */
  /*border-bottom: dashed 1px #f79e7b; */ /* 下線をドットにする */
  border-bottom: dotted 1px #999999; /* 下線をドットにする */
}
.ranking_box a {
  color: #333;
}
.ranking_box_s {
  height: 95px;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.ranking_box_s:hover {
  background-color: #f1f1f1;
}
.ranking_box_s:hover .ranking_box_s a {
  color: #ff7700 !;
}
.hamazo_news_photo {
  width: 90px;
  height: 70px;
  overflow: hidden;
  float: left;
  padding: 10px 0 5px 10px;
}
.hamazo_news_text {
  float: left;
  width: 180px;
  padding: 7px 5px 0 10px;
  line-height: 1.5;
  font-size: 12px;
}
/*
.rank1 .rank {
	color:#968002;	
}

.rank2 .rank {
	color:#888;
}

.rank3 .rank {
	color:#7e2e31;	
}
*/
.rank {
  padding-top: 40px;
  padding-left: 5px;
  color: #ff7700;
  font-size: 14px;
  float: left;
  width: 30px;
}
.blog_photo {
  width: 90px;
  height: 70px;
  overflow: hidden;
  float: left;
  padding: 10px 0 5px 0;
}
.pv {
  float: left;
  width: 190px;
  padding: 18px 5px 0 10px;
  font-weight: bold;
  font-size: 11px;
}
.blog_text {
  float: left;
  width: 190px;
  padding: 7px 5px 0 10px;
  line-height: 1.1;
  font-size: 14px;
  color: #f4323b;
}
.blog_ranking_text {
  padding: 20px 5px 0 10px;
}
.headline05 {
  /* background-image:url(https://www.hamazo.tv/template/n-images/entry_rank.png);*/
  clear: both;
  background-repeat: no-repeat;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 105px;
  letter-spacing: 1px;
  color: #333;
  font-weight: bold;
  margin: 10px 0 0;
}
.blog_ranking_wrap, .blog_entry_ranking_wrap {
  margin: 0;
  width: 336px;
}
.side_more {
  width: 100%;
  margin: 10px 0 20px;
  padding: 5px 0;
  height: 40px;
  line-height: 40px;
  background-color: #efefef;
  border: 1px solid #ccc;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #666 !important;
  position: relative;
  display: block;
  font-size: 14px;
}
.side_more:hover {
  background-color: #f4323b;
  color: #efefef !important;
}
.side_more:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.side_more:after {
  border-right: 2px solid #666;
  border-top: 2px solid #666;
  border-radius: 1px;
  content: "";
  margin: 0 0 0 10px;
  height: 10px;
  right: 20px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 20px;
  width: 10px;
}
.headline06 {
  background-image: url(https://www.hamazo.tv/template/n-images/birthday.png);
  height: 35px;
  line-height: 35px;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 0 0 60px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 3px;
  clear: both;
}
.birthday_wrap {
  width: 870px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}
.birthday_box {
  width: 16.6%;
  float: left;
  margin: 0 0 15px;
}
.birthday_box_s {
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.birthday_box_s:hover {
  opacity: 0.7;
}
.birthday_photo {
  background-color: #333;
  width: 115px;
  height: 115px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.birthday_name {
  text-align: center;
  margin: 10px 0 0px;
  color: #ff7700;
  font-size: 12px;
  height: 35px;
  overflow: hidden;
}
.side-box {
  width: 336px;
  clear: both;
}
.sup-wrap2 {
  margin-top: 15px;
  height: 240px;
  width: 300px;
  background-color: #287eb9;
  padding-top: 10px;
}
.hit-photo {
  border: 2px solid #FFFFFF;
  width: 100px;
  float: left;
  height: 75px;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.hit-blog {
  float: left;
  color: #FFFFFF;
  width: 170px;
  height: 80px;
}
.pickup {
  font-size: 14px;
  line-height: 1.3em;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FFFFFF;
  font-weight: bold;
}
.pickup-blogger {
  color: #FFFF99;
  font-size: 13px;
  padding-top: 4px;
  font-weight: bold;
  line-height: 1.2em;
}
.pickup-blogger a:visited {
  color: #FFFF99;
}
.pickup-blogger a:link {
  color: #FFFF99;
}
.hit-link {
  padding-left: 10px;
  padding-top: 8px;
  float: left;
}
.side-finding010 {
  /* height: 80px; */
  font-size: 16px;
  /* line-height: 80px; */
  font-weight: bold;
  text-align: left;
  margin-top: 25px;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-left: 1%;
  /* background-image: url(../new-images/illust.png); */
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  /* padding-left: 90px; */
  background-repeat: no-repeat;
  background-position: 0px -715px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #454545;
}
#media-info {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.3em;
}
#media-info th {
  color: #efefef;
  background-color: #333;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100px;
  margin: 5px 0;
  display: table-cell;
  border-bottom: 1px solid #ccc;
}
#media-info td {
  padding-left: 10px;
}
#link_info_frame {
  width: 95%;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 10px;
  padding-right: 2%;
  padding-bottom: 10px;
  padding-left: 2%;
  margin-top: 15px;
  margin-bottom: 0px;
}
#link_info_logo {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 15px;
}
#link_info_number {
  font-size: 15px;
  width: 50%;
  float: left;
  font-weight: bold;
  margin-bottom: 15px;
}
.link_strongtext {
  font-size: 24px;
  font-weight: bold;
  color: #1eae7e;
  margin-bottom: 0px;
}
.link_smalltext {
  font-size: 10px;
  color: #444;
  letter-spacing: 0px;
  margin: 0px;
}
.app_undertext {
  font-size: 13px;
  text-align: center;
  display: block;
  padding-top: 5px;
}
.app {
  width: 190px;
  margin-right: 0px;
  margin-top: 15px;
  margin-left: 54px;
}
.sup-ad-txt {
  margin: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
  font-size: 14px;
  line-height: 1.3pc;
  background-image: url(../new-images/arrow2.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.rss_list02 {
  margin: 0;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
  font-size: 14px;
  line-height: 1.3pc;
  background-image: url(../new-images/arrow2.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#footer-wrap1 {
  float: left;
  margin-bottom: 0px;
  margin-top: 150px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  background-color: #454545;
  color: #dcdcdc;
}
a:link #pagetop {
  padding: 5px;
  height: 50px;
  background-color: #FFFFFF;
  background-image: url(../new-images/pagetop.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #e6edee;
  border-right-color: #e6edee;
  border-bottom-color: #e6edee;
  border-left-color: #e6edee;
}
a #pagetop {
  padding: 5px;
  height: 50px;
  background-color: #FFFFFF;
  background-image: url(../new-images/pagetop.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #e6edee;
  border-right-color: #e6edee;
  border-bottom-color: #e6edee;
  border-left-color: #e6edee;
}
a:hover #pagetop {
  padding: 5px;
  height: 50px;
  background-color: #efefef;
  background-image: url(../new-images/pagetop.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #e6edee;
}
#footer-wrap {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 94%;
  padding-top: 0px;
  padding-right: 3%;
  padding-bottom: 0px;
  padding-left: 3%;
}
#footer-addres {
  font-size: 15px;
  line-height: 1.3em;
  color: #dcdcdc;
  background-image: url(../new-images/tida-footer-logo.png);
  background-repeat: no-repeat;
  height: 45px;
  padding-left: 200px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #333333;
  padding-bottom: 2px;
  margin-top: 20px;
  padding-top: 5px;
}
#footer-addres a:visited {
  color: #dcdcdc;
  text-decoration: underline;
}
#footer-addres a:link {
  /* color: #dcdcdc; */
  color: #ffffff;
  text-decoration: underline;
}
#footer-sitemap-wrap {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #7e7e7e;
  margin: 0px;
  height: 250px;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.sitemapbox1 {
  float: left;
  display: inline;
  padding: 0px;
  margin: 0px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #7e7e7e;
  width: 21%;
}
.sitemapbox2 {
  float: left;
  display: inline;
  padding: 0px;
  margin: 0px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #7e7e7e;
  border-left-color: #333333;
  width: 21%;
}
.sitemapbox3 {
  float: left;
  display: inline;
  padding: 0px;
  margin: 0px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #333333;
  width: 25%;
}
.footer-sitemaplink {
  background-image: url(../new-images/arrow.png);
  background-repeat: no-repeat;
  padding-left: 15px;
  font-size: 13px;
  height: 23px;
  line-height: 23px;
  color: #dcdcdc;
  list-style-type: none;
  background-position: 0px center;
}
.footer-sitemaplink a:link {
  text-decoration: none;
  color: #dcdcdc;
}
.footer-sitemaplink a:visited {
  text-decoration: none;
  color: #dcdcdc;
}
.footer-sitemaplink a:hover, a:active {
  text-decoration: underline;
  color: #dcdcdc;
}
.sitemapbox1 ul {
  margin: 0px;
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 15px;
}
.sitemapbox2 ul {
  margin: 0px;
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 15px;
}
.sitemapbox3 ul {
  margin: 0px;
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 15px;
}
#phone-box {
  float: right;
}
.app-box {
  font-size: 12px;
  width: 145px;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}
.app-box2 {
  font-size: 12px;
  width: 145px;
  float: left;
  margin-top: 10px;
}
#search-footer {
  float: left;
  width: 590px;
  padding-left: 15px;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 15px;
}
#copyright {
  float: right;
  font-size: 12px;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.ad-banner_wrap {
  margin-bottom: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  height: 300px;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.ad-banner_box {
  height: 280px;
  width: 336px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  display: inline;
}
.ad-banner_box2 {
  height: 280px;
  width: 336px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  display: inline;
}
.button4 {
  width: 80%;
  margin-bottom: 15px;
}
.button3 {
  width: 40%;
}
.center_box {
  width: 292px;
  margin: 0 auto;
}
.theme_more {
  padding: 10px;
  font-size: 12px;
  text-align: center;
  background-color: #333;
  color: #ccc;
  font-weight: bold;
}
.font14 {
  font-size: 14px;
}
.ranking-number1 .rank-box {
  width: 100%;
  background-color: #f2edd7;
  float: left;
  margin-bottom: 10px;
  -webkit-transition: top 1s ease, left 1s ease;
  -moz-transition: top 1s ease, left 1s ease;
  -o-transition: top 1s ease, left 1s ease;
  -ms-transition: top 1s ease, left 1s ease;
  height: 170px;
  position: relative;
  left: 0px;
  top: 0px;
  padding: 10px;
}
.ranking-number2 .rank-box {
  width: 100%;
  background-color: #dddddd;
  float: left;
  margin-bottom: 10px;
  -webkit-transition: top 1s ease, left 1s ease;
  -moz-transition: top 1s ease, left 1s ease;
  -o-transition: top 1s ease, left 1s ease;
  -ms-transition: top 1s ease, left 1s ease;
  height: 170px;
  position: relative;
  left: 0px;
  top: 0px;
  padding: 10px;
}
.ranking-number3 .rank-box {
  width: 100%;
  background-color: #ede0d7;
  float: left;
  margin-bottom: 10px;
  -webkit-transition: top 1s ease, left 1s ease;
  -moz-transition: top 1s ease, left 1s ease;
  -o-transition: top 1s ease, left 1s ease;
  -ms-transition: top 1s ease, left 1s ease;
  height: 170px;
  position: relative;
  left: 0px;
  top: 0px;
  padding: 10px;
}
.rank-box {
  width: 100%;
  background-color: #FFFFFF;
  float: left;
  margin-bottom: 10px;
  -webkit-transition: top 1s ease, left 1s ease;
  -moz-transition: top 1s ease, left 1s ease;
  -o-transition: top 1s ease, left 1s ease;
  -ms-transition: top 1s ease, left 1s ease;
  height: 170px;
  position: relative;
  left: 0px;
  top: 0px;
  padding: 10px;
  border: 1px solid #f4323b;
  box-sizing: border-box;
}
.rank-photo {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-right: 20px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.rank-photo img {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.rank-date {
  padding: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 13px;
}
.ranking-number1 .rank-date .ranking {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #968002;
  padding: 3px;
  margin-right: 5px;
}
.ranking-number2 .rank-date .ranking {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #888888;
  padding: 3px;
  margin-right: 5px;
}
.ranking-number3 .rank-date .ranking {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #7e2e31;
  padding: 3px;
  margin-right: 5px;
}
.ranking {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #444444;
  padding: 3px 6px;
  margin-right: 5px;
}
.rank-title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 1.3em;
  /*position: absolute;
    left: 180px;*/
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.rank-entry_title {
  /*width:650px;*/
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 1.3em;
  /*position: absolute;
    left: 180px;
    top: 60px;*/
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.rank-profile {
  float: right;
  font-size: 13px;
}
.rankblog {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 70px;
  bottom: 10px;
}
.rank-profile img {
  margin: 0px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: right;
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.main-half-box2 {
  float: left;
  width: 98%;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #454545;
  padding-bottom: 15px;
}
.sub-finding2 {
  float: left;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 2%;
  margin-bottom: 5px;
  margin-left: 1%;
  width: 15%;
  line-height: 1.3em;
}
.category-area2 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 80%;
}
.button-link {
  float: left;
  background-color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px -1px 0px rgba(255, 255, 255, 0.2) inset;
  font-size: 14px;
}
#head-title {
  font-size: 28px;
  color: #454545;
  line-height: 40px;
  padding-top: 30px;
  padding-right: 3%;
  padding-bottom: 30px;
  padding-left: 3%;
  background-color: #FFFFFF;
  margin: 0px;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
  position: relative;
}
#new-wrap001 {
  width: 98%;
  float: left;
  margin: 0px;
  padding-top: 0px;
  padding-right: 1%;
  padding-bottom: 0px;
  padding-left: 1%;
  min-width: 98%;
}
#content-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.4em;
}
.policy {
  background-color: #FFFFFF;
  border: 3px solid #dddddd;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
}
.policy-strong {
  font-size: 25px;
  font-weight: bold;
  color: #2A6390;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #454545;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
}
.theme-box {
  float: left;
  height: 259px;
  width: 32%;
  /* width: 24%; */
  margin-top: 5px;
  margin-bottom: 25px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-right: 0.5%;
  padding: 0px;
  margin-left: 0.5%;
}
.theme-finding-ultramarine {
  color: #FFFFFF;
  background-color: #3b4290;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 25px;
  line-height: 25px;
}
.theme-finding-orange {
  color: #FFFFFF;
  background-color: #ff6300;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 25px;
  line-height: 25px;
}
.theme-finding-gray {
  color: #FFFFFF;
  background-color: #454545;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 25px;
  line-height: 25px;
}
.theme-finding-red {
  color: #FFFFFF;
  background-color: #CC0000;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 25px;
  line-height: 25px;
}
.theme-finding-red2 {
  color: #FFFFFF;
  background-color: #ff6666;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 25px;
  line-height: 25px;
}
.theme-finding-green {
  color: #FFFFFF;
  background-color: #038000;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 25px;
  line-height: 25px;
}
.theme-finding-unagiimo {
  color: #FFFFFF;
  background-color: #de0045;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 25px;
  line-height: 25px;
}
.theme-finding-skyblue {
  color: #FFFFFF;
  background-color: #3399CC;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 25px;
  line-height: 25px;
}
.theme-finding-brown2 {
  color: #FFFFFF;
  background-color: #CC9933;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 25px;
  line-height: 25px;
}
.theme-finding-pink {
  color: #FFFFFF;
  background-color: #FF6699;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 25px;
  line-height: 25px;
}
.theme-rss {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0 0;
}
.theme-img {
  height: 50px;
  width: 25%;
  overflow: hidden;
  float: left;
}
.theme-title {
  float: left;
  height: 50px;
  font-size: 14px;
  width: 70%;
  line-height: 1.3em;
  padding-left: 3%;
  overflow: hidden;
}
.page-blog {
  font-size: 17px;
  line-height: 1.8em;
  width: 92%;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid #dedede;
  text-align: center;
  padding-top: 10px;
  padding-right: 3%;
  padding-bottom: 10px;
  padding-left: 3%;
  letter-spacing: 2px;
  margin-right: 1%;
  margin-left: 1%;
}
#member {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  height: 375px;
  clear: both;
  padding-top: 50px;
}
#member-inner {
  width: 990px;
}
.hamamatsu-it {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #C33035;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.member-box {
  float: left;
  height: 93px;
  width: 93px;
  border: 1px solid #eeeeee;
  margin-right: 4px;
  margin-bottom: 4px;
  overflow: hidden;
}
#soft-banner {
  float: left;
  height: 90px;
  width: 730px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 130px;
  margin-right: 0px;
  display: inline;
}
.special-box {
  float: left;
  width: 276px;
  /* margin-top: 10px; */
  /* margin-bottom: 40px; */
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  /* margin-left: 1%; */
  padding: 0.5em; /*文字周りの余白*/
  background-color: #fff;
  border-radius: 0.5em; /*角丸*/
  /* margin-right: 1%; */
  margin: 10px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
.special-box:hover {
  background-color: #f1f1f1;
}
.special-photo {
  border: 1px solid #eee;
  padding: 1%;
  height: 145px;
  width: 98%;
  overflow: hidden;
}
.special-text {
  text-align: center;
  font-size: 14px;
  margin: 0px;
  padding-top: 8px;
  padding-right: 0px;
  /* padding-bottom: 3px; */
  padding-left: 0px;
  padding: 5px;
  line-height: 1.2rem;
  margin-bottom: -10px;
}
.headline07 {
  /* background-image:url(https://www.hamazo.tv/template/n-images/headline_bg.png);*/
  /* background-color: #e94606;*/
  border-bottom: solid 1px #dddddd;
  height: 50px;
  line-height: 40px;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 40px 0;
  padding-top: 10px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 3px;
  clear: both;
}
/* 釣り情報 */
.headline077 {
  /* background-image:url(https://www.hamazo.tv/template/n-images/headline_bg.png);*/
  /* background-color: #e94606;*/
  border-bottom: solid 1px #dddddd;
  height: 50px;
  line-height: 40px;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 60px 0 20px 0;
  padding-top: 10px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 3px;
  clear: both;
}
.special_wrap {
  margin: 5px 0 0 0;
}
.special_caver {
  width: 292px;
  height: 87px;
  float: left;
  margin: 0 7px 40px 0;
}
.special_caver:nth-child(3n) {
  margin-right: 0px;
}
.special_box01 {
  width: 292px;
  height: 87px;
  transition: opacity 0.35s ease 0s;
  /* border: 1px solid #F60; */
}
.special_box01:hover {
  opacity: 0.7;
}
.special_box01_image {
  width: 112px;
  height: 87px;
  overflow: hidden;
  float: left;
}
.special_box01_title {
  background-repeat: no-repeat;
  float: left;
  width: 160px;
  height: 67px;
  font-size: 13px;
  padding: 10px;
  position: relative;
  line-height: 1.3;
}
.special_box01_title {
  color: #333;
}
.special_box01_title span {
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.special_box01_title span {
  /* background-color: #ff3333; */
  background-color: #ef8137;
}
/* TOPカテゴリートピックス */
.topic01_caver {
  width: 273px;
  height: 87px;
  float: left;
  margin: 10px 7px 10px 0;
}
.topic01_caver:nth-child(3n) {
  margin-right: 0px;
}
.topic01_box01 {
  width: 273px;
  height: 87px;
  transition: opacity 0.35s ease 0s;
  /* border: 1px solid #F60; */
}
.topic01_box01:hover {
  opacity: 0.7;
}
.topic01_box01_image {
  width: 112px;
  height: 87px;
  overflow: hidden;
  float: left;
}
.topic01_box01_title {
  background-repeat: no-repeat;
  float: left;
  width: 160px;
  height: 67px;
  font-size: 13px;
  padding: 10px;
  position: relative;
  line-height: 1.3;
}
.topic01_box01_title {
  color: #333;
}
.topic01_box01_title span {
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.topic01_box01_title span {
  /* background-color: #ff3333; */
  background-color: #ef8137;
}
#face {
  text-align: center;
  margin: 10px 0 5px;
}
.h3_small {
  margin: 0 0 0 6px;
  font-size: 12px;
  color: #333;
}
.category_title {
  color: #f4323b;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0;
}
.media_wrap {
  width: 290px;
  margin: 10px 10px 0 0;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  float: left;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.media_wrap:nth-child(3n+1) {
  margin: -4px 0 0 0;
}
.media_wrap:hover {
  opacity: 0.7;
}
.media_anb_wrap {
  width: 286px;
  margin: 10px 10px 0 0;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  float: left;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.media_anb_wrap:nth-child(3n+1) {
  margin: 10px 10px 0 0;
}
.media_anb_wrap:hover {
  opacity: 0.7;
}
.media_box {
  position: relative;
}
.media_photo {
  background-image: url(http://www.city.fukuroi.shizuoka.jp/ikkrwebBrowse/material/image/group/35/hinamaturi2015.jpg);
  background-repeat: no-repeat;
  background-size: 290px;
  background-position: center;
  height: 180px;
}
.media_time {
  padding: 10px;
  font-size: 12px;
  color: #999;
  letter-spacing: 2px;
}
.media_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 10px 10px 10px;
  letter-spacing: 1px;
  color: #333;
}
.headline051 {
  /* background-image: url(https://www.hamazo.tv/template/n-images/headline_bg_blue.png);*/
  background-repeat: no-repeat;
  height: 70px;
  line-height: 70px;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 20px 0 20px 0;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 10px;
  clear: both;
}
.promotion_left_wrap {
  float: left;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.promotion_left_wrap:hover {
  opacity: 0.7;
}
.promotion_box {
  width: 590px;
}
.promotion_photo {
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: center;
  width: 300px;
  height: 200px;
  float: left;
}
.promotion_title {
  width: 270px;
  float: left;
  padding: 0 10px 5px 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
}
.promotion_text {
  width: 270px;
  float: left;
  padding: 0 10px 10px 10px;
  color: #999;
  font-size: 14px;
  line-height: 1.6;
}
.promotion_time {
  width: 270px;
  float: left;
  padding: 18px 10px 10px 10px;
  font-size: 12px;
  color: #999;
  letter-spacing: 2px;
}
.promotion_right_wrap {
  float: left;
  width: 270px;
  margin: 0 0 0 30px;
}
.promotion_right_wrap ul {
  list-style: disc;
  font-size: 14px;
}
.promotion_right_wrap ul li {
  margin: 0 0 16px 0;
}
.promotion_right_wrap ul li a {}
.headline052 {
  background-image: url(https://www.hamazo.tv/template/n-images/headline_bg_anb.png);
  background-repeat: no-repeat;
  height: 46px;
  line-height: 55px;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 0 0 60px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 0px;
  clear: both;
}
.media_country {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.85)
}
.media_country img {
  border: 1px solid #efefef;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 5px;
}
.country_name {
  font-size: 14px;
  color: #333;
  padding: 9px 10px 0 42px;
  font-weight: bold;
}
.headline053 {
  /* background-image: url(https://www.hamazo.tv/template/n-images/headline_bg_anb.png); */
  background-repeat: no-repeat;
  height: 70px;
  line-height: 70px;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 20px 0 20px 0;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 0px;
  clear: both;
}
.ambassador_member_wrap {}
.author_member_item {}
.author_ambassador_member_item--inner {}
.author_ambassador_member_item--image {}
.author_ambassador_member_item--photo1 {}
.author_ambassador_member_item--photo2 {}
.author_ambassador_member_item--heading {}
.author_ambassador_member_item--property {}
.author_ambassador_member_item--name {}
.ambassador_member_box {
  width: 160px;
  margin: 0 22px 10px 0;
  float: left;
}
.ambassador_member_box:nth-child(5n) {
  margin-right: 0px;
}
.ambassador_member_box_innner {
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.ambassador_member_box_innner:hover .author_ambassador_member_item--property {
  color: #3399ff;
}
.ambassador_member_box_innner:hover .author_ambassador_member_item--name {
  color: #3399ff;
}
.ambassador_member_box_innner:hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-container {
  margin: 20px 0 0 0;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-container, .front, .back {
  width: 155px;
  height: 155px;
}
/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front pane, placed above back */
.front {
  z-index: 2;
}
/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.author_ambassador_member_item--heading {
  text-align: center;
  margin: 15px 0 0 0;
}
.author_ambassador_member_item--property {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #333;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.author_ambassador_member_item--name {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.headline054 {
  /* background-image: url(https://www.hamazo.tv/template/n-images/side_bg_red.png); */
  background-repeat: no-repeat;
  height: 35px;
  line-height: 40px;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 20px 0 20px 0;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 14px;
  clear: both;
}
.important_announcement {
  margin: 3px 0 0 0;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 25px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
  font-size: 14px;
  line-height: 1.3;
  background-image: url(https://www.hamazo.tv/template/n-images/top_news.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.headline055 {
  background-image: url(https://www.hamazo.tv/template/n-images/side_bg_youtube.png);
  background-repeat: no-repeat;
  height: 35px;
  line-height: 40px;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 0 0 75px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 10px 0 5px;
  clear: both;
}
.headline056 {
  background-image: url(https://www.hamazo.tv/template/n-images/side_bg.png);
  background-repeat: no-repeat;
  height: 35px;
  line-height: 40px;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 0 0 15px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 15px 0 0;
  clear: both;
}
.fukuroi_green {
  background-color: #6a9f3a !important;
}
.fukuroi_blue {
  background-color: #0085ae !important;
}
.update_day {
  font-size: 12px;
}
/* 袋井市カテゴリーここまで */
/* パンくずリスト */
ol.topic-path {
  margin: 0; /* パンくずリストのマージン（上下左右） */
  padding: 0; /* パンくずリストのパディング（上下、左右） */
  list-style-type: none; /* リストマーク非表示 */
}
/* リスト項目 */
ol.topic-path li {
  padding-left: 5px; /* リスト項目の左パディング */
  display: inline-block; /* リスト項目を横並び */
  font-size: 12px;
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
  padding-left: 10px; /* リスト項目の左パディング */
  margin-top: 3px;
  margin-bottom: 10px;
}
ol.topic-path li img {
  margin-bottom: -3px;
}
/* リンクエリア */
ol.topic-path li a {
  padding-right: 20px; /* リンクエリアの右パディング */
  background: url(https://www.hamazo.tv/template/n-images/topic-path-gray.gif) no-repeat right; /* 区切り記号 */
}
/* リンク色 */
ol.topic-path li a {
  color: #333;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
  color: #777;
  text-decoration: none;
}
.entry_category_box {
  width: 215px;
  margin: 0 10px 7px 0;
  float: left;
}
.entry_category_box:nth-child(4n) {
  margin-right: 0px;
}
.entry_search_box {
  width: 290px;
  margin: 0 13px 13px 0;
  float: left;
}
.entry_search_box:nth-child(4n) {
  margin-right: 0px;
}
.entry_category_image {
  width: 193px;
  height: 193px;
  overflow: hidden;
  margin: 5px auto 10px;
}
.entry_search_image {
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin: 5px auto 10px;
}
.search_cover {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  border: 1px solid #ccc;
  background-size: cover;
  overflow: hidden;
}
.cover {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 193px;
  height: 193px;
  border: 1px solid #ccc;
  background-size: cover;
  overflow: hidden;
}
.cover2 {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 110px;
  height: 85px;
  border: 1px solid #ccc;
  background-size: cover;
  overflow: hidden;
}
.special_cover_image {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 112px;
  height: 87px;
  background-size: cover;
  overflow: hidden;
}
/* 【記事テーマ】はまぞうBOOK */
.clear .tab {
  display: block;
  float: left;
  text-align: center;
  box-shadow: none !important;
  text-shadow: none !important;
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
  border-radius: 5px !important;
  padding: 0px 10px !important;
  font-size: 14px;
  color: #333;
  background-color: #f3f3f3 !important;
  font-weight: normal;
  margin: 5px 10px 5px 0 !important;
  border: 1px solid #ccc !important;
  line-height: 40px !important;
  width: 90px !important;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.clear .tab:hover {
  color: #fff;
  background: #333;
}
.bg_jack {
  overflow: hidden;
  display: block;
  width: 100%;
}
.bg_jack > a {
  background-color: #ec6c0e;
}
.bg_jack_image {
  display: block;
  width: 100%;
  height: 315px;
  min-height: 315px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-repeat: no-repeat;
  background-image: url(https://www.hamazo.tv/template/n-images/jack_pc_01.jpg) !important;
}
.book_text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
.book_bold {
  margin: 10px 0 5px;
  font-weight: bold;
}
.side_bnr {
  width: 100%;
  margin: 10px 0 15px;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.side_bnr:hover {
  opacity: 0.7;
}
/* メガメニュー */
#megaMenuWrapper {
  width: 100%;
  ;
  background: #fff;
  border-bottom: 5px solid #f4323b;
}
#megaMenu {
  width: 1240px;
  margin: 0 auto;
  position: relative;
}
#megaMenu #globalMenu {
  width: 1240px;
  height: 50px;
  line-height: 45px;
}
/*
#megaMenu #globalMenu li{display:inline-block;vertical-align:top;}
#megaMenu #globalMenu li{display:inline-block;vertical-align:top;*display:inline; *zoom:1;}
*/
#megaMenu #globalMenu li {
  float: left;
  vertical-align: top;
}
#megaMenu #globalMenu li a {
  display: block;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  padding-top: 5px;
}
#megaMenu #globalMenu li#globalMenu01 {
  width: 168px;
}
#megaMenu #globalMenu li#globalMenu01 a {
  width: 166px;
}
#megaMenu #globalMenu li#globalMenu01 a:hover, #megaMenu #globalMenu li#globalMenu01 a.active {
  color: #f4323b;
  font-weight: bold;
  text-decoration: none;
}
#megaMenu #globalMenu li#globalMenu02 {
  width: 166px;
}
#megaMenu #globalMenu li#globalMenu02 a {
  width: 166px;
}
#megaMenu #globalMenu li#globalMenu02 a:hover, #megaMenu #globalMenu li#globalMenu02 a.active {
  color: #f4323b;
  font-weight: bold;
  text-decoration: none;
}
#megaMenu #globalMenu li#globalMenu03 {
  width: 166px;
}
#megaMenu #globalMenu li#globalMenu03 a {
  width: 166px;
}
#megaMenu #globalMenu li#globalMenu03 a:hover, #megaMenu #globalMenu li#globalMenu03 a.active {
  color: #f4323b;
  font-weight: bold;
  text-decoration: none;
}
#megaMenu #globalMenu li#globalMenu04 {
  width: 166px;
}
#megaMenu #globalMenu li#globalMenu04 a {
  width: 166px;
}
#megaMenu #globalMenu li#globalMenu04 a:hover, #megaMenu #globalMenu li#globalMenu04 a.active {
  color: #f4323b;
  font-weight: bold;
  text-decoration: none;
}
#megaMenu #globalMenu li#globalMenu05 {
  width: 166px;
}
#megaMenu #globalMenu li#globalMenu05 a {
  width: 166px;
}
#megaMenu #globalMenu li#globalMenu05 a:hover, #megaMenu #globalMenu li#globalMenu05 a.active {
  color: #f4323b;
  font-weight: bold;
  text-decoration: none;
}
.globalMenu {
  width: 186px;
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}
.globalMenu a {
  width: 186px;
  color: #333;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.globalMenu a:hover {
  color: #fff !important;
  text-decoration: none;
  background: #f4323b;
}
.nav_category_list_last:hover {
  background-color: #fcfcfc !important;
}
/* メガメニュー下 */
#megaMenuDropWrapper {
  width: 1240px;
  margin: 0px auto;
  position: relative;
  z-index: 5;
  clear: both;
}
#megaMenuDropWrapper .megaMenuDrop {
  position: absolute;
  width: 853px;
  top: 0px;
  display: block;
  color: #333;
  visibility: hidden;
  border: 3px solid #ccc;
  border-top: none;
}
#megaMenuDropWrapper .megaMenuDrop a {
  color: #333;
}
#megaMenuDropWrapper .megaMenuDrop .columnA, #megaMenuDropWrapper .megaMenuDrop .columnB, #megaMenuDropWrapper .megaMenuDrop .columnC {
  display: block;
  vertical-align: top;
  float: left;
  font-size: 14px;
}
#megaMenuDropWrapper .megaMenuDrop .columnA {
  width: 190px;
  padding: 25px 40px 20px 20px;
  border-right: 1px dashed #ccc;
}
#megaMenuDropWrapper .megaMenuDrop .columnA dl dt {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 7px solid #333;
  padding-left: 10px;
}
#megaMenuDropWrapper .megaMenuDrop .columnA dl dt a {
  padding-right: 15px;
}
#megaMenuDropWrapper .megaMenuDrop .columnA dl dt a:hover {
  text-decoration: underline;
}
#megaMenuDropWrapper .megaMenuDrop .columnA dl dd {
  line-height: 1.9;
  font-size: 12px;
}
#megaMenuDropWrapper .megaMenuDrop .columnB {
  width: 280px;
}
#megaMenuDropWrapper .megaMenuDrop .columnC {
  width: 320px;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul, #megaMenuDropWrapper .megaMenuDrop .columnC ul {
  display: block;
  padding: 20px 0px 40px 0px;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul li a, #megaMenuDropWrapper .megaMenuDrop .columnC ul li a {
  display: block;
  padding: 5px 60px 5px 30px;
  height: 25px;
  line-height: 25px;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul li a {
  height: 25px;
  padding-left: 20px;
  line-height: 25px;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul li a:hover, #megaMenuDropWrapper .megaMenuDrop .columnC ul li a:hover {
  text-decoration: none;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul li a.nextColumn {
  background: transparent url(https://hamazo.tv/template/n-images/icon_link_other.png) no-repeat 255px center;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul li a.nextColumn:active {
  background: url(https://hamazo.tv/template/n-images/icon_link.png) no-repeat 255px center #f4323b;
  color: #fff;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul li a.nextColumn:hover {
  background: url(https://hamazo.tv/template/n-images/icon_link.png) no-repeat 255px center #f4323b;
  color: #fff;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul.noNextColumn li {
  margin-bottom: 10px;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul.noNextColumn li ul {
  padding: 0 0 10px;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul.noNextColumn li ul li {
  margin-bottom: 0px;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul.noNextColumn li ul li a {
  padding: 5px 30px 5px 40px;
}
#megaMenuDropWrapper .megaMenuDrop .columnB ul.noNextColumn li span {
  padding: 0 30px;
}
#megaMenuDropWrapper .megaMenuDrop .columnC ul {
  display: none;
  height: 25px;
}
/* ボックス */
#megaMenuDropWrapper .drop_box {
  background: #fcfcfc;
  font-weight: bold;
}
#megaMenuDropWrapper .drop_box .columnC, #megaMenuDropWrapper .drop_box .columnC ul {
  font-size: 14px;
}
#megaMenuDropWrapper .drop_box .columnB ul li a:hover, #megaMenuDropWrapper .drop_box .columnB ul li a.active {
  font-size: 14px;
  background-color: #f4323b;
  color: #fff;
}
#megaMenuDropWrapper .drop_box .columnC ul li a:hover {
  font-size: 14px;
  background-color: #f4323b;
  color: #fff;
}
.gnav_blank {
  background-color: #f4323b;
}
.gnav_blank a:hover {
  background-color: #f4323b !important;
}
.gnav_blank a {
  color: #fff;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.read_hamazo_book_box {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  height: 70px;
}
.read_hamazo_book_btn {
  display: block;
  float: left;
  text-align: center;
  border-radius: 3px;
  padding: 0;
  font-size: 14px;
  color: #666 !important;
  font-weight: normal;
  margin: 0 1% 5px 0;
  background-color: #efefef;
  border: 1px solid #ccc;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  line-height: 50px;
  width: 19%;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.read_hamazo_book_btn:last-child {
  margin-right: 0;
}
/*
.read_hamazo_book_btn:after {
    border-right: 3px solid #666;
    border-top: 3px solid #666;
    border-radius: 2px;
    content: "";
    margin: 0 0 0 10px;
    height: 5px;
    right: 10px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 20px;
    width: 5px;
}
*/
.read_hamazo_book_btn:hover {
  background-color: #333;
  color: #fff !important;
}
.read_hamazo_book_btn:hover:after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
.read_hamazo_book_btn span {
  font-size: 10px;
  margin-left: 5px;
}
.fa-download {
  margin: 0 5px 0 0;
  font-size: 18px;
}
/* 【記事テーマ】はまぞうBOOK */
/* 検索ボックス */
dl.tag_search_box {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 6px;
  width: 500px;
  margin-top: 50px;
  margin-bottom: 40px;
}
dl.tag_search_box dt {
  padding: 3px;
}
dl.tag_search_box dt input {
  width: 95%;
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
}
dl.tag_search_box dd {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30%;
}
dl.tag_search_box dd button {
  display: block;
  background: #ccc;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: none;
  border-radius: 0 6px 6px 0;
}
dl.tag_search_box dd button:hover {
  background: #999;
}
dl.tag_search_box dd button span {
  display: block;
  color: #333;
}
.pickup_entry {
  padding-bottom: 10px;
}
.pickup_cover {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 336px;
  height: 250px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-size: cover;
  overflow: hidden;
}
.pickup-title {
  margin: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
  font-size: 14px;
  line-height: 1.3pc;
  background-image: url(../new-images/arrow2.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.hamazo_annivasary {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.hamazo_annivasary_text {
  margin: 0 0 20px 0;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.3pc;
  background-image: url(../new-images/arrow2.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.article_contest_box {
  width: 290px;
  margin: 10px 3px 0;
}
.article_contest_box_image {
  width: 267px;
  height: 207px;
}
.article_contest_box_image .cover {
  width: 265px;
  height: 205px;
}
.big-wrap {
  max-width: 1500px;
  width: 1500px;
  margin: 10px auto -5px;
}
.left-banner {
  width: 114px;
  position: relative;
  left: 0;
  top: 0;
  float: left;
}
.left-banner img {
  transition: width 3.5px ease-in-out;
}
.right-banner {
  width: 114px;
  position: relative;
  float: right;
  right: 0;
  top: 0;
}
.fixed-left {
  position: fixed;
  top: 0;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hamazo_boatrace_fes {
  text-align: center;
}
.hamazo_boatrace_fes img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* 追加20190506 */
/* :::::: gallery :::::: */
/* #gallery内の指定*/
#gallery {
  position: relative;
  width: 1000px;
  height: 210px;
  margin: 0px auto;
  padding: 10px 0;
  background: #27313D;
}
#gallery .slideFrame {
  position: relative;
  height: 210px;
  overflow: hidden;
  margin-bottom: 10px;
}
/* slide images */
#gallery .slideFrame ul {
  position: absolute;
  top: 0;
  left: 90px;
  width: 2000px;
  margin: 0;
}
#gallery .slideFrame ul li {
  float: left;
  width: 350px;
  margin-right: 20px;
}
#gallery .slideFrame ul li:last-child {
  margin-right: 0;
}
#gallery .slideFrame ul li a {
  background: none;
}
/* gallery items */
#gallery ul li, {
  background: transparent;
}
#gallery ul li label {
  background: transparent;
}
#gallery p {
  background: transparent;
}
#gallery p i {
  background: transparent;
  line-height: 1.8em;
}
/* gallery list button */
#gallery ul.nav {
  width: 62px;
  margin: 0 auto;
  padding: 0;
}
#gallery ul.nav li {
  float: left;
  margin-right: 16px;
  background-position: -260px 0;
}
#gallery ul.nav li:last-child {
  margin-right: 0;
}
#gallery ul.nav li label {
  display: block;
  width: 10px;
  height: 10px;
  background-position: -260px -20px;
}
#gallery ul.nav li label:hover {
  opacity: 0;
}
/* slider arrow button */
#gallery p, #gallery p label {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100px;
  height: 210px;
  cursor: pointer;
}
#gallery .prev {
  left: 0;
}
#gallery .next {
  right: 0;
  background-position: -110px 0;
}
#gallery p i {
  display: block;
  width: 26px;
  height: 26px;
  margin: 140px 0 0 40px;
  background-position: -230px 0;
}
#gallery p:hover i {
  margin: 140px 0 0 32px;
}
#gallery .next i {
  margin-left: 44px;
  background-position: -230px -30px;
}
#gallery .next:hover i {
  margin-left: 52px;
}
/* CSS Programming */
#gallery #switch1:checked ~ .slideFrame ul {
  left: 10px;
}
#gallery #switch2:checked ~ .slideFrame ul {
  left: -400px;
}
#gallery #switch3:checked ~ .slideFrame ul {
  left: -900px;
}
#gallery #switch1:checked ~ .nav li label[for="switch1"], #gallery #switch2:checked ~ .nav li label[for="switch2"], #gallery #switch3:checked ~ .nav li label[for="switch3"], opacity: 0;
}
#gallery input {
  display: none;
}
#gallery #switch1:checked ~ .prev label:not([for="switch3"]), #gallery #switch2:checked ~ .prev label:not([for="switch1"]), #gallery #switch3:checked ~ .prev label:not([for="switch2"]), #gallery #switch1:checked ~ .next label:not([for="switch2"]), #gallery #switch2:checked ~ .next label:not([for="switch3"]), #gallery #switch3:checked ~ .next label:not([for="switch1"]) {
  pointer-events: none;
}
/* transition */
#gallery ul.nav li label {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0;
}
#gallery i {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0;
}
#gallery .slideFrame ul {
  transition: left 1s cubic-bezier(0.85, 0.03, 0.15, 0.96) 0s;
  -webkit-transition: left 1s cubic-bezier(0.85, 0.03, 0.15, 0.96) 0;
}
/* clearfix */
#gallery ul:before, #gallery ul:after {
  content: "";
  display: table;
}
#gallery ul:after {
  clear: both;
}
#gallery ul {
  *zoom: 1;
}
/* TOPページのスライドショー */
/* Circular Content Carousel Style */
.ca-container {
  position: relative;
  margin: 25px auto 20px auto;
  width: 990px;
  height: 450px;
}
.ca-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.ca-item {
  position: relative;
  float: left;
  width: 330px;
  height: 100%;
  text-align: center;
}
.ca-more {
  position: absolute;
  bottom: 10px;
  right: 0px;
  padding: 4px 15px;
  font-weight: bold;
  background: #ccbda2;
  text-align: center;
  color: white;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  text-shadow: 1px 1px 1px #897c63;
}
.ca-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff url(../images/cross.png) no-repeat center center;
  width: 27px;
  height: 27px;
  text-indent: -9000px;
  outline: none;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.7;
}
.ca-close:hover {
  opacity: 1.0;
}
.ca-item-main {
  padding: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  overflow: hidden;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.ca-icon {
  width: 233px;
  height: 189px;
  position: relative;
  margin: 0 auto;
  background: transparent url(../images/animal1.png) no-repeat center center;
}
.ca-item-2 .ca-icon {
  background-image: url(../images/animal2.png);
}
.ca-item-3 .ca-icon {
  background-image: url(../images/animal3.png);
}
.ca-item-4 .ca-icon {
  background-image: url(../images/animal4.png);
}
.ca-item-5 .ca-icon {
  background-image: url(../images/animal5.png);
}
.ca-item-6 .ca-icon {
  background-image: url(../images/animal6.png);
}
.ca-item-7 .ca-icon {
  background-image: url(../images/animal7.png);
}
.ca-item-8 .ca-icon {
  background-image: url(../images/animal8.png);
}
.ca-item h3 {
  font-family: 'Coustard', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
  height: 85px;
  text-align: center;
  text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4 {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  text-align: left;
  border-left: 10px solid #b0ccc6;
  padding-left: 10px;
  line-height: 24px;
  margin: 10px;
  position: relative;
}
.ca-item h4 span {
  text-indent: 40px;
  display: block;
}
.ca-item h4 span.ca-quote {
  color: #f4eee3;
  font-size: 100px;
  position: absolute;
  top: 20px;
  left: 0px;
  text-indent: 0px;
}
.ca-content-wrapper {
  background: #b0ccc6;
  position: absolute;
  width: 0px; /* expands to width of the wrapper minus 1 element */
  height: 440px;
  top: 5px;
  text-align: left;
  z-index: 10000;
  overflow: hidden;
}
.ca-content {
  width: 660px;
  overflow: hidden;
}
.ca-content-text {
  font-size: 14px;
  font-style: italic;
  font-family: "Georgia", "Times New Roman", serif;
  margin: 10px 20px;
  padding: 10px 20px;
  line-height: 24px;
}
.ca-content-text p {
  padding-bottom: 5px;
}
.ca-content h6 {
  margin: 25px 20px 0px 35px;
  font-size: 32px;
  padding-bottom: 5px;
  color: #000;
  font-family: 'Coustard', sans-serif;
  color: #60817a;
  border-bottom: 2px solid #99bcb4;
  text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul {
  margin: 20px 35px;
  height: 30px;
}
.ca-content ul li {
  float: left;
  margin: 0px 2px;
}
.ca-content ul li a {
  color: #fff;
  background: #000;
  padding: 3px 6px;
  font-size: 14px;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
}
.ca-content ul li a:hover {
  background: #fff;
  color: #000;
  text-shadow: none;
}
.ca-nav span {
  width: 25px;
  height: 38px;
  background: transparent url(../images/arrows.png) no-repeat top left;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: -40px;
  text-indent: -9000px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 100;
}
.ca-nav span.ca-nav-next {
  background-position: top right;
  left: auto;
  right: -40px;
}
.ca-nav span:hover {
  opacity: 1.0;
}
/* TOPトピックス */
.recommends {
  margin: 0;
  width: 860px;
}
.recommends .carousel {
  list-style-type: none;
  background: #eee;
  padding: 12px;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin: 0;
}
.recommends .carousel li {
  background: #fff;
  margin: 10px;
  text-align: center;
  display: inline-block;
  word-break: break-all;
}
.recommends a.recommend-entry {
  display: block;
  width: 250px;
  font-size: 1rem;
  font-weight: 600;
  background: #fbfbf0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1.5;
}
.recommends a.recommend-entry:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
  transform: translateY(-4px);
  transition: 0.2s;
  background: #fbfbf0;
}
.recommend-title {
  display: flex;
  padding: 0.5em 0.5em;
  word-break: break-all;
  width: 100%;
  white-space: normal;
  text-align: left;
}
/* カテゴリー　切り替え */
.cp_tab *, .cp_tab *:before, .cp_tab *:after, .cp_tab2 *, .cp_tab2 *:before, .cp_tab2 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_tab ::selection {
  background-color: #ffffcc;
}
.cp_tab2 ::selection {
  background-color: #f9a6a6;
}
.cp_tab, .cp_tab2 {
  margin: 1em auto;
  height: 280px;
  font-size: 13px;
  font-weight: bold;
}
.cp_tab .new, .cp_tab2 .new {
  font-size: 13px;
  font-weight: bold;
  color: #ff6600;
}
.cp_tab2, .cp_tab input[type='radio'] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.cp_tab2, .cp_tab > label {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 12px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.cp_tab2, .cp_tab > label:hover, .cp_tab2, .cp_tab > input:checked + label {
  border-radius: 3px 3px 0 0;
  background: #fbf9ee;
}
.cp_tab2 .cp_tabpanels, .cp_tab .cp_tabpanels {
  clear: both;
  perspective: 840px; /* エリアの横幅 */
  min-height: 180px; /* エリアの高さ */
}
.cp_tab2 .cp_tabpanels .cp_tabpanel, .cp_tab .cp_tabpanels .cp_tabpanel {
  line-height: 1.4em;
  position: absolute;
  z-index: 0;
  width: 100%;
  padding: 10px 10px 20px; /* エリアスペース */
  transition: opacity 0.3s, transform 1s;
  transform: rotateX(-20deg);
  transform-origin: top center;
  opacity: 0;
  border: 1px solid #fbf9ee;
  background: #fbf9ee;
}
.cp_tab #tab7_1:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(1), .cp_tab #tab7_2:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(2), .cp_tab #tab7_3:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(3), .cp_tab #tab7_4:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(4), .cp_tab #tab7_5:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(5), .cp_tab #tab7_6:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(6), .cp_tab #tab7_7:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(7) {
  z-index: 1;
  transform: rotateX(0);
  opacity: 1;
}
.cp_tab2 #tab7_1:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(1), .cp_tab2 #tab7_2:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(2), .cp_tab2 #tab7_3:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(3), .cp_tab2 #tab7_4:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(4), .cp_tab2 #tab7_5:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(5), .cp_tab2 #tab7_6:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(6), .cp_tab2 #tab7_7:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(7) {
  z-index: 1;
  transform: rotateX(0);
  opacity: 1;
}
/* 通常（PC）ではタイル表示 */
.slide-wrap {
  background-color: #eeeeee;
  display: flex;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin: .5%;
  width: 24%;
}
.slide-box a {
  background-color: #fff;
  color: #222;
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  font-weight: bold;
  padding: 10px;
  margin: .5rem auto;
}

/* トピックス表示01 ↓↓ */
/* 
#top-editarea {
    width: 100%;
    margin: 0 auto 0 auto;
 }
 */
.recommends02 {
    margin: 0;
    /* width: 100%; */
	width: 860px;
}
.recommends02 .carousel {
    list-style-type: none;
    background: #fff;
    padding: 12px;
    width: 100%;
    /* overflow-x: scroll; */
	overflow-x: hidden;
    /* -webkit-overflow-scrolling: touch; */
    white-space: nowrap;
    margin: 0;
}
.recommends02 .carousel li {
    background: #fff;
    margin: 8px;
    text-align: center;
    display: inline-block;
    word-break: break-all;
	padding-bottom: 0.75em;
	max-height: 180px;
}
.recommends02 a.recommend-entry {
    display: block;
    width: 200px;
    /* font-size: 0.75rem; */
	/* line-height: 1.2; */
    background: #fbfbf0;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    position: relative;

}
.recommends02 a.recommend-entry:hover {
    box-shadow: 0 5px 10px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
    /* box-shadow: 0 15px 30px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1); */
    transform: translateY(-4px);
    transition: 0.2s;
    background: #fff;
}
.recommends02 .recommend-title {
    display:flex ;
    padding: 0.75em 0.75em  1.5em;;
    word-break: break-all;
    width: 96%;
    /* white-space: normal; */
    text-align: left;
	font-size: 13px;
	line-height: 1.4;
    font-weight: 600;
}
.slider {
  display:block;
}
.slider.slick-initialized {
  display: block;
}

.slider-container {
  display: none;
  position: relative;
}
.slider-container.initialized {
  display:block;
}
.slider {
  margin: 0 24px;
  overflow: hidden;
}
.slick-list {
  margin-right: -12px;  /* ガター分ネガティブマージン */
}
.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #bd77f2;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slick-slide {
  margin-right: 12px;  /* ガター */
}
.slick-slide {
  padding: 1.5em 0;
  color: #000;
  text-align: left;
  font-size: 1.1em;
  outline: 0;
  /*background-color: #bd77f2; */
}