﻿@charset "utf-8";

/*-----------------------------	
	h2
-----------------------------*/
#tano-main-area h2.tano-h2-type-01 {
	clear:both;
	float: left;
	width:960px;
	height:40px;
	background: #fff;
	margin:30px 0 10px 0;
	font-size: 24px;
}
#tano-main-area h2.tano-h2-type-01 .tano-h2-inner {
	display: block;
	padding: 13px 0 0 5px;
	border-bottom: 1px #ccc solid;
}

/*-----------------------------	
	h3
-----------------------------*/
#tano-main-area h3.tano-h3-type-01 {
	clear: both;
    float: left;
    width: 950px;
    border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
    font-size: 18px;
    padding: 10px 0 10px 10px;
	margin: 15px 0 10px 0;
    font-weight: bold;
}


/*-----------------------------	
	nav.tano-nav-btn
-----------------------------*/
#tano-main-area nav ul.tano-nav-btn {
	margin: 0 0 0 -5px;
}

#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: block;
	background: #efefef url("arrow_b-over.png") no-repeat 98% 51%;
	text-decoration: none;
	text-align: center;
	width: 476px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

#tano-main-area nav ul.tano-nav-btn li a:hover {
	color: #fff;
	background: #333 url("arrow_w-over.png") no-repeat 98% 51%; 
	text-decoration: none;
}

.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;
}

#tano-main-area .tano-jin-text-01 {
    color: #444;
    font-size: 16px;
    padding: 10px 10px 20px 10px;
}

/*-----------------------------	
	nav.tano-nav-btn-top
-----------------------------*/
#tano-main-area ul.tano-nav-btn-top li a span{
	display:block;
	font-weight: bold;
	font-size: 14px;
	line-height:1.25em;
	padding-bottom: 1em;
	position: relative;
}
#tano-main-area nav ul.tano-nav-btn-top li a span:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #aaa;
	line-height: 1;
	width: 7px;
	height: 7px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	position: absolute;
	bottom:0;
	left:84px;
}
#tano-main-area nav ul.tano-nav-btn-top {
	margin: 15px 0 0;
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    align-items: stretch;
}
#tano-main-area nav ul.tano-nav-btn-top li {
	width: 184px;
    padding: 0 8px 0 0;
    margin-bottom: 20px;
    height: auto;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}
#tano-main-area nav ul.tano-nav-btn-top li a{
	width: 182px;
    display: block;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    font-size: 13px;
    color: #333;
    padding: 0;
}
#tano-main-area nav ul.tano-nav-btn-top li a .nav-img{
	width: 180px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border: solid 1px #eee;
}
#tano-main-area nav ul.tano-nav-btn-top li a img{
	max-height:140px;
}
#tano-main-area nav ul.tano-nav-btn-top li a:hover,
#tano-main-area nav ul.tano-nav-btn-top li a:hover span:before{
	color:#1a5fe7;
}