@charset "utf-8";

html, body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,ul, ol, li, dl, dt, dd, table, th, td,form, fieldset, input, textarea{
  margin: 0;
  padding: 0;
  height: auto;
}

body {
  background-color:#fff;
  color:#000;
  font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 12px;
}

/*** clear fix ***/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac  */
*html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*** clear fix ***/


h3 { font-size: 16px; font-weight: bold; }
h4 { font-size: 16px; font-weight: normal;}

#side_menu ul { list-style: none; margin-top: 70px; }
#main { width: 960px; margin: 50px; 25px;}
#side_menu { width: 250px; float: left;}
#side_menu ul li { padding: 0 20px 50px; font-weight: bold; font-size: 14px; color: #999; }
#side_menu ul .current { color: #000 !important; }
#side_menu ul .flow {
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: 80px 25px;
}


#single_main { margin: 50px; 25px;}
#single_contents { margin: 10px 0px; }

#main_contents { width: 710px; float: left;}

#title_bar {
  background: url(../images/contact_title_bg.jpg) no-repeat left center;
  padding: 0 0 0 20px;
  height: 73px;
  width: 690px;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  border: none;
}

.bar1 {
  background-color: #efefef;
  border: 1px solid #ccc;
/*  width: 500px;*/
/*  height: 30px;*/
  padding: 15px 10px;
}

.bar2 {
  background-color: #efefef;
  border: 1px solid #ccc;
/*  width: 500px !important;*/
/*  height: 30px;*/
  padding: 15px 10px;
}

#title_bar h2 { font-size: 18px; font-weight: bold; }

#description { margin-top: 20px; font-weight: bold;}
.comment { margin-top: 10px; line-height: 150%; }
#description ul li { line-height: 180%; }
.notice { margin-top: 20px; font-size: 14px; }

.attention { color: #f00; font-size: 12px; }

#cancel_description { margin-top: 20px; font-weight: bold; font-size: 14px; padding: 0 30px; }

#entry_block { margin-top: 5px; width: 710px; }
#entry_block table { width: 100%; font-size: 14px; font-weight: bold; }
#entry_block table tr { height: 35px; }
#entry_block table td.c1 { width: 25%; vertical-align: bottom; }
#entry_block table td.c2 { width: 75%; vertical-align: bottom; }
.text_box { width: 500px; }

#usage {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 680px;
  height: 250px;
/*  font-size: 14px;
  overflow: scroll;
  line-height: 140%;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid #ccc;*/
}

/*
#usage table { width: 100%; }
#usage table td { width: 100%; }
*/

#usage_area {
/*  margin-top: 15px;
  margin-bottom: 15px;*/
  width: 670px;
  height: 250px;
  font-size: 14px;
  line-height: 150%;
  padding: 10px 15px;
  font-size: 12px;
  resize: none;
}

#privacy_block { margin-top: 50px; width: 100%; }

#submit_block { margin-top: 20px; width: 100%; }
#submit_block ul { margin: 0; padding: 0; list-style: none; }
#submit_block ul li { margin: 0; padding: 0; list-style: none; display: inline; float: left; width: 250px;}

#cancel_submit_block { margin-top: 50px; width: 100%; padding: 0 30px; }
#cancel_submit_block ul { margin: 0; padding: 0; list-style: none; }
#cancel_submit_block ul li { margin: 0; padding: 0; list-style: none; display: inline; float: left; width: 250px;}

#submit-btn {
  background-image: url(../images/agree.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#submit-btn:hover {
  background-image: url(../images/agree_on.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#disagree-btn {
  display:block;
  background-image: url(../images/disagree.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#disagree-btn:hover {
  display:block;
  background-image: url(../images/disagree_on.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#close-btn {
  display:block;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#close-btn:hover {
  display:block;
  background-image: url(../images/close_on.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#cancel-close-btn {
  display:block;
  background-image: url(../images/ja_en_close.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#cancel-close-btn:hover {
  display:block;
  background-image: url(../images/ja_en_close_on.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}


#send-btn {
  background-image: url(../images/submit.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#send-btn:hover {
  background-image: url(../images/submit_on.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#back-btn {
  background-image: url(../images/back.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#back-btn:hover {
  background-image: url(../images/back_on.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#unsubscirpt-btn {
  background-image: url(../images/send.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

#unsubscirpt-btn:hover {
  background-image: url(../images/send_on.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 199px;
  height: 32px;
}

.close-btn { width: 199px; height: 32px; border: 0; }
.close-btn {  }
.close-btn:hover { cursor: default; }
.close-link:hover { cursor: default; }


#footer { margin: 10px 50px; height: 100px; border-top: 1px solid #ccc; }

