﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    product css
------------------------------------------------------------*/  

.sectionHd{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #CFCECD;
}

.sectionHd h2{
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:167%;
	letter-spacing:1px;
	line-height:20px;
	padding-right:5px;
	position:relative;
}

.sectionHd h2:after{
	display:inline;
	content:" ／ ";
	font-size:76%;
}

.sectionHd p{
	display:inline-block;
	font-size:117%;
	color:#595757;
	line-height:20px;
}

#makerArea{
	width:auto;
	padding-left:90px;
}

.makerTxt{ color:#3E3939;}
.makerTxt a{
	color:#28A9DF;
	text-decoration:underline;
}

.makerTxt a:hover{ text-decoration:none;}

.makerList{
	width:40%;
	padding-right:10%;
	float:left;
	color:#3E3939;
}

.makerList dt{
	padding:25px 0;
}

.makerList a{
	color:#3E3939;
	line-height:1.6;
}

.makerList a:hover{ text-decoration:underline;}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  


/* TABLET */
@media screen and (max-width: 788px){

#makerArea{
	padding-left:0;
}

}


/* SP */
@media screen and (max-width: 560px){

.makerList{
	width:100%;
	padding-right:0;
	float:none;
}


}


