/*  サイトの共通スタイル
[作成日]2011/11/03
[更新日]
2015/07/13  更新
2016/08/02　html5＆レスポンシブ対応
----------------------------------------
*/

/*
===== 1: COMMON ==========================================
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
a:link, a:visited {
    color: #0000ff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #00ffff;
    text-decoration: none;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
/*
===== 2: CLEARFIX ==========================================
*/
.clearfix{
	zoom: 1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix{
	display: inline-table;
	/*\*/display: block;/**/
}

br{
	letter-spacing: 0;
}