﻿@charset "utf-8";
/*
** default
*/


/*============================================================

 RESET

============================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,th,td { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
ol,ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }
caption, th { text-align:left; }
fieldset, img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
input, button, textarea, select, optgroup, option { font-size:100%;}


/*============================================================

 ANCHOR

============================================================*/

a:link    { color:#333; text-decoration:none; }
a:visited { color:#777; }
a:hover   { color:; text-decoration:underline; }
a:active  { }


/*============================================================

 APPEND-ESSENTIAL

============================================================*/

em		{}
strong	{}

/*hr*/
hr {display:none;}

/*img*/
img {vertical-align:bottom;}

/*clear*/
.clr {clear:both;}

/*clearfix*/
.cf:after {
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
* html .cf {zoom:1;}/* IE6 */
*:first-child+html .cf {zoom:1;}/* IE7 */

@media print {
}

