@charset "UTF-8";

/* title area */
#h1_title_area {
    width: 100%;
    position: relative;
}
#h1_title_area h1 {
    float: left;
    width: 50%;
}
#h1_title_area ul {
    position: absolute;
    right: 0;
}

h4.contTtl_pec.title_icon {
	width:100%;
	display:table;
}
h4.contTtl_pec.title_icon span {
	display:table-cell;
	vertical-align:middle;
}
h4.contTtl_pec.title_icon span.icon {
	text-align:right;
	padding-bottom:0.2em;
}

.list01 li { list-style:none; text-indent:-1em; padding-left:1em;}
.list02 {padding-left:2em;}
.list02 li {
list-style:none;
text-indent:-2em;
text-indent:-1.9em; /* IE8 */
}
.list03 {padding-left:2.2em;}
.list03 li {
list-style:none;
text-indent:-2.2em;
text-indent:-2.1em; /* IE8 */
}

/* list anchor */
.layer4right_pec .listAnchor3_wrap_pec {
    padding: 20px 0;
    border-bottom: 1px solid #000;
    font-size: 11px;
}

/* grid */
.layer4right_pec .grid2_w580_pec {
    display: inline;
    float: left;
    width: 580px;
    margin: 0 6px;
 }
.layer4right_pec .grid1_w135_pec {
    display: inline;
    width: 135px;
    margin: 0 6px;
}
.layer4right_pec .grid1_w135_pec.floatR_pec {
    float: right;
}

.layer4right_pec .grid2_w525_pec {
    display: inline;
    float: left;
    width: 525px;
    margin: 0 6px;
 }
.layer4right_pec .grid1_w190_pec {
    display: inline;
    width: 190px;
    margin: 0 6px;
}
.layer4right_pec .grid1_w190_pec.floatR_pec {
    float: right;
}

/* font color */
.txtCff0000_pec {
    color: #ff0000;
}

.red_box {
    color: #ff0000;
	border:1px #ff0000 solid;
	padding:5px;
}
.red_box02 {
	border:1px #ff0000 solid;
	padding:5px;
}

/* clearfix FireFox only */
@-moz-document url-prefix() {
    .clearfix_pec:after {
        overflow: hidden;
    }
}

.w40 { width:40% !important; }