/* SETTING
-------------------------------------------------- */
.pc_icon { vertical-align: middle; display: none; }

.global_header .function_nav li.global { margin-top: 0 !important; }

.button { -webkit-border-radius: 6; -moz-border-radius: 6; border-radius: 6px; display: block; text-align: center; }
.button .inner { padding-left: 12px; background-repeat: no-repeat; background-position: left center; }
.button .inner.pc { display: inline; }
.button .inner.sp { display: none; }

.button.button_type_gray { background-color: #ffffff; background-image: -webkit-linear-gradient(top, white, #e1e1e1); background-image: -moz-linear-gradient(top, white, #e1e1e1); background-image: -ms-linear-gradient(top, white, #e1e1e1); background-image: -o-linear-gradient(top, white, #e1e1e1); background-image: linear-gradient(to bottom, white, #e1e1e1); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#e1e1e1); border: solid #c7c7c7 1px; }
.button.button_type_gray .inner { background-image: url("../img/arr_red.png"); }
.button.button_type_gray:hover { background-color: #dedede; background-image: -webkit-linear-gradient(top, #dedede, #dedede); background-image: -moz-linear-gradient(top, #dedede, #dedede); background-image: -ms-linear-gradient(top, #dedede, #dedede); background-image: -o-linear-gradient(top, #dedede, #dedede); background-image: linear-gradient(to bottom, #dedede, #dedede); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dedede, endColorstr=#dedede); }



/* TITLE
-------------------------------------------------- */
#melfa_main_area .about_ttl {
    font-size: 114.286%;
    font-weight: bold;
	margin-top: 15px;
    margin-left: 0;
    padding-bottom: 3px;
}

#melfa_main_area .section {
	margin-bottom:25px;
}
#melfa_main_area .section p{
	line-height: 1.55;
}
#melfa_main_area .section p.intro{
	font-size: 88%;
}
#melfa_main_area .section .layout01 .caption {
	font-size: 72%;
	line-height: 1.5;
}

#melfa_main_area .section .layout01 .caption {
	font-size: 66%;
	line-height: 1.5;
}

/* About e-F@ctory
-------------------------------------------------- */

#melfa_main_area .about-e_section {
    border: 1px solid #bbb;
	margin-top: 25px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px;
    width: 980px;
}

#melfa_main_area .about-e_section .about-e_ttl {
    border-bottom: 1px solid #bbb;
    font-size: 114.286%;
    font-weight: bold;
	margin-top: 0px;
    margin-left: 0;
    padding-bottom: 3px;
}

/* PDF button
-------------------------------------------------- */
#melfa_main_area .section .button {
    border-radius: 6px;
    display: block;
    text-align: center;
}
#melfa_main_area .section .button .inner {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;
}
#melfa_main_area .section .button .inner.pc {
    display: inline;
}
#melfa_main_area .section .about-e_section .button.button_type_gray {
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, white, #e1e1e1);
    border: 1px solid #c7c7c7;
}
#melfa_main_area .section .about-e_section .search_heading_right_button .button {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 2px 4px;
    text-decoration: none;
}
#melfa_main_area .section .about-e_section img.icon {
    max-width: inherit !important;
    padding-left: 3px;
    vertical-align: text-top !important;
}
#melfa_main_area .section .about-e_section .search_heading_right_button {
    text-align: right;
    width: 40%;
	margin-top: 10px;
}
#melfa_main_area .section .about-e_section .button.button_type_gray .inner {
    background-image: url("../img/arr_red.png");
}
#melfa_main_area .section .about-e_section .button.button_type_gray:hover { 
    background-color: #dedede; background-image: -webkit-linear-gradient(top, #dedede, #dedede); 
	background-image: -moz-linear-gradient(top, #dedede, #dedede); 
	background-image: -ms-linear-gradient(top, #dedede, #dedede); 
	background-image: -o-linear-gradient(top, #dedede, #dedede); 
	background-image: linear-gradient(to bottom, #dedede, #dedede); 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dedede, endColorstr=#dedede);
}


