/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/view/_common.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* line 12, ../sass/view/_common.scss */
.center {
  text-align: center;
}

/* line 16, ../sass/view/_common.scss */
body {
  background: url('../img/bg.jpg?1449451608') repeat;
  height: 100%;
}

/* line 21, ../sass/view/_common.scss */
.container {
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 5%;
  height: 100%;
}

/* line 5, ../sass/view/_header.scss */
header .header-bar {
  float: left;
  background: url('../img/notice_bar.jpg?1449451608') no-repeat;
  width: 1261px;
  height: 70px;
}
/* line 12, ../sass/view/_header.scss */
header .close {
  float: left;
  background: url('../img/close_btn.png?1449451608') no-repeat;
  width: 72px;
  height: 70px;
}

/* line 1, ../sass/view/detail/_detail.scss */
.container {
  margin: auto;
}

/* line 5, ../sass/view/detail/_detail.scss */
main {
  display: block;
  margin: auto;
  padding: 10px 4%;
  background: rgba(255, 255, 255, 0.8);
}
/* line 11, ../sass/view/detail/_detail.scss */
main .title-box {
  border: none;
  margin: 0 4px 20px;
  padding: 4px 20px 4px 15px;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMjk1OCIvPjxzdG9wIG9mZnNldD0iODclIiBzdG9wLWNvbG9yPSIjMDk0ZDlkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDk0ZDlkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #022958), color-stop(87%, #094d9d), color-stop(100%, #094d9d));
  background-image: -moz-linear-gradient(top, #022958 0%, #094d9d 87%, #094d9d 100%);
  background-image: -webkit-linear-gradient(top, #022958 0%, #094d9d 87%, #094d9d 100%);
  background-image: linear-gradient(to bottom, #022958 0%, #094d9d 87%, #094d9d 100%);
  position: relative;
  overflow: hidden;
  color: #fff;
}
/* line 22, ../sass/view/detail/_detail.scss */
main .title-box .icon-go {
  position: absolute;
  top: -19px;
  left: 3px;
  z-index: 1;
}
/* line 29, ../sass/view/detail/_detail.scss */
main .title-box .date, main .title-box .title {
  vertical-align: middle;
  display: table-cell;
  height: 45px;
}
/* line 35, ../sass/view/detail/_detail.scss */
main .title-box .date {
  min-width: 102px;
  color: #ffd98a;
  line-height: 1.6em;
  position: relative;
  top: 1px;
  text-align: center;
}
/* line 44, ../sass/view/detail/_detail.scss */
main .title-box .title {
  font-weight: bold;
  width: 86%;
  line-height: 1.4em;
}
/* line 51, ../sass/view/detail/_detail.scss */
main .article {
  margin: auto;
}
/* line 54, ../sass/view/detail/_detail.scss */
main .article img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/* line 60, ../sass/view/detail/_detail.scss */
main .article p {
  font-size: 17px;
  margin: 0 auto 48px;
  line-height: 1.3;
}
/* line 66, ../sass/view/detail/_detail.scss */
main .article .sample-ss {
  width: 851px;
  margin: auto;
}
/* line 70, ../sass/view/detail/_detail.scss */
main .article .sample-ss img {
  float: left;
  max-width: 100%;
  height: auto;
}
/* line 75, ../sass/view/detail/_detail.scss */
main .article .sample-ss img:nth-child(odd) {
  margin-right: 21px;
}
/* line 82, ../sass/view/detail/_detail.scss */
main .btn-box {
  text-align: center;
}
/* line 85, ../sass/view/detail/_detail.scss */
main .btn-box a {
  display: inline-block;
}

main .article .float_box {
  overflow: hidden;
}
main .article .float_box .float_none_box {
  float: none;
}
main .article .float_box .float_left_box {
  float: left;
}
main .article .float_box .float_right_box {
  float: right;
}

/* ページ上部タブ表示 */
.l-nav {
  background-color: #fff;
}
.l-nav__list {
  margin: 0 auto;
  padding: 24px 0 18px;
  width: 73%;
}
.l-nav__item {
  float: left;
  width: 25%;
}
.l-nav__item:first-child a {
  border-radius: 5px 0 0 5px;
}
.l-nav__item:last-child a {
  border-right: none;
  box-shadow: none;
  border-radius: 0 5px 5px 0;
}
.l-nav__item__link {
  background-image: -moz-linear-gradient(top, #d9d9d9 0%, #f0f0f0 100%);
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #f0f0f0 100%);
  border-right: 1px solid #fafafa;
  box-shadow: inset -1px 0 #BFBEBE;
  color: #062a57;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.l-nav__item__link:hover {
  background-image: -moz-linear-gradient(top, #094d9d 0%, #022958 100%);
  background-image: -webkit-linear-gradient(top, #094d9d 0%, #022958 100%);
  background-image: linear-gradient(to bottom, #094d9d 0%, #022958 100%);
  color: #fff;
}

.l-totop {
  background: none;
  border: none;
  bottom: 0;
  display: none;
  outline:none;
  padding: 0;
  position: fixed;
  right: 0;
  margin-bottom: 3.7%;
  margin-right: 2.46%;
  width: 7.4%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 20;
}

.l-totop.is-anim {
  animation: totopAnim .3s 1 forwards;
}

@keyframes totopAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.l-totop img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
