@charset "utf-8";

/*======================================
　1.Reset
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,address,table,td,th {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	/*line-height: 1.5;*/
}

img {border: none;}

ul li,ol li { list-style-type: none; }


/*======================================
　2.Fonts
=======================================*/

body {
	font-size: 12px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	color: #565656;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}
	
/*ie5-6*/
* html body {
	font-size:75%;
}
/*======================================
 3.link 
 ======================================*/
 

a {
	color: #565656;
	text-decoration: underline;
}
a:hover {
	color: #FF1493;
	text-decoration: underline;
}
.pink {
	color: #FF137A;
}
/*a:visited {
	color: #4B4B4B;
	text-decoration: underline;
}*/

/*======================================
　4.Other
=======================================*/

/* clearfix
------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {   
    display: inline-block;   
} 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearBoth {
	clear: both;
}
