@charset "utf-8";
/* CSS Document */
body {margin:0;padding:0;background:#ffffff;font-family:"Open Sans", Arial, Helvetica, sans-serif;}
* {margin:0;padding:0;}
img {border:0;outline:none;}
a {text-decoration:none;outline:none;}
#pagedef {position:fixed;z-index:-1;width:100%;top:0px;left:0px;bottom:0px;right:0px;}
button, .submit {display:block;outline:none;border:none;cursor:pointer;}
.clear {line-height:2px;font-size:1px;clear:both;}
li {margin:0px;padding:0px;list-style:none;}

/* Transition */
button, button:hover,
input, input:focus, input:hover, textarea, textarea:focus,
a, a:hover, a span, a:hover span, a img, a:hover img
	{transition:0.3s;-moz-transition:0.3s;-webkit-transition:0.3s;-o-transition:0.3s;}

.clear {clear:both;line-height:1px;height:0px;font-size:1px;}
.hold {margin:auto;}

ul#pages {position:absolute;z-index:300;top:194px;display:block;width:100%;min-width:320px;overflow:hidden;}
li.page {display:block;position:absolute;width:100%;overflow:hidden;padding:0px;margin:0px;list-style:none;}

#start-loader {position:fixed;z-index:7777;top:0px;left:0px;right:0px;bottom:0px;background:url(../file/load.gif) center no-repeat #ffffff;}

a#scrolltop {position:fixed;z-index:700;display:block;right:0px;width:64px;height:64px;background:url(../file/up.png) center no-repeat rgba(0,0,0,0.5);border-radius:6px 0px 0px 0px;-moz-border-radius:6px 0px 0px 0px;filter:alpha(opacity=50);opacity:0.5;}
a#scrolltop:hover {background-color:#C10D2A;filter:alpha(opacity=100);opacity:1;}
a.scrolltop_disable {bottom:-80px;}
a.scrolltop_enable {bottom:0px;}
	
	
@media screen and (max-width: 979px)
{
	.hold {padding:0px 40px;}
	#pagemod {width:100px;}
}
@media screen and (max-width: 579px)
{
	.hold {padding:0px 20px;min-width:280px;}
}
@media screen and (min-width: 980px)
{
	.hold {width:900px;}
	#pagemod {width:900px;}
}
@media screen and (min-width: 1180px)
{
	.hold {width:1024px;}
}
@media screen and (min-width: 1460px)
{
	.hold {width:1260px;}
}

/* h1, h2, h3, h4, .gfont {font-family:"Oswald", Arial, Helvetica, sans-serif;} */