@charset "utf-8";

/**
 * RESET STYLE
 * @version 	0.0.6 2012-04-05
 * @author		utix
 * @description
	[ NOTE ]
	0. RESET
	1. FONT
	2. OTHER
*/


/* ----------------------------------------
 * 0. RESET
 * ---------------------------------------- */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b,i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent;}
article, aside, dialog, figure, footer, header,hgroup, nav, section { display:block;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,q:before, q:after { content:''; content:none;}
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;}
a img { border:0;}
ins { color:#000; text-decoration:none;}
mark { color:#000; font-style:italic; font-weight:bold;}
del { text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom:1px dotted #000;cursor:help;}
table { border-collapse:collapse;border-spacing:0;}
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select { vertical-align:middle;}



/* ----------------------------------------
 * 1. FONT
 * ---------------------------------------- */
body { font:13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','メイリオ','ＭＳ Ｐゴシック','Verdana','Arial',sans-serif; *font-size:small; *font:x-small; -webkit-text-size-adjust:none; -ms-text-size-adjust:100%; line-height:1.4;}
select,input,button,textarea,button { font:99% arial,helvetica,clean,sans-serif;}
table { font-size:inherit;font:100%;}
pre,code,kbd,samp,tt { font-family:monospace;*font-size:108%;line-height:1;}
* html body { font-family:'メイリオ','ＭＳ Ｐゴシック','Verdana','Arial',sans-serif;}
*:first-child+html body { font-family:'メイリオ','ＭＳ Ｐゴシック','Verdana','Arial',sans-serif;}
*:first-child+html h1,
*:first-child+html h2,
*:first-child+html h3,
*:first-child+html h4,
*:first-child+html strong { font-family:'メイリオ','ＭＳ Ｐゴシック','Verdana','Arial',sans-serif;}
a { outline: none;}
a:link { color: #333; text-decoration: none;}
a:visited { color: #333; text-decoration: none;}
a:hover { color: #333; text-decoration: underline;}
a:active { color: #333; text-decoration: underline;}
p { margin-bottom:1em;}



/* ----------------------------------------
 * 2. OTHER
 * ---------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after { content:""; display:block; overflow:hidden;}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1;}
/* For IE */
*html { filter:expression(document.execCommand("BackgroundImageCache", false, true));}