﻿@charset "utf-8";

/*-----------------------------	
	h2
-----------------------------*/
#tano-main-area h2.tano-h2-type-01 {
	clear: both;
    float: left;
    width: 950px;
    height: 46px;
    background: #000;
    margin: 40px 0 20px 0;
    font-size: 2.4em;
    border: none;
}
#tano-main-area h2.tano-h2-type-01 .tano-h2-inner {
	display: block;
    padding: 5px 0 0 5px;
    color: #fff;
}

/*-----------------------------	
	h3
-----------------------------*/
#tano-main-area h3.tano-h3-type-01 {
	clear: both;
    float: left;
    width: 960px;
    border-top: 2px #ef4545 solid;
	border-bottom: 2px #ef4545 solid;
    font-size: 18px;
    padding: 10px 0 10px 10px;
	margin: 15px 0 10px 0;
    color: #c00;
    font-weight: bold;
}



/*-----------------------------	
	nav.tano-nav-btn
-----------------------------*/
#tano-main-area nav ul.tano-nav-btn {
	margin:15px 0 15px -3px;
}

#tano-main-area nav ul.tano-nav-btn li {
	float:left;
	margin: 0 0 0 5px;
}

#tano-main-area nav ul.tano-nav-btn li a {
	display: table-cell;
    background: #f9f9c9 url(arrow_b-over.png) no-repeat 98% 51%;
    text-decoration: none;
    text-align: center;
    width: 476px;
    vertical-align: middle;
    padding: 5px 0 0 0;
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    border-top: 8px #f0b900 solid;
    border-bottom: 2px #f0b900 solid;
}

#tano-main-area nav ul.tano-nav-btn li a:hover {
	color: #000;
    background: #f9c9d4 url(arrow_w-over.png) no-repeat 98% 51%;
    text-decoration: none;
}

#tano-main-area .tano-jin-text-01 {
    color: #770605;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0 20px 0 20px;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}



.tano-item-detail-box-2 .tano-item-detail .tano-item-detail-center img, 
.tano-item-detail-box-3 .tano-item-detail .tano-item-detail-center img, 
.tano-item-detail-box-4 .tano-item-detail .tano-item-detail-center img,
.tano-item-detail-box-5 .tano-item-detail .tano-item-detail-center img {
    border: 0px;
}