@charset "utf-8";

@font-face {
	font-family: 'bebas_neueregular';
	src: url('/common/font/BebasNeue.eot');
	src: url('/common/font/BebasNeue.eot?#iefix') format('embedded-opentype'), url('/common/font/BebasNeue.woff') format('woff'), url('/common/font/BebasNeue.ttf') format('truetype'), url('/common/font/BebasNeue.svg#bebas_neueregular') format('svg');
}
.webfont {
	font-family: 'bebas_neueregular', Arial, sans-serif;
	font-weight:400;
	letter-spacing:0.03em;
}
a {
	color:#231815;
	text-decoration:none;
}
.alCenter{	text-align:center;}
h1{
	background:#CCC;
	font-family: 'bebas_neueregular', Arial, sans-serif;
	font-size:180%;
	font-weight:normal;
	padding:4px 0;
	text-align:center;
	margin-bottom:6px;
}
.header_description{
	font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
	font-size: 95%;
  padding: 3px 10px 0 10px;
	background: none;
	text-align: left;
	line-height: 1.6em;
	display: inline-block;
	margin-bottom:14px;
}
.collection_title{
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 1.2em;
	background: none;
	text-align: left;
	padding:0;
}
span.red{color:#C00;}
.ls p{ /* pタグの行間*/
	margin-bottom:1em;
}
img {
	max-width: 100%;
	height: auto;
}
img.size-medium {
	width: 100%;
	margin: 0 !important;
}
/* ------------------------------------------------------------------------
 * Header
 * --------------------------------------------------------------------- */

/* TOPページ */
header {height:72px;}
/* 通常ページ */
header#header_s {
	/*height:52px;*/
	border-bottom:#000 2px solid;
	margin-bottom:8px;
}
header#header_s.fixed {
		background: #ffffff;
		width: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
}
header > h1{
	float:left;
	width:45%;
	margin-top:10px;
	margin-left:10px;
}
header > ul {
	float:right;
	width:45%;
	margin-top:10px;
	margin-right:10px;
}
header > ul li{
	float:right;
	margin-left:6px;
}
#titleBox {
	float:left;
	width:45%;
	margin-top:10px;
	margin-left:10px;
	position: relative;
}
#titleBox img { max-width: 120px; }
#titleBox #subTitle {
	position: absolute;
	top: 18px;
	left: 96px;
}
#main #mainVisual {
	line-height:0;
	margin-bottom:5px;
}
#main > section {
	width:93%;
	margin:0 auto;
}
#main .innerBox{
	width:93%;
	margin:1em auto;
}
#sns{
	width:300px;
	margin:1em auto;
}
div.article p{margin-bottom:1em;}
ul.articleList li{border-bottom:1px solid #dbdcdc;}
ul.articleList li a{
	display:block;
	padding:10px 0;
	background-image:url(/sp/common/img/arrow01.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:6px 9px;
	line-height:1.2em;
}
ul.articleList li .icon,
ul.articleList li .title{	float:left;}
ul.articleList li .icon{width:20%;}
ul.articleList li .title{	width:74%;}
ul.articleList li .title img{vertical-align:top;}
ul.articleList li .title p.date{margin-top:0.7em;}
ul.articleList li .icon img{
	-webkit-border-radius:5px;
	border-radius:5px;
}
.viewmore,
.continue{
	border-bottom:1px solid #dbdcdc;
	margin-bottom:16px;
}
.viewmore a{
	display:block;
	text-align:center;
	padding:8px 0;
	color:#717071;
}
.continue a{
	display:block;
	padding:8px 0;
}
div#containerInner{
	overflow:hidden;
	margin-bottom:24px;
}
.aligncenter {
	display: inherit;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* ------------------------------------------------------------------------
 * Drawer Grobal Navigation
 * --------------------------------------------------------------------- */
#drawer_navi p{
	padding-left:8px;
	margin-right:20px;
	color:#FFF;
	font-size:120%;
	font-weight:600;
	line-height:36px;
}
#drawer_navi ul#sns_buttons{
	padding:8px 16px;
	overflow:hidden;
	border-bottom:#aaa 1px solid;
}
#drawer_navi ul#sns_buttons li {
	float:left;
	margin-right:10px;
}
#drawer_navi ul#categories li {
	padding-left:20px;
	border-bottom:#666 1px solid;
	line-height:2.5em;
}
#drawer_navi ul#categories li:first-child{border-top:#aaa 1px solid;}
#drawer_navi ul#categories li a{
	display:block;
	height:100%;
	width:100%;
	color:#FFF;
	font-size:100%;
}
#drawer_navi ul#categories li:hover{background:#999;}

/* ------------------------------------------------------------------------
 * Footer
 * --------------------------------------------------------------------- */
footer {
	padding:10px 0 0 0;
	background-color:#282828;
	/*background-color:#231815;*/
	color:#ffffff;
}
footer a{	color:#ffffff;}
footer p:first-child{
	text-align:center;
	padding:18px 10px 0 0;
	/*background-color:#ffffff;*/
	color:#717071;
}
footer p:first-child a{	color:#717071;}
footer #footerNavi{
	text-align:center;
	margin-top:18px;
}
footer #footerNavi a{
	font-size:11px;
	line-height:1em;
	padding: 16px;
	padding-top: 16px;
	display: inline-block;
}
footer > #footwrap {
	padding: 24px 10px ;
	background: #000000;
}
footer #copyright {
	text-align:center;
	font-size:10px;
	margin-top:24px;
	line-height:1.4em;
}
footer #foot_sns {
	text-align: center;
}
footer #foot_sns ul {
	margin-bottom: 10px;
}
footer #foot_sns ul li {
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
}
footer #foot_sns ul li:last-child {
	margin-right: 0;
}
hr.line{
	display:block;
	height:0;
	border-top:none;
	border-bottom:2px solid #ececec;
	margin:0;
}

#ydn{
	margin-bottom:21px;
}

/* Social buttons ============================= */
div#socialButtons{
	height:21px;
	max-height:21px ;
	padding:6px 12px;
	margin-bottom:6px;
	overflow:hidden;
}
div#socialButtons ul li{
	display:block;
	float:left;
	width:110px;
}
/*
 *=============================================
 * for FlipSnap
 *=============================================
 */
.viewpoint {
	width: 100%;
	margin: 8px 5px;
	overflow: hidden;
	padding: 0px 0;
}
.flipsnap {
	width: 1700px;
	padding-left: 10px;
}
.flipsnap:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.flipsnap .item {
	position:relative;
	float: left;
	text-align: center;
	margin: 0 4px;
	color: #666;
}
.flipsnap .item img.crsl {width: 120px;}
.flipsnap .item p.caption {
	font-size: 10px;
	position: absolute;
	left:0px;
	right:0px;
	bottom: 20px;
	color: #fff;
	padding: 2px 0;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	line-height:1.6em;
}
div#archive_collection .flipsnap .item p.caption {bottom: 0px;}
.flipsnap .item p.elapsed {
	color:#000;
	font-size:10px;
	text-align:right;
	line-height:20px;
	padding-right:2px;
}
.flipsnap .item p.elapsed img{
	margin-right:3px;
	height:12px;
	width:12px;
	padding-bottom:3px;
}
.flipsnap .item p.min {color:#C00;}
.flipsnap .item.last p { /* MORE用(不使用) */
	height: 262px;
	opacity: 1;
	position: relative;
	line-height: 262px;
	font-size:100%;
}
#mainWrap{
	width:100%:
}

#subColumnSocialWidgets dl dd{
	margin-bottom:20px;
}

/*
 *=============================================
 * 共通項目(FOCUSから)
 *=============================================
 */
.side_margin{
	margin-left:10px;
	margin-right:10px;
}
.side_padding{
	padding-left:10px;
	padding-right:10px;
}

div.article .wp-caption-area{
	width: 45%;
	margin-right: 5%;
	float: left;
}

div.post_main_pic p.caption,
div.article p.wp-caption-text{
	font-size:80%;
	color:#666;
	line-height:1.4em;
	padding-top:6px;
}

div.article .alignleft,
div.article .alignright{
	margin-bottom:1em;
}
/* ページネーション =================== */
.pagination_outer{ position: relative; left: 50%; float: left; clear:both; margin:0; }
.pagination_inner{ position: relative; left: -50%; text-align:center;}
/* ↑センタリング用↑*/

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:12px;
line-height:14px;
overflow:hidden;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 4px 2px 0;
padding:10px 15px;
text-decoration:none;
width:auto;
color:#fff;
background: #CCC;
}

.pagination a:hover{
color:#fff;
background: #C00;
}
.pagination .current{
background: #222;
color:#fff;
}
.pagination a.fpnl{
	font-size:120%;
}

/* TOPページへ戻る =================== */
div.back_to_top{
	text-align:right;
	vertical-align:top;
	line-height:1em;
	margin:0px 10px 20px;
}
div.back_to_top p{
	background-image:url(back_top_icon.png);
	background-repeat:no-repeat;
	background-size: auto 1em;
	line-height:1em;
	padding-left:20px;
	font-size:120%;
	color:#999;
	float:right;
}

/* リンクボタン =================== */
div.link_button{
	font-weight:600;
	text-align:center;
	background:#000;
	width:100%;
	height:30px;
	line-height:30px;
	margin:1em 0 30px;
}
div.link_button:hover{
	background:#C00;
}
div.link_button a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
}
/* iframeのサイズ修正 */
.video-container {
	 position: relative;
	 padding-bottom: 56.25%;
	 margin-bottom:1.2em;
	 height: 0;
	 overflow: hidden;
	 max-width: 100%;
	 height: auto;
}
.video-container iframe {
	position: absolute;
	top: 0;
	eft: 0;
	width: 100%;
	height: 100%;
}
p.contributor{
	margin:1em 0px;
	font-size:10px;
	line-height:25px;
	text-align:right;
	color:#aaa;
	letter-spacing:-0.3px;
}
p.contributor img{
	margin-right:3px;
}

/* 検索ボックス =================== */
.site-search-btn{
	background: url("../images/ico_search.png") no-repeat scroll center center;
	background-color: #000000;
	display: block;
	height: 35px;
	width: 35px;
 }
	.site-search-btn:hover{ cursor: pointer; }
#modal-content {
	display: none;
	width:100%;
	box-sizing:  border-box;
	/*margin:0 5%;*/
	padding:10px 20px;
	background: transparent;
	z-index:2;
	position:fixed;
	top: 40%;
	left: 0;

}

	#modal-content input[type=search]{
		background: transparent;
		color: #ffffff;
		border: none;
		border-bottom: 2px solid #ffffff;
		width: 85%;
		margin-right: 2%;
		font-size: 2em;
	}
	#modal-content input[type=submit]{
		background: transparent;
		color: #ffffff;
		font-family: FontAwesome;
		font-size: 1.8em;
		border: none;
		width: 10%;
	}

#modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
	#modal-overlay p{
		color: #ffffff;
		text-align: right;
		font-size: 3em;
		padding: 10px;
	}
