@charset "utf-8";
  @import url(common.css);
  @import url(layout.css);


/* 
==============================
 よくある質問CSS
 最終更新日：2010年3月2日
============================== 
*/


/* ------------------------------
 Side
------------------------------ */

.side .side_menu {
  height : auto;
  width : auto;
  margin-top : 0px;
}


/* ------------------------------
 Table
------------------------------ */

.table-yoku{
  border : 1px solid #ffffff;
  border-collapse : collapse;
  table-layout : fixed;
  width : 587px;
  margin-left : 5px;
}

.td-yoku{
  border : none;
  width : 25px;
  text-align : left;
  background-color : #ffffff;
}

.td-txt-y{
  border : none;
  font-size : 13px;
  font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
  vertical-align : top;
  text-align : left;
  background-color : white;
  
  width : 100%;
}


/* ------------------------------
 question & answer
------------------------------ */

.q_waku {
  width : 587px;
  height : auto;
  font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
  font-size : 12px;
  line-height : 20px;
}

.q_waku .q {
  height : auto;
  width : 597px;
  font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
  font-size : 14px;
  line-height : 20px;
  margin-bottom : 15px;
  border-bottom-style : none;
}

.q_title {
  font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
  font-size : 15px;
  line-height : 20px;
  font-weight : 500;
  color : #cc0000;
  margin-left : 10px;
  margin-right : 10px;
  padding-top : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : silver;
  width : auto;
  height : auto;
  text-align : left;
}

.q_naiyo {
  font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
  font-size : 14px;
  line-height : 18px;
  margin-top : 5px;
  margin-bottom : 10px;
  padding-left : 20px;
  text-align : left;
}

