﻿@charset "utf-8";
/* CSS Document */

#newsRelease {
    margin: 10px auto 0;
    width: 1000px;
}
.newsReleaseBox {
    border: 1px solid #ccc;
	font-size:0;
}
.newsReleaseBox p {
    font-size: 16px;
    text-align: left;
}
.newsReleaseBoxL{
    background: #35b597 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 148px;
    font-size: 16px;
	vertical-align:top;
	/*padding:10px 0;*/ /*お知らせが1行の場合*/
	padding:27px 0; /*お知らせが2行の場合*/

}
.newsReleaseBoxR{
	display:inline-block;
	width: 850px;
	font-size:16px;
	padding: 10px 0 0 10px;
}
.newsReleaseBoxR .newArrival .indexBox{
	margin-bottom: 5px;
}
.newsReleaseBoxR .newArrival .date{
	font-size: 14px;
	width: 105px;
}
.newsReleaseBoxR .newArrival .tag{
	margin-right: 15px;
}
.newsReleaseBoxR .newArrival .tag span{
	font-size: 14px;
}

.newsReleaseBoxR .newArrival .cont{
	font-size: 14px;
	width: 650px;
}
.topic-list {
    margin: 0 auto !important;
    width: 850px;
}
.topic-list li{
	height:auto !important;
}
.topic-list .item a .body{
	position:relative;
}
.topic-list .item a .title {
    left: 130px;
    position: absolute;
    text-align: left;
    width: 700px;
	text-decoration:underline;
}
.topic-list .item a .date {
}



/*　お知らせ一覧　http://ginza-sembikiya.jp/topics*/
	#newsIndex .indexInner {
    border: #ccc solid 1px;
    width: 1000px;
    padding: 20px;
    margin-top: 20px;
    padding-bottom: 0;
	}

	#newsIndex .indexGroupHead {
		color: #35b597;
		background-color: #ffffff;
    border: #ccc solid 1px;
		width: 1000px;
		padding: 20px 0;
    text-align: center;
    font-size: 1.5em;
		position: relative;
		transition: all .3s ease;
		cursor: pointer;
		margin-bottom: -1px;
	}
	
	#newsIndex .indexGroupHead::after {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-image: none;
		border-style: solid;
		border-width: 3px 3px 0 0;
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		right: 25px;
		top: 0;
		bottom: 0;
		margin: auto;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transition: all .3s ease;
	}

	#newsIndex .indexGroupHead.active {
		color: #ffffff;
		background-color: #35b597;
    border: #35b597 solid 1px;
	}
	
	#newsIndex .indexGroupHead.active::after {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}
	
	#newsIndex .indexGroup {
		overflow: hidden;
	}
	
	#newsIndex .indexGroup.active {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
		#newsIndex .indexGroup .indexInner{
		margin-top: -300%;
		transition: all .3s ease;
	}
	
	#newsIndex .indexGroup.active .indexInner {
		margin-top: 20px;
	}
*/

/*　お知らせ詳細ページ　http://ginza-sembikiya.jp/topic/[slug]*/
#topic {
	position: relative;
}
#topic h1{
	display:inline-block;
	color:#35b597;
	font-size: 24px !important;
	width:880px;
	font-weight:normal !important;
}
#topic p.date {
    /*left: 20px;*/
    position: absolute;
    top: 470px;
    /*top: 110px;*/
}
#topic .borderW{
	border-bottom: 5px solid #35b597;
}

#topic .topic_head{
    border-bottom: 5px solid #35b597;
    color: #35b597;
    padding-top: 70px;
}
#topic .content{
    border-top: 1px solid #35b597;
    margin-top: 5px;
}
#topic #page_header{
	position: absolute;
    top: 0;
}
#topic .pager {
    display: none;
}

#whatsNew {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#whatsNew h1{
	display:inline-block;
	color:#35b597;
	font-size: 24px !important;
	width:850px;
	font-weight:normal !important;
}
#whatsNew p.date{
	display:inline-block;
}
#whatsNew .borderW{
	border-bottom: 5px solid #35b597;
}

#whatsNew #topic .topic_head{
	border-bottom: 5px solid #35b597;
	color:#35b597;
}
#whatsNew #topic .content{
    border-top: 1px solid #35b597;
    margin-top: -5px;
}

#whatsNew h2{
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
}

#whatsNew .newxCont1{
	font-size:0;
	padding: 20px;
    vertical-align: top;
	border-bottom:1px solid #ccc;
}
#whatsNew .newxCont1Text{
    float: left;
    padding-right: 70px;
    vertical-align: top;
    width: 740px;
}
#whatsNew .newxCont1Text p{
	font-size:16px;
}
#whatsNew .newxCont1Img{
    float: right;
    text-align: center;
    vertical-align: top;
    width: 200px;
}
#whatsNew .newxCont1Img img{
	width:100%;
}

#whatsNew .newxCont2{
	padding: 20px;
}

#whatsNew .newsBack{
    margin: 80px 0;
    text-align: center;
}
#whatsNew .newsBack a{
	color:#666;
	text-decoration:underline;
}

#whatsNew .socialBox{
	margin-top: 10px;
}
#whatsNew .socialBox ul {
	float: right;
}
#whatsNew .socialBox ul li{
	float:left;
	margin-left:5px;
}

#whatsNew .fb-like{
}
#whatsNew .twitter-share-button{
}



/*　お知らせ一覧 news_release　*/
#newsIndex .indexInner{
	border:#ccc solid 1px;
	width:1000px;
	padding:20px;
	margin-top:20px;
	/*padding-bottom:200px;*/　
}


/*
.indexBox{
    font-size: 0;
    margin-bottom: 20px;
}
*/

.indexBox{
    display: flex;
    margin-bottom: 10px;
}

.indexBox a{
	text-decoration: none;
    color: #00ad9c;
}

.indexBox a:hover{
	opacity:0.5;
}
.indexBox .date{
	/*display:inline-block;*/
	/*font-size:16px;*/
	/*width: 125px;*/
    font-family: "Noto Serif JP", serif;
    color: #aaaaaa;
    font-size: 16px;
    margin-right: 25px;
}
.indexBox .tag{
    display: inline-block;
    margin-right: 18px;
    width: 70px;
    display: none;
}
.indexBox .cont{
	display:inline-block;
	font-size:16px;
	width: 745px;
}

.indexBox .tag span{
    font-size: 14px;
    padding: 3px 5px 0;
}

.indexBox .tag span.store{
	background:#A8DFD2;
}
.indexBox .tag span.item{
	background:#A2C7E3;
}
.indexBox .tag span.news{
	background:#F3B0B0;
}
.indexBox .tag span.other{
	background:#ccc;
	padding: 3px 12px 0;
}
