@charset "utf-8";
/* CSS Document */
/*ゆにーく背景*/
#glovalNav:after {
	position: absolute;
	display: block;
	height: 298px;
	background: url(/img/main/bg_mainTop.jpg) repeat;
	top: 62px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	z-index: -1;
	width: 100%;
}
#fullSizeContent {
	margin-bottom: 41px;
	height: 428px;
}
/*topスライダー
***********************/
/*スライダー*/
#topSliderImg {
	position: relative;
}
#topSliderImg ul {
	position: relative;
	padding-top: 50%;
}
#topSliderImg li {
	position: absolute;
	max-width: 1000px;
	top: 0;
	left: 0;
	width: 100%;
}
#topSliderImg li .textImg {
	position: absolute;
	top: 14%;
	left: 50px;
}
#topSliderImg li:nth-child(1) .textImg {
	left: 20px;
	top: 20px;
}
#topSliderImg li:nth-child(2) .textImg {
	right: 50px;
	bottom: 120px;
}
#topSliderImg li:nth-child(3) .textImg {
	left: 20px;
	top: 20px;
}
#topSliderImg li img {
	width: 100%;
	height: auto;
}
/*かるーせる*/
#topSliderCarousel {
	text-align: center;
	padding-top: 8px;
	background-color: #ffffff;
	padding-bottom: 56px;
}
#topSliderCarousel li {
	display: inline-block;
	width: 50px;
	height: 5px;
	background-color: #cccccc;
	font-size: 0;
	margin-right: 11px;
}
#topSliderCarousel li.calSelect {
	background-color: #6e6b6b;
}
/*お知らせ
***********************/
/**/
#newsWrap {
	/* width: 522px; */
    float: left;
	margin-left: 50px;
	width: 56%;
	position: relative;
	height: 373px;
}
#newsWrap h2 {
	margin-bottom: 20px;
}
/*本文*/
#newsWrap li:hover {
    opacity: .7;
}
#newsWrap .newsContets {
	position: relative;
}
#newsWrap .newsContets:after {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
	content: '';
	left: 0;
	top: 0;
}
/*もっとみる*/
#newsWrap .moreBtn {
    text-align: right;
    color: #605e5e;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}
#newsWrap .moreBtn:hover {
	text-decoration: underline;
}
#newsWrap .moreBtn:after {
	content: '>';
	font-size: 19px;
	color:#605e5e;
	text-decoration: none;
}
#newsWrap .moreBtn:after {
}
#newsWrap .moreBtn a {
	font-size: 17px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	letter-spacing: 0.5px;
}
/*カタログ*/
#catalogWrap {
	/* width: 350px; */
    float: right;
	margin-top: 2px;
	width: 38%;
}
#catalogWrap h2{
	margin-bottom: 20px;
}
#catalogWrap div.clearfix {
	margin-bottom: 14px;
	float: left;
}
#catalogWrap div>div {
    padding: 5px;
    border: 1px solid;
    float: left;
    margin: 8px 0 16px 13px;
    width: 31.5%;
    box-sizing: border-box;
}
#catalogWrap div>div img {
	width: 100%;
	height: auto;
}
#catalogWrap div>div img:hover {
	opacity:  .7;
}
#catalogWrap p {
	font-weight: bold;
	width: 86%;
	margin: 0 auto 0 16px;
	line-height: 1.5em;
	clear: both;
}
#catalogWrap div p {
	width: 46%;
	float: left;
	margin-right: 0;
	margin-left: 20px;
	margin-top: 15px;
	clear: none;
}
#catalogWrap p a {
	text-decoration: underline;
}
#catalogWrap p a:hover {
	text-decoration: none;
}
/*mediumSizeContent
***********************/
/*ピックアップ テキスト*/
#pickUpList > div {
	position: relative;
}
#pickUpList > div h2 {
	margin-bottom: 16px;
}
#pickUpList > div h2 +p {
	line-height: 1.5em;
	font-size: 16px;
	letter-spacing: 0.2px;
}
#pickUpList .commodityLink {
	width: 103px;
	position: absolute;
	right: 0;
	bottom: 4px;
}
#pickUpList .commodityLink:hover {
	opacity: .7;
}

#glossary{
	margin-top:  25px;
}
/* ====================================================
	920px～
==================================================== */
@media only screen and (max-width: 920px) {
#fullSizeContent {
	height: auto;
	padding-bottom: 5%;
}
/*お知らせ*/
#newsWrap {
	width: 92%;
	margin: 0 auto 5%;
	float: none;
}
#newsWrap .newsImage {
  width: 30%;
    height: auto;
    text-align: center;
}
#newsWrap .newsContets {
    width: 67%;
}
/*カタログ*/
#catalogWrap {
	width: 92%;
	margin: auto;
	float: none;
}
#catalogWrap div>div {
	width: 16.5%;
}
#catalogWrap p {
	clear: none;
	width: 74.5%;
	margin: auto 0 auto auto;
	float: right;
}
#catalogWrap div p {
	width: 74%;
	float: right;
	margin: 0;
}
/*ピックアップ テキスト*/
#pickUpList {
	width: 92%;
	margin: auto;
}
#pickUpList > div h2 {
  width: 74%;
}
#pickUpList > div h2 +p {
	padding-right: 110px;
}
#pickUpList .commodityLink {
	bottom: 0;
}
}
