@charset "utf-8";
/* ======================================================
(C)広島ホームテレビCSS Document 2015-10-20
====================================================== */

/*--------------------------
　　 R E S E T
---------------------------*/
div#pageBody *{box-sizing:border-box;margin: 0;padding: 0;}
div#pageBody ul,div#pageBody li{list-style-type: none;}
a img {border-style:none;}
.clear{clear: both;}
/* clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
line-height: 0;
font-size: 0;
}
.clearfix {
/* display: inline-block; */
min-height: 1%;
}

/*--------------------------
　　 L I N K
---------------------------*/
a{color: #1385B8;text-decoration: none;}
a:hover{text-decoration: underline;}
#pagetop {
    position: fixed;
    bottom: 0px;
    right: 0px;
}
#pagetop a{
  background-color: rgba( 216, 67, 107, 0.8 );
  color: #FFF;
  width: 26px;height: 26px;
  font-size:14px;
  display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
#pagetop a:hover{background-color: #BC2751;}
a.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
    color: #FFF;
    background-color: #D8436B;
    border-color: #BC2751;
  font-size: 16px;
    font-weight: bold;
width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}
a.button:hover{
    background-color: #BB2650;
    border-color: #9D2042;
}
/*--------------------------
　　 L A Y O U T
---------------------------*/
div#pageBody{
  margin: 0 auto !important;
  width: 100% !important;
  background-image: url(/koispo/images/bg.gif);
    font-family:Verdana, 'Lucida Grande',“Hiragino Kaku Gothic ProN”, “游ゴシック”, YuGothic, Meiryo, sans-serif;
    font-size: 14px;
    line-height: 160%;
    font-weight: normal;
    font-style: normal;
    color: #333;
    text-align: center;
}
div#pageBody #container{
  width: 1035px;
  min-height:100%;
  margin: 0 auto;
  padding: 10px 10px 20px;
  background-color: #fff;
  display: block;
}
#container p{margin-bottom:20px;text-align: left;}
#container h2{
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #D8436B;
  margin: 10px;
  padding: 10px 0;
  border-top: 2px solid #D8436B;
  border-bottom: 2px solid #D8436B;
}
#container h3 {
  font-size: 18px;
  font-weight: bold;
  background-image: url(/koispo/images/preicon.gif);
  background-repeat: no-repeat;
  border-bottom: solid 5px #D8436B;
margin: 0px auto 20px;
padding: 15px 10px 10px 60px;
color: #D8436B;
}
#container dl dt {
float: left;
color: #D8436B;
font-weight: bold;
margin-left: 10px;
background-repeat: no-repeat;
background-position: 0 4px;
line-height: 1.3em;
background-color: #fff;
}
#container dl dd {
margin-left: 135px;
width: :410px;
margin-bottom: 14px;
color: #333;
line-height: 1.3em;
}
#container p.crumb {
  font-size: 12px;
  background-image: url(/koispo/images/bgpink.gif);
  margin: 10px 0px;
  padding: 5px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.crumb a{color: #000;}
/*--------------------------
　　 S T Y L E
---------------------------*/
.text-left,.crumb,h2,h3,p,dl,dt,dd,th,td,ul.list li{text-align: left;}
.text-right{text-align: right;}
.text-center,#container p.text-center{text-align: center;}
.text-bold{font-weight: bold;font-size: 32px;color: #F00;}