@charset "UTF-8";
@font-face {
  font-family: 'HappyFrame';
  src: local("HappyFrame"), url(/fonts/HappyFrame.ttf) format("truetype");
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: white url("/img/bg-global.png") top center repeat;
  background-attachment: scroll;
  color: dimgrey;
  font-size: 13px;
  font-family: "Segoe UI","Neue Helvetica","Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","Meiryo",sans-serif;
  line-height: 20px;
}

img {
  width: auto\9;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

a {
  color: #12c;
  text-decoration: none;
}
a:focus {
  outline: thin dotted #222222;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active {
  color: #aaa;
  text-decoration: underline;
  outline: 0;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease-in-out 0;
  -moz-transition: border-color 0.3s ease-in-out 0;
  -o-transition: border-color 0.3s ease-in-out 0;
  transition: border-color 0.3s ease-in-out 0;
  border-color: #aaaaaa !important;
  background-clip: padding-box;
  resize: none;
}
input:hover, textarea:hover {
  border-color: #222222 !important;
}

.modal.fade {
  position: fixed !important;
}

.m-btn {
  -webkit-transition: box-shadow 0.3s ease-in-out 0;
  -moz-transition: box-shadow 0.3s ease-in-out 0;
  -o-transition: box-shadow 0.3s ease-in-out 0;
  transition: box-shadow 0.3s ease-in-out 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  height: 34px;
  margin: 0;
  padding: 10px 14px;
  outline: 0;
  border: 1px solid;
  border-radius: 0;
  background-clip: padding-box;
  color: white;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  text-shadow: none;
  vertical-align: baseline;
}
.m-btn:active, .m-btn.active {
  color: white;
}
.m-btn.disabled, .m-btn[disabled] {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25) inset;
  cursor: default;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.m-btn:hover, .m-btn:focus {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset;
  color: white;
}
.m-btn.white {
  background-color: white;
  background-image: -moz-linear-gradient(top, white, #eaeaea);
  background-image: -ms-linear-gradient(top, white, #eaeaea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, white, #eaeaea);
  background-image: -o-linear-gradient(top, white, #eaeaea);
  background-image: linear-gradient(top, white, #eaeaea);
  background-repeat: repeat-x;
  border-color: #9e9e9e;
  color: #222222;
}
.m-btn.white:hover, .m-btn.white:focus, .m-btn.white:active, .m-btn.white.active {
  color: #222222;
}
.m-btn.yellow {
  background-color: #e1c649;
  background-image: -moz-linear-gradient(top, #e1c649, #cfb643);
  background-image: -ms-linear-gradient(top, #e1c649, #cfb643);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1c649), to(#cfb643));
  background-image: -webkit-linear-gradient(top, #e1c649, #cfb643);
  background-image: -o-linear-gradient(top, #e1c649, #cfb643);
  background-image: linear-gradient(top, #e1c649, #cfb643);
  background-repeat: repeat-x;
  border-color: #8b7a2d;
  color: #222222;
}
.m-btn.yellow:hover, .m-btn.yellow:focus, .m-btn.yellow:active, .m-btn.yellow.active {
  color: #222222;
}
.m-btn.gray {
  background-color: dimgrey;
  background-image: -moz-linear-gradient(top, dimgrey, #606060);
  background-image: -ms-linear-gradient(top, dimgrey, #606060);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(dimgrey), to(#606060));
  background-image: -webkit-linear-gradient(top, dimgrey, #606060);
  background-image: -o-linear-gradient(top, dimgrey, #606060);
  background-image: linear-gradient(top, dimgrey, #606060);
  background-repeat: repeat-x;
  border-color: #414141;
}
.m-btn.black {
  background-color: #222222;
  background-image: -moz-linear-gradient(top, #222222, #1f1f1f);
  background-image: -ms-linear-gradient(top, #222222, #1f1f1f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#1f1f1f));
  background-image: -webkit-linear-gradient(top, #222222, #1f1f1f);
  background-image: -o-linear-gradient(top, #222222, #1f1f1f);
  background-image: linear-gradient(top, #222222, #1f1f1f);
  background-repeat: repeat-x;
  border-color: #151515;
}
.m-btn.red {
  background-color: #dd4b39;
  background-image: -moz-linear-gradient(top, #dd4b39, #cb4534);
  background-image: -ms-linear-gradient(top, #dd4b39, #cb4534);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#cb4534));
  background-image: -webkit-linear-gradient(top, #dd4b39, #cb4534);
  background-image: -o-linear-gradient(top, #dd4b39, #cb4534);
  background-image: linear-gradient(top, #dd4b39, #cb4534);
  background-repeat: repeat-x;
  border-color: #892e23;
}
.m-btn.blue {
  background-color: #4d90fe;
  background-image: -moz-linear-gradient(top, #4d90fe, #4684e9);
  background-image: -ms-linear-gradient(top, #4d90fe, #4684e9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4684e9));
  background-image: -webkit-linear-gradient(top, #4d90fe, #4684e9);
  background-image: -o-linear-gradient(top, #4d90fe, #4684e9);
  background-image: linear-gradient(top, #4d90fe, #4684e9);
  background-repeat: repeat-x;
  border-color: #2f599d;
}
.m-btn.green {
  background-color: #a2c139;
  background-image: -moz-linear-gradient(top, #a2c139, #95b134);
  background-image: -ms-linear-gradient(top, #a2c139, #95b134);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a2c139), to(#95b134));
  background-image: -webkit-linear-gradient(top, #a2c139, #95b134);
  background-image: -o-linear-gradient(top, #a2c139, #95b134);
  background-image: linear-gradient(top, #a2c139, #95b134);
  background-repeat: repeat-x;
  border-color: #647723;
}
.m-btn.purple {
  background-color: #852b99;
  background-image: -moz-linear-gradient(top, #852b99, #7a278c);
  background-image: -ms-linear-gradient(top, #852b99, #7a278c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#852b99), to(#7a278c));
  background-image: -webkit-linear-gradient(top, #852b99, #7a278c);
  background-image: -o-linear-gradient(top, #852b99, #7a278c);
  background-image: linear-gradient(top, #852b99, #7a278c);
  background-repeat: repeat-x;
  border-color: #521a5e;
}
.m-btn.pink {
  background-color: #e671b8;
  background-image: -moz-linear-gradient(top, #e671b8, #d367a9);
  background-image: -ms-linear-gradient(top, #e671b8, #d367a9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e671b8), to(#d367a9));
  background-image: -webkit-linear-gradient(top, #e671b8, #d367a9);
  background-image: -o-linear-gradient(top, #e671b8, #d367a9);
  background-image: linear-gradient(top, #e671b8, #d367a9);
  background-repeat: repeat-x;
  border-color: #8e4672;
}
.m-btn.orange {
  background-color: #ff6a1e;
  background-image: -moz-linear-gradient(top, #ff6a1e, #ea611b);
  background-image: -ms-linear-gradient(top, #ff6a1e, #ea611b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6a1e), to(#ea611b));
  background-image: -webkit-linear-gradient(top, #ff6a1e, #ea611b);
  background-image: -o-linear-gradient(top, #ff6a1e, #ea611b);
  background-image: linear-gradient(top, #ff6a1e, #ea611b);
  background-repeat: repeat-x;
  border-color: #9e4112;
}
.m-btn.viridian {
  background-color: #00aba9;
  background-image: -moz-linear-gradient(top, #00aba9, #009d9b);
  background-image: -ms-linear-gradient(top, #00aba9, #009d9b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00aba9), to(#009d9b));
  background-image: -webkit-linear-gradient(top, #00aba9, #009d9b);
  background-image: -o-linear-gradient(top, #00aba9, #009d9b);
  background-image: linear-gradient(top, #00aba9, #009d9b);
  background-repeat: repeat-x;
  border-color: #006a68;
}

.c-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  position: relative;
  overflow: visible;
  width: 60px;
  height: 90px;
  margin: 0 0 30px 20px;
  padding: 0 0 30px;
  background: url("/img/icon-circle.png") no-repeat;
  background-clip: padding-box;
}
.a-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  position: relative;
  overflow: visible;
  width: 60px;
  height: 90px;
  margin: 0 0 30px 20px;
  padding: 0 0 30px;
  background: url("/img/icon-android.png") no-repeat;
  background-size: 60px;
  background-clip: padding-box;
}
.c-btn small,
.a-btn small {
  display: inline-block;
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 90px;
  height: 20px;
  margin: 0;
  padding: 5px 0;
  background-color: white;
  color: dimgrey;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  vertical-align: baseline;
}
.c-btn.disabled, .c-btn[disabled],
.a-btn.disabled, .a-btn[disabled] {
  cursor: default;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.c-btn.blue {
  background-position: 0 0;
}
.c-btn.blue:hover, .c-btn.blue:focus, .c-btn.blue:active, .c-btn.blue.active {
  background-position: -60px 0px;
}
.c-btn.lime {
  background-position: -120px 0;
}
.c-btn.lime:hover, .c-btn.lime:focus, .c-btn.lime:active, .c-btn.lime.active {
  background-position: -180px 0px;
}
.c-btn.red {
  background-position: -240px 0;
}
.c-btn.red:hover, .c-btn.red:focus, .c-btn.red:active, .c-btn.red.active {
  background-position: -300px 0px;
  background-color: #e51400;
}
.c-btn.orange {
  background-position: 0 -60px;
}
.c-btn.orange:hover, .c-btn.orange:focus, .c-btn.orange:active, .c-btn.orange.active {
  background-position: -60px -60px;
}
.c-btn.yellow {
  background-position: -120px -60px;
}
.c-btn.yellow:hover, .c-btn.yellow:focus, .c-btn.yellow:active, .c-btn.yellow.active {
  background-position: -180px -60px;
}
.c-btn.viridian {
  background-position: -240px -60px;
}
.c-btn.viridian:hover, .c-btn.viridian:focus, .c-btn.viridian:active, .c-btn.viridian.active {
  background-position: -300px -60px;
}
.c-btn.pink {
  background-position: 0 -120px;
}
.c-btn.pink:hover, .c-btn.pink:focus, .c-btn.pink:active, .c-btn.pink.active {
  background-position: -60px -120px;
}
.c-btn.white {
  background-position: -120px -120px;
}
.c-btn.white:hover, .c-btn.white:focus, .c-btn.white:active, .c-btn.white.active {
  background-position: -180px -120px;
}
.c-btn.black {
  background-position: -240px -120px;
}
.c-btn.black:hover, .c-btn.black:focus, .c-btn.black:active, .c-btn.black.active {
  background-position: -300px -120px;
}

#isSmartPhone {
  position: fixed;
  top: 0;
  margin: 0 auto 40px;
  width: 100%;
  background: #444;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  z-index: 5;
}
#isSmartPhone a {
  display: block;
  width: 100%;
  padding: 40px 0;
  color: #fff;
  text-decoration: none;
}
#isSmartPhone + #page-header {
  margin-top: 160px;
}
#page-header {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25) "";
  z-index: 100;
  width: 100%;
  height: auto;
  min-height: 28px;
  margin: 0;
  padding: 0;
  border-top: 1px solid dimgrey;
  border-bottom: 1px solid whitesmoke;
  background: rgba(255, 255, 255, 0.96) url("../img/bg-header-side-line-eraser.png") center top repeat-y;
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bbffffff,EndColorStr=#bbffffff)";
}
#page-header h1 {
  float: left;
  width: 110px;
  margin: 4px 0;
  margin-left: 0;
  line-height: 20px;
}
#page-header h1 a {
  position: relative;
  display: block;
  width: inherit;
  height: 20px;
}
#page-header h1#h1-dynamic > a {
  font-family: 'HappyFrame'!important;
  font-weight: normal!important;
  letter-spacing: 0.1em;
}
#page-header h1#h1-dynamic > a span {
  -webkit-transition: all 0.3s ease-in-out 0;
  -moz-transition: all 0.3s ease-in-out 0;
  -o-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out 0;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 10px;
  height: 10px;
  font-size: 12px;
  text-align: center;
}
#page-header h1#h1-dynamic > a span#logo-da {
  -webkit-transition: all 0.3s ease-in-out 0;
  -moz-transition: all 0.3s ease-in-out 0;
  -o-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out 0;
  top: 0;
  left: 0;
  background-color: white;
  color: white;
}
#page-header h1#h1-dynamic > a span#logo-i {
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  top: 0px;
  left: 10px;
  background-color: #dd4b39;
  color: #dd4b39;
}
#page-header h1#h1-dynamic > a span#logo-na {
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  -moz-transition: all 0.3s ease-in-out 0.6s;
  -o-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
  top: 10px;
  left: 0;
  background-color: #4d90fe;
  color: #4d90fe;
}
#page-header h1#h1-dynamic > a span#logo-shi {
  -webkit-transition: all 0.3s ease-in-out 0.9s;
  -moz-transition: all 0.3s ease-in-out 0.9s;
  -o-transition: all 0.3s ease-in-out 0.9s;
  transition: all 0.3s ease-in-out 0.9s;
  top: 10px;
  left: 10px;
  background-color: #a2c139;
  color: #a2c139;
}
#page-header h1#h1-dynamic > a small {
  -webkit-transition: all 1.5s ease-in-out 0;
  -moz-transition: all 1.5s ease-in-out 0;
  -o-transition: all 1.5s ease-in-out 0;
  transition: all 1.5s ease-in-out 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 16px;
  padding-top: 4px;
  color: #222222;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: right;
}
#page-header h1#h1-dynamic > a:hover span {
  width: 20px;
  height: 20px;
}
#page-header h1#h1-dynamic > a:hover span#logo-da {
  -webkit-transition: all 0.3s ease-in-out 1.2s;
  -moz-transition: all 0.3s ease-in-out 1.2s;
  -o-transition: all 0.3s ease-in-out 1.2s;
  transition: all 0.3s ease-in-out 1.2s;
  top: 0;
  left: 0;
  color: #222222;
}
#page-header h1#h1-dynamic > a:hover span#logo-i {
  -webkit-transition: all 0.3s ease-in-out 0.9s;
  -moz-transition: all 0.3s ease-in-out 0.9s;
  -o-transition: all 0.3s ease-in-out 0.9s;
  transition: all 0.3s ease-in-out 0.9s;
  top: 0;
  left: 20px;
  color: white;
}
#page-header h1#h1-dynamic > a:hover span#logo-na {
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  -moz-transition: all 0.3s ease-in-out 0.6s;
  -o-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
  top: 0;
  left: 40px;
  color: white;
}
#page-header h1#h1-dynamic > a:hover span#logo-shi {
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  top: 0;
  left: 60px;
  color: white;
}
#page-header h1#h1-dynamic > a:hover small {
  left: -9999px;
}
#page-header h1#h1-static > a {
  overflow: hidden;
  text-indent: -9999px;
  background: white url("/img/logo-static.png") 0 0 no-repeat;
}
#page-header p {
  display: block;
  float: left;
  height: 24px;
  margin: 2px 0 2px 300px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#page-header #form-search {
  *zoom: 1;
  float: right;
  width: 245px;
  margin: 2px 0 2px 40px;
  font-size: 0;
  white-space: nowrap;
}
#page-header #form-search:after {
  content: "";
  display: table;
  clear: both;
}
#page-header #form-search input[type="text"].m-wrap.search-query {
  float: left;
  height: 24px;
  margin: 0;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 20px;
}
#page-header #form-search button.m-btn {
  float: left;
  width: 40px;
  height: 24px;
  padding: 2px 8px;
}

#main-container {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25) "";
  position: relative;
  min-height: 690px;
  height: auto;
  padding: 0 19px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background-color: white;
}

#sidebar {
  position: absolute;
  top: 20px;
  float: left;
  width: 980px;
}
#sidebar div {
  float: left;
  width: 100px;
}
#sidebar div + div {
  float: right;
}
#sidebar div + div#warp-wrap {
  *zoom: 1;
  float: none;
  position: fixed;
  bottom: 20px;
  width: 980px;
}
#sidebar div + div#warp-wrap:after {
  content: "";
  display: table;
  clear: both;
}
#sidebar div + div#warp-wrap > a.c-btn,
#sidebar div + div#warp-wrap > a.a-btn {
  -webkit-transition: all 0.3s ease-in-out 0;
  -moz-transition: all 0.3s ease-in-out 0;
  -o-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out 0;
  display: none;
  float: right;
  background: url("/img/icon-warp.png") 0 0 no-repeat;
}
#sidebar div + div#warp-wrap > a.c-btn:hover,
#sidebar div + div#warp-wrap > a.a-btn:hover {
  filter: alpha(opacity=50);
  opacity: 0.50;
}
#sidebar + div.span10.offset1 {
  padding-top: 20px;
}

#main-contents {
  width: 780px;
  padding-top: 20px;
}
#main-contents > section,
#main-contents > div {
  *zoom: 1;
  position: relative;
  max-width: 780px;
  height: auto;
}
#main-contents > section:after,
#main-contents > div:after {
  content: "";
  display: table;
  clear: both;
}
#main-contents > section#pagination #paginator,
#main-contents > div#pagination #paginator {
  margin: 20px 0 0;
}
#main-contents > section#pagination #paginator a:hover,
#main-contents > div#pagination #paginator a:hover {
  text-decoration: none;
}

#page-footer {
  position: relative;
  z-index: 200;
  height: 40px;
  width: 780px;
  margin: 0 auto;
  padding: 40px 0 20px;
}
#page-footer p {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
#page-footer p > small {
  font-size: 12px;
}

#pagination {
  min-height: 55px;
  margin-bottom: 40px;
}

[class^="ad-"] {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 0;
  margin: 0 auto;
  padding: 0;
}
[class^="ad-"] > img {
  position: absolute;
  left: -9999px;
}
[class^="ad-"] > span {
  display: block;
}

.ad-728x90 {
  width: 728px;
  height: 90px;
}

.ad-300x250 {
  width: 300px;
  height: 250px;
}
