@charset "utf-8";

/*===================================================================
	index.htm
===================================================================*/
.handyAncNav {
	width: 960px;
	margin: 30px auto;
}
.handyAncNav > li {
	float: left;
	margin-right: 20px;
    width:306px;
    height:440px;
    border:1px solid #E5E5E5;
    padding:15px 10px;
    box-sizing: border-box;
}
.handyAncNav > li.last {
	margin-right: 0;
}

.floatL {
    float:left;
}
.floatR {
    float:right;
}

.kakomi {
border:1px solid #ff0000;
    padding:10px 15px;
    margin:30px 0 30px;
    }

#contents .headSection .title span.fs15 {
font-size:15px;
}

.tmm_original {
color:#FFFFFF;
background:#ff872a;
padding:5px 10px;
border-radius:5px;
}

.btn.flL, .btn.flR {
    width: 46%;
    padding: 10px;
    border: 2px solid #005DAA;
    border-radius: 5px;
    text-align: center;
    box-shadow: 5px 5px 10px #8C8A89;
}

.btn.flL, .btn.flR {
    width: 46%;
    padding: 10px;
    border: 2px solid #005DAA;
    border-radius: 5px;
    text-align: center;
    box-shadow: 5px 5px 10px #8C8A89;
}

#contents .headSection .title span.tmm_original {
    display: block;
}

a.txt_link_in {
    display: block;
    position: relative;
}
a.txt_link_in::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.2em;
    right: 118px;
    width: 15px;
    height: 15px;
    background: url(/common/images/ico_link_01.gif) no-repeat;
}