﻿@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;
    padding: 0 0 8px 0;
    font-size: 24px;
    border-bottom: 1px #ccc dotted;
}
#tano-main-area h2.tano-h2-type-01 .tano-h2-inner {
	display: block;
	padding: 13px 0 0 5px;
}

/*-----------------------------	
	h3
-----------------------------*/
#tano-main-area h3.tano-h3-type-01 {
	clear:both;
	float: left;
	width:960px;
	border-bottom: dotted 1px #c9c9c9;
	font-size: 14px;
	padding: 5px 0 5px 5px;
	color: #666;
}

/*-----------------------------	
	nav.tano-nav-btn
-----------------------------*/
#tano-main-area nav ul.tano-nav-btn {
	margin: 30px 0 10px -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: table-cell;
    width: 236px;
    height: 45px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #333;
    border-bottom: 8px #bb0142 solid;
    padding: 0;
    background: #fff7f7 url(arrow_b-out.png) no-repeat 99% 51%;
}

#tano-main-area nav ul.tano-nav-btn li a:hover {
	color: #f3f9ff;
	background: #bb0142 url("arrow_w-over.png") no-repeat 99% 51%;
}

/*-----------------------------	
	add .InfoTable
-----------------------------*/
.InfoTable{
width: 100%;
border-collapse: collapse;
margin: 10px 0 10px 0;
}

.InfoTable th{
padding: 4px;
text-align: center;
vertical-align: middle;
color: #000;
font-size: 14px;
background-color: #eee;
border: 1px solid #b9b9b9;
}

.InfoTable td{
padding: 5px 2px;
text-align: center;
vertical-align: middle;
background-color: #fff;
border: 1px solid #b9b9b9;
font-size: 14px;
}

.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;
}
