.lead_btn {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background: #fbb700;
background-image: -moz-linear-gradient(top, #fbb700 0%, #ff8c00 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbb700), color-stop(100%,#ff8c00));
background-image: -webkit-linear-gradient(top, #fbb700 0%,#ff8c00 100%);
background-image: -o-linear-gradient(top, #fbb700 0%,#ff8c00 100%);
background-image: linear-gradient(to bottom, #fbb700 0%,#ff8c00 100%);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: #fbb700;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb700', endColorstr='#ff8c00', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
padding: 11px 100px;
font-size: 17.5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
display: inline-block;
line-height: 20px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.lead_btn:hover {
color: #ffffff;
text-decoration: none;
background: #ff8c00;
background-image: -moz-linear-gradient(top, #ff8c00 0%, #fbb700 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8c00), color-stop(100%,#fbb700));
background-image: -webkit-linear-gradient(top, #ff8c00 0%,#fbb700 100%);
background-image: -o-linear-gradient(top, #ff8c00 0%,#fbb700 100%);
background-image: -ms-linear-gradient(top, #ff8c00 0%,#fbb700 100%);
background-image: linear-gradient(to bottom, #ff8c00 0%,#fbb700 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#fbb700',GradientType=0 );
}

.box{
width:640px;
margin-bottom:20px;
padding-left:0px;
}

.leaf_content .box_left{
float:left;
width:200px;
margin-right:4px;
margin-left:0px;
padding:0px;
border:1px solid #ccc;
height:380px;
letter-spacing: 0em;
line-height: 1.5;
font-size:13px;
}

.leaf_content .box_left img{
margin:25px 25px 0px 25px;
}

.leaf_content .box_left .name{
margin:0px 10px 10px 10px;
letter-spacing: 0em;
line-height: 1.5;
font-size:13px;
}

.color1{
border-left:5px solid #00570c;
padding-left:10px;
color: #00570c;
font-weight: bold;
}

.color2{
border-left:5px solid #8d0000;
padding-left:10px;
color: #8d0000;
font-weight: bold;
}

.color3{
border-left:5px solid #00177b;
padding-left:10px;
color: #00177b;
font-weight: bold;
}

.color4{
font-weight: bold;
}

.content_l h1 {
font-size: 22px;
font-weight: bold;
color: #000000;
background: none;
line-height: 1.2;
margin-bottom: 5px;
padding-bottom: 0;
}
p.author {
color: #666666;
font-size: 12px;
margin-bottom: 10px;
}

p.caption {
margin: 10px 0 15px;
letter-spacing: 0.05em;
font-size: 16px;
line-height: 1.8;
}

#sbm-bar.fixed {
position: relative;
}


.tour_info {
border: 5px solid #041D2F;
background-color: #e4ecf2;
padding-bottom: 20px;
margin-bottom: 20px;
}
.tour_info h4 {
padding: 5px 10px;
background-color: #041D2F;
color: #ffffff;
font-weight: bold;
font-size: 120%;
}
.tour_info p.date {
background-color: #ffffff;
color: #252525;
font-weight: bold;
margin: 0 10px 20px;
}
.tour_info .btn {
text-align: center;
}
.tour_info .btn a {
padding: 10px 20px;
font-weight: bold;
color: #ffffff;
background-color: #F45B21;
}
.tour_info .btn a:hover {
background-color: #ec916e;
text-decoration: none;
}
.tour_info p {
padding: 0 10px;
font-size: 16px;
line-height: 1.5;
padding: 10px;
}
.list_disc {
margin: 10px 0 20px;
}
.list_disc li {
list-style-type: disc;
margin-left: 30px;
line-height: 2.0;
}

.wp_link {
text-align: center;
}
.wp_link a:hover {
opacity: 0.7;
}



.table_wp {
    margin-bottom: 20px;
    table-layout: fixed;
    width: 100%;
}
.table_wp td {
    background-color: #F5F5F5 !important;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
    padding: 5px;
    text-align: center;
}
