@charset "utf-8";
/* CSS Document */

body, div, p, form, input, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address, th, td {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
}
img {
    border: 0;
}
ul {
    list-style:none;
}
html {
    margin-bottom:1px;
    height:100%;
}
/* リセット部分↑
------------------------------------*/
body {
font-size: 62.5%;
font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
}
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
} 

/*パンくずリスト---------------------------*/
ul.root{
	color:#BC4B78;
}
	ul.root li{
		display:inline;
	}
		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;
}  
