@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}

/*ul,
li {
	list-style-type: none;
	
}*/

a {
	text-decoration: none;
	color:#0099ff;
}

a:hove {
	text-decoration: underline;
}

.sp_only {
	display: none;
}
.pc_only {
	display: inherit;
}


/*----------------------------------------------------
header
----------------------------------------------------*/
header {
	width: 100%;
	height:40px;
	background-color: #000000;
}
header h1,
header h1 a {
	display: block;
	float: left;
	width: 600px;
	height: 24px;
}
header h1 {
	margin: 8px 0px 0px 20px;
}
header h1 a {
	display: block;
	background: url(../img/vo_official.jpg) left top no-repeat;
	background-size: auto 23px;
	text-indent: -9999px;
}

header #link_area {
	float: right;
	margin-top: 0px;
	width: 176px;
	height: 40px;
}
header #link_area a.youtube,
header #link_area a.tw {
	display: block;
	float: left;
	margin-right: 1px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

header #link_area a.youtube {
	background: url(../img/youtube_btn.png) 0px 0px no-repeat;
}
header #link_area a.tw {
	background: url(../img/twitter_btn-sp.png) 0px 0px no-repeat;
	background-size:40px 80px;
}
header #link_area a.youtube:hover,
header #link_area a.tw:hover {
	background-position: 0px -40px;
}

header #link_area .archives {
	float: left;
	padding-left: 15px;
	width: 120px;
	height: 40px;
	background: url(../img/lang_arrow.gif) right center no-repeat #000000;
}

header #link_area .archives a {
	display: block;
	width: 120px;
	height: 40px;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	line-height: normal;
	display: inline-table;
	vertical-align: middle;
}
header #link_area .archives a > p {
	display: table-cell;
	vertical-align: middle;
}


/*----------------------------------------------------
nav
----------------------------------------------------*/
#nav_area {
	width: 100%;
	height: 40px;
	border-top: solid 4px #cccccc;
	border-bottom: solid 1px #666666;
}
	
nav {
	margin: 0px auto 0px auto;
	width: 603px;
	height: 40px;
}
nav a.menu {
	display: block;
	float: left;
	width: 150px;
	height: 40px;
	background-color: #eeeeee;
	border-left: solid 1px #cccccc;
	box-sizing: border-box;
	font-size: 11px;
	color: #000000;
	display: inline-table;
	vertical-align: middle;
}

nav a.menu > p {
	display: table-cell;
	vertical-align: middle;
}

.rightborder {
	border-right: solid 1px #cccccc;
}


/*----------------------------------------------------
title
----------------------------------------------------
h2 {
	width: 100%;
	height: 160px;
	line-height: normal;
}

h2 img {
width: 1018px;
height: 160px;
}*/






/*----------------------------------------------------
title
----------------------------------------------------*/
h2 {
	width: 100%;
	height: 15.7vw;
	line-height: normal;
	display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
}


.topics_titlebg{
	width: 100%;
	height: 15.7vw;
	display: flex;
}


.topics_title{
	width: 310px;
	margin-left:20px;
	padding-bottom:15px;
	position:absolute;
	z-index:1;
	}


/*----------------------------------------------------
subtitle
----------------------------------------------------*/
h3 {
	margin: 0px auto 10px auto;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 1010px;
	height: auto;
	border-bottom: solid 1px #cccccc;
	text-align: left;
	font-size: 22px;
	line-height: normal;
/*	background:#eeeeee;*/
}

/*h3 span {
	display: block;
	width: 1005px;
	height: auto;
	font-size: 22px;
	line-height: 120%;
	display: inline-table;
	vertical-align: bottom;
}

h3 span > p {
	display: table-cell;
	vertical-align: bottom;
}
*/

/*----------------------------------------------------
date
----------------------------------------------------*/
.date {
	margin: 50px auto 5px auto;
	width: 1005px;
/*	border-bottom: dotted 1px #cccccc;*/
	text-align: left;
}

.date span{
	color:#666666;
}


/*----------------------------------------------------
page_link
----------------------------------------------------*/
.page_link {
	margin: 15px auto 0px auto;
	padding: 0px;
	width:1000px;
}

.page_link a{
	text-decoration: none;
}

.page_link img{
	width: 100px;
}

.page_link .prev,
.page_link .next {
	display: block;
	width: 100px;
}
.page_link .prev {
	float: left;
	text-align: left;
}
.page_link .next {
	float: right;
	text-align: right;
}

.clear {	
	clear: both;
		}
	

/*----------------------------------------------------
option
----------------------------------------------------*/

.white {
	color:#ffffff; 
	}
	
.red {
	color:#ff3300; 
	}
	
.dred {
	color:#cc0000; 
	}
	
.orange {
	color:#ff6600; 
	}
	
.yellow {
	color:#ffcc00; 
	}
	
.yamabuki {
	color:#f8b400; 
	}
	
.blue {
	color:#0066ee; 
	}
	
.fblue {
	color:#0099ff; 
	}
	
.fs120 {
	font-size: 120%; 
	}
	
.fs85 {
	font-size: 85%;
	}
	
.fs65 {
	font-size: 65%;
	}
	
.fwbold {
	font-weight: bold;
}
	
.mb10 {
	margin-bottom: 10px; 
	}

.mb15 {
	margin-bottom: 15px; 
	}

.mb20 {
	margin-bottom: 20px; 
	}

.mb30 {
	margin-bottom: 30px; 
	}

.mb40 {
	margin-bottom: 40px; 
	}

.mb50 {
	margin-bottom: 50px; 
	}
	
.mt10 {
	margin-top: 10px; 
	}

.mt15 {
	margin-top: 15px; 
	}

.mt20 {
	margin-top: 20px; 
	}

.mt30 {
	margin-top: 30px; 
	}

.mt40 {
	margin-top: 40px; 
	}

.mr10 {
	margin-right: 10px; 
	}

.mr20 {
	margin-right: 20px; 
	}
	
.mr30 {
	margin-right: 30px; 
	}

.ml10 {
	margin-left: 10px; 
	}

.ml20 {
	margin-left: 20px; 
	}
	
.ml30 {
	margin-left: 30px; 
	}
	
.floatleft {	
	float: left;
	}
	
.floatright {	
	float: right;
	}
	
.clear {	
	clear: both;
	}
		
.img_center {
	margin:0px;
	padding:0px;
	width: 100%;
	text-align: center;
	}
	
.imgborder{
	border: 1px solid #cccccc;
}

/*----------------------------------------------------
 SNS
----------------------------------------------------*/

ul# snsbutton{
    list-style: none;
	padding: 0px;
	width: 1000px;
}

#snsbutton li{
	margin: 0px auto 0px auto;
	padding-right: 5px;
	display: inline
}

#snsbutton li img{
	vertical-align:top;
	border: none;
	width: 30px;
}

.snsbutton{
	margin: 0px auto 30px auto;
	padding: 0px;
	text-align: left;
	width: 1000px;
}

/*----------------------------------------------------
container
----------------------------------------------------*/
#container {
	margin: 0px auto 0px auto;
	width: 1020px;
	height: auto;
	overflow: hidden;
}

#container .topics_box {
	margin: 0px 10px 40px;
	width: 1000px;
	height: auto;
	float: left;
	color: #666666;
	text-align: left;
	font-size:1em;
	line-height: 1.6em;
	letter-spacing:0.5pt;
}

#container .topics_box .maintext {
	height: auto;
	display: block;
}

#container .topics_box .maintext p {
	margin-bottom: 2em;
}

#container .topics_box .maintext h4 {
	display: block;
	margin-bottom: 1em;
	font-size: 120%;
}


#container .topics_box .maintext a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #003399;
}

#container .topics_box .imgleft {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	border: none;
}

#container .topics_box .imgright {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
	border: none;
}

#container .topics_box .columntext {
	height: auto;
	padding:2em 2em 1em;
	border: 4px solid #eeeeee;
	font-size: 85%;
}

#container .topics_box .columntext p {
	margin-bottom: 1em;
}

#container .topics_box .columntext h4 {
	display: block;
	margin: 0px 0px 15px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 120%;
}

#container .topics_box .columntext a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #003399;
}

#container .topics_box .columntext ol {
	font-weight:bold;
	margin-left:2em;
	font-size:110%;
	color:#0099ff;
}

#container .topics_box .columntext ul {
	 margin:0.5em 0px 1em 1em;
	 color:#666666;
	 font-size:85%;
	 font-weight:normal;
	 list-style-type: disc
}

#container .topics_box .columntext li {
	 margin-top:0px;
	
}



/*キャプション付き画像*/
#container .topics_box .maintext ul {
/*	 margin:0.5em 0px 1em 1em;*/
	 color:#666666;
	 font-size:85%;
	 font-weight:normal;
	 list-style-type: disc
}

#container .topics_box .maintext li {
	width:300px;
	margin:0px 11px;
	display: inline-block;
	text-align: center;
	font-size:85%;
	line-height:1.5em;
	
}
#container .topics_box .maintext li img {
	width:300px;
	margin:0px;
}





#container .topics_box .spec {
	height: auto;
	padding: 1.5em 2em;
	border-bottom: solid 3px #0099ff;
	background-color: #eeeeee;
	line-height: 1.4em;
}

#container .topics_box .spec h4 {
	display: block;
	margin-bottom: 0.5em;
}

#container .topics_box .spec a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #003399;
}

#container .topics_box .movie {
	height: auto;
	padding:1em 2em 1em;
	border: 4px solid #eeeeee;
	font-size: 85%;
}

#container .topics_box .movie h4 {
	display: block;
	margin: 0px 0px 15px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 120%;
}

#container .topics_box .movie p {
	text-align: center;
}

#container .topics_box .inline_left {	
	float: left;
	width: auto;
	}
	
#container .topics_box .inline_right {	
	float: right;
	width: auto;
	}
	
/*--------------画像ボタン-------------------*/

.image_btn img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.image_btn:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}


/*----------------------------------------------------
linkaria
----------------------------------------------------*/
#linkaria {
	padding: 30px 0px 13px 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
/*	background-color: #eeeeee;*/
	border-top:1px solid #cccccc;
}

#linkaria .contents {
	margin: 0px auto 0px auto;
	width: 1020px;
	height: auto;
	overflow: hidden;
	text-align: left;
/*	background-color: #ff6600;*/
}

#linkaria .contents img {
	margin: 0px 7px 10px 7px;
	width: 235px;
	height: 64px;
	border: none;
}


/*----------------------------------------------------
sitemap
----------------------------------------------------*/
#sitemap {
	padding: 30px 0px 30px 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #cccccc;
	border-bottom: solid 3px #0099ff;
}
#sitemap .contents {
	margin: 0px auto 0px auto;
	width: 1020px;
	height: auto;
	overflow: hidden;
}
#sitemap .contents .link_area {
	float: left;
	margin: 0px 5px 0px 5px;
	width: 520px;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	line-height: 170%;
	text-align: left;
}
#sitemap .contents .link_area a {
	display: block;
	color: #666666;
}
#sitemap .contents .link_area a.title {
	margin-left: 15px;
}

#sitemap .contents .link_area span {
	display: block;
	color: #666666;
	float: left;
	margin: 0px 5px 0px 5px;
	width: 245px;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	line-height: 170%;
	text-align: left;
	font-weight:bold;
	
}



/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
	padding: 20px 0px 70px 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #000000;
}
footer .contents {
	margin: 0px auto 0px auto;
	width: 1010px;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	color: #cccccc;
	text-align: left;
}

footer .contents a {
	color: #ffffff;
	text-decoration: underline;
}

footer .contents p {
	font-size: 90%;
	line-height: 160%;
	margin:5px 0px;
}



.footer_segarogo{
    width: auto;
    height: 30px;
}


/*----------------------------------------------------
Page-Top-btn
----------------------------------------------------*/

#site-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    Z-index:300;
}

#site-top a {
    background: url(../img/top_btn.png) top center no-repeat;
    background-size: 66px;
    text-decoration: none;
    color: #fff;
    width: 66px;
    height: 66px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#site-top a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: none;
}

/*-----------------------------------------------------	*/
/*	for - 800px以下の記述　*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 800px) {

.sp_only {
	display: inherit;
}
.pc_only {
	display: none;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
header {
	height:78px;
}

header h1,
header h1 a {
	width: 249px;
	height: 54px;
}

header h1 {
	margin: 12px 0px 0px 15px;
}

header h1 a {
	background: url(../img/vo_official_sp.png) left top no-repeat;
}

header #link_area {
	width: 217px;
	height: 78px;
}
header #link_area a.youtube,
header #link_area a.tw {
	width: 78px;
	height: 78px;
}
header #link_area a.youtube {
	background: url(../img/youtube_btn-sp.png) 0px 0px no-repeat;
}
header #link_area a.tw {
	background: url(../img/twitter_btn-sp.png) 0px 0px no-repeat;
}
header #link_area a.youtube:hover,
header #link_area a.tw:hover {
	background-position: 0px -78px;
}
header #link_area .archives {
	height: 78px;
}
header #link_area .archives a {
	height: 78px;
	font-size: 18px;
}

/*----------------------------------------------------
nav
----------------------------------------------------*/
#nav_area {
	height: 80px;
}
	
nav {
	width: 100%;
	height: 80px;
}
nav a.menu {
	width: 25%;
	height: 80px;
	font-size: 24px;
	line-height: 120%;
}


/*----------------------------------------------------
title
----------------------------------------------------*/
h2 {
	margin-bottom: -0.5em;
	height: auto;
}


h2 img {
	width: 100%;
	height: auto;
}




/*----------------------------------------------------
subtitle
----------------------------------------------------*/
h3 {
	margin: 0px auto 20px auto;
	padding-bottom: 15px;
	width: 505px;
	font-size: 24px;
	
}

h3 span {
	width: 505px;
	font-size: 120%;
	line-height: 140%;
}


/*----------------------------------------------------
date
----------------------------------------------------*/
.date {
	margin: 50px auto 20px auto;
	width: 505px;
}

.date span{
	font-size: 140%;
}

/*----------------------------------------------------
page_link
----------------------------------------------------*/
.page_link {
	margin: 30px auto 0px auto;
	width:490px;
}

.page_link img{
	width: 155px;
}

.page_link .prev,
.page_link .next {
	width: 155px;
}


/*----------------------------------------------------
 SNS
----------------------------------------------------*/
#snsbutton li img{
	width: 60px;
}

.snsbutton{
	text-align: center;
	width: 510px;
}

/*----------------------------------------------------
container
----------------------------------------------------*/
#container {
	margin: 0px auto 40px auto;
	width: 500px;
}

#container .topics_box {
	margin: 0px;
	width: 500px;	
	font-size:1em;
	line-height: 1.8em;
	letter-spacing:0.8pt;
}

#container .topics_box img {
	width: 498px;
	height:auto;
/*	border: none;*/
}

#container .topics_box .maintext {
	font-size: 120%;
}

#container .topics_box .columntext {
	font-size: 120%;
}

#container .topics_box .spec {
	font-size: 120%;
}

#container .topics_box .spec .floatright {
		width: 100%;
		margin-bottom:20px;
		
}


#container .topics_box .columntext {
	padding:1.5em 1.5em 0.5em;
}

#container .topics_box .columntext img {
	width: 100%;
}

#container .topics_box .columntext li {
	 margin-top:0px;
	 margin-bottom:1em;
}



/*キャプション付き画像*/
#container .topics_box .maintext ul {
/*	 margin:0.5em 0px 1em 1em;*/
	 color:#666666;
	 font-size:100%;
	 font-weight:normal;
	 list-style-type: disc
}

#container .topics_box .maintext li {
	width:100%;
	margin:0px;
	display: inline-block;
	text-align: center;
	font-size:85%;
	line-height:1.5em;
	
}
#container .topics_box .maintext li img {
	width:100%;
	margin:0px;
}




#container .topics_box .movie {
	padding:1em 1em 1em;
	font-size: 120%;
}


#container .topics_box .inline_left {	
	width: 100%;
	}
	
#container .topics_box .inline_right {	
	width: 100%;
	}

/*----------------------------------------------------
linkaria
----------------------------------------------------*/


#linkaria .contents {
	margin: 16px auto 16px auto;
	width: 500px;
}

#linkaria .contents img {
	margin:0px  0px 20px;
	width: 500px;
	height: 135px;
}




/*----------------------------------------------------
sitemap
----------------------------------------------------*/

#sitemap .contents {
	width: 510px;
}
#sitemap .contents .link_area {
	margin: 0px 5px 20px 5px;
	width: 500px;
	font-size: 16px;
}
#sitemap .contents .link_area span {
	width: 500px;
	font-size: 18px;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/

footer .contents {
	width: 505px;
	font-size: 12px;
}


