﻿@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 30px 0;
    font-size: 20px;
}
#tano-main-area h2.tano-h2-type-01 .tano-h2-inner {
	display: block;
    padding: 13px 0 8px 10px;
    border-bottom: 5px #feaa52 dotted;
}

/*-----------------------------	
	h3
-----------------------------*/
#tano-main-area h3.tano-h3-type-01 {
	clear:both;
	float: left;
	width:960px;
	border-bottom: dotted 1px #c9c9c9;
	font-size: 14px;
	padding: 10px 0 5px 5px;
	color: #333;
}

/*-----------------------------	
	tano-nav-btn
-----------------------------*/
#tano-main-area nav.tano-nav-btn {
	float: left;
	margin: 0 0 0 -4px;
}

#tano-main-area nav.tano-nav-btn ul li {
	float: left;
    margin: 2px 0 0 5px;
    padding: 0 0 10px 0;
    width: 477px;
    height: 56px;
}

#tano-main-area nav.tano-nav-btn ul li a {
	    display: table-cell;
    background: #f5f3f1 url(arrow_b-over.png) no-repeat 99% 51%;
    width: 477px;
    height: 44px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    border-bottom: 8px #feaa52 solid;
}

#tano-main-area nav.tano-nav-btn ul li a:hover {
	background: #df3f37 url(arrow_w-over.png) no-repeat 99% 51%;
    color: #FFF;
    text-decoration: none;
}

#tano-main-area .tano-jin-text-01 {
    color: #333;
    font-size: 15px;
}

.tano-back-color-brown {
    background: #fe5a52;
}


.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;
}