 @charset "utf-8";


/*-----------------------------	
	.tano-jin-text-01
-----------------------------*/
#tano-main-area .tano-jin-text-01 {
    margin: 0 10px 0 20px;
    font-size: 16px;
}

/*-----------------------------	
	.tano-jin-text-01-02
-----------------------------*/
#tano-main-area .tano-jin-text-01-02 {
    margin: 30px 0 0 0;
    font-size: 24px;
    font-weight: 700;
}

/*-----------------------------	
	.tano-h2
-----------------------------*/
#tano-main-area h2.tano-h2 {
	border-left: none;
    background: #099ad2;
    margin: 40px 0 15px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding: 15px 0 15px 20px;
    border-radius: 10px;
}

/*-----------------------------	
	.tano-h3
-----------------------------*/
#tano-main-area h3.tano-h3 {
	border-bottom: dotted 1px #555;
    margin: 20px 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    padding: 8px 0 5px 20px;
    background: #fff;
    width: 540px;
}

#tano-main-area h3.tano-h3-02 {
	border: solid 1px #70ad47;
    margin: 10px 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 0 8px 20px;
    background: #70ad47;
    border-radius: 10px;
    width: 220px;
}

#tano-main-area h3.icon-none {
	background: none;
	padding: 8px 0 4px 20px;
}

/*-----------------------------	
	.tano-h4
-----------------------------*/
#tano-main-area h4.tano-h4 {
	background-color: #f7f7cb;
    margin: 20px 0 10px 10px;
    padding: 10px 0 5px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #960303;
    border-bottom: none;
}


/*-----------------------------	
	nav.tano-nav
-----------------------------*/
#tano-main-area nav ul.tano-nav-btn {
	margin: 20px 0 15px -3px;
}

#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: table-cell;
    background: #fff url(arrow_b-over.png) no-repeat 98% 51%;
    text-decoration: none;
    text-align: center;
    width: 476px;
    vertical-align: middle;
    padding: 10px 0 5px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 8px #017bc8 solid;
}

#tano-main-area nav ul.tano-nav-btn li a:hover {
	color: #fff;
	background: #c00 url("arrow_w-over.png") no-repeat 98% 51%; 
	text-decoration: none;
}

/*-----------------------------	
	img
-----------------------------*/
.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: 0;
}