@charset "utf-8";

/*==========================================
File name: footer-pc.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2015.10.24
========================================== */

/* ***** 必須設定 ************************ */

#footer {
	min-width: 1080px;
}

#footer_inner{
	width: 1080px;
	padding: 60px 0;
}


/* *************************************** */

/**/

.common_inq_in{
width: 1080px;
margin: 0 auto;
padding: 60px 0;
clear: both;
overflow: hidden;
}

.common_inq_in .area_01,
.common_inq_in .area_02{
	width: 540px;
	padding: 25px 0;

}

.common_inq_in .area_01{
	float: left;
}
.common_inq_in .area_02{
	float: right;
}


.common_inq_icon img{
width: 65px;
height: auto;
}


/**/
.f_box{
clear: both;
overflow: hidden;
}
.f_box_l{
float: left;
width: 730px;
}
.f_box_r{
float: right;
width: 340px;
}

#f_menu_pc{
clear: both;
overflow: hidden;
}


#f_menu_pc ul {
float: left;
}

#f_menu_pc ul + ul{
margin-left: 40px;
}


#f_menu_pc li {

}

#f_menu_pc li+li{
margin-top: 7px;
}

.f_menu01{
background: url(../../images/common/li01.png) no-repeat 0px 7px;
padding-left: 13px;
}
.f_menu02{
background: url(../../images/common/li02.png) no-repeat 0px 5px;
padding-left: 13px;
margin-left: 13px;
}




