@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;
}

p{
	word-wrap:break-word;
}

a:link {
	color: #3399ff;
	text-decoration: none;
}
a:visited {
	color: #3399ff;
	text-decoration: none;
}
a:hover, a:active {
	color: #3377c9;
	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:#ff6600;
}

.menu__second-level ul li:first-child a::after {
    border-color: transparent #ff6600 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:#ff6600;
}
*/




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: 40px;
	line-height: 43px;
	padding: 0 0 0 20px;
	font-size: 20px;
	color: #fff;
	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:#fff;
}

.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: 9px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 9px;
	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:#ff6600;
}

.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:#ff6600;
}

.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:#ff6600;
}

#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:#ff6600;
	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: #ff9900;
}

.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: #ff6600;
}

.theme_box07_title span {
    background-color: #ff3333;
}

.theme_box08_title span {
    background-color: #ff9900;
}

.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);
	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 20px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	letter-spacing:3px;
	margin-top:3px;
	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 #ff6600;
	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:#fffbe9;
}

.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: #ff6600;
    border-bottom: 3px solid #ff6600;
    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:13px;
	display:inline;
	float:left;
	width:150px;
	color:#3399ff;
    height: 12px;
	padding-top:1px;
    overflow: hidden;
}

.entry_time {
	text-align:right;
	font-size:13px;
	display:inline;
	float:right;
	width:40px;
	color:#ff6600;
}


.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;
}

.more:hover {
	background-color:#333;
	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:#ff6600!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:440px;
	height:111px;
	float:left;
	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;
}

.new_blog_box_s:hover {
	background-image:url(https://www.hamazo.tv/template/n-images/official_bg02.png);
}

.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:#ff6600;
	padding:20px 0 0 10px;
}

.new_blog_title {
	color:#999;
	padding:10px 0 0 10px;
	line-height:1.5;
}

#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;
    padding: 5px 0;
    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;
}


.headline03 {
	clear:both;
	background-image:url(https://www.hamazo.tv/template/n-images/side_bg.png);
	background-repeat:no-repeat;
	background-size: 336px;
	height:35px;
	line-height:35px;
	padding:0 0 0 15px;
	letter-spacing:1px;
	color:#fff;
	font-weight:bold;
}


.category_list {	
}

.category_list a {
	color:#333;
	display:block;
	padding:15px 0 15px 15px;
}


.category_list li {
	border-bottom:1px solid #ff6600;
	-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-repeat:no-repeat;
}

.headline04 {
	background-image:url(https://www.hamazo.tv/template/n-images/blog_rank.png);
	clear:both;
	background-repeat:no-repeat;
	background-size: 336px;
	height:35px;
	line-height:35px;
	padding:0 0 0 105px;
	letter-spacing:1px;
	color:#fff;
	font-weight:bold;
	margin:10px 0 0;
}

.blog_ranking_wrap {
}

.ranking_box {
	border-bottom:1px solid #ff7700;
	
}
.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:#fffbe9;
}

.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:22px;
	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: 12px;
}

.blog_text {
	float:left;
	width: 190px;
	padding: 7px 5px 0 10px;
	line-height:1.1;
}

.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:#fff;
	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;
}

.side_more:hover {
	background-color:#333;
	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/hamazo-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;
    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: 11px;
    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 #ff6600;
    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: 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-image: url(https://www.hamazo.tv/template/new-images/rep-bg.png);
    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-image: url(https://www.hamazo.tv/template/new-images/rep-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 25px;
    line-height: 25px;
}

.theme-finding-pink {
    color: #FFFFFF;
    background-color: #ec407a;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    background-image: url(https://www.hamazo.tv/template/new-images/rep-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 25px;
    line-height: 25px;
}

.theme-finding-sakura {
    color: #FFFFFF;
    background-color: #ffb7c5;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    background-image: url(https://www.hamazo.tv/template/new-images/rep-bg.png);
    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-image: url(https://www.hamazo.tv/template/new-images/rep-bg.png);
    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-image: url(https://www.hamazo.tv/template/new-images/rep-bg.png);
    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-image: url(https://www.hamazo.tv/template/new-images/rep-bg.png);
    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-image: url(https://www.hamazo.tv/template/new-images/rep-bg.png);
    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-image: url(https://www.hamazo.tv/template/new-images/rep-bg.png);
    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-image: url(https://www.hamazo.tv/template/new-images/rep-bg.png);
    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-image: url(https://www.hamazo.tv/template/new-images/rep-bg.png);
    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: 0px;
    /* margin-right: 1%; */
    margin: 10px;
}

.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);
    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 20px;
    font-size:18px;
    color:#fff;
    font-weight:bold;
    letter-spacing:3px;
    margin-top:10px;
    clear:both;
}



/* 釣り情報 */

.headline077 {
    background-image:url(https://www.hamazo.tv/template/n-images/headline_fishing_bg.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 20px;
    font-size:18px;
    color:#fff;
    font-weight:bold;
    letter-spacing:3px;
    margin-top:10px;
    clear:both;
}

.special_wrap {
    margin:5px 0 0 0 ;
}

.special_caver {
    width:292px;
    height:87px;
    float:left;
    margin:0 7px 10px 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_box_blue{
    width:292px;
    height:87px;
    transition: opacity 0.35s ease 0s;
    border: 1px solid #306190;
}

.special_box_blue: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;
}




/* 袋井市カテゴリーここから */

#face {
	text-align:center;
	margin:10px 0 5px;
}

.headline050 {
	background-image: url(https://www.hamazo.tv/template/n-images/headline_bg_green.png);
	background-repeat:no-repeat;
	height:46px;
	line-height:60px;
	font-family:'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0 0 0 65px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	letter-spacing:3px;
	margin-top:3px;
	clear:both;
}

/*
.fukuroi_more {
	text-decoration:underline!important;
}

.fukuroi_more:hover {
	text-decoration:none!important;
}
*/

.h3_small {
	margin:0 0 0 6px;
	font-size:12px;
}

.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: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 40px;
	font-size:18px;
	color:#fff;
	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: 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;
}

.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: 0 0 0 10px;
	font-size: 16px;
	color: #fff;
	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:#fffbe9;border-bottom:5px solid #ff9900;}
#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:#ff9900;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:#ff9900;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:#ff9900;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:#ff9900;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:#ff9900;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:#ff9900;}

.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:18px; 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:14px;}

#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 ff9900; 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 #ff9900; 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;background:#fffbe9;}
#megaMenuDropWrapper .drop_box .columnB ul li a:hover,
#megaMenuDropWrapper .drop_box .columnB ul li a.active{font-size:14px;background-color:#ff9900; color:#fff;}
#megaMenuDropWrapper .drop_box .columnC ul li a:hover{font-size:14px;background-color:#ff9900; color:#fff;}

.gnav_blank {
	background-color:#ff9900;
}
.gnav_blank a:hover {
	background-color:#ff6600!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;
}