@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
	color:#000;
	margin:0;
	padding:0;
	background:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-size:100%;
	-webkit-text-size-adjust: none;	
}

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

ul{ list-style:none;}

/*
a:hover img {
filter: alpha(opacity=70);
-moz-opacity:0.60;
opacity:0.60;
}
*/

img{
	margin:0;
	padding:0;
	vertical-align:top;
	}

/*
html ----------------------------------------------------------*/




/* body base
===============================================================*/

#main{
	width:100%;
	position:relative;
	}

#container{ 
	width:100%;
	margin:0 auto;
	text-align:left;
	background:
	url(../images/footer_vis.gif) no-repeat bottom right,
	url(../images/green_top.gif) repeat-x top left,
	url(../images/green_bottom.gif) repeat-x bottom left;
	}

#wrap{
	max-width:1280px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:100px;
	}



/* header
===============================================================*/

header#headerArea{
	padding:15px 0;
	min-height:90px;
	width:100%;
	background:#000;	
	}

header#headerArea .inner{
	max-width:1280px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}
header#headerArea .inner h1{
	position:absolute;
	top:40px;
	left:45px;
	font-size:100%;
	color:#fff;
	}

.sns{
	position:absolute;
	top:20px;
	right:0;}

.sns li{
	float:right;
	}


.category{
	position:absolute;
	top:40px;
	right:0;
	color:#fff;
	}

.category a{
	color:#fff;
	font-size:108%;
	text-decoration:none;
	}

.category a:hover{
	text-decoration:underline;
	}
	
	
@media screen and (max-width: 800px) {


.sns{
	position:relative;
	top:0;
	right:0;
	margin-top:25px;
	}	
	
}	
	
@media screen and (max-width: 480px) {

header#headerArea .logo img{
	width:100%;
	height:auto;
}
header#headerArea .inner h1{
	position:absolute;
	top:30px;
	left:35px;
	font-size:100%;
	color:#fff;
	font-weight:normal;
	}
.sns{
	position:relative;
	top:0;
	right:0;
	margin-top:25px;
	}	
	
}	
	
/* footer
===============================================================*/

footer#footerArea{
	width:100%;
	clear:both;
	text-align:left;
	background:#000;
	position:relative;	
	}

footer#footerArea .inner{
	max-width:1280px;
	padding:23px 10px 17px 10px;	
	margin:0 auto;
	text-align:left;
	position:relative;
	}



.copyright{
	position:absolute;
	right:0;
	top:38px;
	}

.copyright small{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:93%;
	}
	
	
@media screen and (max-width: 480px) {
	
.copyright{
	clear:both;
	position:relative;
	left:0;
	top:0;
	padding-top:10px;
	text-align:center;
	}
}















