@charset "utf-8";

#breadcrumb {
 border-top: 1px solid #ccc;
 margin-top: 8px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
#breadcrumb ol { 
 margin: 0px; 
 padding: 4px 16px;
}
#breadcrumb ol li {
 display: inline;
 list-style-type: none;
 margin: 0px;
}
#breadcrumb ol li:before {
 position: static;
 padding: 0px 0px 0px 2px;
 background: transparent;
 content: " > ";
}
#breadcrumb ol li:first-child:before {content: "";}

#footer{
 background-color: #000;
 border-top: 1px solid #ccc;
 clear:both;
 padding:9px 0px;
 width:100%;
}
#footer:after{
	content: "";
	clear: both;
	display: block;
}
#footer a{background-color:transparent; color:#ddd;}
#footer ul{color:#ddd; margin: 0px 30px 10px 0px; text-align:left; float:left; min-width:16%;}


.cp { color:#fff; border-bottom:1px solid; font-weight:bold; list-style:none; margin:12px 40px 12px -12px; }
.lk { list-style:none; width:640px; }
.l2 { column-count:2; column-width: 240px; }
.l3 { column-count:3; }
.small{font-size:small;}

hr {border-top: 1px solid #ccc;}
img{max-width: 100%;height: auto;}

/********************　メディアクエリ　********************/

@media screen and (max-width: 640px) {

}
