@charset "utf-8";

/* ブラウザ標準CSSリセット用CSS */


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;}
body{
	*font-size: small; /*IE7*/
	*font: x-small; /*IE6*/
	font-family:Arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",sans-serif;
	font-size: 13px;
	line-height: 1.6;
}
/*html:\66irst-child body {
	font-size:12px; safari only \
}*/
table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0;line-height:1.5em;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
textarea {font-size:100%;}
img {vertical-align:bottom;}


/* form */

select option {padding:0 0.5em;}
form label{cursor:pointer;}
input:focus,select:focus,textarea:focus{
}
button {
	padding: 0px;
}



/* Clieafix */

.clearfix:after {
	content:"";
	display:table;
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}


/* FocusOFF */

a:focus {
	outline:none;
}
a {
	outline:none;
	overflow:hidden;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

