@charset "utf-8";

/* ================================================
 HOME
--------------------------------------------------- */

/* #slide
-----------------------*/
#slide {
	position: relative;/*20160407*/
	width:100%; height:450px;
	margin:0 auto;
	/*background:url(../image/share/slide_bg.png);20160407*/
}
#slide ul {
	width:1200px; height:450px;
	overflow:hidden;
}
#slide .pattern {/*20160407*/
	position: absolute;
	pointer-events: none;/*20160421*/
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	background:url(../image/share/slide_pattern.png);
}
#slide .bx-wrapper {
	width:1200px; height:450px;
	margin: 0 auto; padding: 0;
	position: relative;
	*zoom: 1;
}
#slide .bx-wrapper img {
	width:1200px;
	display: block;
	vertical-align: bottom;
}
#slide .bx-wrapper .bx-loading {
	width:100%; height:100%; min-height: 50px;
	position: absolute; top: 0; left: 0; z-index: 2000;
	background: url(../image/share/bx_loader.gif) center center no-repeat #F7F7F7;
}
/* pager */
#slide .bx-wrapper .bx-pager {
	width: 100%;
	position: absolute; right:12px; bottom: 12px;
	text-align: right;
	z-index: 998;/*20160408*/
}
#slide .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#slide .bx-wrapper .bx-pager.bx-default-pager a {
	width: 16px; height: 16px;
	margin: 0 0 0 12px;
	font-size:0; line-height:0; text-indent: -9999px;
	display: block;
	background: #c4c4c4;
	border: #FFF 1px solid;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
#slide .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #444;
}

/* #pickup
-----------------------*/
#pickup {
	margin-top:60px;
}
#pickup h2 {
	width:100%; height:20px;
	background:url(../image/home/title_pickup.png) no-repeat;
	text-indent:-9999px;
}
#pickup .block1 {
	width:100%;
	margin-top:20px; padding-bottom:60px;
	position:relative;
	overflow:hidden;
}
#pickup ul {
	margin-right:-40px;
	letter-spacing:-.40em;
	font-size:0;
}
@media screen and (min-width:767.01px) {
	#pickup ul {
		transform: none !important;
	}
}
#pickup li {
	width:25%;
	display:inline-block; letter-spacing:normal; vertical-align:top;
}
#pickup .articleBox {
	padding-right:40px;
}
#pickup .photo {
	margin-bottom:12px;
}
#pickup .photo img{
	width:100%;
	vertical-align:bottom;
}
#pickup h3 {
	font-size:14px; line-height:20px; letter-spacing:0.1em;
}
#pickup h3 .en {
	font-size:12px; letter-spacing:0;
	margin-top:2px;
}
#pickup .text {
	margin-top:5px; padding-bottom:0px;
	font-size:11px; line-height:18px; letter-spacing:0.05em;
}
#pickup .foot {
	width:100%;
	padding:8px 0 7px 0;
	display:table;
}
@media screen and (min-width:767.01px) {
	#pickup .foot {
		border-bottom:#dbdbdb 2px solid;
	}
}
#pickup .foot .date {
	display:table-cell; vertical-align:top;
}
#pickup .foot .date p {
	text-indent:-4px;
	font-size:10px; line-height:16px;
}
#pickup .foot .tags {
	width:171px;
	display:table-cell; vertical-align:top;
}

/* #recommend
-----------------------*/
#recommend {
	width: auto;
}
#recommend:not(.bottoms) h2 {
	width:100%;
	height:29px;
	background:url(../image/home/title_recommend.png) no-repeat;
	text-indent:-9999px;
}
#recommend .block1 {
	width:100%;
	margin-top:20px;
	position:relative;
	overflow:hidden;
}
#recommend ul {
	margin-right:-25px;
	letter-spacing:-.40em; font-size:0;
}
#recommend li {
	width:33.33333%;
	display:inline-block; letter-spacing:normal; vertical-align:top;
}
#recommend .articleBox {
	padding-right:25px;
	display: table;
}
#recommend .articleText {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
#recommend .articlePhoto {
	display: table-cell;
	width: 46%;
	padding: 0 4% 0 0;
	vertical-align: top;
}
/*#recommend > div {
	min-width: 0%;
	min-height: 0%;
}*/
#recommend .photo {
}
#recommend .photo img {
	width:100%;
	vertical-align:bottom;
}
#recommend .text {
	margin-bottom: 10px;
	font-size:11px; line-height:18px; letter-spacing:0.05em;
}
#recommend .foot {
	padding:0;
	display:table;
	/*border-bottom:#dbdbdb 2px solid;*/
}
#recommend .foot .date p {
	text-indent:-4px;
	font-size:10px; line-height:16px;
}
#recommend .foot .tags {
	display:table-cell;
	vertical-align:top;
}
/* category top */
@media screen and (min-width:767.01px) {
	#recommend.bottoms {
		padding: 10px 0 20px;
		margin-bottom: 70px;
		border-bottom: 2px solid #dbdbdb;
	}
	#recommend.bottoms .block1 {
		padding-bottom: 0;
	}
	#recommend.bottoms h2 {
		margin-bottom: 20px;
	}
	.page-nav + #recommend.bottoms {
		padding-top: 40px;
		border-top: 2px solid #dbdbdb;
	}
}

/* #features
-----------------------*/
#features {
	padding-bottom:30px;
}
#features h2 {
	width:100%;
	height:20px;
	margin-bottom: 20px;
	background:url(../image/share/title_features.png) no-repeat;
	text-indent:-9999px;
}

/* #search_area
-----------------------*/
#search_area {
	position: relative;
	margin-bottom: 20px;
}
#search_area input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	-webkit-appearance: none;
	border-radius: 0 !important;
}
#search_area img {
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
}

/* #news
-----------------------*/
#news {
	padding-bottom:30px;
}
#news h2 {
	width:100%; height:29px;
	margin-bottom:30px;
	background:url(../image/home/title_news.png) center top no-repeat;
	position:relative;
}
#news h2 span{
	display:none;
}
#news h2 .more{
	position:absolute; right:0; bottom:0;
}
.more2 {
	text-align: right;
	margin-top:1em;
	}
#news ul {
	width:100%;
}
#news li {
	width:100%;
	padding-bottom:30px;
	display:table;
}
#news .articleBox {
	padding:0 0 0 19px;
	position:relative;
	display:table-cell; vertical-align:top;
	border-bottom:#dbdbdb 2px solid; border-left:#dbdbdb 1px solid;
}
#news .photo {
	width:270px;
	padding-left:40px;
	display:table-cell; vertical-align:top;
}
#news .photo img{
	width:100%;
	vertical-align:bottom;
}
#news .photo a {
	position:relative;
	display:block;
}
#news .icon {
	width:58px;
	font-size:11px; line-height:26px; letter-spacing:0.2em; color:#FFF; text-align:center;
	position:absolute; left:19px; top:0;
	background:#555;
}
#news .date {
	font-size:10px; line-height:26px;
	position:absolute; left:86px; top:0;
}
#news .tags {
	width:342px;
	position:absolute; right:0px; top:0;
}
#news h3 {
	font-size:16px; line-height:24px; letter-spacing:0.1em;
	padding-top:45px;
}
#news .en {
	font-size:15px; letter-spacing:0;
	margin-top:1px;
}
#news .text {
	margin-top:15px; padding-bottom:8px;
	font-size:11px; line-height:18px; letter-spacing:0.05em;
}

/* #latest
-----------------------*/
#latest {
	padding-bottom:30px;
}
#latest h2 {
	width:100%; height:29px;
	margin-bottom:30px;
	background:url(../image/home/title_latest.png) center top no-repeat;
	text-indent:-9999px;
}
#latest .title {
	width:100%; height:18px;
	margin-bottom:30px;
}
#latest .title .cat {
	width:98px;
	font-size:11px; line-height:18px; letter-spacing:0.3em; color:#FFF; text-align:center;
	background:#555;
	float:left;
}
#latest .title .en {
	width:200px;
	padding-left:8px;
	font-size:10px; line-height:18px;
	float:left;
}
#latest .title .more {
	float:right;
}
#latest .block1 {
	width:100%;
	padding-bottom:30px;
	position:relative;
	overflow:hidden;
}
#latest ul {
	margin-right:-30px;
	letter-spacing:-.40em; font-size:0;
}
#latest li {
	width:25%;
	display:inline-block; letter-spacing:normal; vertical-align:top;
}
#latest .articleBox {
	padding-right:30px;
}
#latest .photo {
	margin-bottom:18px;
}
#latest .photo img{
	width:100%;
	vertical-align:bottom;
}
#latest h3 {
	font-size:12px; line-height:20px; letter-spacing:0.1em;
}
#latest .en {
	font-size:12px; letter-spacing:0;
}
#latest .text {
	margin-top:13px; padding-bottom:13px;
	font-size:11px; line-height:18px; letter-spacing:0.05em;
}
#latest .foot {
	width:100%;
	padding-bottom:7px;
	display:table;
	border-bottom:#dbdbdb 2px solid;
}
#latest .foot .date {
	padding-top:3px;
	display:table-cell; vertical-align:top;
}
#latest .foot .date p {
	text-indent:-4px;
	font-size:10px; line-height:10px;
}
#latest .foot .tags {
	width:114px;
	display:table-cell; vertical-align:top;
}

/* #collabo
-----------------------*/
#collabo {
	padding-bottom:35px;
}
#collabo h2 {
	width:100%; height:15px;
	margin-bottom:20px;
	background:url(../image/home/title_collabo.png) top center no-repeat;
	text-indent:-9999px;
}
#collabo .block1 {
	width:100%;
	position:relative;
	overflow:hidden;
}
#collabo ul {
	margin-right:-25px;
	letter-spacing:-.40em; font-size:0;
	text-align: left;
}
#collabo li {
	padding:0 25px 25px 0;
	display:inline-block; letter-spacing:normal; vertical-align:top;
}
#collabo li img {
	width:100%;
	vertical-align: bottom;
}

/* #links
-----------------------*/
#links {
	padding-bottom:36px;
}
#links h2 {
	width:100%; height:15px;
	margin-bottom:20px;
	background:url(../image/home/title_links.png) top center no-repeat;
	text-indent:-9999px;
}
#links .block1 {
	margin-right:-24px;
	letter-spacing:-.40em; font-size:0;
	/*text-align: center; 20160412*/
	text-align: left;/*20160412*/
}
/*20160412#links .block1 div {*/
/*20160412	padding:0 24px 24px 0;*/
/*20160412	display:inline-block; letter-spacing:normal; vertical-align:top;*/
/*20160412}*/
#links .block1 div {/*20160412*/
	padding:0 24px 24px 0;
	display:inline-block; letter-spacing:normal; vertical-align:top;
}
#links .block1 div:nth-child(6n) {/*20160412*/
	padding-right: 0;
}
#links .block1 img {
	width:100%;
	vertical-align:bottom;
}


/* #links slide
-----------------------*/
#slideLinks {
	width:100%; height:184px;
}
#slideLinks ul {
	width:1200px; height:184px;
	margin:0 auto;
	overflow:hidden;
}
#slideLinks li {
	width:100%;
	position:relative;
	overflow:hidden;
}
#slideLinks .bx-wrapper {
	width:1200px; height:184px;
	margin: 0 auto; padding: 0;
	position: relative;
	*zoom: 1;
}
#slideLinks .bx-wrapper .bx-loading {
	height: 100%; width: 100%; min-height: 50px;
	position: absolute; top: 0; left: 0; z-index: 2000;
	background: url(../image/share/bx_loader.gif) center center no-repeat #F7F7F7;
}
/* pager */
#slideLinks .bx-wrapper .bx-pager {
	width: 100%;
	position: absolute; right:0; top: -50px;
	text-align: right;
}
#slideLinks .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding-left:12px;
	background:#F7F7F7;
}
#slideLinks .bx-wrapper .bx-pager.bx-default-pager a {
	width: 16px; height: 16px;
	font-size:0; line-height:0; text-indent: -9999px;
	display: block;
	background: #c4c4c4;
	border: #FFF 1px solid;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
#slideLinks .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slideLinks .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #444;
}

/* ================================================
 基本ブログ
--------------------------------------------------- */
/* .title_foodshoping */
.title_foodshoping {
	background:url(../image/share/slide_bg.png);
}
.title_foodshoping p {
	width:1200px; height:150px;
	margin:0 auto;
	background:url(../image/foodshoping/title.jpg) no-repeat;
}

#basic {
	padding-bottom:30px;
}

#basic ul {
	width:100%;
}
#basic li {
	width:100%;
	padding-bottom:30px;
	display:table;
}
#basic li .articleBox {
	padding:0 0 0 19px;
	position:relative;
	display:table-cell; vertical-align:top;
	border-bottom:#dbdbdb 2px solid; border-left:#dbdbdb 1px solid;
}
#basic li .photo {
	width:450px;
	padding-right:30px;
	display:table-cell; vertical-align:top;
}
#basic li .photo img{
	width:100%;
	vertical-align:bottom;
}
#basic li .photo a {
	position:relative;
	display:block;
}
#basic li .date {
	font-size:10px; line-height:16px;
	position:absolute; left:15px; top:0;
}
#basic li .tags {
	width:228px;
	float:right;
}
#basic li .cat {
	padding-top:12px;
	font-size:12px; line-height:20px; letter-spacing:0.1em;
	clear:both;
}
#basic li .cat .en{
	letter-spacing:0;
}
#basic li h3 {
	font-size:16px; line-height:24px; letter-spacing:0.1em;
	padding-top:12px;
	clear:both;
}
#basic li .text {
	margin-top:15px; padding-bottom:8px;
	font-size:11px; line-height:18px; letter-spacing:0.05em;
}

/* .basic_title1 */
#basic .basic_title1 {
	padding-left:19px; margin-bottom:2px;
	position:relative;
	border-left:#dbdbdb 1px solid; border-bottom:#dbdbdb 2px solid;
}
#basic .basic_title1 h2 {
	padding-top:30px;
	font-size:24px; line-height:36px; letter-spacing:0.1em;
}
#basic .basic_title1 h3 {
	padding:20px 0 16px 0;
	font-size:12px; line-height:18px; letter-spacing:0.1em;
}
#basic .basic_title1 .date {
	position:absolute; left:15px; top:0;
	font-size:10px; line-height:10px;
}
#basic .basic_title1 .tags {
	width:570px;
	padding-left:100px;
}
#basic .basic_title1 .facebook {
	width:60px; height:20px;
	position:absolute; right:75px; top:0;
}
#basic .basic_title1 .tweet {
	width:68px; height:20px;
	position:absolute; right:0; top:1px;
}

/* .basic_box */
.basic_box .image_main {
	width:100%;
	margin-bottom:40px;
}
.basic_box .image_main img {
	width:100%;
	vertical-align:baseline;
}
.basic_box p{
	font-size:15px; line-height:28px; letter-spacing:0.06em;
	margin-bottom:28px;
}
.basic_box .image2 {
		width: 100%;
		margin-bottom: 1em;

}
.basic_box .image2 .photo1{
	float:left;
	width:50%;
}
.basic_box .image2 .photo2{
	float:right;
	width:50%;
}
.basic_box .image2 img {
	width:100%;
}
.basic_box .image3 {
	width:100%;
	padding:12px 0 40px 0;
	overflow:hidden;
}
.basic_box .image3 .block1 {
	margin-right:-25px;
	letter-spacing:-.40em; font-size:0;
}
.basic_box .image3 .block1 div {
	width:33.330%;
	display:inline-block; letter-spacing:normal; vertical-align:top;
}
.basic_box .image3 .block1 p {
	padding-right:25px; margin-bottom:0;
}
.basic_box .image3 img {
	width:100%;
	vertical-align:bottom;
}
.image_sub {
	text-align: left;
	position: relative;
	right: -500px;
	margin-top: -20px;
}
.image_sub img {
	width: 15%;
	border: 1px solid #dbdbdb;
}
.image_sub p {
	display: inline-block;
	padding-top: 40px;
	margin-right: 10px;
	float: left;
}
.caption {
	padding:0 0.2em;
	font-size: 13px !important;
	line-height: 20px !important;
	margin-bottom: 28px;
}
.sannou_maintitle {
	padding-top: 30px;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/* .sns_footer */
#basic .sns_footer {
	height:20px;
	padding:20px 0 10px 0;
	border-bottom:#dbdbdb 2px solid;
	letter-spacing:-.40em; font-size:0;
	text-align:right;
}
#basic .sns_footer .facebook {
	width:60px; height:20px;
	padding-right:10px;
	display:inline-block;
}
#basic .sns_footer .tweet {
	width:68px; height:20px;
	display:inline-block;
}

/* .information */
.information h5 {
	height:14px;
	margin-bottom:20px;
	background:url(../image/foodshoping/sakaba/title_information.jpg) no-repeat;
	text-indent:-9999px;
}
.information .block4 {
	padding:0 42px; margin-bottom:20px;
	border:#FFF 12px solid;
}
.information .block4 h4 {
	padding:12px 0 8px 0;
	font-size:16px; line-height:30px; letter-spacing:0.05em; font-weight:bold;
}
.information .block4 dl {
	width:100%;
	position:relative;
	border-top:#dbdbdb 1px solid;
	font-size:12px; line-height:20px; letter-spacing:0.05em;
}
.information .block4 dt {
	width:126px;
	padding:14px 0 10px 0;
	position:absolute; left:0; top:0;
}
.information .block4 dd {
	padding:14px 0 10px 126px;

}
.information .maps {
	width:100%; height:450px;
	margin-bottom:30px;
}

/* ================================================
 コンテンツメインビジュアル [PC]
--------------------------------------------------- */
/* title_foodshoping */
.title_visual {
	background:url(../image/share/slide_bg.png);
}
.title_visual p {
	width:1200px; height:150px;
	margin:0 auto;
}
.title_visual p img {
	width:1200px; height:150px;
}



/* ================================================
 GOURMET & SHOPPING [/foodshoping/][/history/]
--------------------------------------------------- */
#foodshoping {
	padding-bottom:30px;
}

#foodshoping ul {
	width:100%;
}
#foodshoping li {
	width:100%;
	padding-bottom:30px;
	display:table;
}
#foodshoping li .articleBox {
	padding:0 0 0 19px;
	position:relative;
	display:table-cell; vertical-align:top;
	border-bottom:#dbdbdb 2px solid; border-left:#dbdbdb 1px solid;
}
#foodshoping li .photo {
	width:450px;
	padding-right:30px;
	display:table-cell; vertical-align:top;
}
#foodshoping li .photo img{
	width:100%;
	vertical-align:bottom;
}
#foodshoping li .photo a {
	position:relative;
	display:block;
}
#foodshoping li .date {
	font-size:10px; line-height:16px;
	position:absolute; left:15px; top:0;
}
#foodshoping li .tags {
	width:228px;
	float:right;
}
#foodshoping li .cat {
	padding-top:12px;
	font-size:12px; line-height:20px; letter-spacing:0.1em;
	clear:both;
}
#foodshoping li .cat .en{
	letter-spacing:0;
}
#foodshoping li h3 {
	font-size:16px; line-height:24px; letter-spacing:0.1em;
	padding-top:12px;
	clear:both;
}
#foodshoping li .text {
	margin-top:15px; padding-bottom:8px;
	font-size:11px; line-height:18px; letter-spacing:0.05em;
}

/* .foodshoping_title1 */
#foodshoping .foodshoping_title1 {
	padding-left:19px; margin-bottom:2px;
	position:relative;
	border-left:#dbdbdb 1px solid; border-bottom:#dbdbdb 2px solid;
}
#foodshoping .foodshoping_title1 h2 {
	padding-top:30px;
	font-size:24px; line-height:36px; letter-spacing:0.1em;
}
#foodshoping .foodshoping_title1 h3 {
	padding:20px 0 16px 0;
	font-size:12px; line-height:18px; letter-spacing:0.1em;
}
#foodshoping .foodshoping_title1 .date {
	position:absolute; left:15px; top:0;
	font-size:10px; line-height:10px;
}
#foodshoping .foodshoping_title1 .tags {
	width:570px;
	padding-left:100px;
}
#foodshoping .foodshoping_title1 .facebook {
	width:60px; height:20px;
	position:absolute; right:75px; top:0;
}
#foodshoping .foodshoping_title1 .tweet {
	width:68px; height:20px;
	position:absolute; right:0; top:1px;
}

/* .foodshoping_box */
.foodshoping_box .image_main {
	width:100%;
	margin-bottom:40px;
}
.foodshoping_box .image_main img {
	width:100%;
	vertical-align:baseline;
}
.foodshoping_box p{
	font-size:15px; line-height:28px; letter-spacing:0.06em;
	margin-bottom:28px;
}
.foodshoping_box .image2 {
	width: 100%;
	margin-bottom: 1em;
}
.foodshoping_box .image2 .photo1{
	float:left;
	width:50%;
}
.foodshoping_box .image2 .photo2{
	float:right;
	width:50%;
}

.foodshoping_box .image2 img {
	width:100%;
	vertical-align:baseline;
}
.foodshoping_box .image3 {
	width:100%;
	padding:12px 0 40px 0;
	overflow:hidden;
}
.foodshoping_box .image3 .block1 {
	margin-right:-25px;
	letter-spacing:-.40em; font-size:0;
}
.foodshoping_box .image3 .block1 div {
	width:33.330%;
	display:inline-block; letter-spacing:normal; vertical-align:top;
}
.foodshoping_box .image3 .block1 p {
	padding-right:25px; margin-bottom:0;
}
.foodshoping_box .image3 img {
	width:100%;
	vertical-align:bottom;
}

/* .sns_footer */
#foodshoping .sns_footer {
	height:20px;
	padding:20px 0 10px 0;
	border-bottom:#dbdbdb 2px solid;
	letter-spacing:-.40em; font-size:0;
	text-align:right;
}
#foodshoping .sns_footer .facebook {
	width:60px; height:20px;
	padding-right:10px;
	display:inline-block;
}
#foodshoping .sns_footer .tweet {
	width:68px; height:20px;
	display:inline-block;
}


/* ================================================
 WATCH, LISTEN & LEARN [/culture/]
--------------------------------------------------- */
#culture .block1 {
	width:100%;
	padding-bottom:30px;
	position:relative;
	overflow:hidden;
}
#culture ul {
	margin-right:-30px;
	letter-spacing:-.40em; font-size:0;
}
#culture li {
	width:50%; min-height:441px;
	padding-bottom:30px;
	display:inline-block; letter-spacing:normal; vertical-align:top;
}
#culture .articleBox {
	padding-left:19px; margin-right:30px;
	border-bottom:#dbdbdb 2px solid; border-left:#dbdbdb 1px solid;
	position:relative;
}
#culture .photo {
	margin:0 30px 20px 0;
}
#culture .photo img{
	width:100%;
	vertical-align:bottom;
}
#culture .date {
	font-size:10px; line-height:16px;
	position:absolute; left:15px; top:0;
}
#culture .tags {
	width:285px;
	float:right;
}
#culture .cat {
	padding-top:12px;
	font-size:12px; line-height:20px; letter-spacing:0.1em;
	clear:both;
}
#culture .cat .en{
	letter-spacing:0;
}
#culture h3 {
	font-size:16px; line-height:24px; letter-spacing:0.1em;
	padding-top:10px;
}
#culture .text {
	margin-top:15px; padding-bottom:8px;
	font-size:11px; line-height:18px; letter-spacing:0.05em;
}

/* ================================================
 EVENTS [/join/]
--------------------------------------------------- */
#events {
	padding-bottom:30px;
}
/* #eventsBox
-----------------------*/
#eventsBox {
	width:100%;
}
#eventsBox h4 {
	width:100%; height:13px;
	background:url(../image/join/title_event.png) no-repeat;
	position:relative;
}
#eventsBox h4 .title {
	display:none;
}
#eventsBox h4 .more{
	position: absolute;
	right: 0;
	bottom: -1px;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.1em;
}
#eventsBox ul {
	margin-bottom:3em;
}
#eventsBox li {
	width:100%;
	padding-top:30px;
	display:table;
}
#eventsBox .articleBox {
	padding:0 0 0 19px;
	position:relative;
	display:table-cell; vertical-align:top;
	border-bottom:#dbdbdb 2px solid; border-left:#dbdbdb 1px solid;
}
#eventsBox .photo {
	width:270px;
	padding-left:40px;
	display:table-cell; vertical-align:top;
}
#eventsBox .photo img{
	width:100%;
	vertical-align:bottom;
}
#eventsBox .photo a {
	position:relative;
	display:block;
}
#eventsBox .date {
	font-size:10px; line-height:16px;
	position:absolute; left:15px; top:0;
}
#eventsBox .tags {
	width:342px;
	position:absolute; right:0px; top:0;
}
#eventsBox h3 {
	font-size:16px; line-height:24px; letter-spacing:0.1em;
	padding-top:45px;
}
#eventsBox .en {
	font-size:15px; letter-spacing:0;
	margin-top:1px;
}
#eventsBox .text {
	margin-top:15px; padding-bottom:8px;
	font-size:11px; line-height:18px; letter-spacing:0.05em;
}

/* .calendar
-----------------------*/
#events .calendar {
	margin-top:60px;
}
#events .calendar .block1 {

}
#events .calendar h4{
	width:100%; height:14px;
	margin-bottom:30px;
	background:url(../image/join/title_event_calendar.png) 0 0 no-repeat;
	text-indent:-9999px;
	float:left;
}
#events .calendar table {
	width:100%;
	clear:both;
	border-collapse:collapse;
	border-left:#dbdbdb 1px solid; border-top:#dbdbdb 1px solid;
	box-sizing:border-box;
}
#events .calendar th,
#events .calendar td {
	border-right:#dbdbdb 1px solid; border-bottom:#dbdbdb 1px solid;
	box-sizing:border-box;
	padding:5px 20px;
	font-size:14px; line-height:20px;
}
#events .calendar th {
	background:#ebebeb; font-weight:normal;
}

/* #eventReport
-----------------------*/
#eventReport {
	margin-top:60px;
}
#eventReport h2 {
	width:100%; height:14px;
	background:url(../image/join/title_event_report.png) no-repeat;
	position:relative;
}
#eventReport h2 span {
	display:none;
}
#eventReport h2 .more{
	position:absolute; right:0; bottom:0;
	font-size:11px; line-height:13px; letter-spacing:0.1em;
}
#eventReport .block1 {
	width:100%;
	margin-top:30px;
	position:relative;
	overflow:hidden;
}
#eventReport ul {
	margin-right:-40px;
	letter-spacing:-.40em; font-size:0;
}
#eventReport li {
	width:33.33%;
	padding-bottom:30px;
	display:inline-block; letter-spacing:normal; vertical-align:top;
}
#eventReport .articleBox {
	padding-right:40px;
}
#eventReport .photo {
	margin-bottom:12px;
}
#eventReport .photo img{
	width:100%;
	vertical-align:bottom;
}
#eventReport h3 {
	font-size:14px; line-height:20px; letter-spacing:0.1em;
}
#eventReport h3 .en {
	font-size:13px; letter-spacing:0;
	margin-top:2px;
}
#eventReport .text {
	margin-top:5px; padding-bottom:0px;
	font-size:11px; line-height:18px; letter-spacing:0.05em;
}
#eventReport .foot {
	width:100%;
	padding:8px 0 7px 0;
	display:table;
	border-bottom:#dbdbdb 2px solid;
}
#eventReport .foot .date {
	display:table-cell; vertical-align:top;
}
#eventReport .foot .date p {
	text-indent:-4px;
	font-size:10px; line-height:16px;
}
#eventReport .foot .tags {
	width:171px;
	display:table-cell; vertical-align:top;
}

/* ================================================
 SAKABA [/foodshoping/sakaba/]
--------------------------------------------------- */
.sakaba_title {
	width:1200px; height:98px;
	background:url(../image/foodshoping/sakaba/title.png) no-repeat;
	text-indent:-9999px;
}
#sakaba {
	padding-bottom:50px;
}
#sakaba img {
	vertical-align:bottom;
}
#sakaba .sakaba_title1 {
	height:78px;
	padding-left:19px;
	position:relative;
	border-left:#dbdbdb 1px solid; border-bottom:#dbdbdb 2px solid;
}
#sakaba .sakaba_title1 h2 {
	padding-top:18px;
	font-size:24px; line-height:60px;
}
#sakaba .sakaba_title1 .date {
	position:absolute; left:15px; top:0;
	font-size:10px; line-height:10px;
}
#sakaba .sakaba_title1 .facebook {
	width:60px; height:20px;
	position:absolute; right:75px; top:0;
}
#sakaba .sakaba_title1 .tweet {
	width:68px; height:20px;
	position:absolute; right:0; top:1px;
}

#sakaba .sakaba_title2 {
	padding-left:10px; margin-top:30px;
	border-left:#dbd2cc 4px solid;
}
#sakaba .sakaba_title2 h4 {
	font-size:18px; line-height:18px; letter-spacing:0.1em;
	padding-bottom:3px;
}
#sakaba .sakaba_title2 h4 .s {
	font-size:10px; line-height:10px;
	position:relative; top:-2px;
	margin-left:10px;
}
#sakaba .sakaba_title2 p {
	font-size:12px; line-height:20px; letter-spacing:0.1em;
}
#sakaba .sakaba_title3 {
	margin-top:40px; margin-bottom:40px; padding-left:3px;
	border-left:#dbd2cc 4px solid;
}
#sakaba .sakaba_title3 p {
	padding-left:10px;
	border-left:#0a2a72 18px solid;
	font-size:15px; line-height:28px; letter-spacing:0.06em;
}
#sakaba h3 {
	background:#0a2a72;
	font-size:24px; line-height:40px; letter-spacing:0.1em; color:#FFF; text-align:center;
}
#sakaba .block1 {
	display:table;
	box-sizing:border-box;
	border:#cfd5e2 4px solid;
}
#sakaba .block1 .text {
	padding:10px 20px;
	display:table-cell; vertical-align:top;
	font-size:15px; line-height:28px; letter-spacing:0.06em;
}
#sakaba .block1 .text p {
	width:43px; height:43px;
	margin:6px 5px 0 0;
	background:#0a2a72;
	font-size:30px; line-height:43px; color:#FFF; text-align:center;
	float:left;
}
#sakaba .block1 .line1 {
	border-right:#cfd5e2 4px solid;
}
#sakaba .block1 .line2 {
	border-left:#cfd5e2 4px solid;
}
#sakaba .block1 .photo {
	display:table-cell; vertical-align:top; text-align:center;
	background:#FFF;
}
#sakaba .block2 {
	text-align:center;
	border:#cfd5e2 4px solid; border-top:none;
	background:#FFF;
}
#sakaba .block3 {
	padding:10px; margin-bottom:20px;
	border:#cfd5e2 4px solid; border-top:none;
}
#sakaba .block3 p {
	padding:20px 25px;
	background:#e0e6f4;
	font-size:12px; line-height:20px; letter-spacing:0.05em;
}

#sakaba .release {
	margin-bottom:60px;
	border:#cfd5e2 4px solid;
	font-size:12px; line-height:32px; letter-spacing:0.05em; text-align:center;
}
/* .sns_footer */
#sakaba .sns_footer {
	height:20px;
	padding:20px 0 10px 0;
	border-bottom:#dbdbdb 2px solid;
	letter-spacing:-.40em; font-size:0;
	text-align:right;
}
#sakaba .sns_footer .facebook {
	width:60px; height:20px;
	padding-right:10px;
	display:inline-block;
}
#sakaba .sns_footer .tweet {
	width:68px; height:20px;
	display:inline-block;
}


/* ================================================
 SANNOU [/culture/sannou/]
--------------------------------------------------- */
/* .sannou_title */
.sannou_title {
	background:url(../image/share/slide_bg.png);
}
.sannou_title p {
	width:1200px; height:150px;
	margin:0 auto;
	background:url(../image/culture/sannou/title.jpg) no-repeat;
}
#sannou {
	padding-bottom:30px;
}
/* .sannou_title1 */
#sannou .sannou_title1 {
	padding-left:19px; margin-bottom:2px;
	position:relative;
	border-left:#dbdbdb 1px solid; border-bottom:#dbdbdb 2px solid;
}
#sannou .sannou_title1 h2 {
	padding-top:30px;
	font-size:24px; line-height:36px; letter-spacing:0.1em;
}
#sannou .sannou_title1 h3 {
	padding-top:8px;
	font-size:18px; line-height:27px; letter-spacing:0.1em;
}
#sannou .sannou_title1 h4 {
	padding:20px 0 16px 0;
	font-size:12px; line-height:20px; letter-spacing:0.1em;
}
#sannou .sannou_title1 .date {
	position:absolute; left:15px; top:0;
	font-size:10px; line-height:10px;
}
#sannou .sannou_title1 .tags {
	width:570px;
	padding-left:100px;
}
#sannou .sannou_title1 .facebook {
	width:60px; height:20px;
	position:absolute; right:75px; top:0;
}
#sannou .sannou_title1 .tweet {
	width:68px; height:20px;
	position:absolute; right:0; top:1px;
}
/* .sannou_map */
.sannou_map .image_main {
	position:relative;
}
.sannou_map .image_main .photo img {
	width:100%;
	vertical-align:bottom;
}
.sannou_map .image_main .icon {position:absolute;}
.sannou_map .image_main .icon12  {left:752px; top:48px;}
.sannou_map .image_main .icon24  {left:643px; top:48px;}
.sannou_map .image_main .icon25A {left:495px; top:48px;}
.sannou_map .image_main .icon25B {left:425px; top:48px;}
.sannou_map .image_main .icon06  {left:255px; top:48px;}
.sannou_map .image_main .icon43  {left:197px; top:48px;}
.sannou_map .image_main .icon41  {left:66px; top:48px;}
.sannou_map .image_main .icon37  {left:66px; top:158px;}
.sannou_map .image_main .icon32  {left:103px; top:410px;}
.sannou_map .image_main .icon44  {left:127px; top:158px;}
.sannou_map .image_main .icon28  {left:351px; top:152px;}
.sannou_map .image_main .icon31  {left:440px; top:152px;}
.sannou_map .image_main .icon27A {left:771px; top:152px;}
.sannou_map .image_main .icon27B {left:671px; top:169px;}
.sannou_map .image_main .icon30  {left:622px; top:169px;}
.sannou_map .image_main .icon26  {left:561px; top:202px;}
.sannou_map .image_main .icon02  {left:197px; top:104px;}

/* .sannou_list */
.sannou_list {
	width:100%;
	padding-bottom:40px;
	position:relative;
	overflow:hidden;
}
.sannou_list ul {
	margin-right:-30px;
	letter-spacing:-.40em; font-size:0;
}
.sannou_list li {
	width:25%;
	display:inline-block; letter-spacing:normal; vertical-align:top;
}
.sannou_list .articleBox {
	height:100%;
	margin-right:30px;
	box-sizing:border-box;
	border-bottom:#dbdbdb 1px solid;
}
.sannou_list .photo {
	width:100%; height:326px;
	padding-top:20px;
}
.sannou_list .photo img{
	width:100%;
	vertical-align:bottom;
}
.sannou_list .photo .text{
}
.sannou_list .photo .text div {
	width:168px; height:306px;
	padding:0 15px;
	font-size:14px; line-height:26px; letter-spacing:0.1em; vertical-align:middle;
	background:#f5dabe;
	border:#dbdbdb 1px solid;
	display:table-cell;
}
.sannou_list h4 {
	font-size:16px; line-height:26px; letter-spacing:0.1em; text-align:center; color:#666;
	padding-bottom:12px;
}
.sannou_list h4 span {
	font-size:12px; line-height:24px; letter-spacing:0.1em;
}
.sannou_list h4 span.s {
	font-size:11px; letter-spacing:0em;
}

.map_caption {
	padding:15px 0; margin-top:2px;
	/*border-top:#dbdbdb 2px solid; border-bottom:#dbdbdb 2px solid;*/
	font-size:12px; line-height:22px;
}

/* .sns_footer */
#sannou .sns_footer {
	height:20px;
	padding:20px 0 10px 0;
	border-bottom:#dbdbdb 2px solid;
	letter-spacing:-.40em; font-size:0;
	text-align:right;
}
#sannou .sns_footer .facebook {
	width:60px; height:20px;
	padding-right:10px;
	display:inline-block;
}
#sannou .sns_footer .tweet {
	width:68px; height:20px;
	display:inline-block;
}

/* ================================================
 HISTORY [/history/]
--------------------------------------------------- */
/* .title_history */
.title_history {
	background:url(../image/share/slide_bg.png);
}
.title_history p {
	width:1200px; height:150px;
	margin:0 auto;
	background:url(../image/history/title.jpg) no-repeat;
}

/* ================================================
 PICTURE [/history/picture/]
--------------------------------------------------- */
.picture_title {
	width:1200px; height:100px;
	background:url(../image/history/picture/title.png) no-repeat;
	text-indent:-9999px;
}
#picture {
	padding-bottom:30px;
	background:url(../image/history/picture/bg.png);
}
#picture .picture_index {
	width:100%;
	margin-bottom:30px;
	display:table;
}
#picture .picture_index .title {
	width:108px;
	display:table-cell; vertical-align:middle;
	background:#a68368 url(../image/history/picture/title_index.png) center center no-repeat;
	text-indent:-9999px;
}
#picture .picture_index .body{
	padding:8px 0;
	display:table-cell; vertical-align:top;
	border:#a68368 4px solid; border-left:none;
	background:#ebe0d8;

}
#picture .picture_index .body ul {
	width:100%;
	letter-spacing:-.40em; font-size:0;
}
#picture .picture_index .body li {
	width:244px;
	padding-left:15px;
	display:inline-block; vertical-align:top;
	font-size:12px; line-height:18px; letter-spacing:0.1em; color:#885a36;
}
#picture .picture_index .body a:link, #picture .picture_index .body a:visited {color:#222; text-decoration:none;}
#picture .picture_index .body a:hover, #picture .picture_index .body a:active {color:#b2b2b2; text-decoration:none;}

#picture .picture_title1 {
	padding:13px 0 18px 0; margin-bottom:30px;
	position:relative;
	border-top:#885a36 4px solid; border-bottom:#885a36 4px solid;
}
#picture .picture_title1 h2 {
	margin-bottom:9px;
	font-size:24px; line-height:36px; letter-spacing:0.1em; text-align:center;
}
#picture .picture_title1 p {
	font-size:12px; line-height:18px; letter-spacing:0.1em; text-align:center;
}
#picture .picture_title1 .facebook {
	width:60px; height:20px;
	position:absolute; right:105px; bottom:20px;
}
#picture .picture_title1 .tweet {
	width:68px; height:20px;
	position:absolute; right:20px; bottom:19px;
}
#picture .picture_container {
	width:860px;
	margin:0 auto;
}
#picture .picture_container .grid_sizer,
#picture .picture_container .grid {
	width:50%;
}
#picture .picture_container .grid {
	float:left;
}
#picture .picture_container .box {
	width:400px;
	margin:0 auto; padding-bottom:30px;
}
#picture .picture_container .photo {
	background:#f7f7f7;
	margin-bottom:20px;
}
#picture .picture_container .photo img {
	vertical-align:bottom;
}
#picture .picture_container .text {
	padding:12px 0 10px 0;
	border:#dbd2cc 2px solid;
	background:#FFF;
	font-size:15px; line-height:24px; letter-spacing:0.1em; text-align:center;
}
#picture .sns_footer {
	padding:10px 0;
	position:relative;
	border-top:#885a36 4px solid; border-bottom:#885a36 4px solid;
	font-size:12px; line-height:20px; letter-spacing:0.1em; text-align:center;
}
#picture .sns_footer .facebook {
	width:60px; height:20px;
	position:absolute; right:105px; top:10px;
}
#picture .sns_footer .tweet {
	width:68px; height:20px;
	position:absolute; right:20px; top:10px;
}

/* ================================================
 LIGHTBOX .lightbox
--------------------------------------------------- */
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
	position: absolute; top: 0; left: 0; z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity:0.7;
	display:none;
}
.lightbox {
	width:100%;
	padding-top:50px;
	position: absolute; left:0; z-index:10000;
	text-align: center; line-height:0;
}
/* .lb-dataContainer */
.lightbox .lb-dataContainer {
	margin: 0 auto; padding:20px 30px 10px 30px;
	*zoom: 1;
	background:#FFF;
}
.lightbox .lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lightbox .lb-dataContainer .lb-data {
	padding:6px;
	border:#dbd2cc 2px solid;
}
.lightbox .lb-dataContainer .lb-caption {
	font-size:13px; line-height:24px; letter-spacing:0.1em; text-align:left;
	float:left;
}
.lightbox .lb-dataContainer .lb-close {
	width: 24px; height: 24px;
	display: block;
	float: right;
	background:url(../image/share/lightbox_close.png) top right no-repeat;
	text-align: right;
	outline: none;
}
.lightbox .lb-dataContainer .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
/* .lb-outerContainer */
.lightbox .lb-outerContainer {
	width:250px; height:250px;
	padding:0 30px;
	position:relative;
	*zoom:1;
	margin:0 auto;
	text-align:center;
	background:#FFF;
}
.lightbox .lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lightbox .lb-outerContainer .lb-container {
	margin:0 auto;
	text-align:center;
}
.lightbox .lb-outerContainer .lb-image {
	display: block;
	height: auto; max-width:inherit;
	margin:0 auto;
}
.lightbox .lightbox a img {
	border: none;
}
.lightbox .lb-loader {
	position: absolute; top: 43%; left: 0;
	height: 25%; width: 100%;
	text-align: center;
	line-height: 0;
}
.lightbox .lb-cancel {
	display: block;
	width: 32px; height: 32px;
	margin: 0 auto;
}
/* .lb-description */
.lightbox .lb-description {
	width:100%;
	padding:20px 30px; margin:0 auto;
	background:#FFF;
	font-size:15px; line-height:28px; letter-spacing:0.05em; text-align:left;
}

/* ================================================
 LIGHTBOX .sannoubox
--------------------------------------------------- */
.sannouboxOverlay {
	position: absolute; top: 0; left: 0; z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity:0.7;
	display:none;
}
.sannoubox {
	width:100%;
	padding-top:50px;
	position: absolute; left:0; z-index:10000;
	text-align: center; line-height:0;
}
/* .lb-dataContainer */
.sannoubox .lb-dataContainer {
	margin: 0 auto; padding:20px 30px 20px 30px;
	*zoom: 1;
	background:#FFF;
}
.sannoubox .lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.sannoubox .lb-dataContainer .lb-data {
	width:100%;
	position:relative;
}
.sannoubox .lb-dataContainer .lb-caption {
	font-size:14px; line-height:32px; letter-spacing:0.1em; text-align:center;
}
.sannoubox .lb-dataContainer .lb-caption b {
	font-size:18px; font-weight:normal;
}
.sannoubox .lb-dataContainer .lb-close {
	width: 24px; height: 24px;
	display: block;
	position:absolute; right:0; bottom:8px;
	background:url(../image/share/lightbox_close.png) top right no-repeat;
	text-align: right;
	outline: none;
}
.sannoubox .lb-dataContainer .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
/* .lb-outerContainer */
.sannoubox .lb-outerContainer {
	width:250px; height:250px;
	padding:30px 30px 0 30px;
	position:relative;
	*zoom:1;
	margin:0 auto;
	text-align:center;
	background:#FFF;
}
.sannoubox .lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.sannoubox .lb-outerContainer .lb-container {
	margin:0 auto;
	text-align:center;
}
.sannoubox .lb-outerContainer .lb-image {
	display: block;
	height: auto; max-width:inherit;
	margin:0 auto;
}
.sannoubox .sannoubox a img {
	border: none;
}
.sannoubox .lb-loader {
	position: absolute; top: 43%; left: 0;
	height: 25%; width: 100%;
	text-align: center;
	line-height: 0;
}
.sannoubox .lb-cancel {
	display: block;
	width: 32px; height: 32px;
	margin: 0 auto;
}
/* #aboutus
-----------------------*/
#aboutus .caution {
	padding:0 0 15px 20px;
	margin-bottom:30px;
	border-left:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 2px solid;
	font-size:13px; line-height:24px;
	letter-spacing:0.1em;
}

#aboutus .caution li {
	padding:4px 0 8px 0;
	margin-left: 1em;
	text-indent: -1em;
	font-size:13px;
	line-height:18px;
	letter-spacing:0.05em;
}
#aboutus .caution li a:before {
	content:"▶";
}
#aboutus .caution span {
	font-size:10px;
	line-height:16px;
	letter-spacing:0.05em;
}

/* 問い合わせ
-----------------------*/
.block1 p.line-on a{
	text-decoration:underline;
	}


/* 汎用タイトル
-------------------------*/
/* .generic_title1 */
.generic .generic_title1 {
	height:auto !important;
	min-height: 78px;
	padding-left:19px;
	margin-bottom:30px;
	position:relative;
	border-left:#dbdbdb 1px solid; border-bottom:#dbdbdb 2px solid;
}

.generic .generic_title1 > .date + .tags + .sns_header + h2 {
	/*padding-top:1px !important;*/
	font-size: 24px;
	line-height: 60px;
}
.generic .generic_title1 > .date + .tags + .sns_header + h2 + h3 {

}
.generic .generic_title1 .date {
	position:absolute; left:15px; top:0;
	font-size:10px; line-height:10px;
}
.generic .generic_title1 .tags {
	width:570px;
	padding-left:100px;
}
.generic .generic_title1 .facebook {
	width:60px; height:20px;
	position:absolute; right:75px; top:0;
}
.generic .generic_title1 .tweet {
	width:68px; height:20px;
	position:absolute; right:0; top:1px;
}

/* 東京写真館用 特殊対応 */
#picture_head_pc{
	position:relative;
	background: #F7F7F7;
	padding-bottom: 20px;
	min-height: 17px;
}
#picture_head_pc .date {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 10px;
    line-height: 10px;
}
#picture_head_pc .tags {
    width: 570px;
    padding-left: 100px;
	letter-spacing: -.40em;
    font-size: 0;
}
#picture_head_pc .facebook {
    width: 60px;
    height: 20px;
    position: absolute;
    right: 75px;
    top: 0;
}
#picture_head_pc .tweet {
    width: 68px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 1px;
}
