﻿@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;
}

/*-----------------------------	
	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 ul.tano-nav-btn {
	margin: 10px 0 30px -5px;
}

#tano-main-area nav ul.tano-nav-btn li {
	float: left;
    margin: 0 0 0 5px;
    padding: 0;
    width: 314px;
    height: 56px;
}

#tano-main-area nav ul.tano-nav-btn li a {
    display: table-cell;
    background: #fff url(arrow_b-over.png) no-repeat 99% 51%;
    width: 314px;
    height: 46px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 1.4em;
    font-weight: 500;
    color: #000;
    border: 2px #333333 solid;
    border-radius: 5px;
}

#tano-main-area nav ul.tano-nav-btn li a:hover {
	border: 1px #2c8cbe solid;
	background: #2c8cbe url("arrow_w-over.png") no-repeat 99% 51%;
	color: #FFF;
	text-decoration: none;
}

/*-----------------------------	
	tano-link-btn
-----------------------------*/
#tano-main-area nav.tano-link-btn {
	float: right;
    margin: 0;
}

#tano-main-area nav.tano-link-btn ul li {
	float: left;
	margin: 2px 0 0 5px;
	padding: 0 0 10px 0;
	width: 400px;
	height: 35px;
}

#tano-main-area nav.tano-link-btn ul li a {
	display: table-cell;
    background: #efefef url(arrow_b-out.png) no-repeat 97% 51%;
    width: 400px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 1em;
    font-weight: 500;
    color: #000;
    border-radius: 10px;
    border: 1px #ccc solid;
}

#tano-main-area nav.tano-link-btn ul li a:hover {
	background: #2c8cbe url("arrow_w-out.png") no-repeat 97% 51%;
	color: #FFF;
	text-decoration: none;
}


#tano-main-area .tano-jin-text-01 {
    color: #444;
    font-size: 1.3em;
}

.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;
}