@charset "UTF-8";

/* 初期設定
-------------------------------------------- */
* {
	margin: 0;
	padding : 0;
}

html {
}

body {
	webkit-text-size-adjust: 100%;
	font-size: 16px;
	font-family:Lato,'Noto Sans Japanese',"lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	color:#333;
	background:#FFF;
}

h1, h2, h3, h4, h5, h6 {
	line-height:160%;
}


p, li,dt,dd {
	line-height:180%;
}

th, td {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

img,
a img {
	border : 0;
	vertical-align: bottom;
}

pre {
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.clr {
	clear: both;
}

.clearfix:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}

#main-iframe{
	padding: 20px 16px 0 16px; 
}

#products .image-color{
	display: inline-block;
	text-align: center;
	width: 28px;
	height: 28px;
	border:1px solid #EFEFEF;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#products .image-color:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}



#products .sw-entry{
}

#products .sw-box{
	margin-bottom: 12px !important;
}
#products .sw-entry p{
	font-size: 0.563em;
	color: #666;
	line-height: 140%;
}



/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){
.sw-block12 .sw-box{
	float: left;
	width: 7.5%;
	margin-left: 0.45%;
	margin-right: 0.4%;
}
.sw-block12 .sw-box:nth-child(12n) {
	float: right;
	margin-right: 0;
}
.sw-block12 .sw-box:nth-child(12n+1) {
	clear: both;
}

}

/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

.sw-block5-sp .sw-box{
	float: left !important;
	width: 19% !important;
	margin-right: 1.2%;
}
.sw-block5-sp .sw-box:nth-child(5n) {
	float: right !important;
	margin-right: 0 !important;
}
.sw-block5-sp .sw-box:nth-child(5n+1) {
	clear: both !important;
}


.sw-box{
	margin-bottom: 0 !important;
}
.sw-entry p{
	margin-bottom: 0 !important;
}



}