@charset "shift_jis";
/* CSS Document */

/* -----------------------------------------------
　　　footer.css
----------------------------------------------- */

.footer a:link,
.footmenu a:link{
	color: #333333;
}

.footer a:visited,
.footmenu a:visited{
	color:#666666;
}

.footer a:hover,
.footmenu a:hover{
	color: #CC0000;
}

.footer a:active,
.footmenu a:active{
	color:#1c66b0;
}


/* gotop
========================================== */

.gotop {
	width: 1000px;
	margin: 50px auto 0;
	text-align: right;
}

/* footer
========================================== */
.footer {
	width: 100%;
	background: url(/image/common/bg_footer.gif);
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 0 0 20px;
}

.footer h2 {
	margin: 20px 0 10px;
}

.footer p {
    margin: 0 auto;
    text-align: left;
    width: 915px;
}

.footer ul{
	text-align: left;
}

.footer ul li {
	display: inline;
	text-align: left;
	margin: 0 5px;
}

.footer ul li a {
	background: url(/image/common/arrow_01.png) no-repeat left 0.2em;
	padding: 0 0 0 10px;
}


.footerbnr {
	width: 100%;
	background: url(/image/common/bg_footer.gif);
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 0 0 20px;
}

.foobnr ul{
	margin: 0 auto 20px;
	width: 1000px;
    text-align: center;
}

.footerbnr ul li{
	display: inline;
	margin: 0 5px;
}

.footerbnr ul li a{
	padding: 0 0 0 5px;
}

.fot_wrap {
	width: 960px;
	margin: 0 auto 5px;
}

.fot_wrap p {
	width: 35px;
	float: left;
	padding: 3px 0 0 10px;
}

.fot_wrap ul {
	width: 915px
	float: left;
}

.servicemap_noicon {
	width: 840px;
	margin: 0 auto 5px;
	display: table;
}

.servicemap_noicon ul {
	margin: 0 0 0 20px;
	width: 920px;
}

.servicemap_simple {
	width: 960px;
	margin: 10px auto;
}

.servicemap_simple .box {
	width: 230px;
	float: left;
}

.servicemap_simple ul li {
	padding: 0 0 0 11px;
	font-size: 12px;
	margin: 0 0 5px;
	display: block;
}

.servicemap_simple ul li.none {
	background: none;
	border-left: #6a6a6a 6px solid;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 5px;
}

/* footmenu
========================================== */
.footmenu {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.footmenu ul {
	margin: 0 auto 20px;
	width: 1000px;
}

.footmenu ul.txt li {
	display: inline;
	text-align: left;
}

.footmenu ul.bn li {
	display: inline;
	margin: 0 5px;
}

.footmenu .copy {
	width: 960px;
	margin: 0 auto;
}

.footishd {
	width: 80%;
	margin: 20px auto;
	text-align: center;
}

.footishd {
	width: 925px;
    border: 2px solid #bbbbbb;
    border-radius: 4px;
    margin: 0 auto 20px; 
    padding: 2em;
    position: relative;
}
.footishd::before {
    background-color: #fff;
    color: #7a7a7a;
    content: "ＩＳグループのサービス";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.footishd ul {
	margin: 0 auto 20px;
	width: 95%;
}

.footishd li {
	display: inline;
	margin: 0 10px;
}


/*------------------clearfix*/

.servicemap_simple:after,
.servicemap_simple:before {
    content: " ";
    display: table;
}

.servicemap_simple:after {
    clear: both;
}

.servicemap_simple {
    *zoom: 1;
}