@charset "UTF-8";
/* CSS Document */
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*---------------------*/

body {
   -webkit-text-size-adjust: none;
	margin:0;
	padding:0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:15px;
	line-height:1.4em;
	width:100% !important;
        min-width: 100%;
        -webkit-text-size-adjust:100%;
        -ms-text-size-adjust:100%;
}

a{
	display:block;
	}
ol, ul{
    list-style:none !important;
}
hr.style1{
	border-top: 1px solid #EBC4CA;
	width:100%;
}

/*---------------------*/
.wrapper{
    	width: 100%;
	margin:0 auto !important;
    }
.wrapper img{
	width:100%;
}
@media only screen and (min-width: 750px) {
    .wrapper {
        width: 750px !important;
    }
}
#head{
	background:#EBC4CA;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
}
#head .logo{
	width:40%;
	color:#fff;
}
#main{
	
}
#main .renovation{
	width:90%;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:5%;
	margin-right:5%;
}
#main .ttl{
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	width:100%;
	font-size:20px;
	letter-spacing:0.2em;
}
#main .companylist{
	width:100%;
}
#main .company{
	width:30%;	
	float:left;
	margin-left:2.5%;
	margin-bottom:50px;
}
#main .company .name{
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	font-size:15px;
	line-height:1.6em;
}
#main .company .name2{
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	font-size:15px;
	line-height:1.6em;
	height:48px !important;
}
#main .company .name3{
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	font-size:14px;
	line-height:1.6em;
	height:48px !important;
}
#main .company .list{
	width:100%;
	border:1px solid #000;
}
#main .company .list .ul_left {
    display: table;
    position: relative;
    margin-right: auto;
}
#main .company .list ul{
	margin-top:10px !important;
	margin-bottom:10px !important;
}
#main .company .list ul li {
	list-style-type: none;
	position: relative;
	padding:0;
	padding-left:3px !important;
	margin-left:-1.2em !important;
	margin-bottom:5px;
}

#main .company .list li:after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: -1.2em;
	width: 10px;
	height: 10px;
	border-right: 1px solid #f7594d;
	border-bottom: 1px solid #f7594d;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cooperation{
	background:#f0f0ef !important;
	padding-top:50px !important;
	padding-bottom:30px !important;
	}
#cooperation ul {
	list-style-type: none;
	padding-left: 0;
}

#cooperation .inline li {
	padding: 0;
	margin: 1%;
}
#cooperation .inline {
	text-align: center;
}
#cooperation .inline li{
	display: inline;
}
#cooperation li .ems{
	width:8%;
	margin-right:3%;
}
#cooperation li .maruzen{
	width:14%;
	margin-right:3%;
}
#cooperation li .junkudo{
	width:18%;
	margin-right:3%;
}
#cooperation li .bunkyodo{
	width:10%;
	margin-right:3%;
}
#cooperation li .honto{
	width:8%;
}
#powered{
	border-top:5px solid white;
	border-bottom:5px solid white;
	background:#facccc;
	padding-top:50px !important;
	padding-bottom:40px !important;
	}
	
	
	
#footer .finalworks .logo{
	width:30%;
}
#footer .copyright{
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	text-align:center;
	background:#e60000;
	font-size:0.6em;
	color:#fff;
}