<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* initialise start */
/* Base Color: #ededed, #ff0000 */

address,
article,
aside,
button,
details, 
dd,
dl,
dt,
figcaption, 
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
	display:block;
}

.locationArea{
	margin: 0 auto;
	padding: 12px 0 16px;
	width: auto;
	max-width: 1200px;
	/* min-width: 1000px; */
	font-size: 88%;
}

#marcketing a,
#marcketing a:link
{
	text-decoration: none;
	color: #ff667d;
}

#marcketing a:hover{
	color: #f00;	
}

html body table#mainArea{
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

#marcketing *{
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline: none;
	float: none;
}

#marcketing ul,
#marcketing li
{
	list-style-type:none;
}

#marcketing img{ 
	border: none;
}

#marcketing .info em, 
#marcketing strong
{
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}

.clearFix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
}

.none{
	display:none;
}

.error{
	margin:0 0 20px;
	color: #cc4a65;
	display:block;
	float:left;
	margin:0 0 0 4px;
}

.end{
	margin: 0 !important;
}

.inline
{
	display:inline;
}

li.block{
	display:block;
}

.textDel{
	text-indent: -9999px;
}

.none{
	display:none;
}

.textCenter{
	text-align:center;
}

.textLeft{
	text-align:left;
}


.red{
	color:#ff0000;
}

.win{
	color:#a06063;
}

.blue{
	color:#0066cc;
}

.green{
	color:#008735;
}

.black{
	color:#000;
}


.bold{
	font-weight:bold;
}

.normal{
	font-weight:normal;
}

.center{
	text-align: center;
}


.fs10{
	font-size:10px;
}

.fs14{
	font-size:14px;
}

.fs16{
	font-size:16px;
}

.fs18{
	font-size:18px;
}

.ffCentury{
	font-family:"Century Gothic", Helvetica;
}

#marcketing h1,
#marcketing h2,
#marcketing h3{
	display: block;
	background: none;
	border: none;
}

#marcketing h2{
	margin: 0;
}

/* initialise end +++++++++++++++++++++++++++++ */

/* Layout */


/* HEADER CONTENTS +++++++++++++++ */

#marcketing #navi_cat a.off{
	color: #ddd;
	cursor: default;
}

/* PRIMARY LISTS +++++++++++ */

#marcketing div.all a .imgWrap img.vt{
	position: absolute;
	left: 0; top: 50%; 
	margin-top: -75%;
	margin-left: 0;
	width: 120px;
	height: auto;
	min-height: 120px;
	min-width: 120px;
}

#marcketing div.all a .imgWrap img.sq{
	position: absolute;
	left: 0; top: 0; 
	margin-top: 0;
	margin-left: 0;
	width: 120px;
	height: auto;
	min-height: 120px;
	min-width: 120px;
}

#marcketing div.all a span.cntBlc{
	position: relative;
	display: table-cell;
	vertical-align: top;
	border-left: 16px transparent solid;
}

#marcketing div.all a span.cntBlc em.body{
	display: block;
	padding-bottom: 26px;
	max-width: 744px;
	color: #666;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	  /*white-space: nowrap;横幅がいっぱいいっぱいで可変でなくなり左側の画像がつぶれてしまう*/
}

#marcketing .all span.info{
	position: absolute;
	right: 0;bottom: 0;
	display: block;
	height: 12px;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	
	background: #fff;
	z-index: 11;
	z-index: 1;
}

/* PRIMARY CONTENTS +++++++++++++++ */

#marcketing .all span.info .slit{
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #666;
}

#marcketing .all span.info .type{
	color: #ff667d;
}

#marcketing .all span.info .date{
	color: #666;
}


/* SECONDARY CONTENTS */

#marcketing #rightBox ul{
	padding: 0 16px;
}

#marcketing #rightBox ul li{
	display: block;
	padding: 16px 0;
	border-bottom: #b3b3b3 dotted 1px;
}

#marcketing #rightBox ul li:last-child{
	border-bottom: none;
}

#marcketing #rightBox a{
	position: relative;
	display: table;
	width: 100%;
	color: #666;
}

/* 画像のアイコン */

#marcketing #rightBox a span.imgWrap{
	position: relative;
	display: table-cell;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	border-right: 8px transparent solid;
	overflow: hidden;
	z-index: 2222;
}

#marcketing #rightBox a span.imgWrap .pop{
	position: absolute;
	top: 0;left: 0;
	width: 22px;height: 22px;
	z-index: 2233;
}

#marcketing #rightBox a span.imgWrap img{
	position: absolute;
	left: 50%; 
	top: 0;
	margin-left: -75%;
	width: auto;
	height: 60px;
	z-index: 2222;
}

body{
	counter-reset: number 0;
}

#rightBox li a span.imgWrap .pop:before{
	position: absolute;
	top: 0;left: 0;
    content: counter(number, decimal) " ";
    counter-increment: number 1;
	display: block;
	height: 20px;
	width: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #ff667d;
	z-index: 2333;
}

/* #rightBox li a span.imgWrap .pop:after{
	position: absolute;
	top: 0;left: 0;
	content: ' ';
	display: block;
	height: 0;
	width: 0;
	border: 12px solid #ff667d;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 2255;
	/* opacity: 0.8; */
}
 */
#marcketing #rightBox a .body{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
}

#marcketing #rightBox a .arrow{
	display: table-cell;
	width: 28px;
	text-align: right;
	vertical-align: middle;
	
}

#setBox{
	width: 100%;
	min-width: 1200px;
}

#moreDsp {
	display: block;
}

#moreDsp a {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.fontawesome-icon-list .fa-hover a .fa {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
    width: 32px;
}


/* BUTTON ++++++++++++++++++++++ */

a#moreDsp {
	display: block;
	height: 52px;
	font-size: 1em;
	line-height: 52px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background: #f2f2f2;
	border: #dddddd solid 1px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

 a#moreDsp i.lhDtl,
 a#moreDsp i.lhDtl{
	vertical-align: middle;
	/* padding-bottom: 3px; */
	padding-left: 8px;
	font-size: 1.6em !important;
}

 a#moreDsp span.arrow,
 a#moreDsp span.arrow{
	vertical-align: middle;
}

.fz2{
	height: 1.6em;
	font-size: 1.6em;
}

/* PRIMARY LIST START 
   ++++++++++++++++++++++++++++ */

#marcketing #primaryList #headlineBlc{
	position: relative;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px #ddd solid;
}

#marcketing #primaryList #headlineBlc span.info{
	position: static;
	font-size: 12px;
	background: #fff;
}

#marcketing #primaryList #bodyBlc{
	margin-bottom: 4px;
	padding-bottom:24px;
	border-bottom: 1px #ddd solid;
}

#marcketing .bodyCnt{
	margin-bottom: 32px;
}

#marcketing .bodyCnt .red{
	padding-left: 4px;
}

#marcketing #primaryList #bodyBlc .bodyCnt:after{
	margin-bottom: 24px;
}

#marcketing #primaryList #bodyBlc .bodyCnt:after{
	content:" ";
	height: 0;
	display: block;
	clear: both;
}

#marcketing #primaryList #bodyBlc .bodyCnt img{
	display: block;
	margin: 0 16px 16px 0;
	max-width: 360px;
	max-height: 360px;
	float: left;
}

#marcketing #primaryList #bodyBlc .bodyCnt p em.list{
	font-size: 14px;
	/* font-weight: bold; */
	color: #000;
	line-height: 28px;
}
#marcketing #primaryList #bodyBlc .bodyCnt p em.list:before{
	content: '●';
	
}

#marcketing #primaryList #bodyBlc .bodyCnt p{
	font-size: 14px;
	line-height: 24px;
}

/* initialise start */

#marcketing *{
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline: none
}

#marcketing table{
    border-collapse:collapse;
	border:none;
	word-wrap:break-all;
	display:block;
}

#marcketing *{
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline: none;
	float: none;
}

#marcketing ul,
#marcketing li
{
	list-style-type:none;
}

#marcketing img{ 
	border: none;
}

#marcketing .info em, 
#marcketing strong
{
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}

#contents p{
	padding-bottom: 0 !important;
}

.clearFix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
}

.none{
	display:none;
}

.error{
	margin:0 0 20px;
	color: #cc4a65;
	display:block;
	float:left;
	margin:0 0 0 4px;
}

.end{
	margin: 0 !important;
}

 .fb_iframe_widget_lift{
	z-index: 22222;
 }

 
/* MEMBER'S CONTENTS */
#listBlc div.member .info,
#listBlc div.member img,
#listBlc div.member a.listBox{
	opacity:0.5;
	background: #999999;
}

#listBlc div.member .loginBtn{
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: block;
	margin: 0 0 0 -35%;
	padding:8px;
	width: 70%;
	height: auto;
	text-align: center;
	color: #006CD9;
	vertical-align: middle;
	background: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#listBlc div.all{
	position: relative;
}


#marcketing #navi_cat a.current,
#marcketing #navi_cat1 a.current{
	color: #f00;
}

#listBlc{
	margin-bottom: 8px;
}
 
/* MEDIAQUERY INDEX PAGE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PC ++++++++++++++++++++++ */
@media only screen and (min-width: 1200px) {
	
	
	#marcketing div.all a:hover{
		background: #fff;
		opacity: 0.8;
	}

	#marcketing #rightBox ul li:hover{
		opacity: 0.7;
	}
	
	a#moreDsp:hover{
		opacity: 0.7;
	}
	
	
	#marcketing{
		position: relative;
		margin-bottom: 32px;
		padding: 16px 8px 0 8px;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#marcketing #container #primary,
	#marcketing #container #primaryList,
	#marcketing #container #secondary{
		display: table-cell;
		vertical-align: top;
	}
	
	#marcketing #container #primary,
	#marcketing #container #primaryList{
		/* width: 1200px; */
		width: 880px;/*  */
		max-width: 880px;
		border-right: 20px transparent solid;
	}

	#lower #marcketing #container #secondary{
		padding-top: 20px;
		width: 300px;
	}
	
	/* #marcketing #container #secondary, */
	#top #marcketing #container #secondary
	{
		width: 300px !important;
	}
	
	#marcketing #pickup.all{
		height: 148px;
	}
	
	
	#marcketing #container{
		position: relative;
		display: table;
		margin: 0 auto;
		vertical-align: top;
		max-width: 1200px;
		min-width: 800px;
		z-index: 11;
	}
	
	#marcketing #eHeader #eSiteName {
		display: inline-block;
		margin: 0 auto 32px;
		width: 600px;
		height: 100px;
		text-indent: -9999px;
		background: #fff url('/contents/nikki/event/20160310/images/logo_minnanoArbeit.png') center no-repeat;
	}
	
	#marcketing #navi_cat {
		margin-bottom: 4px;
		padding: 7px 0;
		height: 22px;
		text-align: center;
		background: #fff;
		border-top: 1px solid #e8e7e6;
		border-bottom: 8px #ff0000 solid;
		background: #f3f3f3;
		
	}
	
	#marcketing #navi_cat a{
		position: relative;
		display: inline-block;
		padding: 0 4px;
		height: 22px;
		font-size: 18px;
		font-weight: bold;
		color: #62605e;
	}
	
	#marcketing #navi_cat a:hover{
		color: #f00;
	}
	
	/* Pickup はTOPでのみ使用 
	 * #primary：TOP
	 * #primaryList：階層
	 * */
	
	#marcketing #pickup.all #headline{
		width: 100%;
		height: auto;
	}
	
	#primaryList span#headline,
	#primary span#headline{
		position: absolute;
		left: 0;bottom: 0;
		display: block;
		padding-top: 16px;
		padding-left: 84px;
		padding-bottom: 20px;
		height: auto;
		min-height: 80px;
		font-size: 28px;
		line-height: 32px;
		font-weight: bold;
		color: #ff5170;
		color: #4d4d4d;
		background: rgba(255,255,255, 0.7);
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#marcketing #primaryList #headlineBlc{
		margin-bottom: 16px;
	}
	
	#marcketing #primaryList #headlineBlc h1#headline{
		position: relative;
		display: block;
		padding-top: 16px;
		padding-bottom: 20px;
		height: auto;
		min-height: 80px;
		font-size: 20px;
		font-size: 32px;
		line-height: 36px;
		font-weight: bold;
		color: #4d4d4d;
		letter-spacing: -0.5px;
		font-weight: bold;
		background: rgba(255,255,255, 0);
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#primaryList span#headline:after,
	#primary span#headline:after{
		content: 'NEW';
		display: block;
		position: absolute;
		top: 50%; left: 18px;
		margin-top: -30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 12px;
		color: #fff;
		font-weight: normal;
		text-align: center;
		background: #ff667d;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	
	#naviCatWrapper{
		display: none;
	}
	
	#marcketing #pickup.all{
		position: relative;
		margin-top: 0;
		/* margin-bottom: 48px; */
		padding-top: 176px;
		/* max-width: 880px; */
		height: 96px;
		cursor: pointer;
		background: #fff url('/contents/nikki/event/20160310/images/pickup.jpg') center no-repeat;
		background-size:  cover;
		-webkit-background-size:  cover;
		-moz-background-size:   cover;
	}
	
	#marcketing #pickup.all span.info{
		position: absolute;
		bottom: 2px;right: 2px;
		padding: 2px 8px;
		font-size: 12px;
		background: #fff;
	}
	
	
	#marcketing div.all a{
		display: table;
		margin-bottom: 20px;
		padding-bottom: 20px;
		width: 100%;
		height: 120px;
		vertical-align: top;
		border-bottom: 1px #ddd solid;
	}
	
	#marcketing #primaryList #bodyBlc .sub{
		margin-bottom: 16px;
		padding-left: 48px;
		min-height: 32px;
		font-size: 24px;
		font-weight: bold;
		word-break: break-all;
		line-height: 32px;
		background: #fff url('/contents/nikki/event/20160310/images/titleIcon_h32.png') left top no-repeat;
		background-size:  auto 31px;
		-webkit-background-size:  auto 31px;
		-moz-background-size:  auto 31px;
		-o-background-size:  auto 31px;
	}
	
	#marcketing div.all a .imgWrap img,
	#marcketing div.all a .imgWrap img.hr{
		position: absolute;
		top: 0; left: 50%; 
		margin-left: -75%;
		width: auto;
		height: 120px;
	}
	
	#marcketing div.all a span.imgWrap{
		position: relative;
		display: table-cell;
		width: 120px;
		height: 120px;
		vertical-align: top;
		overflow: hidden;
	}
	
	#marcketing #primary div.all a span.cntBlc em.subheadline,
	#marcketing #primaryList div.all a span.cntBlc em.subheadline{
		display: block;
		margin-bottom: 4px;
		font-size: 24px;
		color: #666;
		font-weight: bold;
		line-height: 28px;
	}
	
	#container table{
		border-collapse:collapse;
		border:none;
		word-wrap:break-all;
		display:block;
	}
	
	#marcketing,
	#container 
	{
		font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, 
		"Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
		font-size:14px;
		text-align: left;
		line-height:22px  ;
		color:#606060;
		-webkit-text-size-adjust: none;
	}
	
	#marcketing #eHeader {
		margin: 0 auto;
		min-width: 800px;
		max-width: 1200px;
		text-align: center;
	}
	
	/* FIXED NAVI */
	
	#marcketing #navi_cat.fixed{
		position: fixed;
		top: 48px;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 1111;
		
		
		-moz-box-shadow:
		0px 2px 3px rgba(102,102,102,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
		-webkit-box-shadow:
		0px 2px 3px rgba(102,102,102,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
		box-shadow:
		0px 2px 3px rgba(102,102,102,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
		
	}
	
	#marcketing #navi_cat a.current{
		color: #ff0000;
	}
	
	#marcketing #navi_cat em {
		display: inline-block;
		width: 40px;
		text-align: center;
		color: #62605e;
		font-weight: bold;
		font-size: 8px;
		line-height: 18px;
		vertical-align: middle;
	}
	
	#marcketing #rightBox{
		position: relative;
		top: 0;
		width: 300px;
		min-height:100px;
		background: #fff;
		border: #ddd solid 1px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.8s ease-in;
		-webkit-transition: all 0.8s ease-in;
		-ms-transition: all 0.8s ease-in;
	}
	
	#marcketing #rightBox.fixed{
		position: fixed;
		top: 108px;/* naviの高さと同じ みん就のナビ仕様変更にともないさらに+48px */
		z-index: 111;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
	}
	
	#marcketing #rightBox.reset{
		position: static;
		/* top: 60px;naviの高さと同じ */
		z-index: 111;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
	}
	
	#rightBoxWapper{
		position: absolute;
		top: 0;left: 0;
		margin: 0 auto;
		padding: 0 8px;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* FIXED NAVI END */
	
	#marcketing #rightBox{
		width: 300px;
		min-height:100px;
		background: #fff;
		border: #ddd solid;
		border-width: 0 1px 1px;
		border-top: #f00 solid 1px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}
	
	#setBox{
		width: 100%;
		min-width: 1200px;
	}
	
	.pcOnly{
		display: block;
	}
	
	.lineBlc,
	.spOnly
	{
		display: none;
	}
	
	/* SNS START +++++++++++++++++++ */
	
	.fb-like,
	#twBlc,
	.lineBlc{
		margin-bottom: 4px;
		height: 20px;
		float: right;
	}
	
	#marcketing #snsBlc:after
	{
		content:" ";
		height: 0;
		display: block;
		clear: both;
	}
	
	#marcketing .snsBlc,
	#marcketing #snsBlc2,
	#marcketing #snsBlc {
		margin: 0 auto 36px;
		max-width: 1200px;
		/* height: 20px;
		min-width: 800px; */
		text-align: right;
		font-size: 12px;
	}
	
	#marcketing .snsBlc .fb_iframe_widget,
	#marcketing #snsBlc2 .fb_iframe_widget,
	#marcketing #snsBlc .fb_iframe_widget {
		display: inline-block;
		margin-right: 4px;
		line-height:0px;/* forIE */
		float: right;
	}
	
	#twitter-widget-0{
		float: right !important;
	}
	
	#marcketing .fb-like,
	#marcketing #twBlc,
	#twBlc{
		display: inline-block;
		float: right;
	}
	
	#marcketing .lineBlc,
	.lineBlc{
		padding-left: 4px;
		float: right;
	}
	
	/* SNS END +++++++++++++++++++ */
	
	
	#marcketing .member_only_info .loginBtn a:hover{
		opacity:0.7;
	}
	
	#marcketing .intvNavi a.on:hover{
		opacity: 0.8;
	}
	
	#marcketing .intvNavi a.off:hover{
		opacity: 1;
		cursor: default;
	}
	
		#marcketing #rightBox h2{
		position: relative;
		display: table;
		padding: 4px 0 4px 16px;
		width:100%;
		height: 56px;
		font-size: 16px;
		color: #f00;
		background: #fff;
		border-top: 8px solid #f00;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}
	
	#marcketing #rightBox h2 i{
		display: table-cell;
		width: 32px;
		vertical-align: middle;
	}
	
	#marcketing #rightBox h2 em{
		display: table-cell;
		font-weight: bold;
		vertical-align: middle;
	}

	/* MINARBT BOTTOMBANNER +++++++++++++++++	 */

	#bBanner{
		position: relative;
		z-index: 99999;
		margin: 0 auto 24px;
		width: 100%;
		text-align: center;
		padding: 0 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#bBanner img#banner_pc{
		width:100%;
		height:auto;
		max-width: 880px;
	}
		
	#bBanner img#banner_sp{
		display: none;
	}

}


@media only screen and (min-width: 1024px) and (max-width: 1199px){
	
	/* HOVER +++++++++++ */

	#marcketing div.all a:hover{
		background: #fff;
		opacity: 0.8;
	}
	
/* 	#marcketing #pickup:hover{
		opacity: 0.7;
	}
 */	
	#marcketing #rightBox ul li:hover{
		opacity: 0.7;
	}
	
	a#moreDsp:hover{
		opacity: 0.7;
	}
	
	
	#marcketing{
		position: relative;
		margin-bottom: 32px;
		padding: 16px 8px 0 8px;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#marcketing #container #primary,
	#marcketing #container #primaryList,
	#marcketing #container #secondary{
		display: table-cell;
		vertical-align: top;
		width: 300px;
	}
	
	#marcketing #container #primary,
	#marcketing #container #primaryList{
		max-width: 880px;
		width: 687px;
		border-right: 20px transparent solid;
	}

	#lower #marcketing #container #secondary{
		padding-top: 20px;
		width: 300px;
	}
	
	#top #marcketing #container #secondary{
		width: 300px;
	}
	
	#marcketing #pickup.all{
		height: 148px;
	}
	
	
	#marcketing #container{
		position: relative;
		display: table;
		margin: 0 auto;
		vertical-align: top;
		max-width: 1200px;
		min-width: 800px;
		z-index: 11;
	}
	
	#marcketing #eHeader #eSiteName {
		display: inline-block;
		margin: 0 auto 32px;
		width: 600px;
		height: 100px;
		text-indent: -9999px;
		background: #fff url('/contents/nikki/event/20160310/images/logo_minnanoArbeit.png') center no-repeat;
	}
	
	#marcketing #navi_cat {
		margin-bottom: 4px;
		padding: 7px 0;
		height: 22px;
		text-align: center;
		background: #fff;
		border-top: 1px solid #e8e7e6;
		border-bottom: 8px #ff0000 solid;
		background: #f3f3f3;
	}
	
	#marcketing #navi_cat a{
		position: relative;
		display: inline-block;
		padding: 0 4px;
		height: 22px;
		font-size: 18px;
		font-weight: bold;
		color: #62605e;
	}
	
	#marcketing #navi_cat a:hover{
		color: #f00;
	}
	
	/* Pickup はTOPでのみ使用 
	 * #primary：TOP
	 * #primaryList：階層
	 * */
	
	#marcketing #pickup.all #headline{
		width: 100%;
		height: auto;
	}
	
	#primaryList span#headline,
	#primary span#headline{
		position: absolute;
		left: 0;bottom: 0;
		display: block;
		padding-top: 16px;
		padding-left: 84px;
		padding-bottom: 20px;
		height: auto;
		min-height: 80px;
		font-size: 28px;
		line-height: 32px;
		font-weight: bold;
		color: #4d4d4d;
		background: rgba(255,255,255, 0.7);
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#marcketing #primaryList #headlineBlc{
		margin-bottom: 16px;
	}
	
	#marcketing #primaryList #headlineBlc h1#headline{
		position: relative;
		display: block;
		padding-top: 16px;
		padding-bottom: 20px;
		height: auto;
		min-height: 80px;
		font-size: 20px;
		font-size: 32px;
		line-height: 36px;
		font-weight: bold;
		color: #4d4d4d;
		letter-spacing: -0.5px;
		font-weight: bold;
		background: rgba(255,255,255, 0);
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#primaryList span#headline:after,
	#primary span#headline:after{
		content: 'NEW';
		display: block;
		position: absolute;
		top: 50%; left: 18px;
		margin-top: -30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 12px;
		color: #fff;
		font-weight: normal;
		text-align: center;
		background: #ff667d;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	
	#naviCatWrapper{
		display: none;
	}
	
	#marcketing #pickup.all{
		position: relative;
		margin-top: 0;
		/* margin-bottom: 48px; */
		padding-top: 176px;
		/* max-width: 880px; */
		height: 96px;
		cursor: pointer;
		background: #fff url('/contents/nikki/event/20160310/images/pickup.jpg') center no-repeat;
		background-size:  cover;
		-webkit-background-size:  cover;
		-moz-background-size:   cover;
	}
	
	#marcketing #pickup.all span.info{
		position: absolute;
		bottom: 2px;right: 2px;
		padding: 2px 8px;
		font-size: 12px;
		background: #fff;
	}
	
	
	#marcketing div.all a{
		display: table;
		margin-bottom: 20px;
		padding-bottom: 20px;
		width: 100%;
		height: 120px;
		vertical-align: top;
		border-bottom: 1px #ddd solid;
	}
	
	#marcketing #primaryList #bodyBlc .sub{
		margin-bottom: 16px;
		padding-left: 48px;
		min-height: 32px;
		font-size: 24px;
		font-weight: bold;
		word-break: break-all;
		line-height: 32px;
		background: #fff url('/contents/nikki/event/20160310/images/titleIcon_h32.png') left top no-repeat;
		background-size:  auto 31px;
		-webkit-background-size:  auto 31px;
		-moz-background-size:  auto 31px;
		-o-background-size:  auto 31px;
	}
	
	#marcketing div.all a .imgWrap img,
	#marcketing div.all a .imgWrap img.hr{
		position: absolute;
		top: 0; left: 50%; 
		margin-left: -75%;
		width: auto;
		height: 120px;
	}
	
	#marcketing div.all a span.imgWrap{
		position: relative;
		display: table-cell;
		width: 120px;
		height: 120px;
		vertical-align: top;
		overflow: hidden;
	}
	
	#marcketing #primary div.all a span.cntBlc em.subheadline,
	#marcketing #primaryList div.all a span.cntBlc em.subheadline{
		display: block;
		margin-bottom: 4px;
		font-size: 24px;
		color: #4d4d4d;
		font-weight: bold;
		line-height: 28px;
	}
	
	#container table{
		border-collapse:collapse;
		border:none;
		word-wrap:break-all;
		display:block;
	}
	
	#marcketing,
	#container 
	{
		font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, 
		"Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
		font-size:14px;
		text-align: left;
		line-height:22px  ;
		color:#606060;
		-webkit-text-size-adjust: none;
	}
	
	#marcketing #eHeader {
		margin: 0 auto;
		min-width: 800px;
		max-width: 1200px;
		text-align: center;
	}
	
	/* FIXED NAVI */
 
	#marcketing #navi_cat.fixed{
		position: fixed;
		top: 48px;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 1111;
		
		
		-moz-box-shadow:
		0px 2px 3px rgba(102,102,102,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
		-webkit-box-shadow:
		0px 2px 3px rgba(102,102,102,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
		box-shadow:
		0px 2px 3px rgba(102,102,102,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
		
	}
	
	#marcketing #navi_cat a.current{
		color: #ff0000;
	}
	
	#marcketing #navi_cat em {
		display: inline-block;
		width: 40px;
		text-align: center;
		color: #62605e;
		font-weight: bold;
		font-size: 8px;
		line-height: 18px;
		vertical-align: middle;
	}
	
	#marcketing #rightBox{
		position: relative;
		top: 0;
		width: 300px;
		min-height:100px;
		background: #fff;
		border: #ddd solid 1px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.8s ease-in;
		-webkit-transition: all 0.8s ease-in;
		-ms-transition: all 0.8s ease-in;
	}
	
	#marcketing #rightBox.fixed{
		position: fixed;
		top: 108px;/* naviの高さと同じ みん就のナビ仕様変更にともないさらに+48px */
		z-index: 111;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
	}
	
	#marcketing #rightBox h2{
		position: relative;
		display: block;
		padding: 4px 0 4px 16px;
		height: 56px;
		font-size: 16px;
		color: #f00;
		background: #fff;
		border-top: 8px solid #f00;
	}
	
	#marcketing #rightBox h2 i{
		display: table-cell;
		width: 32px;
		vertical-align: middle;
	}
	
	#marcketing #rightBox h2 em{
		display: table-cell;
		font-weight: bold;
		vertical-align: middle;
	}
	
	#marcketing #rightBox.reset{
		position: static;
		/* top: 60px;naviの高さと同じ */
		z-index: 111;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
	}
	
	#rightBoxWapper{
		position: absolute;
		top: 48px;left: 0;
		margin: 0 auto;
		padding: 0 8px;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* FIXED NAVI END */
	
	#marcketing #rightBox{
		width: 300px;
		min-height:100px;
		background: #fff;
		border: #ddd solid 1px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}
 
	#setBox{
		width: 100%;
		min-width: 1200px;
	}
	
	.pcOnly{
		display: block;
	}
	
	.lineBlc,
	.spOnly
	{
	display: none;
	}
	
	/* SNS START +++++++++++++++++++ */
	
	.fb-like,
	#twBlc,
	.lineBlc{
		margin-bottom: 4px;
		height: 20px;
		float: right;
	}
	
	#marcketing #snsBlc:after
	{
		content:" ";
		height: 0;
		display: block;
		clear: both;
	}
	
	#marcketing .snsBlc,
	#marcketing #snsBlc2,
	#marcketing #snsBlc {
		margin: 0 auto 16px;
		margin: 0 auto 36px;
		max-width: 1200px;
		/* height: 20px;
		min-width: 800px; */
		text-align: right;
		font-size: 12px;
	}
	
	#marcketing .snsBlc .fb_iframe_widget,
	#marcketing #snsBlc2 .fb_iframe_widget,
	#marcketing #snsBlc .fb_iframe_widget {
		display: inline-block;
		margin-right: 4px;
		line-height:0px;/* forIE */
		float: right;
	}
	
	#twitter-widget-0{
		float: right !important;
	}
	
	#marcketing .fb-like,
	#marcketing #twBlc,
	#twBlc{
		display: inline-block;
		float: right;
	}
	
	#marcketing .lineBlc,
	.lineBlc{
		padding-left: 4px;
		float: right;
	}
	
	/* SNS END +++++++++++++++++++ */
 
	
	#marcketing .member_only_info .loginBtn a:hover{
		opacity:0.7;
	}
	
	#marcketing .intvNavi a.on:hover{
		opacity: 0.8;
	}
	
	#marcketing .intvNavi a.off:hover{
		opacity: 1;
		cursor: default;
	}
	
	/* MINARBT BOTTOMBANNER +++++++++++++++++	 */

	#bBanner{
		padding: 0 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 24px;
		width: 100%;
		text-align: center;
	}

	#bBanner img#banner_pc{
		width:100%;
		height:auto;
		max-width: 880px;
	}
	
	#bBanner img#banner_sp{
		display: none;
	}

}

/* PC END ++++++++++++++++++++++++ */

/* TABLET-poetlate START ++++++++++++++++++++++ */

@media only screen and (min-width: 601px) and (max-width: 1023px){
	
	#marcketing{
		position: relative;
		margin-bottom: 32px;
		padding: 16px 8px 0 8px;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#marcketing #container #primary,
	#marcketing #container #primaryList,
	#marcketing #container #secondary{
		display: block;
		vertical-align: top;
	}
	
	#marcketing #container #primary,
	#marcketing #container #primaryList{
		margin-bottom: 24px;		
		
	}
	
	#marcketing #container #secondary{
	}
	
	#marcketing #pickup.all{
		height: 148px;
	}
	
	
	#marcketing #container{
		position: relative;
		display: block;
		margin: 0 auto;
		vertical-align: top;
		max-width: 1200px;
		
		z-index: 11;
	}
	
	#marcketing #eHeader #eSiteName {
		display: inline-block;
		margin: 0 auto 32px;
		width: 600px;
		height: 100px;
		text-indent: -9999px;
		background: #fff url('/contents/nikki/event/20160310/images/logo_minnanoArbeit.png') center no-repeat;
		background-size:  544px auto;
		-webkit-background-size:  544px auto;
		-moz-background-size:  544px auto;
	}
	
	#marcketing #navi_cat {
		margin-bottom: 4px;
		padding: 7px 0;
		height: 22px;
		text-align: center;
		background: #fff;
		border-top: 1px solid #e8e7e6;
		border-bottom: 8px #ff0000 solid;
		background: #f3f3f3;
	}
	
	#marcketing #navi_cat a{
		position: relative;
		display: inline-block;
		padding: 0 4px;
		height: 22px;
		font-size: 18px;
		font-weight: bold;
		color: #62605e;
	}
	
	
	/* Pickup はTOPでのみ使用 
	 * #primary：TOP
	 * #primaryList：階層
	 * */
	
	#marcketing #pickup.all #headline{
		height: auto;
	}
	
	#primaryList span#headline,
	#primary span#headline{
		position: absolute;
		left: 0;bottom: 0;
		display: block;
		padding-top: 16px;
		padding-left: 84px;
		padding-bottom: 20px;
		width: 100%;
		height: auto;
		min-height: 80px;
		font-size: 28px;
		line-height: 32px;
		font-weight: bold;
		color: #4d4d4d;
		background: rgba(255,255,255, 0.7);
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#marcketing #primaryList #headlineBlc h1#headline{
		position: relative;
		display: block;
		padding-top: 16px;
		padding-bottom: 20px;
		width: 100%;
		height: auto;
		min-height: 80px;
		font-size: 20px;
		font-size: 32px;
		line-height: 36px;
		font-weight: bold;
		color: #4d4d4d;
		letter-spacing: -0.5px;
		font-weight: bold;
		background: rgba(255,255,255, 0);
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#primaryList span#headline:after,
	#primary span#headline:after{
		content: 'NEW';
		display: block;
		position: absolute;
		top: 50%; left: 18px;
		margin-top: -30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 12px;
		color: #fff;
		font-weight: normal;
		text-align: center;
		background: #ff667d;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	
	#naviCatWrapper{
		display: none;
	}
	
	#marcketing #pickup.all{
		position: relative;
		margin-top: 0;
		/* margin-bottom: 48px; */
		padding-top: 176px;
		/* max-width: 880px; */
		height: 96px;
		cursor: pointer;
		background: #fff url('/contents/nikki/event/20160310/images/pickup.jpg') center no-repeat;
		background-size:  cover;
		-webkit-background-size:  cover;
		-moz-background-size:   cover;
		-o-background-size:   cover;
	}
	
	#marcketing #pickup.all span.info{
		position: absolute;
		bottom: 2px;right: 2px;
		padding: 2px 8px;
		font-size: 12px;
		background: #fff;
	}
	
	
	#marcketing div.all a{
		display: table;
		margin-bottom: 20px;
		padding-bottom: 20px;
		width: 100%;
		height: 120px;
		vertical-align: top;
		border-bottom: 1px #ddd solid;
	}
	
	#marcketing #primaryList #bodyBlc .sub{
		margin-bottom: 16px;
		padding-left: 44px;
		min-height: 32px;
		font-size: 24px;
		font-weight: bold;
		word-break: break-all;
		line-height: 32px;
		background: #fff url('/contents/nikki/event/20160310/images/titleIcon_h32.png') left top no-repeat;
		background-size:  auto 28px;
		-webkit-background-size:  auto 28px;
		-moz-background-size:  auto 28px;
		-o-background-size:  auto 28px;
	}
	
	#marcketing div.all a .imgWrap img,
	#marcketing div.all a .imgWrap img.hr{
		position: absolute;
		top: 0; left: 50%; 
		margin-left: -75%;
		width: auto;
		height: 120px;
	}
	
	#marcketing div.all a span.imgWrap{
		position: relative;
		display: table-cell;
		border-right: 16px transparent solid;
		width: 120px;
		height: 120px;
		vertical-align: top;
		overflow: hidden;
	}
	
	#marcketing #primary div.all a span.cntBlc em.subheadline,
	#marcketing #primaryList div.all a span.cntBlc em.subheadline{
		display: block;
		margin-bottom: 4px;
		font-size: 24px;
		color: #4d4d4d;
		font-weight: bold;
		line-height: 28px;
	}
	
	#container table{
		border-collapse:collapse;
		border:none;
		word-wrap:break-all;
		display:block;
	}
	
	#marcketing,
	#container 
	{
		font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, 
		"Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
		font-size:14px;
		text-align: left;
		line-height:22px  ;
		color:#606060;
		-webkit-text-size-adjust: none;
	}
	
	#marcketing #eHeader {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	
	/* FIXED NAVI */
 
	#marcketing #navi_cat.fixed{
		position: fixed;
		top: 48px;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 1111;
		
		
		-moz-box-shadow:
		0px 2px 3px rgba(102,102,102,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
		-webkit-box-shadow:
		0px 2px 3px rgba(102,102,102,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
		box-shadow:
		0px 2px 3px rgba(102,102,102,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
		
	}
	
	#marcketing #navi_cat em {
		display: inline-block;
		width: 40px;
		text-align: center;
		color: #62605e;
		font-weight: bold;
		font-size: 8px;
		line-height: 18px;
		vertical-align: middle;
	}
	
	
	#marcketing #primaryList #headlineBlc{
		margin-bottom: 16px;
	}
	
	#marcketing #rightBox{
		position: relative;
		top: 0;
		min-height:100px;
		background: #fff;
		border: #ddd solid 1px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.8s ease-in;
		-webkit-transition: all 0.8s ease-in;
		-ms-transition: all 0.8s ease-in;
	}
	
	#marcketing #rightBox.fixed{
		position: static;
	}
	
	#marcketing #rightBox h2{
		position: relative;
		display: block;
		padding: 4px 0 4px 16px;
		height: 56px;
		font-size: 16px;
		color: #f00;
		background: #fff;
		border-top: 8px solid #f00;
	}
	
	#marcketing #rightBox h2 i{
		display: table-cell;
		width: 32px;
		vertical-align: middle;
	}
	
	#marcketing #rightBox h2 em{
		display: table-cell;
		font-weight: bold;
		vertical-align: middle;
	}
	
	#marcketing #rightBox.reset{
		position: static;
		/* top: 60px;naviの高さと同じ */
		z-index: 111;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
	}
	
	#rightBoxWapper{
		position: absolute;
		top: 0;left: 0;
		margin: 0 auto;
		padding: 0 8px;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* FIXED NAVI END */
	
	#marcketing #rightBox{
		min-height:100px;
		background: #fff;
		border: #ddd solid 1px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}
 
	#setBox{
		width: 100%;
		min-width: 1200px;
	}
	
	.pcOnly{
		display: block;
	}
	
	.lineBlc,
	.spOnly
	{
		display: none;
	}
	
	
	/* SNS START +++++++++++++++++++ */
	
	#marcketing #snsBlc:after
	{
		content:" ";
		height: 0;
		display: block;
		clear: both;
	}
	
	#marcketing .snsBlc,
	#marcketing #snsBlc2,
	#marcketing #snsBlc {
		margin: 0 auto 36px;
		max-width: 1200px;
		min-height: 20px;
		/* min-width: 800px; */
		text-align: right;
		font-size: 12px;
	}
	
	.fb_iframe_widget,	
	#marcketing .fb-like,
	#twBlc
	{
		display: block;
		padding-left: 4px;
		min-width: 80px;
		line-height: 0;
		float: right;
	}
	
	#marcketing .lineBlc
	{
		display: block;		
		margin-bottom: 4px;
		padding-left: 4px;
		width: 82px;
		height: 20px;
		float: right;
	}
	
	/* SNS END +++++++++++++++++++ */
	
	#marcketing .intvNavi a.on:hover{
		opacity: 0.8;
	}
	
	#marcketing .intvNavi a.off:hover{
		opacity: 1;
		cursor: default;
	}
		
	/* MINARBT BOTTOMBANNER +++++++++++++++++	 */

	#bBanner{
		margin: 0 auto 24px;
		width: 100%;
		text-align: center;
		padding: 0 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#bBanner img#banner_pc{
		width:100%;
		height:auto;
		max-width: 880px;
	}
	
	#bBanner img#banner_sp{
		display: none;
	}

}

/* TABLET-poetlate END ++++++++++++++++++++++ */


/* SMARTPHONE START +++++++++++++++ */

@media only screen and (max-width: 600px){
	
	
	.locationArea{
		padding: 3px 0 12px 8px;
		font-size: 12px;
	}
	
	#eHeader #navi_cat{
		display: none;
	}

	#marcketing,
	option,
	select
	 {
		font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, 
		"Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
		font-size:14px;
		text-align: left;
		line-height:22px  ;
		color:#606060;
		-webkit-text-size-adjust: none;
	}

	#marcketing:after{
		content:" ";
		height: 0;
		display: block;
		clear: both;
	}

	#marcketing h2,
	#marcketing h3{
		background: none;
		border: none;
	}

	#contents #marcketing p{
		padding-bottom: 0;
	}

	/* initialise end */

	/* Layout +++++++++++++++++++++++++++++++++ */
	
	/* TITLE */

	#marcketing #eHeader {
		padding: 20px 0;/*外側のPタグにパディング10ｐｘ指定してあるため*/
		text-align: center;
	}

	#marcketing #eSiteName {
		display: inline-block;
		margin: 0 auto;
		width: 300px;
		height: 50px;
		text-indent: -9999px;
		background: #fff url('/contents/nikki/event/20160310/images/logo_minnanoArbeit.png') center no-repeat;
		background-size:  300px auto;
		-webkit-background-size:  300px auto;
		-moz-background-size:  300px auto;
	}
	
	#marcketing #primary{
		margin: 0 auto;
		padding: 0 16px;
		min-width: 430px;
	}
	
	/* SCROLLED NAVI */

	#spnavi2,
	#spnavi{
		padding-top: 10px;
		padding-bottom: 4px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		cursor: pointer;
		background: #f3f3f3;
		border-top: 1px solid #e8e7e6;
		border-bottom: 1px solid #e8e7e6;
	}

	#spnavi2 em,
	#spnavi em{
		position: relative;
		display: inline-block;
		padding-right: 40px;
		height: 20px;
		color: #62605e;
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
	}

	#spnavi2 em:before,
	#spnavi em:before{
		content: '';
		position: absolute;
		right: 6px;
		top: 9px;
		display: block;
		width: 0;
		height: 0;
		border-top: 4px solid #fff;
		border-bottom: 4px solid transparent;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		z-index: 115;
	}

	#spnavi2 em:after,
	#spnavi em:after{
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 20px;
		height: 20px;
		background: #ff667d;
		z-index: 111;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}

	#naviCatWrapper2,
	#naviCatWrapper{
		margin-bottom: 4px;
	}

	#marcketing #navi_cat2 span a,
	#marcketing #navi_cat1 span a,
	#marcketing #navi_cat span a{
		display: block;
		height: 40px;
		width: 100%;
		line-height: 40px;
		text-align: center;
		border-bottom: #ddd solid 1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#marcketing #navi_cat2 span a em.title,
	#marcketing #navi_cat1 span a em.title,
	#marcketing #navi_cat span a em.title{
		display: inline-block;
		width: 100px;
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		color: #f00;
	}

	#marcketing #navi_cat span a.off .fa-chevron-right,
	#marcketing #navi_cat1 span a.off .fa-chevron-right,
	#marcketing #navi_cat2 span a.off em.title,
	#marcketing #navi_cat1 span a.off em.title,
	#marcketing #navi_cat span a.off em.title{
		color: #ddd;
		cursor: default;
	}

	#marcketing #navi_cat2 span em.none,
	#marcketing #navi_cat1 span em.none,
	#marcketing #navi_cat span em.none{
		display: none;
	}
/*
	#naviCatWrapper .navi_cat a.on:hover{
		opacity: 1;
		background: #F7F7F7;
	}

	#naviCatWrapper .navi_cat a.off:hover{
		opacity: 1;
		background: #fff;
		cursor: default;
	}*/

	#naviCatWrapper .navi_cat a.on:link,
	#naviCatWrapper .navi_cat a.on
	{
		color: #62605e;
	}

	.fontawesome-icon-list .fa-hover a .fa {
		display: inline-block;
		font-size: 12px;
		margin-right: 10px;
		text-align: right;
		width: 32px;
	}

	/* SNS START +++++++++++++++++++ */
	
	#marcketing #snsBlc:after
	{
		content:" ";
		height: 0;
		display: block;
		clear: both;
	}

	#marcketing .snsBlc,
	#marcketing #snsBlc2,
	#marcketing #snsBlc 
	{
		margin: 0 auto 32px;
		padding: 0 8px;
		max-width: 1200px;
		min-height: 20px;
		/* min-width: 800px; */
		text-align: right;
		font-size: 12px;
	}

	.fb_iframe_widget,	
	#marcketing .fb-like,
	#twBlc
	{
		display: block;
		padding-left: 4px;
		/* min-width: 80px; */
		line-height: 0;
		float: right;
	}
	
	#marcketing .lineBlc
	{
		display: block;		
		margin-bottom: 4px;
		padding-left: 4px;
		width: 82px;
		height: 20px;
		float: right;
	}

	/* SNS END +++++++++++++++++++ */

	/* PRIMARY +++++++++++++++++ */

	#primary div.all,
	#primaryList div.all{
		margin-bottom: 0;
		padding: 8px 0;
		border-bottom: 1px #ddd solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}

	#primaryList div.all h2,
	#primary div.all h2{
		font-weight: bold;
		color: #000;
		
	}


	#rightBoxWapper{
		position: absolute;
		top: 0;left: 0;
		margin: 0 auto;
		padding: 0 8px;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	#moreDsp {
		display: block;
		margin-bottom: 24px;
	}

	#moreDsp a {
		background: #eeeeee none repeat scroll 0 0;
		border: 1px solid #dddddd;
		border-radius: 4px;
		display: inline-block;
		font-size: 11px;
		text-align: center;
		width: 100%;
	}

	/* CONTENTS +++++++++++++++++++ */

	/* PRIMARY LISTS +++++++++++ */

	#marcketing div.all a{
		display: table;
		width: 100%;
		vertical-align: top;
	}
/*
	#marcketing div.all a:hover{
		background: #fff;
		opacity: 1;
	}
*/
	#marcketing div.all a span.imgWrap{
		position: relative;
		display: table-cell;
		border-right: 16px transparent solid;
		width: 84px;
		height: 84px;
		vertical-align: top;
		overflow: hidden;
	}

	#marcketing div.all a .imgWrap img{
		position: absolute;
		top: 0; left: 50%; 
		margin-left: -75%;
		width: auto;
		height: 84px;
		min-height: 84px;
		min-width: 84px;
	}

	#marcketing div.all a span.cntBlc{
		position: relative;
		display: table-cell;
		padding-bottom: 20px;
		vertical-align: top;
	}
	
	#marcketing #primaryList #bodyBlc .sub{
		margin-bottom: 16px;
		padding-left: 32px;
		min-height: 31px;
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
		background: #fff url('/contents/nikki/event/20160310/images/titleIcon_h32.png') left top no-repeat;
		background-size:  auto 20px;
		-webkit-background-size:  auto 20px;
		-moz-background-size:  auto 20px;
	}
	
	#marcketing div.all a span.cntBlc em.subheadline{
		display: block;
		min-height: 68px;
		font-size: 15px;
		color: #4d4d4d;
		font-weight: bold;
		line-height: 20px;
	}

	#marcketing div.all a span.cntBlc em.body{
		display: none;
	}

	/* PRIMARY CONTENTS +++++++++++++++ */

	#marcketing #pickup{
		position: relative;
		padding-top: 176px;
		padding-top: 163px;
		padding-bottom: 0;
		max-width: 880px;
		cursor: pointer;
		background: #fff url('/contents/nikki/event/20160310/images/pickup.jpg') center no-repeat;
		
		
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	
	
/**/
	#marcketing #pickup:hover{
		opacity: 1;
	}

	#marcketing #pickup div{
		position: relative;
		padding: 8px 0;
		/* background: #fff; */
		background: rgba(255,255,255, 0.8);
		
	}

	#marcketing #pickup div h2{
		position: relative;
		margin-bottom: 8px;
		padding-left: 52px;
		font-size: 20px;
		line-height: 28px;
		color: #f00;
		font-weight: bold;
	}


	#marcketing #pickup h2:after{
		content: 'NEW';
		display: block;
		position: absolute;
		top: 0; left: 0;
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 12px;
		color: #fff;
		font-weight: normal;
		text-align: center;
		background: #ff667d;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
	}

	#marcketing .all span.infoWrap{
		position: absolute;
		bottom:2px;
		right: 2px;
		display: block;
		padding: 0 2px 0px 0;
		text-align: right;
	}

	#marcketing .all span.info{
		position: absolute;
		right: 3px;bottom: 2px;
		display: inline-block;
		padding: 2px 0;
		text-align: right;
		font-size: 11px;
		line-height: 12px;
		background: #fff;
		z-index: 11;
	}
	
	#marcketing #pickup.all span.info{
		position: absolute;
		top: 2px;right: 2px;
		padding: 2px 8px;
		font-size: 12px;
		background: #fff;
		background: rgba(255,255,255, 0.8);
	}
	
	#marcketing .all span.info .slit{
		display: inline-block;
		width: 8px;
		text-align: center;
		color: #666;
	}

	#marcketing .all span.info .type{
		color: #ff667d;
	}

	#marcketing .all span.info .date{
		color: #666;
	}

	
	#marcketing #primaryList #headlineBlc{
		margin-bottom: 16px;
	}
	
	/* SECONDARY ++++++++++++++ */

	#secondary{
		margin-bottom: 4px;
		border-bottom: 8px solid #f00;
	}
	
	#marcketing #rightBox h1{
		display: block;
		margin-bottom: 8px;
		padding: 4px 0;
		border-bottom: #ddd solid 1px;
		
	}

	#marcketing #rightBox a{
		display: table;
		width: 100%;
		color: #666;
	}


	#marcketing #rightBox.icon h2{
		display: table;
		padding-left: 8px;
		width: 100%;
		height: 40px;
		font-size: 16px;
		color: #f00;
		vertical-align: middle;
		background: #fff;
		border-top: 8px solid #f00;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}
	
	#rightBox.icon h2 i.posa{
		display: table-cell;
		width: 24px;
		vertical-align: middle;
	}
	
	#rightBox.icon h2 em.rb{
		display: table-cell;
		font-weight: bold;
		vertical-align: middle;
	}

	#marcketing #rightBox h2 .fa-2x {
		font-size: 1.4em;
	}

	#marcketing #rightBox ul{
		margin: 0 auto;
		padding: 0 8px;
		/* min-width: 430px; */
	}

	#marcketing #rightBox ul li{
		display: block;
		padding: 16px 0;
		border-bottom: #b3b3b3 dotted 1px;
	}
/*
	#marcketing #rightBox ul li:hover{
		opacity: 1;
	}
*/
	#marcketing #rightBox ul li:last-child{
		border-bottom: none;
	}


	#marcketing #rightBox a{
		position: relative;
		display: table;
		width: 100%;
		color: #666;
	}


	#marcketing #rightBox a span.imgWrap{
		position: relative;
		display: table-cell;
		width: 60px;
		height: 60px;
		vertical-align: middle;
		border-right: 8px transparent solid;
		overflow: hidden;
		z-index: 2222;
	}

	#marcketing #rightBox a span.imgWrap .pop{
		position: absolute;
		top: 0;left: 0;
		width: 22px;height: 22px;
		z-index: 2233;
	}

	#marcketing #rightBox a span.imgWrap img,
	#marcketing #rightBox a span.imgWrap img.hr{
		position: absolute;
		left: 50%; 
		top: 0;
		margin-left: -75%;
		width: auto;
		height: 60px;
		z-index: 2222;
	}


	#marcketing div.all a .imgWrap img.sq{
		position: absolute;
		left: 0; top: 0; 
		margin-top: 0;
		margin-left: 0;
		width: 120px;
		height: auto;
		min-height: 120px;
		min-width: 120px;
	}

	#marcketing div.all a .imgWrap img.vt{
		position: absolute;
		left: 0; top: 50%; 
		margin-top: -75%;
		margin-left: 0;
		width: 120px;
		height: auto;
		min-height: 120px;
		min-width: 120px;
	}

	body{
		counter-reset: number 0;
	}

	#rightBox li a span.imgWrap .pop:before{
		position: absolute;
		top: 0;left: 0;
		content: counter(number, decimal) " ";
		counter-increment: number 1;
		display: block;
		height: 20px;
		width: 20px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		z-index: 2333;
	}

	#marcketing #rightBox a .body{
		display: table-cell;
		vertical-align: middle;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
	}

	#marcketing #rightBox a .arrow{
		display: table-cell;
		width: 28px;
		text-align: right;
		vertical-align: middle;
		
	}

	/* DETAIL PAGES +++++++++++++++++++++++++++ */

	
	#primary #headline{
		position: relative;
		display: block;
		padding-top: 16px;
		padding-left: 84px;
		padding-bottom: 20px;
		height: auto;
		min-height: 80px;
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		color: #4d4d4d;
		background: rgba(255,255,255, 0.9);
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}
	
	#primary #headline:after{
		content: 'NEW';
		display: block;
		position: absolute;
		top: 50%; left: 18px;
		margin-top: -30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 12px;
		color: #fff;
		font-weight: normal;
		text-align: center;
		background: #ff667d;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	
	#marcketing #headlineBlc,
	#marcketing #eHeaderBlc{
		margin-bottom: 8px;
		padding: 0;
		border: none;
	}

	#marcketing #headlineBlc h1,
	#marcketing #eHeaderBlc h1{
		margin-bottom: 12px;
		font-size: 20px;
		color: #4d4d4d;
		line-height: 26px;
		font-weight: bold;
	}

	#marcketing #headlineBlc div.img,
	#marcketing #eHeaderBlc div.img{
		
		padding-top: 200px;
		padding-bottom: 0;
		max-width: 568px;
		cursor: pointer;
		background: #fff url('/contents/nikki/event/20160310/images/pickup.jpg') center no-repeat;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
	}


	#marcketing #bodyBlc div.info,
	#marcketing #eHeaderBlc div.info,
	#marcketing #headlineBlc div.info{
		margin-bottom: 12px;
		padding: 0;
		text-align: right;
		font-size: 11px;
		line-height: 12px;
		
		background: #fff;
		z-index: 11;
	}

	#marcketing #bodyBlc div.info .slit,
	#marcketing #eHeaderBlc div.info .slit,
	#marcketing #headlineBlc div.info .slit
	{
		display: inline-block;
		width: 8px;
		text-align: center;
		color: #666;
	}

	#marcketing #bodyBlc .type,
	#marcketing #eHeaderBlc .type,
	#marcketing #headlineBlc .type
	{
		color: #ff667d;
	}

	#marcketing #bodyBlc .date,
	#marcketing #eHeaderBlc .date,
	#marcketing #headlineBlc .date
	{
		color: #666;
	}

	#marcketing #bodyBlc h2{
		margin-bottom: 24px;
		padding-left: 24px;
		font-size: 16px;
		font-weight: bold;
		color: #4d4d4d;
		background: #fff url('/contents/nikki/event/20160310/images/titleIcon.png') left top no-repeat;
		background-size:  auto 20px;
		-webkit-background-size:  auto 20px;
		-moz-background-size:  auto 20px;
		-o-background-size:  auto 20px;
		
	}

	#marcketing #bodyBlc .bodyCnt{
		margin-bottom: 28px;
		word-wrap: break-word;
		word-break: break-all;
	}

	#marcketing #bodyBlc .bodyCnt img{
		margin-bottom: 32px;
		width: 100%;
		height: auto;
	}

	.pcOnly{
		display: none;
	}
	
	#marcketing #primaryList,
	#marcketing #primary
	{
		margin: 0 auto;
		padding: 0 8px;
		width: 100%;
		min-width: 320px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}
	
	#marcketing #rightBox ul{
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pcOnly{
		display: none;
	}
	
	#marcketing #navi_cat2 span a,
	#marcketing #navi_cat1 span a,
	#marcketing #navi_cat span a{
		display: block;
		height: 40px;
		width: 100%;
		line-height: 40px;
		text-align: center;
		border-bottom: #ddd solid 1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#marcketing #navi_cat2 span a em.title,
	#marcketing #navi_cat1 span a em.title,
	#marcketing #navi_cat span a em.title{
		display: inline-block;
		width: 100px;
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		color: #62605e;
	}
	
	#marcketing #navi_cat a.current,
	#marcketing #navi_cat1 span a.current em{
		color: #f00;
	}


	#marcketing #navi_cat span a.off .fa-chevron-right,
	#marcketing #navi_cat2 span a.off em.title,
	#marcketing #navi_cat1 span a.off em.title,
	#marcketing #navi_cat span a.off em.title{
		color: #ddd;
		cursor: default;
	}
	
	#marcketing #navi_cat2 span em.none,
	#marcketing #navi_cat1 span em.none,
	#marcketing #navi_cat span em.none{
		display: none;
	}
	
	#navi_cat2,
	#navi_cat1,
	#navi_cat{
		width: 100%;
		height: 0;/*  */
		background: #fff;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 8px solid #f00;
		
		transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		-ms-transition: all 0.3s ease-in;
	}
	
	#navi_cat2.scrolldown,
	#navi_cat1.scrolldown,
	#navi_cat.scrolldown{
		height: 208px;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
	}
	
	#listBlc div.member .loginBtn{
		margin-left: -49%;
		width: 98%;
		font-size:14px;
		line-height: 18px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}	
		
	/* MINARBT BOTTOMBANNER +++++++++++++++++	 */

	#bBanner{
		margin: 0 auto 24px;
		width: 100%;
		text-align: center;
	}

	#bBanner img#banner_pc{
		display: none;
	}

	#bBanner img#banner_sp{
		width:100%;
		height:auto;
		max-width: 320px;
	}

	/* FOTORAMA */
	#marcketing .fotorama{
		margin-bottom: 24px;
		height: 248px;
	}
}

/* FOTORAMA */
#marcketing .fotorama{
	margin-bottom: 24px;
}

.fotorama a{
	display: block;
	width: 100%;
}

.fotorama__nav,
.fotorama__nav--dots,
.fotorama .fotorama__stage,
.fotorama .fotorama__stage__shaft,
.fotorama__grab,
.fotorama__stage{
	width: 100% !important;
}

/* .fotorama__nav-wrap{
	background: rgba(255,255,255, 0);
	background-color: transparent;
}
 */
.fotorama *:hover{
	opacity: 1 !important;
}


/* MEMBER ONLY INFO */

#marcketing .member_only_info{
	padding: 8px 8px 12px;
	background: #F3F9FF;
	border: 1px solid #ddd;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#marcketing .member_only_info p.info{
	margin-bottom: 16px;
	text-align: center;
	
}

#marcketing .member_only_info p.info b{
	margin-bottom: 16px;
	color: #000;
}

#marcketing .member_only_info .loginBtn{
	display:table;
	margin: 0 auto;
	/* width:100%; */
	text-align:center;
	vertical-align:middle;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#marcketing .member_only_info .loginBtn a{
	display: table-cell;
	padding:12px 80px;
	color:#fff;
	vertical-align:middle;
	background: #f00;
	/* border: 1px solid #ddd; */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
	
#marcketing .member_only_info .loginBtn a span{
	padding-top: 2px;
	vertical-align:middle;
}

.fa16{
	font-size: 24px;
	vertical-align: middle;
}

.faMdl{
	font-size: 16px;
	vertical-align: middle;
}

/* FONT COLOR ++++++++++++++++ */
#marcketing #primaryList #headlineBlc h1#headline,
#marcketing #primaryList #bodyBlc h2.sub,
#marcketing #primaryList #bodyBlc .bodyCnt p b
{
	color: #000;
}

#marcketing #primaryList #bodyBlc .bodyCnt p b
{
	/* display:block; */
	line-height: 32px ;
	border-bottom: #C0E0FF solid 2px;
}

body#lower main div#marcketing div#container div#primaryList div#bodyBlc div.bodyCnt p span.red{
	color: #a00000;
}

/* 詳細ページコンテンツ：インタビュー+++++++++++++ */

.intvBl{
	color: #4472c4;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

.intvBl i{
	display: block;
	color: #4472c4;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

#marcketing .letter{
	display: block;
	padding: 20px;
	max-width: 645px;
	line-height: 14px;
	border: #666 solid 1px;
}

#marcketing .letter .right{
	display: block;
	text-align: right;
}

#marcketing .letter .center{
	display: block;
	text-align: center;
 }
 
#marcketing  .mailBox{
	 display: block;
 }
  
#marcketing #bodyBlc .bodyCnt img.mail
 {
	width: auto !important;
	height: auto !important;
	max-width: auto;
	max-height: auto;
 }

 .mailBox:after{
	content:" ";
	height: 0;
	display: block;
	clear: both;
 }

#marcketing h3.intv,
#marcketing h2.intv{
	margin-bottom: 8px;
	padding-top: 32px;
	padding-bottom: 4px;
	color: #000;
	border-top: #c0e0ff dotted 4px;
	background-image: none;
	/* border-bottom: #c0e0ff solid 4px; */
}

#marcketing .intvNavi a{
	display: block;
	margin-bottom: 8px;
	padding: 4px 8px;
	color: #606060;
	background: #f7f4f9;
	background: #FAF9FC;
	border: #ddd solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#marcketing .intvNavi a.off{
	cursor: default;
}

#marcketing .intvNavi a span.title{
	padding-right: 16px;
	vertical-align: middle;
}

.fa12{
	vertical-align: middle;
	font-size: 12px;
}

#closed #marcketing #container{
	width: 100%;
}

#closed #marcketing #container #primaryList #notice{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* CONTENTS TABLE SETTINGS */

#marcketing #primaryList #bodyBlc .bodyCnt table{
	margin: 0 16px 16px 0;
	border-collapse: collapse;
	float:left;
	clear:both;/*  */
}

#marcketing #primaryList #bodyBlc .bodyCnt table caption{
	font-size: 12px;
	color: #000;
}

#marcketing #primaryList #bodyBlc .bodyCnt table tr:first-child{
	background: :;
	background: #d9ecff;

}

#marcketing #primaryList #bodyBlc .bodyCnt table td{
	padding:4px 8px;	
	border: #777777 solid 1px;	
}

/* SNS BLOCK ++++++++++++++++++++++++++++ */
#marcketing #snsBlc.bottom{
	margin-bottom: 0 !important;
}

/* BAITORU LINK +++++++++++++++++ 
#marcketing .bLink{
	padding: 0 8px;
	color: #606060;
	line-height: 14px;
	background: #f3f3f3;
	border: #f00 solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
*/


/* SLIDER IMAGE ORIGIN ++++++++++++++ */

div#marcketing figure.fotorama div#pickup.right{
	background-position:right center !important;	
}

div#marcketing figure.fotorama div#pickup.left{
	background-position:left center !important;	
}

div#marcketing figure.fotorama div#pickup.center{
	background-position:center center !important;	
}

#marcketing #pickup.all #headline{
	text-align: left;
}</pre></body></html>