@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 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
	z-index: 5000;
}

#contents {
		margin-top: 60px;
}

#contents .inr {
	clear: both;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}





/*
	img link
-------------------------------------------------------------------- */

a .img_box {
	display: block;
	overflow: hidden;
}

#contents a .img_box img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#contents a .img_box:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}





/* 
	header
-------------------------------------------------------------------- */

header h1 a {
	display: block;
	width: 150px;
	float: left;
	margin: 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: 30px;
	font-size: 10px;
	text-align: center;
}

footer .logo {
	width: 60%;
	margin: 20px 20%;
}


footer address {
	margin-top: 10px;
}


/* sns */
#footer .icons {
	max-width: 120px;
	margin: 30px auto;
}

#footer ul.icons li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	float: left;
	margin: 0 20px;
}

#footer .line {
	width: 100px;
	height: 1px;
	margin: 20px auto;
}





/* 
	topick path
-------------------------------------------------------------------- */

#topic_path_wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#topic_path_wrap ol {
	padding: 10px 0;
}

ol.topic_path {
	width: 100%;
	padding: 3px 0 3px 0;
	list-style-type: none; 
	font-size: 13px; 
}

ol.topic_path li {
	color: #555;
	padding-right: 5px;
	float: left;
}

ol.topic_path li a {
	padding-right: 18px;
	background-image: url(../../common/topic_path_gray.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #9a9a9a;
}








/*
	title
-------------------------------------------------------------------- */

h2.title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
}
	
h3.title {
	font-size: 14px;
	margin-bottom: 30px;
}




/* 
	other
-------------------------------------------------------------------- */

#onlineshop_btn a {
	font-size: 15px;
	width: 80%;
	padding: 15px;
}
}

