@charset "UTF-8";
/* BLUE
-----------------------*/
/* GRAY
-----------------------*/
/* .icon-blank
-----------------------*/
.icon-blank {
  background: url(/shoto/asset/s__icon_blank.png) no-repeat; }

@media screen and (max-width: 740px) {
  .icon-blank {
    background-size: 10px auto;
    top: 2px; } }

/* .icon-pdf
-----------------------*/
.icon-pdf {
  background: url(/shoto/asset/s__icon_pdf.png) no-repeat; }

@media screen and (max-width: 740px) {
  .icon-pdf {
    background-size: 14px auto;
    top: 5px; } }

/* .tpl-btn
-----------------------*/
.tpl-btn {
  font-size: 15px; }

.tpl-btn a {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

.tpl-btn a span {
  height: 40px;
  line-height: 40px; }

/* .tpl-btn--gray
-----------------------*/
.tpl-btn--gray.is-active {
  background: url(/shoto/asset/s__icon_cursor_blue_down.png) no-repeat center bottom; }

.tpl-btn--gray a {
  color: #666;
  box-sizing: border-box; }

.tpl-btn--gray.is-active a {
  border: 1px solid #8DD0E8; }

.tpl-btn--gray a span {
  background: #EEE; }

.tpl-btn--gray a:hover span {
  background: #F6F6F6; }

.tpl-btn--gray.is-active a span {
  background: #8DD0E8; }

/* .tpl-btn--blue
-----------------------*/
.tpl-btn--blue a {
  border: 1px solid #317EB5;
  background: #317EB5;
  color: #FFF;
  box-sizing: border-box; }

.tpl-btn--blue a:hover {
  background: #8DD0E8;
  border-color: #8DD0E8;
  color: #FFF; }

/* [ 見出し中央 ]
-----------------------*/
.tpl-h1 {
  color: #317EB5; }

.tpl-h2 {
  color: #317EB5; }

.tpl-h3 {
  color: #317EB5; }

.tpl-h4 {
  color: #317EB5; }

.tpl-h5 {
  color: #317EB5; }

@media screen and (max-width: 740px) {
  .tpl-h1 {
    color: #317EB5; }
  .tpl-h2 {
    color: #317EB5; }
  .tpl-h3 {
    color: #317EB5; }
  .tpl-h4 {
    color: #317EB5; }
  .tpl-h5 {
    color: #317EB5; } }

/* [ 見出し左揃え・罫線ありなし ]
-----------------------*/
.tpl-border-bottom {
  border-bottom: 1px solid #DDD; }

/* [ ローカルナビ ]
-----------------------*/
.tpl-local-navi {
  background: #F4F5F1; }

@media screen and (max-width: 740px) {
  .tpl-local-navi.is-bottom {
    border-top: 1px solid #317EB5; } }

.tpl-local-navi ul {
  border-right: 1px solid #FFF; }

@media screen and (max-width: 740px) {
  .tpl-local-navi ul {
    background: #F4F5F1; } }

.tpl-local-navi li a {
  color: #333;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF; }

.tpl-local-navi li a.is-active {
  background: #8DD0E8;
  color: #FFF; }

@media screen and (max-width: 740px) {
  .tpl-local-navi li a.is-active {
    background: #317EB5; } }

.tpl-local-navi li a .cursor {
  background: url(/shoto/asset/s__icon_cursor_blue.png) no-repeat; }

.tpl-local-navi li a.is-active .cursor {
  background: url(/shoto/asset/s__icon_cursor_white.png) no-repeat; }

@media screen and (max-width: 740px) {
  .tpl-local-navi .gridfix-sponly a {
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF; } }

/* [ サブ ローカルナビ ]
-----------------------*/
.tpl-sub-local-navi__title {
  color: #317EB5; }

.tpl-sub-local-navi__list li.is-active {
  border-bottom: 3px solid #317EB5; }

.tpl-sub-local-navi__list li a {
  color: #333; }

.tpl-sub-local-navi__list li.is-active a {
  color: #317EB5; }

/*[ サブカテゴリ名 ]
-----------------------*/
.tpl-subcate-title-wrap {
  border-top: 1px solid #317EB5;
  border-bottom: 1px solid #317EB5;
  color: #317EB5; }

/*[ キャプション ]
-----------------------*/
/*[ グリッド ]
-----------------------*/
/*[ 画像+リンク ]
	-----------------------*/
.tpl-grid-wrap__item__date {
  color: #317EB5; }

.tpl-grid-wrap__item__title {
  color: #317EB5; }

.tpl-grid-wrap__item__text {
  color: #333; }

/*[ ボーダー ]
-----------------------*/
.tpl-box-border {
  border: 1px solid #EEE; }

.tpl-box-border--w-bold {
  border-width: 5px;
  border-color: #EEE; }

.tpl-box-border--comment {
  border-width: 2px;
  border-color: #C2C9D2; }

@media screen and (max-width: 740px) {
  .tpl-box-border--comment {
    border-color: #C2C9D2; } }

.tpl-box-border--comment .tpl-box-border--comment__edge {
  background: url(/shoto/asset/tpl_box_border__comment_edge.png) no-repeat center top; }

.tpl-box-border__title {
  color: #317EB5; }

.tpl-box-border__text {
  color: #888; }

/*[ タイトル + ボーダー ]
-----------------------*/
.tpl-box-border--title__title {
  border-bottom: 1px solid #EEE;
  background: #F5F6F6;
  color: #317EB5; }

/*[ ビュレットなし ]
-----------------------*/
.tpl-link {
  color: #317EB5; }

/*[ ビュレット有り ]
-----------------------*/
.tpl-link--cursor {
  background: url(/shoto/asset/s__icon_cursor_blue.png) no-repeat left center; }

@media screen and (max-width: 740px) {
  .tpl-link--cursor {
    background: url(/shoto/asset/s__icon_cursor_blue.png) no-repeat left center; } }

/*[ 表 ]
-----------------------*/
.tpl-table-wrap table {
  border-right: 1px solid #EEE;
  border-top: 1px solid #EEE; }

.tpl-table-wrap table caption {
  color: #FFF;
  background: #317EB5; }

.tpl-table-wrap table th,
.tpl-table-wrap table td {
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE; }

/* .tpl-table-wrap__message-pinch
	-----------------------*/
.tpl-table-wrap table th {
  background: #C2C9D2; }

.tpl-table-wrap__item--bg-gray-light {
  background: #EBEDF0 !important; }
