@charset "utf-8";

/* For reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; /* リンクやフォーム部品がフォーカス状態の時のボーダーを0に */
    font-size: 100%; /* 文字サイズを100%に */
    vertical-align: baseline; 
   /*  親要素のベースラインに揃える */
	
}

a img { text-decoration:none;}


ol, ul {
    list-style: none; 
}

blockquote, q {
    quotes: none; /* 引用符なし */
}

/* remember to define focus styles! */
:focus {
    outline: 0; /* リンクやフォーム部品がフォーカス状態の時のボーダーを0に */
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none; /* 下線などの装飾をなしに */
}

del {
    text-decoration: line-through; /* 取消線を表示 */
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse; /* セル間の余白をなしに */
    border-spacing: 0; /* セルのボーダー間の間隔を0に */
}

address, caption, cite, code, dfn, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

q:before,q:after {
	content:'';
}

/* form */  
button, fieldset, form, input, label, legend, select, textarea {  
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	margin:0;  
	padding:0;  
	vertical-align:baseline; 
	outline: 0;
}  
   
