@charset "utf-8";
/********************************************************************/
/* ページ全体のスタイルシート                                       */
/*------------------------------------------------------------------*/
/* ページ全体のスタイルを定義します                                 */
/*------------------------------------------------------------------*/
/* 著作権：ＷＩＮ株式会社      http://www.win.co.jp/                */
/********************************************************************/
html {
  font-family       : verdana, sans-serif;
  font-size         : 100%;
  line-height       : 1.5;
 /* background-color  : #ececec; */
}
img { 
  vertical-align    : top;
  max-width         : 100%;
  border            : none;
}
a {
  color             : #006699;
  text-decoration   : none;
}
a:link {
  color             : #006699;
  text-decoration   : none;
}
a:visited {
  color             : #006699;
  text-decoration   : none;
}
a:hover {
  color             : #800000;
  text-decoration   : underline;
}
ul, ol { list-style : none;}
h1,h2,h3,h4,h5,h6 {
  margin-bottom     : 8px;}
h1 {
  font-size         : 16px; 
  line-height       : 1;}                         /* 16px */
h2 {
  font-size         : 14px;
  line-height       : 1.14286;}                   /* 16px */
h3 {
  font-size         : 12px;
  line-height       : 1;}                         /* 12px */
hgroup h2,h4,h5,h6 {
  font-size         : 12px;                       /* 12px */
  line-height       : 1;}                         /* 12px */

header { 
  text-align        : center;
  padding-top       : 8px;
}
header h1 {
  margin-bottom     : 8px;
}
header h2 {
  color             : #62240b;
}

nav {
  margin-bottom     : 0px;
background-color  : #dcdcdc;
}

footer {
  clear             : both;
  width             : 100%;
  height            : 20px;
  background-color  : black;
  position          : fixed;
  z-index           : 10;
  bottom            : 0;
  color             : white;
  text-align        : left;
  font-size         : small;
  background-color  : black;
}
/********************************************************************/
/* メインボディ                                                     */
/********************************************************************/
#main_container {
  clear             : both;
  width             : 100%;
  margin            : 0 auto;
}
/********************************************************************/
/* 入力（利用規約）                                                 */
/********************************************************************/
#inp_rule_div {
  width             : 100%;
  background-color  : white;
}
#inp_rule_div .inp_rule_txt{
  font-size         : 90%;

