@charset "UTF-8";

/*---------基本-----------*/
.clearfix:after {
  content: "　";
  font-size:1px;  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.mb{
	display:none;
}
	


html{height:100%;}
body{
	height:100%;
	background-image:url(../images/common/body-bg.jpg);
	margin:0;
	color:#FFF;
	font-size:16px;
	line-height:1.5;
	font-family:sans-serif;
}

#wrapper{
	position:relative;
	min-height:100%;
	overflow:hidden;
}

#head-bar{
	background-image:url(../images/common/header-bg.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	height:65px;
}

#head-obj{
	width:100%;
	max-width:1280px;
	margin:0 auto;
	position:relative;
	height:60px;
}

#head-obj #header-logo{
	position:absolute;
	top:-5px;
	left:50%;
	width:160px;
	margin-left:-75px;
	z-index:101;
}

#head-obj #bt-shop{
	position:absolute;
	top:3px;
	right:5px;
	max-width:250px;
	/*width:30%;*/
}

#foot-elem{
	background-image:url(../images/common/footer-bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#000;
	/*position:absolute;
	bottom:0;
	left:0;*/
	width:100%;
	height:auto;/*260px;*/
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

#footer-spacer{
	height:30px/*260px*/;
}

#foot-elem #footer-copyright{
	display:block;
	margin:0 auto;
	margin-top:10px;
	width:90%;
	max-width:780px;
	margin-bottom:70px;
}

#foot-elem #footer-links{
	float:left;
	padding-top:22px;
	text-align:left;
	margin-left:10px;
	height:50px;
}

#foot-elem #footer-links a{
	border:1px #807e7b solid;
	background-color:rgba(0,0,0,0.4);
	padding:8px 10px;
	text-align:center;
	color:#bcba91;
	font-size:75%;
	text-decoration:none;
}

#foot-elem #footer-sns{
	float:right;
	padding-top:17px;
	text-align:right;
	margin-right:10px;
	height:50px;
}


div.sub{
	font-size:80%;
	color:#FFF;
	text-indent:-1em;
	margin-left:1.5em;
	margin-top:6px;
}

div.sub:before{
	content:"※";
}


/*-----menu-----*/
#navi{
	background-color:#000;
	background-image:url(../images/common/menu-bg.jpg);
	background-repeat:repeat-x;
}

#navi #menu{
	width:100%;
	max-width:880px;
	padding:0;
	margin:0 auto;
	height:45px;
	padding-top:16px;
}
#navi #menu li{
	display:block;
	margin:0;
	padding:0;
	width:220px;
	float:left;
	position:relative;
}

#navi #menu li img.menu-mark{
	position:absolute;
	top:-16px;
	left:50%;
	margin-left:-38px;
}

#navi #menu-border{
	background-image:url(../images/common/menu-border.jpg);
	height:17px;
}


#navi #menu span.inactive{
	filter: alpha(opacity=15);
	-moz-opacity:0.15;
	opacity:0.15;
}

/*----SUB MENU---*/
#submenu{
	text-align:center;
}

#submenu img{
	margin:0.3% 0.5%;
}

#submenu span{
	filter: alpha(opacity=15);
	-moz-opacity:0.15;
	opacity:0.15;
}

#submenu span.current{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#submenu #submenu4{
	margin-left:0.1%;
}


/*----Content----*/
#content{
	position:relative;
	width:100%;
	max-width:1280px;
	margin:0 auto;
}

#content-title{
	display:block;
	margin:30px auto;
	width:90%;
	max-width:628px;
}


#content-inner{
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	padding-top:12%;
	margin-top:30px;
}
	
#content-inner .section{
	width:66%;
	max-width:840px;
	margin:20px auto;
}

#lead{
	min-height:170px;
}

.content-article{
	border:3px #444 solid;
	border-color:#666;
	border-image:url(../images/common/tex1.jpg) 10 10 round;
	background-color:rgba(0,0,0,0.28);
	/*background-repeat:no-repeat;
	background-position:right top;*/
	position:relative;
	width:99%;
	padding:8px;
	padding-top:80px;/*100px;*/
	padding-bottom:15px;
	margin:10px auto;
	margin-top:40px;


	background-color:rgba(155,155,155,0.2);
	box-shadow:1px 1px 7px rgba(0,0,0,0.3) inset,-1px -1px 7px rgba(0,0,0,0.3) inset,-1px 1px 7px rgba(0,0,0,0.3) inset,1px -1px 7px rgba(0,0,0,0.3) inset;
	text-shadow:1px 1px 0px rgba(0,0,0,0.7);
}

.content-article .article-h2{
	position:absolute;
	top:-10px;
	left:-10px;
}


.content-article h2{
	position:absolute;
	top:12px;
	left:0;
	padding:0 50px 0 7px;
	margin:0;
	min-width:150px;
	
	background-color:#666;
	background-image:url(../images/common/tex1.jpg);
	background-size:90px;
	box-shadow:2px 2px 5px rgba(0,0,0,0.6);
	
	color:#FFF;
	text-shadow:2px 2px 3px rgba(0,0,0,0.75),-2px -2px 3px rgba(0,0,0,0.75),2px -2px 3px rgba(0,0,0,0.75),-2px 2px 3px rgba(0,0,0,0.75);
	font-weight:bold;
	font-size:200%;
	font-family:serif;
	
	white-space:nowrap;	
}

.content-article h2 span{
	background-color:rgba(255,255,255,0.7);
	color:#900;
	font-size:50%;
	font-weight:bold;
	font-family:sans-serif;
	padding:5px 7px;
	margin-left:8%;
	margin-top:-5px;
	text-shadow:none;
	vertical-align:18%;
	border:1px #900 solid;
}

.content-article h2 span.check{
	background-color:#FAE077;
	color:#900;
	border-color:#967B4E;
}

.content-article h3{
	margin:8px 0;
	margin-left:6px;
	margin-top:30px;
	font-size:110%;
	font-weight:bold;
	color:#FFC;
	text-shadow:2px 2px 0px rgba(0,0,0,0.5);
}

.content-article h3:before{
	content:"";
	display:inline-block;
	height:25px;
	vertical-align:-5px;
	width:6px;
	background-color:#FFC;
	box-shadow:2px 2px 0px rgba(0,0,0,0.5);
	margin-right:7px;
}

table.image-box{
	border-collapse:collapse;
	width:100%;
	margin-top:20px;
}

table.image-box tr{
	vertical-align:top;
}
table.image-box td{
	width:50%;
	padding:2px 5px;
	position:relative;
}

table.image-box td.new-cap:after{
	content:url(../images/common/mark-cap-new.gif);
	position:absolute;
	top:-3px;
	left:0;
}

table.image-box td img.capture{
	width:100%;
	max-width:400px;
}

table.image-box tr.caption td{
	padding:1px 10px;
	padding-right:12px;
	font-size:80%;
	text-shadow:none;
}

table.mini td{
	width:25%;
}

table.mini tr.caption td{
	text-align:center;
}

table.list{
	border-collapse:collapse;
	width:99%;
	margin:0 auto;
}

table.list tr{
	vertical-align:top;
}

table.list th,
table.list td{
	padding:5px;
	border:1px #666 solid;
	text-align:left;
	font-size:80%;
	text-shadow:none;
}
table.list th{
	white-space:nowrap;
	background-color:rgba(0,0,0,0.25);
}


a.zoom{
	position:relative;
}

a.zoom:after{
	content:url(../images/common/icon-zoom.gif);
	position:absolute;
	bottom:-1px;
	right:2px;
	-webkit-transform:scale(0.75);
	-moz-transform:scale(0.75);
	-ms-transform:scale(0.75);
	transform:scale(0.75);
}


#pagetop{
	position:fixed;
	bottom:-100px;
	right:10PX;
	/*margin-left:-50px;*/
	cursor:pointer;
	/*display:none;*/
}


/*----Media Query----*/

@media screen and (max-width:900px){
	#navi #menu{
		height:auto;
		padding-top:3%;
	}
	#navi #menu li{
		width:25%;
	}
	#navi #menu li img.gmenu{
		width:100%;
	}
}	


@media screen and (max-width:800px){
	#foot-elem #footer-links a{
		padding:5px 5px;
	}
	#foot-elem #footer-sns{
		padding-top:23px;
	}
	#foot-elem #footer-sns img{
		width:100px;
	}
	
	#navi #menu li img.menu-mark{
		width:45%;
		top:-55%;
		margin-left:-23%;
	}
	#submenu img{
		width:30%;
	}
}


@media screen and (max-width:750px){
	#head-obj #bt-shop{
		width:50%;
		top:10%;
	}
	#head-obj #header-logo{
		top:2%;
		left:5px;
		margin-left:0;
		width:30%;
		max-width:160px;
	}
}



@media screen and (max-width:640px){
	#foot-elem #footer-links #link-gc,
	#foot-elem #footer-links #link-bs{ display:none; }
	#foot-elem #footer-links a{
		padding:8px 20px;
	}
	#pagetop{
		width:60px;
		height:60px;
	}
	.content-article h3{
		font-size:100%;
	}
}


@media screen and (max-width:460px){
	.pc{
		display:none;
	}
	#foot-elem #footer-sns img.mb{
		display:inline;
	}
	
	#navi #menu{ padding-top:4%;}
	/*#foot-elem{	height:190px;}
	#footer-spacer{	height:190px;}
	#navi #menu li{
		width:50%;
	}*/
	
	#foot-elem #footer-sns{
		padding-top:17px;
	}
	#foot-elem #footer-sns img{
		width:60px;
	}
}

@media screen and (max-width:350px){
	#head-bar{
		height:55px;
	}
}


