@charset "UTF-8";
/* BLUE
-----------------------*/
/* GRAY
-----------------------*/
/* .icon-blank
-----------------------*/
.icon-blank {
  background: url(/yochien/asset/y__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(/yochien/asset/y__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: 12px; }

.tpl-btn a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.tpl-btn a span {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 28px;
  line-height: 28px; }

/* .tpl-btn--gray
-----------------------*/
.tpl-btn--gray.is-active {
  background: url(/yochien/asset/y__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 #1F77AC; }

.tpl-btn--gray a span {
  background: #EEE; }

.tpl-btn--gray a:hover span {
  background: #F6F6F6; }

.tpl-btn--gray.is-active a span {
  background: #1F77AC; }

/* .tpl-btn--blue
-----------------------*/
.tpl-btn--blue a {
  border: 1px solid #1F77AC;
  background: #1F77AC;
  color: #FFF;
  box-sizing: border-box; }

.tpl-btn--blue a:hover {
  background: #8AD0E9;
  border-color: #8AD0E9;
  color: #FFF; }

/* [ 見出し中央 ]
-----------------------*/
.tpl-h1 {
  color: #1F77AC; }

.tpl-h2 {
  color: #1F77AC; }

.tpl-h3 {
  color: #1F77AC; }

.tpl-h4 {
  color: #1F77AC; }

.tpl-h5 {
  color: #1F77AC; }

@media screen and (max-width: 740px) {
  .tpl-h1 {
    color: #1F77AC; }
  .tpl-h2 {
    color: #1F77AC; }
  .tpl-h3 {
    color: #1F77AC; }
  .tpl-h4 {
    color: #1F77AC; }
  .tpl-h5 {
    color: #1F77AC; } }

/* [ 見出し左揃え・罫線ありなし ]
-----------------------*/
.tpl-border-bottom {
  border-bottom: 1px solid #DDD; }

/* [ 見出し背景にマーカー画像 ]
-----------------------*/
.tpl-bg-marker {
  background: url(/yochien/asset/y__tpl_bg_marker.jpg) left bottom repeat-x;
  padding: 0 5px; }

/* [ ローカルナビ ]
-----------------------*/
.tpl-local-navi {
  background: none;
  padding: 10px 0;
  position: relative;
  z-index: 10; }

@media screen and (max-width: 740px) {
  .tpl-local-navi.is-bottom {
    border-top: 1px solid #1F77AC; } }

.tpl-local-navi ul {
  border: 4px solid #EEE8E4;
  background: #FFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

@media screen and (max-width: 740px) {
  .tpl-local-navi ul {
    background: #DFF5FC; } }

.tpl-local-navi li {
  border-top: 1px dotted #B2B2B2; }

.tpl-local-navi li a {
  color: #333;
  background: #FFF url(/yochien/asset/y__tpl_local_navi_border_vertical.png) left center no-repeat;
  border: none; }

.tpl-local-navi li.row-first a {
  background: #FFF; }

.tpl-local-navi li a.is-active {
  background: #D6F3FB;
  color: #1F77AC; }

@media screen and (max-width: 740px) {
  .tpl-local-navi li a.is-active {
    background: #D6F3FB;
    color: #1F77AC; } }

.tpl-local-navi li a .cursor {
  background: url(/yochien/asset/y__tpl_local_navi_icon_cursor.png) no-repeat left center;
  width: 11px;
  height: 11px;
  top: 5px; }

@media screen and (max-width: 740px) {
  .tpl-local-navi li a .cursor {
    top: 2px; } }

@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: #1F77AC; }

.tpl-sub-local-navi__list li.is-active {
  border-bottom: 3px solid #1F77AC; }

.tpl-sub-local-navi__list li a {
  color: #333; }

.tpl-sub-local-navi__list li.is-active a {
  color: #1F77AC; }

/*[ サブカテゴリ名 ]
-----------------------*/
.tpl-subcate-title-wrap {
  border: none;
  text-align: center;
  color: #1F77AC;
  background: url(/yochien/asset/y__tpl_border.jpg) left bottom repeat-x;
  width: 980px;
  margin: -7px auto 50px; }

.tpl-subcate-title-wrap .title {
  font-weight: bold; }

@media screen and (max-width: 740px) {
  .tpl-subcate-title-wrap {
    width: auto;
    margin: 25px -10px;
    padding: 25px 10px;
    font-size: 18px;
    background: none;
    border-bottom: 1px solid #1F77AC; } }

/*[ キャプション ]
-----------------------*/
/*[ グリッド ]
-----------------------*/
/*[ 画像+リンク ]
	-----------------------*/
.tpl-grid-wrap__item__date {
  color: #1F77AC; }

.tpl-grid-wrap__item__title {
  color: #1F77AC; }

.tpl-grid-wrap__item__text {
  color: #333; }

/*[ ボーダー ]
-----------------------*/
.tpl-box-border {
  background: #FFF;
  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(/yochien/asset/tpl_box_border__comment_edge.png) no-repeat center top; }

.tpl-box-border__title {
  color: #1F77AC; }

.tpl-box-border__text {
  color: #888; }

/*[ タイトル + ボーダー ]
-----------------------*/
.tpl-box-border--title__title {
  border-bottom: 1px solid #EEE;
  background: #F5F6F6;
  color: #1F77AC; }

/*[ ビュレットなし ]
-----------------------*/
.tpl-link {
  color: #1F77AC; }

/*[ ビュレット有り ]
-----------------------*/
.tpl-link--cursor {
  background: url(/yochien/asset/y__icon_cursor_blue.png) no-repeat left center; }

@media screen and (max-width: 740px) {
  .tpl-link--cursor {
    background: url(/yochien/asset/y__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: #1F77AC; }

.tpl-table-wrap table th,
.tpl-table-wrap table td {
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE; }

.tpl-table-wrap table td {
  background: #FFF; }

/* .tpl-table-wrap__message-pinch
	-----------------------*/
.tpl-table-wrap table th {
  background: #C2C9D2; }

.tpl-table-wrap__item--bg-gray-light {
  background: #EBEDF0 !important; }
