@import url(http://fonts.googleapis.com/css?family=Lato:900);
@charset "utf-8";
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@font-face {
  font-family: 'batch-icons';
  src: url(font/batch-icons-webfont.eot);
  src: local('batch-icons'), local('batch-icons'), url(font/batch-icons-webfont.woff) format('woff'), url('font/batch-icons-webfont.ttf') format('truetype');
}
/* 全体 **************************************************/
html {
  cursor: default;
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  background: #FFF;
  font-family: verdana, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
strong {
  font-weight: normal;
}
/*-----------------------------------
	汎用
-----------------------------------*/
.icon {
  font-family: batch-icons;
  font-style: normal;
}
/* ヘッダ **************************************************/
header {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  min-width: 900px;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  *zoom: 1;
  border-bottom: 1px solid #DDD;
}
.no-rgba header {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff);
}
header:before,
header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
.no-borderradius header {
  position: static;
}
#schoolNum {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
  color: #777;
  height: 20px;
  line-height: 20px;
  margin: 10px 0 0 10px;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.no-rgba #schoolNum {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff);
}
#schoolNum strong {
  font-family: 'Lato', sans-serif;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: baseline;
}
#mainNav {
  height: 40px;
  width: 90%;
  margin: 0 auto;
}
#mainNav h1 {
  float: left;
  margin: 5px 0;
}
#mainNav ul {
  display: block;
  float: right;
  z-index: 550;
}
#mainNav li {
  display: block;
  float: left;
  margin: 0 0 0 10px;
  position: relative;
}
.no-borderradius #mainNav li {
  z-index: 800;
}
#mainNav li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
#mainNav li .subMenuTrigger {
  background-color: transparent;
  background-image: url(../image/button_mainNav.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
  color: #333;
  width: 120px;
  padding: 8px 0 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#mainNav li .subMenuTrigger.active,
#mainNav li .subMenuTrigger:hover {
  color: #FFF;
  background-position: 0 0;
  -webkit-box-shadow: 1px 1px 4px #cccccc;
  -moz-box-shadow: 1px 1px 4px #cccccc;
  box-shadow: 1px 1px 4px #cccccc;
}
#mainNav .subMenu {
  display: none;
  background-color: #FFF !important;
  border-width: 10px;
  border-style: solid;
  border-color: #33BDBD;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  z-index: 600;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px #777777;
  -moz-box-shadow: 1px 1px 5px #777777;
  box-shadow: 1px 1px 5px #777777;
}
#mainNav .subMenu li {
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  float: left;
  height: 20px;
}
#mainNav .subMenu a,
#mainNav .subMenu span {
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
#mainNav .subMenu span {
  display: block;
  border-color: #DDD;
  color: #DDD;
  z-index: 610;
}
#mainNav .subMenu a {
  border-color: #33BDBD;
  color: #33BDBD;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 620;
}
#mainNav .subMenu a:hover {
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  font-size: 2rem;
  background-color: #33BDBD;
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #cccccc;
  -moz-box-shadow: 1px 1px 3px #cccccc;
  box-shadow: 1px 1px 3px #cccccc;
}
#mainNav .subMenu:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -40px;
  right: 20px;
  border: 16px solid transparent;
  border-bottom-color: #33BDBD;
}
#toInitChar .subMenu {
  width: 260px;
}
#toInitChar .subMenu li {
  width: 20px;
}
#toInitChar .subMenu li a,
#toInitChar .subMenu li span {
  width: 18px;
}
#toInitChar .subMenu li a:hover {
  width: 24px;
  margin: -3px 0 0 -3px;
}
#toInitChar .subMenu li.char-o,
#toInitChar .subMenu li.char-so,
#toInitChar .subMenu li.char-no,
#toInitChar .subMenu li.char-mo,
#toInitChar .subMenu li.char-ro {
  margin-right: 10px;
}
#toInitChar .subMenu li.char-ya {
  margin-right: 30px;
}
#toInitChar .subMenu li.char-yu {
  margin-right: 30px;
}
#toPlaces .subMenu {
  width: 345px;
}
#toPlaces .subMenu li {
  width: 80px;
}
#toPlaces .subMenu li a,
#toPlaces .subMenu li span {
  width: 78px;
}
#toPlaces .subMenu li a:hover {
  width: 104px;
  margin: -3px 0 0 -13px;
}
#toSearch .subMenu {
  padding-right: 10px;
  padding-bottom: 10px;
}
#searchForm {
  position: relative;
}
#inputKeyWord {
  display: block;
  border-width: 2px;
  border-style: solid;
  border-color: #DDD;
  padding: 2px 22px 2px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  height: 20px;
  line-height: 20px;
  width: 200px;
}
.csstransitions #inputKeyWord {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#inputKeyWord:focus {
  border-color: #58dad9;
}
#inputKeyWord:focus + #submitSearch {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.csstransitions #inputKeyWord:focus {
  font-size: 30px;
  font-size: 3rem;
  height: 40px;
  line-height: 40px;
  -webkit-box-shadow: inset 1px 2px 4px #dddddd;
  -moz-box-shadow: inset 1px 2px 4px #dddddd;
  box-shadow: inset 1px 2px 4px #dddddd;
  border-width: 5px;
  padding: 4px 44px 4px 20px;
  width: 400px;
  outline: 0 none;
}
.csstransitions #inputKeyWord:focus + #submitSearch {
  top: 9px;
  right: 9px;
  width: 40px;
  height: 40px;
}
#submitSearch {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
}
.csstransitions #submitSearch {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toAbout a {
  background-color: #209AB8;
  margin: 4px 0 0 10px;
  height: 20px;
  line-height: 20px;
  width: 180px;
  text-align: center;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#featureNav {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  display: block;
  clear: both;
  top: 41px;
  left: 0;
  width: 100%;
  z-index: 400;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.no-rgba #featureNav {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff);
}
#featureNav:before,
#featureNav:after {
  display: table;
  content: "";
  line-height: 0;
}
#featureNav:after {
  clear: both;
}
.no-borderradius #featureNav {
  position: static;
}
#featureNav ul {
  overflow: hidden;
  display: block;
  width: 90%;
  margin: 0 auto;
}
#featureNav li {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  float: left;
  height: 16px;
  overflow: hidden;
  margin: 2px 5px;
  padding: 0 10px;
  line-height: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.no-rgba #featureNav li {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff);
}
#featureNav li a {
  text-decoration: none;
  color: #555;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: font-size 0.2s ease;
  -moz-transition: font-size 0.2s ease;
  -o-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
}
#featureNav li a span {
  display: block;
  width: 12px;
  height: 12px;
  float: left;
  margin: 2px 4px 2px 0;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#featureNav li a:hover span {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.no-boxshadow #featureNav {
  border-bottom: 1px solid #999;
}
/* コンテンツ **************************************************/
#content {
  width: 98%;
  margin: 0 auto 50px;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.no-borderradius #content {
  padding-top: 10px;
}
.active ~ #content {
  -webkit-transform: perspective(500px) translateX(48%) rotateY(20deg) translateZ(-150px);
  -moz-transform: perspective(500px) translateX(48%) rotateY(20deg) translateZ(-150px);
  -o-transform: perspective(500px) translateX(48%) rotateY(20deg) translateZ(-150px);
  transform: perspective(500px) translateX(48%) rotateY(20deg) translateZ(-150px);
}
.col1rowHalf {
  width: 216px;
  height: 108px;
}
.col1row1 {
  width: 216px;
  height: 216px;
}
.col2row1 {
  width: 432px;
  height: 216px;
}
.col1row2 {
  width: 216px;
  height: 432px;
}
.col2row2 {
  width: 432px;
  height: 432px;
}
#archiveHead {
  width: 216px;
  height: 216px;
  background-color: #FFF;
  overflow: hidden;
}
#archiveHead span {
  display: block;
  background-color: #DDD;
  background-repeat: no-repeat;
  color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: 700;
  margin: 8px;
}
.searchResult #archiveHead {
  width: 432px;
  height: 216px;
}
.searchResult #archiveHead span {
  background-image: url(../image/background_searchResult-h1.png);
  background-color: #33BDBD;
  background-position: 320px 115px;
  width: 396px;
  height: 180px;
  padding: 10px;
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
}
.features #archiveHead span {
  color: #FFF;
  background-image: url(../image/background_archive-h1_features.png);
  background-position: 120px 120px;
  font-size: 22px;
  font-size: 2.2rem;
  height: 30px;
  padding: 10px 10px 160px;
}
.initChar #archiveHead span {
  background-image: url(../image/background_archive-h1_initChar.png);
  background-position: 0 0;
  color: #333;
  font-size: 100px;
  font-size: 10rem;
  height: 180px;
  line-height: 180px;
  text-align: center;
  padding: 10px;
}
.places #archiveHead span {
  color: #f5f5f5;
  background-image: url(../image/background_archive-h1_features.png);
  background-position: 120px 120px;
  font-size: 40px;
  font-size: 4rem;
  height: 30px;
  padding: 10px 10px 160px;
}
.notFound #archiveHead span {
  background-color: #F12A71;
  color: #FFF;
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 180px;
  height: 180px;
}
.notFound #archiveHead span:hover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rankingView #archiveHead {
  width: 432px;
  height: 216px;
}
.rankingView #archiveHead span {
  background-color: #F12A71;
  background-image: url(../image/background_archive-h1_ranking.png);
  background-position: right bottom;
  color: #FFF;
  padding: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  width: 396px;
  height: 180px;
}
/* 404 **************************************************/
.notFound div {
  width: 648px;
  height: 216px;
}
.notFound div p {
  background: transparent url(../image/background_404.jpg) no-repeat 0 0;
  width: 632px;
  height: 40px;
  display: block;
  margin: 10px;
  padding: 160px 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.notFound div p span {
  display: block;
  background-color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
}
.no-rgba .notFound div p span {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
}
/* ループ **************************************************/
.articleContainer {
  background-color: #FFF;
  overflow: hidden;
  float: left;
}
.newItem {
  z-index: 1;
}
.newItem .articleIndex:after {
  content: url(../image/badge_new.png);
  display: block;
  width: 96px;
  height: 96px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 15;
}
.articleIndex {
  background-color: transparent;
  background-image: url(../image/background_articleIndex-r1c1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 200px;
  height: 200px;
  padding: 8px;
  display: block;
  position: relative;
  text-decoration: none;
}
.articleIndex h1 {
  background-color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  padding: 10px 10px 10px 10px;
  left: 8px;
  bottom: -50px;
  height: 20px;
  line-height: 20px;
  width: 180px;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  z-index: 10;
}
.no-rgba .articleIndex h1 {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.initChar .articleIndex h1 {
  bottom: 8px;
}
.longName .articleIndex h1 {
  font-size: 16px;
  font-size: 1.6rem;
}
.longlongName .articleIndex h1 {
  font-size: 13px;
  font-size: 1.3rem;
}
.newItem .articleIndex h1 {
  -webkit-transition: left 0.8s;
  -moz-transition: left 0.8s;
  -o-transition: left 0.8s;
  transition: left 0.8s;
  bottom: 8px;
  left: 216px;
}
.articleIndex.active h1,
.articleIndex:hover h1 {
  bottom: 8px;
  left: 8px;
}
.articleIndex.active .schoolGuideJacket,
.articleIndex:hover .schoolGuideJacket {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
.articleIndex h2 {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding: 5px 2px 5px 2px;
}
.schoolGuideJacket {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #eee;
  overflow: hidden;
  position: absolute;
  width: 108px;
  height: 152px;
  top: 46px;
  left: 54px;
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.schoolGuideJacket img {
  display: block;
}
.no-svg .articleIndex {
  position: static;
}
/* ランキング **************************************************/
.rankingView {
  background: transparent url(../image/background_rankingLoad.gif) no-repeat center center;
  min-height: 300px;
}
.rankingView .articleContainer {
  background-color: #FFF;
}
.rankingView .articleIndex {
  background-image: none;
  padding: 0;
  margin: 8px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: #DDD;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px #999999;
  -moz-box-shadow: 1px 1px 5px #999999;
  box-shadow: 1px 1px 5px #999999;
}
.rankingView .articleIndex h1 {
  background-color: #DDD;
  color: #555;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 5px;
  border: none;
  line-height: 1.2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.no-rgba .rankingView .articleIndex h1 {
  filter: none;
}
.rankingView .articleIndex:hover {
  -webkit-box-shadow: 3px 3px 10px #777777;
  -moz-box-shadow: 3px 3px 10px #777777;
  box-shadow: 3px 3px 10px #777777;
}
.rankingView .articleIndex:hover h1 {
  bottom: 0;
}
.rankingView .articleIndex h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px 5px 5px;
  text-align: left;
  z-index: 20;
}
.rankingView .articleIndex .thumbnail {
  position: absolute;
  overflow: hidden;
  padding: 3px;
  -webkit-box-shadow: inset 1px 1px 5px #dddddd;
  -moz-box-shadow: inset 1px 1px 5px #dddddd;
  box-shadow: inset 1px 1px 5px #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rankingView .articleIndex .rankNum {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
  font-family: 'Lato', sans-serif;
  color: #DDD;
  font-style: oblique;
  font-size: 40px;
  font-size: 4rem;
}
.rankingView .articleIndex .viewCount {
  display: none;
}
.rankingView .rank1,
.rankingView .rank2,
.rankingView .rank3 {
  width: 432px;
  height: 324px;
}
.rankingView .rank1 .articleIndex,
.rankingView .rank2 .articleIndex,
.rankingView .rank3 .articleIndex {
  width: 406px;
  height: 298px;
}
.rankingView .rank1 .articleIndex h1,
.rankingView .rank2 .articleIndex h1,
.rankingView .rank3 .articleIndex h1 {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 5px 0 10px;
}
.rankingView .rank1 .articleIndex h2,
.rankingView .rank2 .articleIndex h2,
.rankingView .rank3 .articleIndex h2 {
  font-size: 26px;
  font-size: 2.6rem;
}
.rankingView .rank1 .articleIndex .thumbnail,
.rankingView .rank2 .articleIndex .thumbnail,
.rankingView .rank3 .articleIndex .thumbnail {
  top: 57px;
  left: 41px;
}
.rankingView .rank1 .articleIndex .thumbnail,
.rankingView .rank2 .articleIndex .thumbnail,
.rankingView .rank3 .articleIndex .thumbnail,
.rankingView .rank1 .articleIndex .thumbnail img,
.rankingView .rank2 .articleIndex .thumbnail img,
.rankingView .rank3 .articleIndex .thumbnail img {
  width: 320px;
  height: 180px;
}
.rankingView .rank1 .articleIndex .rankNum,
.rankingView .rank2 .articleIndex .rankNum,
.rankingView .rank3 .articleIndex .rankNum {
  font-size: 80px;
  font-size: 8rem;
  right: 20px;
}
.rankingView .rank4,
.rankingView .rank5,
.rankingView .rank6,
.rankingView .rank7,
.rankingView .rank8,
.rankingView .rank9,
.rankingView .rank10 {
  width: 432px;
  height: 216px;
}
.rankingView .rank4 .articleIndex,
.rankingView .rank5 .articleIndex,
.rankingView .rank6 .articleIndex,
.rankingView .rank7 .articleIndex,
.rankingView .rank8 .articleIndex,
.rankingView .rank9 .articleIndex,
.rankingView .rank10 .articleIndex {
  width: 406px;
  height: 190px;
}
.rankingView .rank4 .articleIndex h2,
.rankingView .rank5 .articleIndex h2,
.rankingView .rank6 .articleIndex h2,
.rankingView .rank7 .articleIndex h2,
.rankingView .rank8 .articleIndex h2,
.rankingView .rank9 .articleIndex h2,
.rankingView .rank10 .articleIndex h2 {
  top: 35px;
  left: 280px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0;
}
.rankingView .rank4 .articleIndex .thumbnail,
.rankingView .rank5 .articleIndex .thumbnail,
.rankingView .rank6 .articleIndex .thumbnail,
.rankingView .rank7 .articleIndex .thumbnail,
.rankingView .rank8 .articleIndex .thumbnail,
.rankingView .rank9 .articleIndex .thumbnail,
.rankingView .rank10 .articleIndex .thumbnail {
  top: 32px;
  left: 12px;
}
.rankingView .rank4 .articleIndex .thumbnail,
.rankingView .rank5 .articleIndex .thumbnail,
.rankingView .rank6 .articleIndex .thumbnail,
.rankingView .rank7 .articleIndex .thumbnail,
.rankingView .rank8 .articleIndex .thumbnail,
.rankingView .rank9 .articleIndex .thumbnail,
.rankingView .rank10 .articleIndex .thumbnail,
.rankingView .rank4 .articleIndex .thumbnail img,
.rankingView .rank5 .articleIndex .thumbnail img,
.rankingView .rank6 .articleIndex .thumbnail img,
.rankingView .rank7 .articleIndex .thumbnail img,
.rankingView .rank8 .articleIndex .thumbnail img,
.rankingView .rank9 .articleIndex .thumbnail img,
.rankingView .rank10 .articleIndex .thumbnail img {
  width: 256px;
  height: 144px;
}
.rankingView .rank4 .articleIndex .rankNum,
.rankingView .rank5 .articleIndex .rankNum,
.rankingView .rank6 .articleIndex .rankNum,
.rankingView .rank7 .articleIndex .rankNum,
.rankingView .rank8 .articleIndex .rankNum,
.rankingView .rank9 .articleIndex .rankNum,
.rankingView .rank10 .articleIndex .rankNum {
  font-size: 60px;
  font-size: 6rem;
  right: 15px;
}
.rankingView .rank11,
.rankingView .rank12,
.rankingView .rank13,
.rankingView .rank14,
.rankingView .rank15 {
  width: 216px;
  height: 216px;
}
.rankingView .rank11 .articleIndex,
.rankingView .rank12 .articleIndex,
.rankingView .rank13 .articleIndex,
.rankingView .rank14 .articleIndex,
.rankingView .rank15 .articleIndex {
  width: 190px;
  height: 190px;
}
.rankingView .rank11 .articleIndex .thumbnail,
.rankingView .rank12 .articleIndex .thumbnail,
.rankingView .rank13 .articleIndex .thumbnail,
.rankingView .rank14 .articleIndex .thumbnail,
.rankingView .rank15 .articleIndex .thumbnail {
  top: 42px;
  left: 12px;
}
.rankingView .rank11 .articleIndex .thumbnail,
.rankingView .rank12 .articleIndex .thumbnail,
.rankingView .rank13 .articleIndex .thumbnail,
.rankingView .rank14 .articleIndex .thumbnail,
.rankingView .rank15 .articleIndex .thumbnail,
.rankingView .rank11 .articleIndex .thumbnail img,
.rankingView .rank12 .articleIndex .thumbnail img,
.rankingView .rank13 .articleIndex .thumbnail img,
.rankingView .rank14 .articleIndex .thumbnail img,
.rankingView .rank15 .articleIndex .thumbnail img {
  width: 160px;
  height: 90px;
}
.rankingView .rank16,
.rankingView .rank17,
.rankingView .rank18,
.rankingView .rank19,
.rankingView .rank20 {
  width: 216px;
  height: 108px;
}
.rankingView .rank16 .articleIndex,
.rankingView .rank17 .articleIndex,
.rankingView .rank18 .articleIndex,
.rankingView .rank19 .articleIndex,
.rankingView .rank20 .articleIndex {
  width: 190px;
  height: 82px;
}
.rankingView .rank16 .articleIndex .thumbnail,
.rankingView .rank17 .articleIndex .thumbnail,
.rankingView .rank18 .articleIndex .thumbnail,
.rankingView .rank19 .articleIndex .thumbnail,
.rankingView .rank20 .articleIndex .thumbnail {
  display: none;
}
.rankingView .campus h1 {
  background-color: #f82f66;
  color: #FFF;
}
.rankingView .campus .articleIndex {
  border-color: #f82f66;
}
.rankingView .jugyo h1 {
  background-color: #a0ff1a;
  color: #555;
}
.rankingView .jugyo .articleIndex {
  border-color: #a0ff1a;
}
.rankingView .rekishi h1 {
  background-color: #e4e1b4;
  color: #555;
}
.rankingView .rekishi .articleIndex {
  border-color: #e4e1b4;
}
.rankingView .mendomi h1 {
  background-color: #00ca0a;
  color: #FFF;
}
.rankingView .mendomi .articleIndex {
  border-color: #00ca0a;
}
.rankingView .chosen h1 {
  background-color: #ff9110;
  color: #FFF;
}
.rankingView .chosen .articleIndex {
  border-color: #ff9110;
}
.rankingView .kenkyu h1 {
  background-color: #abe5ff;
  color: #555;
}
.rankingView .kenkyu .articleIndex {
  border-color: #abe5ff;
}
.rankingView .ryugaku h1 {
  background-color: #ef83ff;
  color: #FFF;
}
.rankingView .ryugaku .articleIndex {
  border-color: #ef83ff;
}
.rankingView .shakaikoken h1 {
  background-color: #a8a8a8;
  color: #FFF;
}
.rankingView .shakaikoken .articleIndex {
  border-color: #a8a8a8;
}
.rankingView .okane h1 {
  background-color: #f7ef00;
  color: #FFF;
}
.rankingView .okane .articleIndex {
  border-color: #f7ef00;
}
.rankingView .shushoku h1 {
  background-color: #00c0ff;
  color: #FFF;
}
.rankingView .shushoku .articleIndex {
  border-color: #00c0ff;
}
/* 単一ページ **************************************************/
.page p,
.page ul,
.page ol {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.page p {
  width: 90%;
  margin: 0 auto;
}
.page li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px dashed #DDD;
}
.page li:last-child {
  border-bottom: none;
}
.page h1 {
  margin: 10px 0 20px;
  padding: 10px 20px;
  background-color: #E7286D;
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
/* 教えて倉部さん **************************************************/
#inquiry {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EEE;
  width: 45%;
  height: 100%;
  position: fixed;
  z-index: 150;
  padding: 0 0 0 10px;
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, .3);
  box-shadow: 2px 0 5px rgba(0, 0, 0, .3);
}
#inquiry > p {
  margin: 100px 0 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
}
#inquiry ul {
  width: 100%;
  background-color: #EEE;
  margin-top: 20px;
}
#inquiry ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
#inquiry ul li label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#inquiry ul li label span {
  font-size: 12px;
  font-size: 1.2rem;
}
#inquiry ul input[type="text"],
#inquiry ul input[type="submit"],
#inquiry ul textarea,
#inquiry ul select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border-style: solid;
  border-color: #d5d5d5 #d5d5d5 #dadada;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-flexbox #inquiry ul input[type="text"],
.no-flexbox #inquiry ul input[type="submit"],
.no-flexbox #inquiry ul textarea,
.no-flexbox #inquiry ul select {
  width: 90%;
  padding: 5px 2%;
  margin: 0 2%;
}
#inquiry ul input[type="submit"],
#inquiry ul select,
#inquiry ul option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
}
#inquiry ul input[type="text"],
#inquiry ul textarea {
  color: #777777;
  padding: 5px;
  outline: none;
  background-color: #f6f6f6;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 0 6px rgba(0,0,0, .07);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 0 6px rgba(0,0,0, .07);
  box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 0 6px rgba(0,0,0, .07);
}
#inquiry ul input[type="text"]:focus,
#inquiry ul textarea:focus {
  font-size: 18px;
  font-size: 1.8rem;
  background: #ffffff;
  color: #444444;
}
#inquiry ul input[type="text"],
#inquiry ul input[type="submit"],
#inquiry ul select {
  font-size: 15px;
  font-size: 1.5rem;
}
#inquiry ul textarea {
  font-size: 14px;
  font-size: 1.4rem;
  height: 91;
  line-height: 1.3;
}
#inquiry ul .digit {
  ime-mode: disabled;
}
#inquiry ul input[type="submit"],
#inquiry ul select {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.59);
  background-color: #f6f6f6;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0 rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255, .57);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0 rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255, .57);
  box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0 rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255, .57);
}
#inquiry ul input[type="submit"]:hover,
#inquiry ul select:hover {
  color: #919191;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.69);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0px rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255,0.75);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0px rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255,0.75);
  box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0px rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255,0.75);
}
#inquiry ul input[type="submit"]:active,
#inquiry ul select:active {
  color: #444444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.53);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 1px 6px rgba(0,0,0, .07), inset 0 -14px 13px rgba(255,255,255, .2);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 1px 6px rgba(0,0,0, .07), inset 0 -14px 13px rgba(255,255,255, .2);
  box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 1px 6px rgba(0,0,0, .07), inset 0 -14px 13px rgba(255,255,255, .2);
}
#inquiry ul select {
  padding: 5px 80px 5px 5px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-position: right 5px top 50%;
  background-image: url(data:image/png;base64,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);
}
#inquiry ul select option {
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ffffff;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#inquiry ul input[type="submit"] {
  font-weight: 700;
  border-width: 5px;
  border-style: double;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#inquiry .wpcf7-response-output {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 10px 0 0;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#inquiryClose {
  display: block;
  width: 20px;
  height: 100%;
  margin-left: 10px;
  float: right;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../image/button_close-inquiry.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#inquiryClose:hover {
  background-color: #DDD;
}
/* 単独Formページ */
.page #inquiryParts {
  width: 80%;
  margin: 20px auto;
}
.page #inquiryParts li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.page #inquiryParts li label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.page #inquiryParts li label span {
  font-size: 13px;
  font-size: 1.3rem;
}
.page #inquiryParts input[type="text"],
.page #inquiryParts input[type="submit"],
.page #inquiryParts textarea,
.page #inquiryParts select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border-style: solid;
  border-color: #e6e6e6 #e6e6e6 #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-flexbox .page #inquiryParts input[type="text"],
.no-flexbox .page #inquiryParts input[type="submit"],
.no-flexbox .page #inquiryParts textarea,
.no-flexbox .page #inquiryParts select {
  width: 90%;
  padding: 5px 2%;
  margin: 0 2%;
}
.page #inquiryParts input[type="submit"],
.page #inquiryParts select,
.page #inquiryParts option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
}
.page #inquiryParts input[type="text"],
.page #inquiryParts textarea {
  color: #666666;
  padding: 5px;
  outline: none;
  background-color: #ffffff;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 0 6px rgba(0,0,0, .07);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 0 6px rgba(0,0,0, .07);
  box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 0 6px rgba(0,0,0, .07);
}
.page #inquiryParts input[type="text"]:focus,
.page #inquiryParts textarea:focus {
  font-size: 19px;
  font-size: 1.9rem;
  background: #ffffff;
  color: #333333;
}
.page #inquiryParts input[type="text"],
.page #inquiryParts input[type="submit"],
.page #inquiryParts select {
  font-size: 16px;
  font-size: 1.6rem;
}
.page #inquiryParts textarea {
  font-size: 14px;
  font-size: 1.4rem;
  height: 91;
  line-height: 1.3;
}
.page #inquiryParts .digit {
  ime-mode: disabled;
}
.page #inquiryParts input[type="submit"],
.page #inquiryParts select {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.59);
  background-color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0 rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255, .57);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0 rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255, .57);
  box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0 rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255, .57);
}
.page #inquiryParts input[type="submit"]:hover,
.page #inquiryParts select:hover {
  color: #808080;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.69);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0px rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255,0.75);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0px rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255,0.75);
  box-shadow: 0 2px 2px rgba(0,0,0, .027), inset 0 1px 0px rgba(255,255,255, .69), inset 0 -1px 0 rgba(0,0,0, .0187), inset 0 16px 15px rgba(255,255,255,0.75);
}
.page #inquiryParts input[type="submit"]:active,
.page #inquiryParts select:active {
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.53);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 1px 6px rgba(0,0,0, .07), inset 0 -14px 13px rgba(255,255,255, .2);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 1px 6px rgba(0,0,0, .07), inset 0 -14px 13px rgba(255,255,255, .2);
  box-shadow: 0 1px 0 rgba(255,255,255, .58), inset 0 1px 6px rgba(0,0,0, .07), inset 0 -14px 13px rgba(255,255,255, .2);
}
.page #inquiryParts select {
  padding: 5px 80px 5px 5px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-position: right 5px top 50%;
  background-image: url(data:image/png;base64,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);
}
.page #inquiryParts select option {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ffffff;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.page #inquiryParts input[type="submit"] {
  font-weight: 700;
  border-width: 5px;
  border-style: double;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* 以下script連携ルール **************************************************/
/* 「about」読み込み枠 ********************************************/
#about {
  display: none;
  background: #dddddd url(../image/background_about.png) repeat 0 0;
  width: 80%;
  margin: 70px 0 -50px;
  padding: 20px 10% 40px;
  color: #FFF;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  position: relative;
  -webkit-box-shadow: inset 0 2px 5px #333333;
  -moz-box-shadow: inset 0 2px 5px #333333;
  box-shadow: inset 0 2px 5px #333333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}
.no-generatedcontent #about {
  padding: 90px 10% 40px;
  margin: 0;
}
#about aside {
  color: #EEE;
  font-size: 11px;
  font-size: 1.1rem;
}
#about h1 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 5% 10px;
}
#about ul {
  margin: 10px 0 10px 5%;
}
#about ul li {
  line-height: 1.2;
}
#about .signature {
  text-align: right;
}
#about:before {
  content: url(../image/arrow_about.png);
  position: absolute;
  top: -30px;
  right: 10%;
}
#closeAbout {
  display: block;
  position: absolute;
  background: transparent url(../image/button_close-about.png) no-repeat 0 0;
  bottom: -10px;
  right: 10%;
  width: 40px;
  height: 40px;
  z-index: 1000;
}
/* ムービー関連 **************************************************/
.scrollLock {
  position: fixed;
}
#shield {
  background-color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 10000px;
  z-index: 1000;
  display: none;
  top: 0;
  left: 0;
}
.no-rgba #shield {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
}
#shield #playerContainer {
  position: absolute;
}
#shield .line-send,
#shield .twitter-share-button,
#shield .fb-like {
  background: transparent;
  display: block;
  float: left;
  margin: 10px 0 0 10px;
}
#shield .twitter-share-button,
#shield .fb-like {
  overflow: visible;
  width: 130px;
  height: 25px;
}
#shield .line-send {
  width: 86px;
  height: 20px;
}
#shield #closeButton {
  background: transparent url(../image/button_close.png) no-repeat 0 0;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: absolute;
  right: 0;
}
#shield #youtubePlayer {
  display: block;
  margin: 35px 0 10px;
  width: 100%;
  overflow: hidden;
}
#outerLinks {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.cols1 {
  width: 60%;
}
.cols1 .linkButton {
  width: 100%;
}
.cols2 {
  width: 80%;
}
.cols2 .linkButton {
  width: 48%;
  margin-right: 2%;
}
.cols2 .linkButton:last-child {
  margin-left: 0;
}
.cols3 {
  width: 100%;
}
.cols3 .linkButton {
  width: 32%;
  margin-left: 0;
  margin-right: 2%;
}
.cols3 .linkButton:last-child {
  margin-right: 0;
}
.no-rgba .cols3 .linkButton {
  margin-left: .7%;
  margin-right: .6%;
}
.linkButton {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 2px 5px #333333;
  -moz-box-shadow: 1px 2px 5px #333333;
  box-shadow: 1px 2px 5px #333333;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#toWebsiteButton {
  background-color: #008a99;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#toWebsiteButton:hover {
  background-color: #00b8cc;
}
#orderButton {
  background-color: #eb296f;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#orderButton:hover {
  background-color: #ef588e;
}
#toDigitalpamphletButton {
  background-color: #0fa9a4;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#toDigitalpamphletButton:hover {
  background-color: #13d8d1;
}
/* アニメーション指定 **************************************************/
.masonry {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.masonry .masonry-brick {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rankingView {
  -webkit-transition: all 0.5s cubic-bezier(0, 1.13, 1, 1.65);
  -moz-transition: all 0.5s cubic-bezier(0, 1.13, 1, 1.65);
  -o-transition: all 0.5s cubic-bezier(0, 1.13, 1, 1.65);
  transition: all 0.5s cubic-bezier(0, 1.13, 1, 1.65);
}
.rankingView .masonry-brick {
  -webkit-transition: all 0.5s cubic-bezier(0, 1.13, 1, 1.65);
  -moz-transition: all 0.5s cubic-bezier(0, 1.13, 1, 1.65);
  -o-transition: all 0.5s cubic-bezier(0, 1.13, 1, 1.65);
  transition: all 0.5s cubic-bezier(0, 1.13, 1, 1.65);
}
/* PowerTip Plugin **************************************************/
#powerTip {
  cursor: default;
  background-color: #E02900;
  background-color: rgba(226, 42, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #FFF;
  display: none;
  padding: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  z-index: 2000;
}
#powerTip.n:before,
#powerTip.e:before,
#powerTip.s:before,
#powerTip.w:before,
#powerTip.ne:before,
#powerTip.nw:before,
#powerTip.se:before,
#powerTip.sw:before {
  content: "";
  position: absolute;
}
#powerTip.n:before,
#powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}
#powerTip.e:before,
#powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}
#powerTip.n:before {
  border-top: 10px solid rgba(226, 42, 0, 0.8);
  bottom: -10px;
}
#powerTip.e:before {
  border-right: 10px solid rgba(226, 42, 0, 0.8);
  left: -10px;
}
#powerTip.s:before {
  border-bottom: 10px solid rgba(226, 42, 0, 0.8);
  top: -10px;
}
#powerTip.w:before {
  border-left: 10px solid rgba(226, 42, 0, 0.8);
  right: -10px;
}
#powerTip.ne:before,
#powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}
#powerTip.nw:before,
#powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}
#powerTip.ne:before,
#powerTip.nw:before {
  border-top: 10px solid rgba(226, 42, 0, 0.8);
  bottom: -10px;
}
#powerTip.se:before,
#powerTip.sw:before {
  border-bottom: 10px solid rgba(226, 42, 0, 0.8);
  top: -10px;
}
