@charset "utf-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-y: scroll;
}
body {
  margin: 0;
  font-size: 100%;

  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
  background: #FFFFFF; /* 全体背景色 */
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  background-color: #00007F;
  font-size: 1.5em;
  color : #ffffff;
  padding: 1em;
  line-height:1.2em;/*
  text-align:center;*/
}
h1.tab {
  background-color: #1282B2;
  font-size: 1.5em;
  color : #ffffff;
  padding: 1em;
  line-height:1.2em;/*
  text-align:center;*/
  margin-top:40px;
}
h2 {
  font-size: 1.25em;
  border-left: 8px solid #cccccc;
  padding: .6em;
  line-height:1.4em;
}
h3 {
  font-size: 1.125em;
  line-height:1.4em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1.15em; 
}
h6 {
  font-size: .75em;   
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: .65em;  
}
small {
  font-size: .75em;
}
img {
  border: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
dl {
  margin: 1em 0 1.5em;  
}
dt {
  margin: 0 0 .75em;
}
dd {
  margin: 0 0 8px 3em;  
}


.page-container {
  width: 100%;  
}

.page-header {
  padding: 10px 40px; 
}
.page-header h1 {
  font-size: 20px;
  margin: 0;
}
.page-content {
  padding: 10px 40px; 
}
.page-footer {
  margin: 1em 0 0;
  padding: 1em 0;/*
  text-align: center;*/
}

label {
  margin: 4px 0;
  word-wrap: break-word;
  display: block;  
}
label img {
  vertical-align: top;  
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin: 4px;
  vertical-align: middle;
}

/* 基本ボタン */
.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1em;
  cursor: pointer;
  margin-bottom: 0;
  margin-top:20px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #DBDBDB;
  white-space: nowrap;
  padding: .4em .8em;
  border-radius: 4px;
  color: #1D1D1D;
  background-color: #E4E4E4;
  text-decoration: none;
}
.button:hover, .button:focus {
  background-color: #F7F7F7;
  border-color: #DBDBDB;
}
.button:focus {
  outline: 0;
}
.button:active,.button:visited {
  box-shadow: none;
}


#animeWatchList label {
  display: inline-block;
  width: 280px;
　font-size:1.1em;
}
.page {
  width:900px;
  padding:0 50px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-top: 0;
  border-bottom: 0;
  box-shadow: -2px 0 10px 0 rgba(0, 0, 0, .1),2px 0 10px 0 rgba(0, 0, 0, .1);
  box-sizing: border-box;
}
.questionList {
  background: #F5EDDC;
  border: 1px solid #CCCCCC;
  padding:20px;
  text-align:center;
  margin-bottom:20px;
}
.questionList h4{
  margin:9px;
  font-size:1.15em;
}
.questionList p{
  margin-bottom:15px;
  font-size:1.1em;
}

.bt_yl {
  background: #ffffff;
  border: 2px solid #1282B2;  /*IE 6/7/8*/
  color: #1282B2;
  font-weight:700;
}
.bt_yl:hover, .bt_yl:focus {
  background: #ffffff;
  border-color: #9eb6d8;
  color: #9eb6d8;
}
#animeResult {
  margin-bottom:20px;
  text-align:left;
  margin-left:40px;
}
#animeResult list{
  font-size:1.5em;
  margin-right:10px;
  font-weigh:700;
  margin-bottom:20px;
}
#animeWatchList {
  padding:10px;/*
  margin:10px 0;*/
}
#animeWatchList label {
  width:300px;
  margin-right:10px;
  display: inline-block;
  text-align:left;
  padding-left:31px;
}
.section {
  margin:15px 0 40px 0;
}
.section p {
  font-size:.97em;
  line-height:1.4em;
}

span.link  {
  font-size:1.15em;
  margin:15px;
  font-weight:700;
  line-height:2em;
}

.bg_checkbox li {
  position: relative;
  padding: 0;
}
.bg_checkbox input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;  
  height: 100%;
}
.bg_checkbox input[type="checkbox"] + label  {
  display: block;
  background-image: url(../bg_checkbox_off.png);
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 4px 0 0 28px;
}
.bg_checkbox input[type="checkbox"]:checked + label {
  background-image: url(../bg_checkbox_on.png);
}
ul.bg_checkbox {
 padding:10px;
 margin-top:0;
}
li {
  list-style-type: none;
  width: 340px;
  display: block;
  float: left;
  margin: 0 5px;
}
.box_text {
  text-align:left;
  padding:5px 0;
  margin:0 25px;
}
.clear { clear:both; } 

div.tab-textRegion-boundary a {
    target: _blank;
} 
