@charset "utf-8";


/*---------------------------------------------------------------------------------------
	大枠設定
----------------------------------------------------------------------------------------*/

body{
	color:#111;
	min-width:1020px;
	text-align:center;
}
.switch{}
a{ color:#111; text-decoration:none;}
a:hover{ color:#999; text-decoration:none;}
#pagetop{
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	body {
		font-size:14px;
		min-width:inherit;
	}
	a:hover{ color:#111;}
	#pagetop img{
		width: 60px;
		height: auto;
	}
}






/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/

header{
	background: url(../images/bg.jpg) no-repeat center top;
}






/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

#contents section{
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 70px;
	overflow: hidden;
}
/* read */
#contents #read dt{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
#contents #read dd{
	font-size: 130%;
	text-align: left;
	line-height: 2;
	letter-spacing: 1px;
}
/* news */
#contents #news{
	clear: both;
	border: 1px solid #000;
	padding: 20px 50px;
	margin-bottom: 70px;
	overflow: hidden;
}
#contents #news h2{
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#contents #news dl{
	clear: both;
	text-align: left;
	overflow: hidden;
	margin-bottom: 15px;
}
#contents #news dl dt{
	float: left;
	width: 130px;
}
#contents #news dl dd{
	overflow: hidden;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#contents section{
		max-width: 1000px;
		margin: 0 auto;
		padding: 30px 6%;
		overflow: hidden;
	}
	/* read */
	#contents #read dt{
		font-size: 130%;
		font-weight: bold;
		text-align: left;
		margin-bottom: 20px;
	}
	#contents #read dd{
		font-size: 100%;
		text-align: left;
		line-height: 1.8;
		letter-spacing: 0;
	}
	/* news */
	#contents #news{
		clear: both;
		border: 1px solid #000;
		padding: 20px 20px 10px;
		margin: 0 6% 30px;
		overflow: hidden;
	}
	#contents #news h2{
		font-size: 130%;
		font-weight: bold;
		text-align: center;
		margin-bottom: 5px;
	}
	#contents #news dl{
		clear: both;
		text-align: left;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#contents #news dl dt{
		float: none;
		width: auto;
	}
	#contents #news dl dd{
		overflow: hidden;
	}
}






/*---------------------------------------------------------------------------------------
	products
----------------------------------------------------------------------------------------*/

#products{
	clear: both;
	background: #eee;
}
#products section{
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 40px;
	overflow: hidden;
}
#products section h2{
	font-size: 180%;
	position: relative;
	margin-bottom: 60px;
}
#products section h2:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	content: "";
	width: 80px;
	height: 5px;
	background: #000;
}
#products section article{
	float: left;
	width: 22%;
	text-align: left;
	margin: 0 4% 30px 0;
}
#products section article:nth-of-type(4n){
	margin-right: 0;
}
#products section article:nth-of-type(4n+1){
	clear: left;
}
#products section article figure img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
/*#products section article.new figure,
#products section article.osusume figure{
	position: relative;
}
#products section article.new figure:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 70px;
	height: 70px;
	background: url(../images/new.png) no-repeat;
	background-size: 70px;
}
#products section article.osusume figure:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 70px;
	height: 70px;
	background: url(../images/osusume.png) no-repeat;
	background-size: 70px;
}*/
#products section article a.link{
	display: inline-block;
	text-decoration: underline;
	padding-left: 15px;
	background: url(../images/icon-rightblue.png) no-repeat left 6px;
	margin-bottom: 10px;
}
#products section article a.movie{
	clear: both;
	display: inline-block;
	color: #fff;
	height: 28px;
	line-height: 29px;
	padding: 0 20px 0 28px;
	background: url(../images/icon-right.png) no-repeat 8px center #96361C;
	margin-bottom: 10px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#products section{
		max-width: 1000px;
		margin: 0 auto;
		padding: 30px 4%;
		overflow: hidden;
	}
	#products section h2{
		font-size: 150%;
		position: relative;
		margin-bottom: 30px;
	}
	#products section h2:after{
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -40px;
		content: "";
		width: 80px;
		height: 5px;
		background: #000;
	}
	#products section article{
		float: left;
		width: 46%;
		text-align: left;
		margin: 0 8% 20px 0;
	}
	#products section article:nth-of-type(4n){
		margin-right: 8%;
	}
	#products section article:nth-of-type(2n){
		margin-right: 0;
	}
	#products section article:nth-of-type(2n+1){
		clear: left;
	}
	#products section article figure img{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	/*#products section article.new figure,
	#products section article.osusume figure{
		position: relative;
	}
	#products section article.new figure:before{
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 40px;
		height: 40px;
		background: url(../images/new.png) no-repeat;
		background-size: 40px;
	}
	#products section article.osusume figure:before{
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 40px;
		height: 40px;
		background: url(../images/osusume.png) no-repeat;
		background-size: 40px;
	}*/
	#products section article a.link{
		display: inline-block;
		text-decoration: underline;
		padding-left: 15px;
		background: url(../images/icon-rightblue.png) no-repeat left 4px;
		margin-bottom: 5px;
	}
	#products section article a.movie{
		clear: both;
		display: inline-block;
		color: #fff;
		height: 22px;
		line-height: 23px;
		padding: 0 15px 0 23px;
		background: url(../images/icon-right.png) no-repeat 8px center #96361C;
		margin-bottom: 5px;
	}
}






/*---------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------*/

footer{
	clear: both;
	padding: 70px 0;
}
footer .note{
	font-weight: bold;
	margin-bottom: 20px;
}
footer .copy{
	font-size: 70%;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	footer{
		padding: 25px 0 60px;
	}
	footer .note{
		line-height: 2;
		margin-bottom: 10px;
	}
}





#products section article span{display: block;width:5em; font-size: 10px; color: #fff; text-align: center; text-decoration: none; margin-bottom: 5px; }
#products section article.new span{ background: #e98901; }
#products section article.osusume span{background: #5a7ad8;}









