﻿@charset "utf-8";


/*-----------------------------	
	h1
-----------------------------*/
#tano-main-area .tano-h1-type-01 span {
    color: #333;
    font-size: 28px;
}


/*-----------------------------	
	h2
-----------------------------*/
#tano-main-area h2.tano-h2-type-01 {
	clear: both;
    float: left;
    width: 960px;
    height: 50px;
    background: #3bbdf4;
    margin: 0 0 20px 0;
    font-size: 2.1em;
}
#tano-main-area h2.tano-h2-type-01 .tano-h2-inner {
	display: block;
    color: #fff;
    font-weight: 700;
    padding: 10px 0 0 15px;
}

/*-----------------------------	
	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.tano-nav-btn {
	float: left;
	margin: 0 0 40px -5px;
}

#tano-main-area nav.tano-nav-btn ul li {
	float: left;
    margin: 5px 0 0 5px;
    padding: 0 0 5px 0;
    width: 236px;
    height: 40px;
}

#tano-main-area nav.tano-nav-btn ul li a {
	display: table-cell;
    background: #fbfeff url(arrow_b-out.png) no-repeat 99% 51%;
    width: 236px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 1.25em;
    font-weight: 700;
    color: #000;
    border: 2px #38bef7 solid;
    border-radius: 5px;
}

#tano-main-area nav.tano-nav-btn ul li a:hover {
	background: #38bef7 url("arrow_w-over.png") no-repeat 99% 51%;
	color: #FFF;
	text-decoration: none;
}

#tano-main-area nav.tano-nav-btn ul li a span {
	color:#c83410;
}

#tano-main-area nav.tano-nav-btn ul li a:hover span {
	color: #FFF;
}


#tano-main-area .tano-jin-text-01 {
    color: #333;
    font-weight: 700;
    font-size: 1.5em;
    margin: 0 15px 20px 15px;
}


.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;
}