/*
@charset "UTF-8";
*/


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
/*table, tr, th, td, */tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border-style: none;
    border-color: inherit;
    border-width: 0;
    }

sp_body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

sp_a:link {
  color: #005ebb;
}

sp_a:hover {
  color: #004080;
}

sp_a:visited {
  color: #005ebb;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

header h1 {
  padding: 5px 0 5px 0;
  text-align: center;
  color: #333333;
  font-size: 18px;
}

header h1 a {
  color: #333333 !important;
  text-decoration: none;
  font-size: 18px;
}

header h1 a:hover {
  color: #004080 !important;
  text-decoration: underline;
  font-size: 18px;
}

#page_top {
  margin: 0;
  padding: 0;
  background-color: #000;padding: 5px;
}


/*---------- コンテンツ ----------*/

article {
  width: 100%;
  margin: 0 0 8px 0;
}

section {
  width: 100%;
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  /*2017/04/06 kanaike Add Start*/
  /*font-size: 14px;*/
  font-size:17px;
  /*2017/04/06 kanaike Add End*/
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(./h_bg.gif) center repeat-x;
}

section h3 
{
  padding: 5px 0 3px 14px;
  font-size: 14px;
  /*2017/04/06 kanaike Add Start*/
  display:block;
  /*2017/04/06 kanaike Add End*/
  /*2017/04/06 kanaike Upd Start*/
  /*color: #ffffff;*/
  color: #000000;
  /*2017/04/06 kanaike Upd End*/
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(./h_bg_gray.gif) center repeat-x;
  margin: 0 0 8px 0;
}

section p {
  padding: 3px 8px 3px 8px;
  /*2017/04/06 kanaike Add Start*/
  font-size: 17px;
  /*2017/04/06 kanaike Add End*/
/*
  line-height: 1.7;
*/
  line-height: 1.0;
}

  /*2017/04/06 kanaike Add Start*/
section li.Gian {
  font-size: 14px;
  display: block;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background: url(./h_bg_gray.gif) center repeat-x;
}

section li{
  font-size: 17px;
  display:block;
}
  /*2017/04/06 kanaike Add End*/
  
section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}

section input.tohyo {	/* 投票ボタン */
  /*2017/04/06 kanaike Upd Start*/
  /*font-size: 150%;*/
  font-size: 100%;
  /*2017/04/06 kanaike Upd End*/
  height: 30px;
  width: 100px;
}

section input.sentaku {	/* 選択ボタン */
  /*2017/04/06 kanaike Upd Start*/
  /*font-size: 130%;*/
  font-size: 100%;
  /*2017/04/06 kanaike Upd End*/
  height: 30px;
  width: 100px;
}

section select {	/* DropDownList */
  font-size: 130%;
  height: 30px;
  width: 150px;
}

section .tohyo_sel {	/* RadioButtonList,RadioButton */
  font-size: 130%;
  height: 30px;
  width: 150px;
  padding:  4px 8px 4px 8px;
}

section input.text {	/* TextBox */
  font-size: 150%;
  height: 25px;
  width: 300px;
  margin:2px 0px 2px 0px;
}
  /*2017/04/13 kanaike Add Start*/
section Table
{
  padding: 3px 8px 3px 8px;
  font-size: 17px;
  line-height: 1.0;
}
  /*2017/04/13 kanaike Add End*/

/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(./nav_bg.gif) repeat-x;
}

nav h2 {
/*
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(./h_bg_gray.gif) center repeat-x;

  margin: 0 0 8px 0;
*/

  padding: 5px 0 3px 14px;
  /*2017/04/06 kanaike Upd Start*/
  /*font-size: 14px;*/
  font-size: 17px;
  /*2017/04/06 kanaike Upd End*/
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(./h_bg.gif) center repeat-x;

}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li 
{
  /*2017/04/06 kanaike Add Start*/
  font-size:17px;
  /*2017/04/06 kanaike Add End*/
  width: 100%;
  list-style: none;
/*
  text-align: center;
*/
  text-align: left;
  background: url(./arrow_icon.png) no-repeat scroll right center transparent;
}

nav li a {
  padding: 10px;
  display: block;
  color: #005ebb;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(./nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #004080;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(./nav_bg_hover.gif) repeat-x;
}

  /*2017/04/13 kanaike Add Start*/
  nav li Table
  {
      width: 100%;
      border-collapse:collapse;
  }
  /*2017/04/13 kanaike Add End*/
/*---------- オプション ----------*/

opt {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(./nav_bg.gif) repeat-x;
}

opt h2 {
/*
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(./h_bg_gray.gif) center repeat-x;

  margin: 0 0 8px 0;
*/
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(./h_bg.gif) center repeat-x;

}

opt ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

opt li {
  width: 100%;
  list-style: none;
  text-align: center;
/*
  background: url(./arrow_icon.png) no-repeat scroll right center transparent;
*/
}

opt li a {
  padding: 10px;
  display: block;
  color: #005ebb;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(./nav_bg.gif) repeat-x;
}

opt li a:hover {
  color: #004080;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(./nav_bg_hover.gif) repeat-x;
}

opt input.text {
  font-size: 150%;
  height: 25px;
  width: 150px;
  margin:2px 0px 2px 0px;
}

opt input.login {
  font-size: 150%;
  height: 30px;
  width: 150px;
  margin:2px 0px 2px 0px;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #005ebb !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #004080 !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #005ebb;
  text-decoration: none;
}

/* Ver4.0R1.00対応 2014.06.24 K.Shiki 投票画面テーブルレイアウト設定 Start */
#lstGian
{
    width:300px;
    border-collapse:collapse; 
}
#lstGian tr td
{
   width:100px;
   border-style:none;
  
}
/* Ver4.0R1.00対応 2014.06.24 K.Shiki 投票画面テーブルレイアウト設定 End */
/*2017/11/13 kanaike Add Start*/
#lstQuest
{
    width:300px;
    border-collapse:collapse; 
}
#lstQuest tr td
{
   width:100px;
   border-style:none;
  
}
/*2017/11/13 kanaike Add Start*/

/* Ver4.0R1.00対応 2014.07.04 K.Shiki スマートフォン用画面のロゴの隙間を修正 Add Start */
.head_bg_sp
{
    background: url(./head-main-bg-sp.gif) repeat-x;
}
/* Ver4.0R1.00対応 2014.07.04 K.Shiki スマートフォン用画面のロゴの隙間を修正 Add End */

  /*2017/05/08 kanaike Add Start*/
.gian_bg_gray {
  font-size: 17px;
  width:100%;
  display: block;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background: url(./h_bg_gray.gif) center repeat-x;
}
  /*2017/05/08 kanaike Add End*/
  
    /*2017/05/08 kanaike Add Start*/
.quest_bg_gray 
{
  /*
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size:17px;
  display: block;
  color: #000000;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  font-weight: bold;
  text-decoration: none;
  background: url(./h_bg_gray.gif) center repeat-x;
  */
  
  font-size: 17px;
  width:100%;
  display: block;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background: url(./h_bg_gray.gif) center repeat-x;
}
  /*2017/05/08 kanaike Add End*/