﻿@charset "utf-8";

/*-----------------------------	
	h2
-----------------------------*/
#tano-main-area h2.tano-h2-type-01 {
	clear: both;
    float: left;
    width: 960px;
    height: 40px;
    color: #0b4771;
    background: #fff;
    margin: 30px 0 10px 0;
    padding: 0 0 8px 0;
    font-size: 24px;
    border-bottom: 2px #0e7ac4 dotted;
}
#tano-main-area h2.tano-h2-type-01 .tano-h2-inner {
	display: block;
	padding: 13px 0 0 8px;
}

/*-----------------------------	
	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;
}



/*-----------------------------	
	tano-nav-btn
-----------------------------*/
#tano-main-area nav.tano-nav-btn {
	float: left;
	margin: 0 0 0 -5px;
}

#tano-main-area nav.tano-nav-btn ul li {
	float: left;
	margin: 2px 0 0 5px;
	padding: 0 0 10px 0;
	width: 236px;
}

#tano-main-area nav.tano-nav-btn ul li a {
	display: table-cell;
    background: #edf8ff;
    width: 236px;
    height: 60px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 1.3em;
    font-weight: 700;
    color: #000;
    border-top: 8px #0c68a7 solid;
    border-bottom: 2px #0c68a7 solid;
}

#tano-main-area nav.tano-nav-btn ul li a:hover {
	background: #0c68a7 url("arrow_w-over.png") no-repeat 99% 51%;
	color: #FFF;
	text-decoration: none;
}

.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;
}

#tano-main-area .tano-jin-text-01 {
    font-size: 1.35em;
    font-weight: 700;
    color: #333;
    margin: 0 5px 10px;
}

.dli-chevron-down {
  display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
