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

*                {padding:0; margin:0;}
body             {padding:0; margin:0; font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif; color:#333;}
body, div, li, p {font-size:14px; line-height:;}


h1,h2,h3,h4,h5,p,ul,li,em {
	margin:0px; 
	padding:0px; 
	font-weight:normal;
	font-style:normal;
}

ul,li {
	list-style-type: none; 
	margin:0;
}

a         {text-decoration:none; overflow:hidden; color:#333333;}
a:hover   {text-decoration:none; color:#c33200;}
.clear    {clear:both; margin:0; padding:0; height:0; width:0;}
.clear hr {display:none; border:none; height:0px;}
.left     {float:left;}
.right    {float:right;}
.alignc   {text-align:center;}
.alignl   {text-align:left;}
.alignr   {text-align:right;}
.disnon   {display: none;}

a:hover img {filter: alpha(opacity=80);
-ms-filter: “alpha(opacity=80)”;
opacity:0.8;
}


a:hover img {filter: alpha(opacity=80);
-ms-filter: “alpha(opacity=80)”;
opacity:0.8;
-webkit-transition: all .4s;
transition: all .4s;
}

a,
a::before,
a::after,
header img
{
	-webkit-transition: all .5s;
	transition: all .5s;
}


/********** HTML5対応 **********/

img {
	border:none;
	vertical-align:bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

