@charset "utf-8";

@media screen and (max-width:640px){

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
 }
	
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
	
.sp {
	display: none;
    /* visibility: hidden; */
}
	
.pc {
	display: inline;
	/* visibility: visible; */
}



#tag img {
	display: none;
}




/*
	body
-------------------------------------------------------------------- */

body {
	font-size: 13px;
	line-height: 1.6em;
	position: relative;
}





/*
	div
-------------------------------------------------------------------- */

header {
	background: #000;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
	z-index: 5000;
	margin-bottom: 0px;
}

#contents {
	margin-top: 61px;	
}

#header .inr,
#contents .inr {
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}





/* 
	header
-------------------------------------------------------------------- */
	
header h1 a {
	background: #000;
	box-shadow: none;
	width: 90px;
	float: left;
	padding: 5px;
}





/* 
	nav
-------------------------------------------------------------------- */

#nav01 {
	display: none;
}






/* 
	footer
-------------------------------------------------------------------- */
/* pagetop */
.pagetop {
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    font-size: 12px;
    padding: 20px 12px;
}
 
.pagetop a:hover {
    font-size: 12px;
    padding:20px 10px;
}



/* footer */

footer {	
	padding: 20px 0;
}

footer .logo {
	width: 120px;
	margin: 0 auto 20px;
}


footer address {
	margin-top: 20px;
}





/* 
	title
-------------------------------------------------------------------- */

h2 {
	font-size: 15px;
	width: 70%;
	margin: 0px auto 15px;
}


}