@charset "UTF-8";



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}

html {
	margin:0;
	padding:0;
	background-color: black;

}
body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	position: relative;
}

img {
	border: none;
}

article,section,time,header,hgroup,
nav,address,footer{
	display: block;
}

p,
hr,
pre,
blockquote,
ol,
ul,
li,
dl,
dt,
dd,
figure,
figcaption,
div {
  display: block;
}
/* =============== Text-level semantics =============== */
a,em,strong,small,s,cite,q,dfn,abbr,time,code,var,samp,kbd,sub,sup,i,b,mark,ruby,rt,rp,bdi,bdo,span,br,wbr {
  display: inline;
}

pre {
  font-family: monospace;
}


address {
  font-style: normal;
}

figure{
	margin: 0;
	padding: 0;
}

/* utility
----------------------------------------------------------------*/
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after,
.totop:after {
	content: url(/SOCIAL/ASSETS/SP/IMG/clearfix_pixel.gif);
	display: block;
	clear: both;
	height: 0px;
}
.clearfix { display: block; }




/* header
----------------------------------------------------------------*/
header#siteHeader{
	width: 100%;
	height:auto;
	background-color: black;
	/* margin-bottom: 12px; */
}
header#siteHeader>.inner{
	margin: 0 11px;
	padding:0px 0px 15px 0px;
	border-bottom: 1px solid #333;
}
header#siteHeader h1{
	/* background: url(/SOCIAL/ASSETS/SP/IMAGES/header/logo_main.png) no-repeat 0 0 transparent; */
	background: url(/SOCIAL/ASSETS/SP/IMG/header_logo_01.png) no-repeat 0 0 transparent;
	background-size: contain;
	width: 51px;
	height: 64px;
	text-indent: -9999px;
}
header#siteHeader h1 a{
	display: block;
	width: 51px;
	height: 64px;
}

header#siteHeader .snsBtn p{
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	height: 20px;
	margin-top: 20px;
}


/* globalNav
----------------------------------------------------------------*/
nav#globalNav{
	position: absolute;
	width: 100%;
	height: 50px;
	border-top: 1px solid #333;
	background-color: #000;
	z-index: 3000;
	/* top: 480px; */
	left: 0;
	bottom: 0;
}

nav#globalNav ul li,
nav#globalNav ul li a{
	width: 66px;
	height: 66px;
}
nav#globalNav ul li a{
	display: block;
	text-indent: -9999px;
}
nav#globalNav ul li.article{
	float: left;
	margin-right: 11px;
	margin-top: -12px;
	background: url(/SOCIAL/ASSETS/SP/IMAGES/g_navi/btn_article.png) no-repeat 0 0 transparent;
	background-size: contain;
}
nav#globalNav ul li.article.on{
	background: url(/SOCIAL/ASSETS/SP/IMAGES/g_navi/btn_article_on.png) no-repeat 0 0 transparent;
	background-size:66px 66px;
	-webkit-background-size: 66px 66px;
	-moz-background-size: 66px 66px;
	-o-background-size: 66px 66px;
	-ms-background-size: 66px 66px;
}
nav#globalNav ul li.article a{
}

nav#globalNav ul li.social{
	float: right;
	/* margin-right: 11px; */
	margin-top: -12px;
	background: url(/SOCIAL/ASSETS/SP/IMAGES/g_navi/btn_social.png) no-repeat 0 0 transparent;
	background-size: contain;
}
nav#globalNav ul li.social.on{
	background: url(/SOCIAL/ASSETS/SP/IMAGES/g_navi/btn_social_on.png) no-repeat 0 0 transparent;
}
nav#globalNav ul li.social a{
}


nav#globalNav li#link_top {
	float: right;
	/* margin-right: 11px; */
	margin-top: -12px;
	background: url(/SOCIAL/ASSETS/SP/IMAGES/g_navi/link_top.png) no-repeat 0 0 transparent;
	background-size: contain;
}
nav#globalNav li#link_top.on{
}
nav#globalNav li#link_top a{
}

nav#globalNav ul li.function{
	float: none;
	/* width: 160px; */
	width: 41px;
	height: 66px;
	margin: 0 auto;
	padding-top: 3px;
}
nav#globalNav ul li.function ul li{
	float: left;
	height: 43px;
}
nav#globalNav ul li.function ul li a{
	display: block;
	height: 43px;
}

nav#globalNav ul li.function ul li.history{
	/* float: left; */
	width: 41px;
	background: url(/SOCIAL/ASSETS/SP/IMAGES/g_navi/btn_history.png) no-repeat 0 0;
	background-size: contain;
}
nav#globalNav ul li.function ul li.reminder{
	float: left;
	width: 38px;
	background: url(/SOCIAL/ASSETS/SP/IMAGES/g_navi/btn_reminder.png) no-repeat 0 0;
	margin: 0 16px 0 18px;
}
nav#globalNav ul li.function ul li.account{
	float: left;
	width: 47px;
	background: url(/SOCIAL/ASSETS/SP/IMAGES/g_navi/btn_account.png) no-repeat 0 0;
}



/* overflow
----------------------------------------------------------------*/
#overflow {
	width: 100%;
	height:480px;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(1);

	color: white;
	font-size: 14px;
}
#overflow .content {
	width: 100%;
	position: absolute;

	top: 0;
	left: 0;
	padding: 0;
}

#overflow .square{
	background: black;
	opacity:0;
	width: 600px;
	height: 600px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 200;
}

.scrollbar {
	position: absolute;
	z-index: 400;
	top: 222px;
	bottom: 2px;
	right: 2px;
	width: 4px;
	overflow: hidden;
}
.scrollbar div {
	width: 5px;
	overflow: hidden;
	border-radius: 6px;
	background: rgba(176,8,83,0.87);
	position: absolute;
	left: 0;
}


.nisoc-revolver
{
	z-index: 97;
}
.nisoc-revolver-expanded{
	z-index: 99;
}





/* overflow
----------------------------------------------------------------*/
#overflow {
	width: 100%;
	height:280px;
	overflow: hidden;
	position: relative;
	/* background: #eec; */
	-webkit-transform: translateZ(0);
}
#overflow .backdrop{
	/* background: red; */
	background: black;
	opacity:0.5;
	width: 600px;
	height: 1000px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 97;
}


#overflow .content {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 0;
	padding-bottom: 50px;
	/* height:600px; */
	/* background: #fff; */
	/* box-shadow: 0 0 5px #666; */
}

#overflow .scrollbar {
	position: absolute;
	z-index: 400;
	top: 2px;
	bottom: 2px;
	right: 2px;
	width: 4px;
	overflow: hidden;
}
#overflow .scrollbar div {
	width: 5px;
	overflow: hidden;
	border-radius: 6px;
	background: rgba(176,8,83,0.87);
	position: absolute;
	left: 0;
}

.debug{
	color: blue;
}





/* article
----------------------------------------------------------------*/
div.content article{
	/* padding: 15px 11px; */
	padding-top: 15px;
	padding-bottom: 50px;
	color: white;
	/* width: 298px; */
	width: 100%;
	margin: auto;
}
div.content article .wrapper{
	margin: 0 auto;
	/* width: 298px; */
	/* width: 100%; */

	margin: 0 11px;
}
div.content article .wrapper header p.info{
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
div.content article .wrapper time{
	padding-left: 22px;
	background: url(/SOCIAL/ASSETS/SP/IMAGES/archive/mark_date.png) no-repeat 0 0 black;
	color: #C90C41;
	font-size: 12px;
	line-height: 14px;
}
div.content article .wrapper hgroup h1{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: bold;
}
div.content article .wrapper hgroup h1 span{
	font-size: 15px;
	line-height: 20px;
}
div.content article .wrapper hgroup h2{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
div.content article .wrapper iframe{
	display: block;
	/* position: absolute */
	margin: 0 auto;
	/* width: 80%; */
	font-size: 10px;
	/* z-index: -5;*/
}
div.content article .wrapper p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}
@media screen and (min-width: 360px) {
  * { -webkit-text-size-adjust: none; }
}




div.content article .wrapper section{
	margin-bottom: 24px;
}
div.content article .wrapper section h1{
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 2px;
}
div.content article .wrapper .main-image{
	margin-bottom: 16px;
	min-height: 200px;
}
div.content article .wrapper .main-image > iframe{
	display: block;
	/* position: relative; */
	z-index: -9999;
}


div.content article .wrapper #nisoc-reactionbar{
	margin-bottom: 36px;
}


div.content article .wrapper section img.sub-image{
	display: block;
	margin-bottom: 10px;

}


div.content article .wrapper div.buttons{
	margin-bottom: 14px;
}
div.content article .wrapper div.buttons ul{
}
div.content article .wrapper div.buttons ul li{
	float: left;
	height: 22px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 10px;
}
div.content article .wrapper div.buttons ul li.like{
	background-image: url(/SOCIAL/ASSETS/SP/IMAGES/archive/btn_like.png);
	width: 70px;
}
div.content article .wrapper div.buttons ul li.reminder{
	background-image: url(/SOCIAL/ASSETS/SP/IMAGES/archive/btn_reminder.png);
	width: 73px;
}


/* footer
----------------------------------------------------------------*/
div.content article .wrapper footer{
	margin-top: 40px;
	padding-bottom: 20px;
}
div.content article .wrapper footer h1{
	padding-left: 18px;
	background: url(/SOCIAL/ASSETS/SP/IMAGES/archive/mark_date.png) no-repeat 0 center black;
	color: #C90C41;
	/* font-weight: bold; */
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
}
div.content article .wrapper footer ul li {
	margin-bottom: 10px;
}
div.content article .wrapper footer ul li .left{
	float: left;
	/* width: 15%; */
	width: 45px;
	padding-top: 5px;
	margin-right: 12px;
/*
	text-indent: -9999px;
	background: url(/SOCIAL/ASSETS/img/_dummy/article_thumb_dummy.jpg) no-repeat 0 0 transparent;
	background-size: 100% contain;
*/
}
div.content article .wrapper footer ul li .left img{
	border: 1px solid white;
}
div.content article .wrapper footer ul li .right{
	float: left;
	width: 240px;
	max-width: 400px;
	/* width: 80% */
}
/*
div.content article .wrapper footer ul li .right time{
	color: #C90C41;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 2px;
	padding: 0;
}
*/
div.content article .wrapper footer ul li .right p{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
	color: white;
}
div.content article .wrapper footer ul li .right.soon p{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	color: white;
}





/* #archiveList
----------------------------------------------------------------*/
/*
#archiveList{
	position: absolute;
	top:0;
	left: 0;
	z-index: 220;
}
*/

#archiveList ul{
}
#archiveList ul li{
	display: block;
	width: 66px;
	height: 66px;
	overflow: hidden;
	margin-bottom: 15px;
}

/* #history
----------------------------------------------------------------*/


#nisoc-personalized-history .nisoc-article-bullet {
display: none;
position: relative;
float: none;
width: 100%;
height: 70px;
margin-right: 6px;
}






#history{
	position: absolute;
	top:0;
	left: 0;
	z-index: 222;
	width: 100%;
	padding-bottom: 50px;
}

#history ul{
	width: 98%;
	/* margin-left: 7%; */
	margin-left: 11px;
}
#history ul li{
	display: block;
	height: 70px;
}
#history ul li figure{
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 0;
	border: none;
}

#history ul li figure,
#history ul li figure::before,
#history ul li figure::after {
	display:block;
	background-image: url(/SOCIAL/ASSETS/SP/IMG/revolver_frame_01_b.png);
	background-size: 100%;
}
#history figure::before,
#history figure::after {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}


/*
#history ul li figure img{
	width: 54px;
	height: 54px;
	margin: 0;
	display: block;
	padding: 8px;
}
*/

#history ul li .right{
	float: left;
	padding-top: 12px;
	padding-right: 6px;
	margin-left: 76px;
}
#history ul li .right time{
	color: #C90C41;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
#history ul li .right p{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	color: #999;

}




#nisoc-reactionbar .gig-reaction-button-text {
padding-top: 3px;
color: white;
font-weight: bold;
}




#nisoc-revolver-area{
	z-index: 98;
}





/* フォローバーの間隔を調整 #override
----------------------------------------------------------------*/
#siteHeader div.gig-followbar{
	text-align: right;
	width: 100px;
	margin-left: 45px;
}
.gig-followbar a.gig-followbar-providerButton,
.gig-followbar a:hover.gig-followbar-providerButton,
.gig-followbar a:visited.gig-followbar-providerButton,
.gig-followbar a:link.gig-followbar-providerButton,
.gig-followbar a:active.gig-followbar-providerButton {
margin-right: 7px;
display: inline-block;
zoom: 1;
}



/* リボルバーの色 #override
----------------------------------------------------------------*/
.nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-2 header div h1, .nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-8 header div h1 {
  color: #171717 !important;
}
.nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-2 header div p, .nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-8 header div p {
  color: #1d0308 !important;
}
.nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-3 header div h1, .nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-7 header div h1 {
  color: #4d4d4d;
}
.nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-3 header div p, .nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-7 header div p {
  color: #630c1a;
}
.nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-4 header div h1, .nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-6 header div h1 {
  color: #888888;
}
.nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-4 header div p, .nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-6 header div p {
  color: #9e1a29;
}
.nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-5 header div h1 {
  color: #eeeeee;
}
.nisoc-revolver-item.nisoc-revolver-expanded.nisoc-revolver-pos-5 header div p {
  color: #c51733;
}

.nisoc-revolver-item.nisoc-revolver-current.nisoc-revolver-expanded header div h1 {
font-weight: bold;
}
.nisoc-revolver-item.nisoc-revolver-expanded header div h1 {
font-weight: bold;
width: 150px;
margin-left: 100px;
}

#friend .nisoc-revolver-item.nisoc-revolver-expanded header div h1 {
	margin-left: 0px;
	margin-right: 100px;
}






/* 共通
----------------------------------------------------------------*/
#nisoc-sharebar {
	border-top:1px solid #515151;
	border-bottom:1px solid #515151;
	padding:25px 0;
}

/* backnumber */
#backnumber ul li {
	margin:0 0 12px 0;
}
#backnumber ul li a {
	display:block;
	position:relative;
}
#backnumber ul li a figure {
	width:16%;
	float:left;
}
#backnumber ulli a figure img {
	border:1px solid #FFF;
}
#backnumber ul li a p {
	width:82%;
	/*float:right;*/
}
#backnumber ul li a p time {
	display:block;
	background:none;
	padding:0;
	margin:0 0 5px 0;
}

small.nisoc-anotation {
	display:block;
	font-size:12px;
	padding:15px 0 0 0;
}




/* 記事個別
----------------------------------------------------------------*/

/* 20120618_001 一般公募から島の名前まで、由来はさまざま */
.carDetail {
	margin:0 0 20px 0;
	border-bottom:1px solid #515151;
}
.carDetail h1 {
	padding-left: 22px;
	background: url(/SOCIAL/ASSETS/SP/IMAGES/archive/mark_date.png) left center no-repeat;
	color: #C90C41;
	font-size: 16px;
	display:inline;
}
.carDetail h2 {
	padding-left:5px;
	font-size: 16px;
	display:inline;
}
.carDetail img {
	margin:0 0 15px 0;
}

.carDetail.last {
	margin:0;
	border-bottom:none;
}



/* 20120618_005 名工 */
#craftDetail h2 {
	padding-left: 22px;
	background: url(/SOCIAL/ASSETS/SP/IMAGES/archive/mark_date.png) left center no-repeat;
	color: #C90C41;
	font-size: 16px;
	margin:0 0 5px 0;
}



.profile {
	border: 1px solid #262626;
	padding: 17px 17px 13px 17px !important;
	background: #111;
	margin:0 0 20px 0;
}
.profile > section {
	margin-bottom:0 !important;
}
.profile > section > div {
	position: relative;
	display:table;
	vertical-align:middle;
}
.profile > section > div > figure {
	width:123px;
	float:left;
}
.profile > section > div > hgroup {
	padding-left:15px;
	vertical-align:middle;
	display:table-cell;
}
.profile > section > div > hgroup > h1 {
	background-color:transparent !important;
}
.profile > section > p {
	margin-bottom:0 !important;
	padding:10px 0 0 0;
}
.profile > section > div > hgroup > h1 > span {
	padding:0 8px 0 0;
}

/* 20120625_002 栃木 */
figure.figure-L001 {
	width:33%;
	float:left;
	margin:0 20px 20px 0;
}
figure.figure-R001 {
	width:33%;
	float:right;
	margin:0 0 20px 20px;
}
section.article-B001 {
	padding:10px 0;
	border-bottom:1px solid #515151;
}
section.article-B001-last {
	padding:10px 0 0 0;
	border-bottom:none;
}
section.article-B001 h1, section.article-B001-last h1 {
	margin-bottom:7px !important;
}

/* 20120625_005 スカイライン壁紙 */
.article-wp-header h2 {
	font-size: 26px;
	color: #C51733;
	margin-bottom: 10px;
	line-height: 1;
}
.article-wp-header h1 {
	font-size: 12px !important;
	margin-bottom: 30px;
	line-height: 1;
}
.article-wp h1 {
	font-size:14px !important;
	color: #C51733;
	background: url(../IMG/marker_01.png) left center no-repeat;
	line-height: 1;
	display:inline;
	padding:0 3px 0 24px;
}
.article-wp h2 {
	font-size:14px !important;
	display:inline;
	padding:0 0 0 3px;
}


/* osamu suzuki */
#a20120628-001-txt {
	margin:0 0 20px 0;
}
#a20120628-001-btn {
	margin:0 0 20px 0;
}
#a20120628-001-btn a {
	background:url(/SOCIAL/ASSETS/SP/IMG/marker_03.gif) left top no-repeat;
	font-size:14px;
	color:#C51733;
	text-decoration:underline;
	padding:4px 0 3px 27px;
}


/* 2.3 */
h1.a20120712-title {
	font-size:24px !important;
	text-indent:-0.5em;
	line-height:28px !important;
}
h2.a20120712-title {
	font-size:15px !important;
	text-indent:-0.5em;
	line-height:20px !important;
	margin-bottom:5px !important;
}
#a20120712-message {
	margin:0;
	border-top:1px solid #333;
	padding:12px 0 0 0;
}
#a20120712-message .message {
	margin:0;
}
#a20120712-message .message h3 {
	margin:0 0 10px 0;
}
#a20120712-message .message p {
	margin:0 0 1em 0;
}
#a20120712-message .message p span {
	background-color:#CE6506;
}
#a20120712-message .movie {
	margin:0 0 18px 0;
}
#a20120712-message .btn {
	border-bottom:1px solid #333;
	padding:0 0 15px 0;
}

#a20120712-contents h1 {
	min-height: 12px;
	padding-left: 25px;
	margin:0 0 10px 0;
	font-size: 16px;
	color: #C51733;
	background: url(../IMG/marker_01.png) left center no-repeat;
}
#a20120712-contents p {
	font-size:16px;
	line-height:1.6;
	margin:0 0 1em 0;
}
#a20120712-contents .frame {
	border-top:1px solid #333;
	padding:12px 0 0 0;
}
#a20120712-contents #theme {
	margin:-16px 0 0 0;
}
#a20120712-contents #theme h2 {
	font-size:16px;
	margin:0 0 20px 0;
}
#a20120712-contents #theme h2 span {
	display:block;
	font-size:14px;
}
#a20120712-contents #theme ul {
	margin:0;
	padding:0;
}
#a20120712-contents #theme ul li {
	margin:0 0 15px 0;
}
#a20120712-contents #theme ul li img {
	margin:0 0 5px 0;
}
#a20120712-contents #theme ul li p {
	margin:0;
	font-size:12px;
}
#a20120712-contents #outline span {
	font-size:12px;
}
#a20120712-contents #closing p span.date {
	color: #C51733;
}
#a20120712-contents #postBtn {
	border-top:1px solid #333;;
	padding:18px 0 18px 0;
	border-bottom:1px solid #333;;
	margin:0 0 20px 0;
}
/* gallery */
#a20120712-contents #gallery {
}
#a20120712-contents #gallery ul {
	margin:0;
	padding:0;
}
#a20120712-contents #gallery ul li {
	margin:0 0 12px 0;
}


/* 20120727 X-TRAIL */
#a20120727_001 #btn {
	padding-bottom:35px;
	border-bottom:1px solid #262626;
	margin-bottom:25px;
}
#a20120727_001 #btn a {
	background:url(/SOCIAL/ASSETS/SP/IMG/marker_03.gif) left top no-repeat;
	font-size:14px;
	color:#C51733;
	text-decoration:underline;
	padding:4px 0 3px 27px;
}
#a20120727_001 h2 {
	margin-bottom:20px;
}
#a20120727_001 #btn2 {
}

/* 20121122 HAPPY SURPRISE */

#a20121122_001 #btn {
	padding-bottom:35px;
	border-bottom:1px solid #262626;
	margin-bottom:25px;
}
#a20121122_001 #btn a {
	font-size:14px;
	color:#C51733;
}
#a20121122_001 h2 {
	margin-bottom:20px;
}



