@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
    margin-bottom:1px;
    height:100%;
    }

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 100%; 
	list-style-type: none;
}
table,th,td,img {
	border:0;
}
input {
	vertical-align:middle;
}
ul {
	list-style: none;
}
html {
    margin-bottom:1px;
    height:100%;
    }
form,input,textarea.select{
	margin: 0px;
	padding: 0px;
}
	
/* リセット部分↑
------------------------------------*/
body {
font-size: 62.5%;
/*
font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
*/
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic","メイリオ",Meiryo,arial,helvetica,sans-serif;
line-height: 1.4;
color:#4b4530;
}
p { font-size: 1.2em; /* 12px */ }

dt,dd,td,th{ font-size: 1.2em; /* 12px */ }
/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
.clearfix {   
	display: inline-block;
}
/* float解除 */
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}


