﻿@charset "utf-8";

/*-----------------------------	
	h2
-----------------------------*/
#tano-main-area h2.tano-h2-type-01 {
	clear:both;
	float: left;
	width:960px;
	height:40px;
	background: #fff;
	margin:15px 0 10px 0;
	font-size: 24px;
}
#tano-main-area h2.tano-h2-type-01 .tano-h2-inner {
	display: block;
	padding: 13px 0 0 0;
}

#tano-main-area h2.tano-h2 {
  position: relative;
    margin-bottom: 2em;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    background: #8d5108;
    font-size: 2.2em;
    color: #fff;
    font-weight: 700;
}

#tano-main-area h2.tano-h2:before,
#tano-main-area h2.tano-h2:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #8d5108;
}

#tano-main-area h2.tano-h2:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}

#tano-main-area h2.tano-h2:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}

/*-----------------------------	
	h3
-----------------------------*/
#tano-main-area h3.tano-h3-type-01 {
	clear: both;
    float: left;
    width: 945px;
    border-bottom: 2px #660000 solid;
    font-size: 2.0em;
    padding: 10px 0 5px 15px;
    margin: 15px 0 20px 0;
    color: #660000;
    font-weight: bold;
}

/*-----------------------------	
	nav.tano-nav-btn
-----------------------------*/
#tano-main-area nav ul.tano-nav-btn {
	margin: 0 0 15px -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: #fff2f2 url(arrow_b-out.png) no-repeat 98% 51%;
    text-decoration: none;
    text-align: center;
    width: 236px;
    padding: 10px 0 5px 0;
    font-size: 1.4em;
    font-weight: 700;
    color: #330000;
    border-bottom: 8px #600 solid;
}

#tano-main-area nav ul.tano-nav-btn li a:hover {
	color: #fff;
	background: #600 url("arrow_w-over.png") no-repeat 98% 51%; 
	text-decoration: none;
}



/*-----------------------------	
	nav-categoly
-----------------------------*/
#tano-main-area .nav-category {
	margin: 0 0 5px -5px;
}

#tano-main-area .nav-category li {
	float: left;
	margin: 0 0 0 5px;
}

#tano-main-area .nav-category li a {
	display: block;
	text-decoration: none;
	text-align: left;
	background: #fff url("arrow_orange-out.png") no-repeat 98% 51%;
	width: 920px;
	border: solid 2px #f9b972; 
	padding:8px 0 7px 20px;
	font-size: 17px;
	font-weight: 600;
	color: #f08300;
    border-radius: 5px;
    -webkit-border-radius: 5px;  /* Safari,Google Chrome */  
    -moz-border-radius: 5px; /* Firefox */ 
}

#tano-main-area .nav-category li a:hover {
	background: #ffa539 url("arrow_w-over.png") no-repeat 98% 51%;
	border: solid 2px #ffa539;
	color: #fff;
	text-decoration: none;
}


/*-----------------------------	
	nav-subcategoly
-----------------------------*/
#tano-main-area .nav-subcategory {
	margin: 0 0 0 -5px;
}

#tano-main-area .nav-subcategory li {
	float: left;
	margin: 8px 0 0 5px;
}

#tano-main-area .nav-subcategory li a {
	display: block;
	text-decoration: none;
	text-align: center;
	background: #f2f6f7 url("arrow_b-out.png") no-repeat 95% 50%;
	border: solid 1px #e3e3e3; 
	padding: 8px 30px 6px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;  /* Safari,Google Chrome */  
    -moz-border-radius: 20px; /* Firefox */  
}

#tano-main-area .nav-subcategory li a:hover {
	background: #ffc3af url("arrow_b-over.png") no-repeat 95% 50%;
	border: solid 1px #ffc3af;
	text-decoration: none;
}


/*-----------------------------	
	nav-categoly-none
-----------------------------*/
#tano-main-area .nav-category-none {
	margin: 0 0 5px -5px;
}


#tano-main-area .nav-category-none li {
	float: left;
	margin: 0 0 0 5px;
	display: block;
	text-decoration: none;
	text-align: left;
	width: 920px;
	border: solid 2px #f9b972; 
	padding:8px 0 7px 20px;
	font-size: 17px;
	font-weight: 600;
	color: #f08300;
    border-radius: 5px;
    -webkit-border-radius: 5px;  /* Safari,Google Chrome */  
    -moz-border-radius: 5px; /* Firefox */ 
}


/*-----------------------------	
	table
-----------------------------*/

.TapeTable{
	margin-top: 20px;
}

.TapeTable td{
	border: 1px solid #444444;
	width: 191px;
}

.TapeTable th{
	background-color: #235180;
	color: #fff;
	font-size: 1.2em;
	padding: 5px 0 5px 10px;
	border: 1px solid #444444;
	text-align: left;
}

#tano-main-area .TapeTable td{
	vertical-align: middle;
}

.TapeTable td a{
	display: block;
	text-align: center;
	text-decoration: none !important;
	color: black!important;
	padding: 10px;
}

.TapeTable td span{
	display: block;
	min-width: 80px;
	border-radius: 20px;
	background-color: #f1f1f1;
	margin: 3px auto 2px auto;
	padding: 5px;
}

.TapeTable.blue td:hover span{
	background-color: #f99b2e;
	color: white;
}

.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;
}