@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 {
color: #333333;
background-color: #ffffff;
text-align: center;
font-size: 100%;
line-height: 1.5;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;}

#wrapper { margin:0 auto; text-align:center}

/*** 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: 800px; margin: 50px auto;  text-align:left}
@media (max-width: 900px){
#main { width:100%; }	
}


#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; }
#single_contents #title_bar { padding: 15px 10px; width: 690px; }

@media (max-width: 900px){
#main_contents { width:auto;margin: 0 20px}
}
h2 {
    font-weight: normal;
    letter-spacing: 0;
    font-size: 173%;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	padding-top: 55px;
	margin-bottom: 50px;
}
h2 span {    font-family: "Conv_Muli-Light", Sans-Serif;
    font-size: 64%;
    padding-top: 7px;display:none}

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

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

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

#cancel_description { margin-top: 20px; font-size: 14px; padding: 0px;width:auto; }

#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: middle; }
#entry_block table td.c2 { width: 75%; vertical-align: middle; }
.text_box { width: 100%; line-height:25px; height:25px; }

@media (max-width: 900px){
#entry_block {width:inherit; }
.text_box { width:inherit }
}


#usage {
  margin-top: 15px;
  margin-bottom: 15px;
  width:100%;
  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:95%;
  height: 250px;
  font-size: 14px;
  line-height: 150%;
  padding: 10px 15px;
  font-size: 12px;
  resize: none;
}

#privacy_block { margin-top: 50px; width: 100%; }
@media (max-width: 900px){
#privacy_block { width: inherit; }
#usage_area { width:90%;}
}


#submit_block { margin-top: 20px;}
#submit_block ul { margin: 0; padding: 0; list-style: none; }
#submit_block ul li { margin: 0 10px; padding: 0; list-style: none; display:inline;}


#submit_block form {display:inline}


#cancel_submit_block { margin-top: 50px; width: auto; 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; }


.alignC { text-align:center}




.column2A { text-align:center}
.column2A p { display:inline}

.Button_action_S{
   border:solid 2px #999;
	color: #999;
  background-repeat: no-repeat;
  border-radius:3px;
  width: 34%;
  height: 50px;
  font-size:16px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display:inline-block;
  text-align:center;
  text-decoration: none;
  line-height: 50px;
  margin: 30px 50px;
  font-weight:bold;
}
a.Button_action_S:before, a.Button_action_SS:before  {
    content: ">";
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    margin: -3px 0 0 -74px;
}

a.Button_action_S:hover, a.Button_action_SS:hover  {
	color:#fff;
	background-color: #999;
}

.Button_action_SS{
   border:solid 2px #999;
	color: #999;
  background-repeat: no-repeat;
  border-radius:3px;
  width: 34%;
  height: 50px;
  font-size:16px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display:inline-block;
  text-align:center;
  text-decoration: none;
  line-height: 50px;
  margin: 30px 50px;
  font-weight:bold
}


#submit-btn {
	background-color:#999;
	color:#fff;
  background-repeat: no-repeat;
  border: 0px;
  width: 180px;
  height: 35px;
  font-size:16px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display:inline-block;
}

#submit-btn:hover {
	background-color:#333333;

}

#disagree-btn {
	display:inline-block;
	background-color:#999;
	color:#fff;
	border-radius:0;
  background-repeat: no-repeat;
  border: 0px;
  width: 180px;
  height: 35px;
  font-size:16px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration:none;
  line-height:35px;
}

#disagree-btn:hover {
	background-color:#333333;
}

#close-btn {
	display:inline-block;
	background-color:#999;
	color:#fff;
	border-radius:0;
  background-repeat: no-repeat;
  border: 0px;
  width: 180px;
  height: 35px;
  line-height:35px;
  font-size:16px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration:none;
}

#close-btn:hover {
	background-color:#333333;
}

#cancel-close-btn {
	display:inline-block;
	background-color:#999;
	color:#fff;
	border-radius:0;
  background-repeat: no-repeat;
  border: 0px;
  width: 200px;
  height: 35px;
  line-height:35px;
  font-size:16px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration:none;
}

#cancel-close-btn:hover {
	background-color:#999;
}

#cancel-close-btn2 {
	display:inline-block;
	background-color:#999;
	color:#fff;
	border-radius:0;
  background-repeat: no-repeat;
  border: 0px;
  width: 450px;
  height: 35px;
  line-height:35px;
  font-size:16px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration:none;
}

#cancel-close-btn2:hover {
	background-color:#999;
}


#send-btn {
	display:inline-block;
	background-color:#999;
	color:#fff;
	border-radius:0;
  background-repeat: no-repeat;
  border: 0px;
  width: 180px;
  height: 35px;
  font-size:16px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration:none;
}




#send-btn:hover {
	background-color:#333333;
}

#back-btn {
	display:inline-block;
	background-color:#999;
	color:#fff;
	border-radius:0;
  background-repeat: no-repeat;
  border: 0px;
  width: 180px;
  height: 35px;
  font-size:16px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration:none;
}


@media (max-width: 900px){
#send-btn {
	display:inline-block;
  width: 45%;

}



#back-btn {
  width: 45%;
}	
	
}




#back-btn:hover {
	background-color:#333333;
}

#unsubscirpt-btn {
	display:inline-block;
	background-color:#999;
	color:#fff;
	border-radius:0;
  background-repeat: no-repeat;
  border: 0px;
  width: 180px;
  height: 35px;
  font-size:16px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration:none;
}

#unsubscirpt-btn:hover {
	background-color:#333333;
}


.close-btn { width: 170px; height: 35px; 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; }

