/* CSS Document */


/*	Stylesheet for www.home-tv.co.jp/

	Copyright (C) Hiroshima Home Television Co.,Ltd. All Rights Reserved.

	Description : 全ページ共通設定

*/

/* 全体のページ設定
----------------------------------------------------------- */
html {
	overflow-x: hidden;
	background-color: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img,a {
	margin:0;
	padding:0;
	}

table{
	border-collapse:collapse;
	border-spacing:0;
	}

img{
	border:0;
	}

ul,ol,li{
	list-style:none;
	}

a{
	outline:none;
}


.clear{
	clear:both;
}

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility:hidden;
}

.clearfix { zoom:1; /*for IE 5.5-7*/}


/*ページ構成*/

div#pageBody {
	width: 1035px;
	margin: 0px auto 0px;
}

a:link {
	color: #1385B8;
	text-decoration: none;
}

a:link .red,a:visited .red{color: #F00;text-decoration: none;}
a:hover .red,a:active .red{color: #F00;text-decoration: underline;}

a:hover,
a:active {
	color: #1385B8;
	text-decoration: underline;
}

a:visited {
	color: #1385B8;
}



/* ヘッダー
----------------------------------------------------------- */
div#headerBg {
	width: 100%;
	height: 103px;
	background-color: #ffffff;
		margin-bottom: 0px;
}

/*@media screen and (max-device-width: 480px) {
	div#headerBg {
	width: 490px;
	height: 103px;
	background-color: #ffffff;
}}

@media screen and (max-device-width: 1024px) {
	div#headerBg {
	width: 1034px;
	height: 103px;
	background-color: #ffffff;
}} */

#header {
	width: 1035px;
	margin: 0 auto;
}

#header h1 {
	width: 180px;
	float: left;
		margin: 0;
		   padding-top: 10px;
}

#headBanner {
	width: 468px;
	height: 60px;
	margin-top: 20px;
	margin-left: 147px;
	float: left;
}


#searchBox {
	width: 222px;
	height: 32px;
	margin-top: 20px;
	padding-top: 30px;
	background: url(http://home-tv.co.jp/common/img/search_bg.jpg) left top no-repeat;
	float: right;
}

#headBanner iframe {
    height: 65px;
    width: 468px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#menu {
width: 100%;
margin: 0 auto;
padding: 0;
display: block;
overflow: hidden;
box-sizing:border-box;
	height: 35px;
	background: url(http://home-tv.co.jp/common/img/menu/menu_bg.jpg) left top repeat-x;
}

#menu ul {
	width: 1035px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: 0;
}

#menu li {
	float: left;
	height: 35px;
	overflow: hidden;
}

/*フッターの設定*/

#FOOTER {
	width: 100%;
margin: 0 auto;
padding: 0;
display: block;
overflow: hidden;
box-sizing:border-box;
	clear:both;
}

#footer_01 {
	width: 100%;
	background-color:#49B6DF;
	margin:0 auto;
	height:auto;
	padding-bottom:7px;
	}

#footer_01 ul {
	height:25px;
	width:1035px;
	margin:0 auto;
}

#footer_01 ul li {
	float:left;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 0 8px;
	line-height:1.6em;
}

#footer_01 a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	line-height:1.6em;
	}

#footer_01 ul li.top_back a {
	background-image:url(http://home-tv.co.jp/common/img/top_back.png);
	background-repeat:no-repeat;
	background-position:0 1px;
		padding-left:25px;
	display:block;
	font-size:14px;
}

#footer_01 a:hover,#footer_01 li.top_back a:hover {
	color:#FC6;
	}

#footer_02,	#footer_03 {
	width: 100%;
	background-color: #FFF;
	margin:0 auto;
	clear:both;
	}

#footer_02 ul  {
	text-align: center;
	height:28px;
	width:875px;
	margin:0 auto;
	padding-top:5px;
}

#footer_02 ul li {
	display: inline-block;
	color:#09c;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 10px ;
	line-height:1.6em;
}

#footer_02 li a {
	font-size:12px;
	display:block;
	color:#09C;
	text-decoration:none;
	font-weight:normal;
	}

#footer_02 li a:hover {
	color:#999;
	}

#footer_03 {
	width: 100%;
	background-color: #FFF;
	margin:0 auto;
	clear:both;
	}

#footer_03 *{box-sizing:border-box;}
#footer_03 ul  {
  clear:both;
  height:auto;
  width:1035px;
  margin:0 auto;
  padding:2px 0px;
  background-color: #F3F3F3;
  border-radius:10px;
}
/* clearfix */
#footer_03 ul:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
line-height: 0;
font-size: 0;
}
#footer_03 ul {
/* display: inline-block; */
min-height: 1%;
}

#footer_03 ul li {
  width: 172.5px;
  float:left;
  font-weight:bold;
  margin:0;
  padding: 2px 0px 2px 20px;
  line-height:1.6em;
}

#footer_03 li a {
  display:block;
  color:#666;
  padding-left:13px;
  text-decoration:none;
  background-image:url(http://home-tv.co.jp/company/images/mark/footer_gray.gif);
  background-repeat:no-repeat;
  background-position:0px 5px;
  font-size:12px;
  line-height: 25px;
  /*width:11em;*/
/*  letter-spacing:-0.5px;
  line-height:1.5em;*/
  font-weight:normal;
  white-space: nowrap;
  text-align: left;
}

#footer_03 li a.long {
	width:14em;
	}

#footer_03 li a:hover,#footer_04 li a:hover {
	color:#09c;
	background-image:url(http://home-tv.co.jp/company/images/mark/footer_blue.gif);
	text-decoration: none;
}

#footer_04,#footer_04 *{box-sizing: border-box;}
#footer_04{text-align: center;}
#footer_03 h4 .left_title,
#footer_04 h4 .left_title{
	color: #666;
	display: block;
	width: 1035px;
	margin: 0.5em auto;
	padding: 0.5em 2em 0em;
	text-align: left;
}
#footer_04 ul {
	width: 1035px;
	margin:0 auto;
	background-color: #F3F3F3;
	border-radius: 10px;
	padding:10px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#footer_04 ul li {
	width:25%;
	text-align: left;
	padding: 5px 10px;
}
#footer_04 ul li a{
	background-image: url(http://home-tv.co.jp/company/images/mark/footer_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 12px;
	padding-left: 14px;
	color: #666;
	white-space: nowrap;
}

#footer_01 ul.foot01list,#footer_01 ul.foot01list *{
	box-sizing: border-box;
}
#footer_01 ul.foot01list{
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-flow: row wrap;
}
#footer_01 ul.foot01list li{
	padding: 0.25em 0;
	display: inline-block;
	text-align: center;
}
#footer_01 ul.foot01list li a{
	display: block;
	width: 100%;
	padding: 0 0.75em;
	border-right: solid 1px #FFF;
}
#footer_01 ul.foot01list li.top_back a{
	border: none;
	padding-left: 30px;
	background-position: 6px 2px;
}

#FOOTER p {
	text-align:center;
	margin:0 auto;
	font-size:12px;
	padding:10px 0 5px;
	background-color:#fff;
}

#FOOTER p.copyright {
	background-color:#999;
	display:block;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.5px;
	padding:2px 0;
}

TOPのみ調整

.p_bottom_5px {
	padding-bottom:5px;
}

