@charset "UTF-8";


#logo {
	margin: 0 auto 23px;
}
#sitename {
	margin: 0 auto 30px;
}

.catch {
	font-weight: bold;
	line-height: 1.8;
	margin: 0 0 20px;
}

.lead {
	text-align: left;
	background: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 40px 15px;
	padding: 15px 20px;
}
.lead p {
	color: #F29600;
}
ul.sns {
	margin: 0 auto 30px;
}
ul.sns li {
	display: inline;
}


section#topics {
	overflow: hidden;
}
section#topics #topicsList {
	position: relative;
	z-index: 2;
}
section#topics ul li {
	border-bottom: dotted 2px #000;
}
section#topics ul li:first-child {
	border-top: dotted 2px #000;
}
section#topics ul li a {
	font-weight: bold;
	text-decoration: none;
	padding: 10px 30px 10px 0;
	display: block;
	position: relative;
}
section#topics ul li a span {
	font-size: 0.7rem;
}
section#topics ul li a::after{
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: "\f054";
	font-family: FontAwesome;
}
section#topics #topicsBtn {
	text-align: center;
	margin: 30px auto 0;
}


section#vrcontents article {
	margin: 0 0 40px;
}
section#vrcontents article .image {
	width: 280px;
	height: 218px;
	text-align: center;
	margin: 0 auto;
}
section#vrcontents article .image img {
	width: 280px;
}

section#vrcontents article h3 {
	color: #FFF;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 15px;
}
section#vrcontents article .midashi {
	font-size: 1.02rem;
	font-weight: bold;
	margin: 0 0 5px;
}
section#vrcontents article ul {
	margin: 20px 0 0 0;
}
section#vrcontents article ul li {
	border-bottom: solid 2px #000;
	padding: 10px 40px 10px 0;
	position: relative;
}

section#vrcontents article ul li.new {
	background: url(../common/images/s_new.png) no-repeat left 15px;
	background-size: 30px auto;
	padding-left: 35px;
}

section#vrcontents article ul li:first-child {
	border-top: solid 2px #000;
}
	section#vrcontents article ul li .submenu {
		display: none;
	}

	section#vrcontents article ul li li {
		border-bottom: dotted 2px #000;
		margin-right: -40px;
	}
	section#vrcontents article ul li li:first-child {
		border-top: none;
	}
	section#vrcontents article ul li li:last-child {
		border-bottom: none;
	}
	section#vrcontents article ul li .contClose {
		text-align: center;
		background: #000;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		margin-right: -40px;
		padding: 10px 0;
	}

section#vrcontents article ul li a,
section#vrcontents article ul li p.parent {
	font-size: 1.01rem;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 3px;
	display: block;
}
section#vrcontents article ul li span,
section#vrcontents article ul li span a {
	font-size: 0.7rem;
	font-weight: normal;
	display: inline;
}
section#vrcontents article ul li .extwicn {
	width: 32px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	right: 0;
}
section#vrcontents article ul li .extwicn img {
	width: 100%;
}
section#vrcontents article ul li .openicn {
	width: 32px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	right: 0;
}
section#vrcontents article ul li .openicn img {
	width: 100%;
}


section#vrcontents article .image ul {
	margin: 0;
	position: relative;
}
section#vrcontents article .image ul li {
	border: none;
	padding: 0;
	margin-left: -140px;
	position: absolute;
	top: 0;
	left: 50%;
}


/*
section#vrcontents article ul li::after{
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	content: " ";
	background: url(../common/images/b_extw.png) no-repeat;
	background-size: 32px 32px;
}
*/
section#vrcontents article ul li span a {
	text-decoration: underline;
}


section#vrcontents article .uc {
	border-top: dotted 2px #000;
	border-bottom: dotted 2px #000;
	margin: 15px 0 0 0 ;
	padding: 10px 0;
}

section#vrcontents article .uc .ucmidashi {
	font-size: 1.01rem;
	font-weight: bold;
	margin: 0 0 5px;
}
section#vrcontents article .uc .arrow_box {
	width: 24%;
	box-sizing: border-box;
	float: left;
	position: relative;
	border: 2px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
section#vrcontents article .uc .arrow_box::after,
section#vrcontents article .uc .arrow_box::before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
section#vrcontents article .uc .arrow_box::after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #F29600;
	border-width: 10px;
	margin-top: -10px;
}
section#vrcontents article .uc .arrow_box::before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000;
	border-width: 13px;
	margin-top: -13px;
}
section#vrcontents article .uc .arrow_box p {
	font-size: 0.6rem;
	text-align: center;
}
section#vrcontents article .uc .arrow_box p.num {
	font-size: 0.8rem;
	font-weight: bold;
}
section#vrcontents article .uc .arrow_box p.num span {
	font-size: 1.1rem;
}
section#vrcontents article .uc .vote_box {
	width: 71%;
	float: right;
}
section#vrcontents article .uc .vote_box p {
	font-weight: bold;
	margin: 7px 10px 0 0;
	float: left;
}

section#vrcontents article .uc .vote_box .voteBtn a {
	color: #F29600;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 6.2rem;
	padding: 10px 0;
	display: block;
}
section#vrcontents article .uc .vote_box .voteBtn.pre_vote a {
	color: #FFF;
	background: #666;
}

