@charset "utf-8";
/* CSS Document */

body, p, div, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address, th, td {
	margin: 0px;
	padding: 0px;
}

ul {
    list-style:none;
}
html {
    margin-bottom:1px;
}
/* リセット部分↑
------------------------------------*/

/*パンくずリスト---------------------------*/
ul.root{
	color:#BC4B78 !important;
}
	ul.root li{
		display:inline !important;
	}
		ul.root li a{
			color:#BC4B78 !important;
		}
/*---------------------------パンくずリスト*/

/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
.clearfix {   
	display: inline-block;
}  
