/*  初期化   */

html {  
    overflow-y: scroll;  
} 


body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6,  
pre, form, fieldset, input, textarea, p, blockquote, th, td,dt,dd,em{  
    margin: 0;  padding: 0; 
    font-family: 'Montserrat','YuGothic','Yu Gothic', 'Hiragino Kaku Gothic Pro','メイリオ',sans-serif; 
}  
address, caption, cite, code, dfn, em, strong, th, var  {  
    font-style: normal;  
}  
table   {  
    border-collapse: collapse;  border-spacing: 0;  
}  
caption, th {  
    text-align: left;  
}  
q:before ,q:after   {  
    content: '';  
}  
object, embed   {  
    vertical-align: top;  
}  
hr, legend  {  
    display: none;  
}  
h1, h2, h2, h3, h5, h6  {  
    font-size: 100%;  
}  
img, abbr, acronym, fieldset    {  
    border: 0;  
}  
li  {  
    list-style-type: none;  
}

a{
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a:hover{
	opacity: 0.6;
}

em{
	font-weight: normal;
}

.other{
	padding: 0;
	margin: 0;
}



/* ie7 */ *:first-child+html body { font-size: 88%; /* 75%; */}
/* ie6Below */ * html body { font-size:88%; /* font-size: 75%; */}
/* ie8 */ html>/**/body { font-size /*\**/: 88%\9;}



