@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :index.css
 style info :トップ
=================================================================== */
#m-slide_top{
	position: relative;
	background-color: #f6f4eb;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	height: 380px;
	box-shadow:0 0px 5px 0 rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:0 0px 5px 0 rgba(0, 0, 0, 0.65);
	-moz-box-shadow:0 0px 5px 0 rgba(0, 0, 0, 0.65);
	text-align: center;
	z-index: 7000;
}
	#m-slide_top a:hover{
		text-decoration: none;
	}
	.caroufredsel_wrapper{
	}

#l-contents{
	padding-bottom: 100px;
}
#l-contents h2{
	padding-bottom: 10px;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	text-align:left;
}
#l-contents h3{
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}

.m-contents_product{
	margin-bottom: 30px;
	border-bottom: 1px solid #EEE;
	font-size: 12px;
}
	.m-contents_product h2{
		margin-bottom: 20px;
		border-bottom: 1px solid #D4D0C8;
	}
	.m-contents_product .m-cmt{
		margin-left: 30px;
	}
	.m-contents_product li{
		display: block;
		float: left;
		width: 24%;
		text-align: center;
		padding-bottom: 30px;
	}
	.m-contents_product li a{
	display: block;
	}
	.m-contents_product a .m-icon_square{
	display: block;
	min-height: 38px;
	text-indent: 0;
	padding-left: 0;
	}
	.m-contents_product a .m-icon_square:before{
	content:none;
	}
	.m-contents_product a:hover .m-icon_square{
		text-decoration: underline;
	}
	.m-contents_product li img{
		margin-bottom: 10px;
	}
	.m-contents_rss dt {
	clear: left;
	float: left;
	padding: 10px 0;
	font-size: 11px;
	}
	.m-contents_rss dd {
	padding: 10px 0;
	font-size: 13px;
	border-bottom: 1px solid #EEE;
		padding-left: 9em;
	}

.m-links{
	background-color: #F1F1F1;
	margin-top: 20px;
	padding: 15px;
}
	.m-links a{
		color: #231815;
		font-size: 13px;
	}

#l-sns{
	clear: both;
	top: auto;
	right: auto;
	bottom: 60px;
	left: 20px;
}
	.twitter-share-button{
		float: left;
		margin-left: 10px;
		margin-top: 2px;
	}
/* スマホ表ｦ：堰5・67px */
@media screen and (max-width: 767px){
	#l-contents{
		padding-bottom: 30px;
	}
	.m-contents{
		font-size: 18px;
	}
	#m-slide_top,
	#m-pager{
		width: 100%;
		height: 100%;
	}
	#m-slide_top{
		min-width: 100%;
	}
		#m-slide_top img{
			vertical-align:bottom;
		}
	.m-contents_product .m-cmt{
		display: block;
		margin: 0;
	}
		.m-contents_product li a{
			min-height: 180px;
		}
	.m-cmt img{
		max-width: 478px;
		width: 100%;
	}
	#l-contents h2,
	#l-contents h3{
		font-size: 22px;
		text-align: left;
	}

	.m-contents_product{
		position: relative;
		float: none;
		margin: 20px 0;
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
		font-size: 18px;
		overflow: hidden;
	}
		.m-contents_product h2{
			margin-bottom: 0;
			border-bottom: none;
		}
		.m-contents_product li{
			margin-bottom: 10px;
			padding: 20px 0;
			width: 48%;
			border: 1px solid #EEE;
		}
		.m-contents_product li.even{
			float: right;
		}
		.m-contents_product a .m-icon_square{
		min-height: 50px;
		font-size: 0.8em;
		}
		.m-contents_product li img{
			width: 80%;
			max-width: 222px;
			height: auto;
			margin-bottom: 10px;
		}

	.m-contents_rss{
		float: none;
		width: 100%;
	}
		.m-contents_rss h3{
			padding: 0 20px;
		}
		.m-contents_rss .m-rss_cat{
			margin: 0 0 0 5px;
		}
		.m-contents_rss dt{
			float: none;
			padding: 10px 20px;
			font-size: 16px;
		}
		.m-contents_rss dd{
			padding: 0px 20px 10px;
			font-size: 18px;
		}
		.m-contents_rss dd span.simple_txt{
			padding-left: 0px;
		}
	.m-contents_right{
		float: none;
		position: relative;
		top: 0;
		left: 0;
		margin-top: 20px;
		padding: 0 20px;
		width: auto;
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
		text-align: center;
	}
	.m-links{
		margin: 20px auto 0;
		text-align: left;
	}
		.m-links a{
			font-size: 18px;
		}

	#l-sns{
		width: 100%;
		bottom: auto;
		top: 10px;
	}
	.twitter-share-button{
		position: static!important;
		float: left;
		margin-top: 5px;
		margin-left: 10px;
	}
	
}
@media screen and (max-width: 480px){
	.m-contents_product li{
		padding: 10px 0;
	}
		.m-contents_product a .m-icon_square{
		height: 50px;
		}
	.m-contents_rss h3{
		padding: 0 10px;
	}
	.m-contents_rss dt{
		padding: 10px;
	}
	.m-contents_rss dd{
			padding: 0px 10px 10px;
	}
	.m-contents_banner_left,
	.m-contents_banner_right,
	.m-contents_right{
		padding: 0 10px;
		width: auto;
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	#l-sns{
		position: static;
		margin-left: 10px;
	}
}

@media screen and (max-width: 330px){
	.m-contents_product li a{
		min-height: 150px;
	}
}
