/* ----- コンテンツ用スタイルシート ----- */


/* -----
汎用ボックス
--------------------- */

div.contentsBox{
  margin:10px auto 0px auto;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:10px;
  padding-left:10px;
}
div.contentsBox img{
  float:left;
  margin:10px;
}

/* -----
テーブル
--------------------- */

table.tbl1{
  border:1px solid #cccccc;
  margin:10px auto 0px auto;
}
table.tbl1 tr th{
  text-align:center;
  background-color:#ff7711;
  color:#ffffff;
}
table.tbl1 tr td{
  border:1px solid #cccccc;
}
table.tbl1 strong{
  color:#ff0000;
}
table.tbl2{
  margin:10px auto 0px auto;
}
table.tbl2 tr th{
  text-align:center;
  border:1px solid #cccccc;
  background-color:#ededed;
}
table.tbl2 tr td{
  border:1px solid #cccccc;
}

/* -----
店舗情報
--------------------- */

div#lib{
  font-size:80%;
}

/* -----
トップページよくある質問
--------------------- */

div#questionBox{
  width:281px;
  height:277px;
  background-image:url(http://www.taishinreform.com/img/index/question_bg.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  float:left;
  margin-bottom:20px;
}
div#questionBox ul{
  list-style: none;
  margin: 0px;
  padding-top:30px;
}
div#questionBox ul li a{
  width:257px;
  height:49px;
  display:block;
  background-image:url(http://www.taishinreform.com/img/index/question_icon_bg.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  line-height:49px;
  text-indent:26px;
  color:#131313;
}

div#questionBox ul li a:hover{
  color:#fe7710;
}

/* -----
コンテンツページよくある質問
--------------------- */

p.question{
  font-size:14px;
  font-weight:bold;
  color:#ff7700;
  margin:5px auto;
  text-align:left;
  border-bottom:1px dashed #cccccc;
}


/* -----
トップページ新着
--------------------- */

div#newsBox{
  width:281px;
  height:277px;
  background-color:transparent;
  background-image:url(http://www.taishinreform.com/img/index/news_bg.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  float:right;
  clear:right;
}
div#newsBox ul{
	list-style: none;
	margin: 0px;
  padding-top:30px;
}
div#newsBox ul li a{
  width:257px;
  height:27px;
  display:block;
  background-image:url(http://www.taishinreform.com/img/index/news_icon_bg.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  line-height:27px;
  text-indent:26px;
  color:#131313;
}
div#newsBox ul li a:hover{
  color:#fe7710;
  text-decoration:underline;
}

/* -----
リフォームの流れページ
--------------------- */
div.flowBox table tr th{
  font-size:140%;
  color:#ff7700;
  vertical-align:bottom;
}
div.flowBox table tr td{
  vertical-align:middle;
}
div.flowBox table tr td.td01{
  border:1px solid #cccccc;
}

/* -----
耐震診断って？ページ
--------------------- */

div#seismicwhatBox img{
  float:right;
}

