@charset "utf-8";

/*-----------------------------	
	h2
-----------------------------*/
#tano-main-area h2.tano-h2 {
	position: relative;
    padding: 0 0 10px 5px;
    font-size: 2.2em;
    font-weight: 700;
    color: #ab2900;
	margin: 40px 0 10px 0;
}

#tano-main-area h2.tano-h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#f35c00), to(#fee140));
    background-image: -webkit-linear-gradient(left, #f35c00 0%, #fee140 100%);
    background-image: linear-gradient(to right, #f35c00 0%, #fee140 100%);
}


/*-----------------------------	
	h3
-----------------------------*/
#tano-main-area h3.tano-h3-type-01 {
	display: inline-block;
    background: #f38200;
    font-size: 1.7em;
    padding: 10px 15px;
    color: #fff;
    margin: 30px 0 10px 0;
    color: #fff;
    font-weight: bold;
}

/*-----------------------------	
	nav.tano-nav-btn
-----------------------------*/
#tano-main-area nav ul.tano-nav-btn {
	margin: 0 0 10px -6px;
}

#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: #fbfbfb url(arrow_b-over.png) no-repeat 98% 51%;
    text-decoration: none;
    text-align: center;
    width: 478px;
    padding: 10px 0;
    font-size: 1.5em;
    font-weight: 800;
    color: #000;
    border-top: 2px #f38200 solid;
    border-bottom: 8px #f38200 solid;
}

#tano-main-area nav ul.tano-nav-btn li a:hover {
	color: #fff;
	background: #f38200 url("arrow_w-over.png") no-repeat 98% 51%; 
	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 {
    color: #444;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.box-top{
    border-top: 3px solid #f38200;
    border-bottom: 3px solid #f38200;
    position: relative;
    margin: 20px;
    background: #fff8f1;
}

.box-top:before, .box-top:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 3px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #f38200;
}

.box-top:before {
    left: 10px;
}

.box-top:after {
    right: 10px;
}

.box-top p {
    font-size: 1.25em;
    font-weight: 700;
    color: #874800;
    padding: 10px 15px 0 15px;
}

