@charset "utf-8";
/* CSS Document */

#bg_title{
	background:url(../../works/files/bg_titleimg.jpg) no-repeat top center;
}

/*-------------- #index --------------*/

#index{
	/*margin-top:-29px;*/
}
#index li.litop{	
	padding-bottom:70px;
}

.text_area{
	/*border-top: #1267b0 solid 1px;
	border-bottom: #1267b0 solid 1px;*/
	margin-bottom: 40px;
}
.Atext02 {
	padding-left: 20px;
}
.op_01 .ttl {
	margin-top: 15px;
}
.op_01 .link {
    color: #1267b0;
    text-decoration: none;

    text-decoration: underline;
    position: relative;
}
.op_01 .link:after {
	content: "";
    background: url(/common/images/icon_arrow.gif) no-repeat 0px center;
    position: absolute;
    display: block;
    width: 18px;
    height: 14px;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.op_01 .link:hover {
	opacity:.7;
}
.forlink01 {
    position: relative;
}
.forlink01 a {
    position: absolute;
    top: 34%;
    right: 0;
    padding-left: 15px;
    background: url(../../common/images/icon_arrow.gif) no-repeat left center;
    color: #1267b0;
    font-weight: normal;
    font-size: 75.0%;    
}
.op04 .link {
    color: #1267b0;
}