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

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


.c_header{
	padding:0 10px;
	width:1024px;
	position:relative;
	margin:0 auto 5px auto;
	z-index:10;
	
}



h1 {
	font-size:2em;
}



.fb-like {
	position:relative;
	top:-5px;
}


.atfirst{
	padding:10px;
	width:1024px;
	position:relative;
	margin:0 auto 5px auto;
	z-index:10;
	}
	.atfirst > p {
		padding:0;
		margin:0
	}
	.atfirst > h2 {
		font-size:1.3em;
		margin:0;
		padding:0;
	}
	
.menu{
	padding:10px;
	width:1024px;
	position:relative;
	margin:0 auto 5px auto;
	z-index:10;
	}
	.menu > h2 {
		font-size:1.4em;
		margin:0;
		padding:0;
	}
	
	ul {
		padding:0;
		margin:0 auto 0 10px;;
		}
	.menu >ul> li {
		padding:0;
		width:310px;
		margin:0 10px 0 10px;;
		list-style:circle;
		position:relative;
		float:left;
		}
	
	



	.c_maker {
		border:#999 solid 1px;
		padding:10px;
		width:1024px;
		position:relative;
		margin:0 auto 5px auto;
		background-color:#FFF;
		z-index:100;
	}
	
	.box {
		position:relative;
		width:100%;
		height:150px;
		overflow:hidden;
		z-index:100;
		margin:10px auto;
		text-align:right;
	}
	.box > .h3_header{
		position:absolute;
		z-index:150;
		font-size:36px;
		left:20px;
		width:1000px;
		overflow:hidden;
		line-height:1em;
		color:#222;
		text-align:left;
		}
	
	img.banner {
		position:relative;
		top:-100px;
		z-index:50;
	}
	img.shadow {
		visibility:hidden;
	/* position:relative;
		z-index:70;
		top:-620px;*/
	}

.c_header_bg{
		width:100%;
		height:450px;;
		background-color:#FFFBE1;
		color:#000;
		position:fixed;
		background-image:url(images/6554321447_02b7598593_o.jpg);
		background-position:top;
		padding-bottom:10px;
	}
	
	
	.h3_header {
		position:relative;
		clear:both;
		font-size:1.6em;
		margin:0;
		padding:0;
	}
	.categorycome {
		position:relative;
		width:97%;
	}
	
	.c_desk {width:auto; position:relative; clear:both;z-index:100;}
		.c_desk>h3 {font-size:1.2em;}
	.c_wall{width:auto; position:relative; clear:both;z-index:100;}
		.c_wall>h3 {font-size:1.2em;}
	.c_sticker{width:auto; position:relative; clear:both;z-index:100;}
		.c_sticker>h3 {font-size:1.2em;}
	
	.cat_mainitem {
		width:100px;
		border:none;
		text-align:center;
		position:relative;
		float:left;
	}
	
	
	.cat_item {
		border:1px #EEE solid;
		border-radius:3px;
		width:60px;
		padding:5px;
		margin:3px;
		text-align:center;
		float:left;
	}
	
	.cat_item > img {
		position:relative;
		margin:0 auto;
	}
	
	.end{
		position:relative;
		clear:both;
	}
		/*所属アイテムが2個以上の時*/
	
	.cat {
		position:relative;
		float:left;
		border:1px #999 solid;
		margin:3px;
		padding:10px;
		width:97%;
	}
	
	.cat > h3 {
		width:420px;
	}
	
	.cat >.category_text{
		width:80%;
		position:relative;
		float:left;
	}
	.cat > .items {
		position:relative;
		float:left;
		width:80%;
	}
	
	/*所属アイテムが1個の時*/
	.cat_1 {
		position:relative;
		float:left;
		border:1px #999 solid;
		margin:3px;
		padding:10px;
		width:97%;
		height:150px;
		overflow:scroll;
	}
	
.contents {
	background-color:#FFF;
	position:relative;
	top:460px;
	padding-bottom:300px;
	z-index:50;
}


	
		.c_header_bg a{
			color:#000;
		}
		
		.c_header_bg a:visited {
			color:#000;
		}
		.c_header_bg a:active {
			text-decoration:none;
		}
		.c_header_bg a:hover {
			text-decoration:none;
		}


.c_footer {
	width:100%;
	background-color:#FFFBE1;
	position:fixed;
	bottom:0;
	z-index:200;
	background-position:bottom;
	}

.c_footer_txt{
	color:#000;
	padding:5px 10px;
	width:1024px;
	position:relative;
	margin:0 auto 0px auto;
	text-align:center;
}

/*　////　ここから戻るボタン　////　*/

.return {
    background: #FFF;
	color:#333;
    position: fixed;
    bottom: 40px;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
	text-decoration:none;
	border:3px solid #333;
	font-weight:600;
}
.return a{
	color:#000;
}