@charset "UTF-8";
.pankuzu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
}

.library-box a:hover {
  opacity: 0.7;
  filter: alpha(Opacity=70);
  -ms-filter: "alpha(opacity=70)";
  overflow: hidden;
  outline: none;
}

.soft-hover .img img {
  transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
  -webkit-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
  -moz-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
}

/*--------------------------------------------------------------
reset
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
form, input, p, blockquote, th, td, article, aside, footer, header, nav, section {
  margin: 0;
  padding: 0;
}

header, hgroup, nav, article, section, aside, footer {
  display: block;
}

img {
  border: 0;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

body {
  color: #000;
  background: #fff;
  line-height: 2;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  width: 100%;
}

a {
  color: #000;
  display: block;
}
a.underline:hover {
  text-decoration: underline;
}
a:hover {
  color: #005eae;
}
a.rollover:hover {
  opacity: 0.7;
}
a.entryLink {
  display: block;
  background-color: #005eae;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}
a.entryLink span {
  color: #fff;
}

/*=================================
▼common▼
=================================*/
.wrapper {
  padding: 15px 10px 10px;
}
.wrapper.main {
  background: #fff;
}
.wrapper .inner {
  max-width: 1092px;
  margin: 0 auto;
}

.h1 {
  font-size: 44px;
  margin-top: 22px;
  margin-bottom: 33px;
}

.h3 {
  font-size: 30px;
  margin-top: 20px;
}

.pankuzu {
  width: 100%;
  font-size: 12px;
}
.pankuzu a {
  color: #005eae;
}
.pankuzu a:link {
  color: #005eae;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.pagetop {
  width: 98%;
  text-align: right;
  font-size: 12px;
  padding-bottom: 2%;
}
.pagetop span {
  background: url("/jp/images/common/arrow_black_top.png") left 4px no-repeat;
  padding-left: 12px;
}

.onecolumn {
  max-width: 800px;
}

.library-box {
  position: relative;
  margin-top: 60px;
}
.library-box div {
  width: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1em;
}
.library-box p {
  display: inline-block;
  font-size: 20px;
}
.library-box a {
  border: 1px solid #005eae;
}

/*=================================
▲common▲
=================================*/
/*--------------------------------------------------------------
defin style
*/
.link-black-right a,
.link-black-right .exception, .in-link-black-right {
  background: url("/jp/images/common/arrow_black_right.png") left center no-repeat;
  background: url("/jp/images/common/arrow_black_right.png") left center no-repeat\9;
  padding-left: 12px;
}

.link-black-right-textblue a,
.link-black-right-textblue .exception, .in-link-black-right-textblue {
  background: url("/jp/images/common/arrow_blue_right.png") left center no-repeat;
  background: url("/jp/images/common/arrow_blue_right.png") left center no-repeat\9;
  padding-left: 12px;
  color: #005eae;
}

.link-white-right a,
.link-white-right .exception, .in-link-white-right {
  background: url("/jp/images/common/arrow_white_right.png") left center no-repeat;
  background: url("/jp/images/common/arrow_white_right.png") left center no-repeat\9;
  padding-left: 12px;
}

/* arrow style */
.link-black-right-textblue:hover {
  text-decoration: underline;
  color: #005eae;
}

.blank-icon {
  background: url("/jp/images/common/icon_blank.gif") left center no-repeat;
  padding-left: 30px;
}

.blank-alpha-icon {
  background: url("/jp/images/common/icon_blank_alpha.png") left center no-repeat;
  padding-left: 30px;
}

.plus-icon {
  background: url("/jp/images/common/icon_plus.png") left center no-repeat;
  padding-left: 15px;
}

.dl-icon {
  background: url("/jp/images/common/icon_download.png") left center no-repeat;
  padding-left: 15px;
}

/* hover style */
.soft-hover .img {
  overflow: hidden;
}
.soft-hover a:hover img {
  transform: scale(1.1);
}

/* other style */
.xy-center > * {
  display: table-cell;
  vertical-align: middle;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.inline-block {
  display: inline-block;
}

/* responsive style */
.sp, .tb {
  display: none;
}

.pc {
  display: block;
}

.pc_none {
  display: none;
}

.tb_none, .sp_none {
  display: block;
}

.quick-ua {
  display: none;
}

/*# sourceMappingURL=common.css.map */
