@charset "UTF-8";

/* =========================================================================

	0.基本
	1.layout
	2.タイトル
	3.メニュー
	4.トップページデザイン
	5.個別ページ
	6.作品
	7.スケジュール
	8.イベント

========================================================================= */


/* =========================================================================
	0.基本
========================================================================= */
.sp_block{
	display: block;
}
.sp_none{
	display: none;
}
#cp_container *,
#cp_container *:before,
#cp_container *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img{ border:none;}
sub{ font-size: 10px;}



/* -- clearfix ----------------------------------------------- */
.clearfix:after{
	content:",";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{ display:inline-block;}
/* Hide MAC IE \*/

* html .clearfix{ height:1%;}
.clearfix{ display:block;}
/* */

.chu{
	padding-left: 1em;
	text-indent: -1em;
}
.cap{
	font-size: 10px !important;
	line-height: 1.6;
}
.underline{
	padding-bottom: 2px;
	border-bottom: 2px solid #e50012;
}
.ta_center{ text-align: center;}
.ta_right{ text-align: right;}

.fs_small{ font-size: 90% !important;}
.fs_big{ font-size: 120% !important;}
.fw_bold{ font-weight: bold;}


/* =========================================================================
	1.layout
========================================================================= */
#cp_container{
	padding: 10px 0;
}
.NP-articleHeader{
	padding: 0 10px;
	margin-bottom: 10px;
}
.NP-articleMeta{
	padding: 5px 0 0;
	color: #888;
	font-size: 12px;
}
.NP-articleMeta span {
	float: right;
	color: #333;
    font-weight: bold;
}
.NP-articleHeader h1{
	font-size: 19px;
}
.NP-articleText{
	margin: 0 10px 2em;
}
.NP-articleText p{
	margin-bottom: 1em;
	line-height: 1.8;
}
.NP-articleText h3{
	margin-bottom: 1em;
	padding: 5px 0 5px 10px;
	font-size: 17px;
	line-height: 1.5!important;
	border-left: 5px solid #EEE;
}

.NP-articleText .box{
	padding: 1em 1em 0.2em;
	border: 7px solid #f5f5f5;
}
.ad{
	width: 320px;
	margin: 0 auto 2em;
}

dl.dl_table {
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: #f5f5f5;
}
	dl.dl_table dt {
		padding: 5px 10px;
		border-top: 1px solid #DDD;
	}
	dl.dl_table dd {
		padding: 10px;
		border-top: 1px solid #DDD;
		background: #FFF;
	}
		dl.dl_table dd span.block{
			display: block;
			margin-left: 5px;
		}


/* img
----------------------------*/
.figure {
/*	padding: 10px;*/
/*	background: #FAFAFA;*/
	margin: 0 auto 1em;
}
.figure img {
	margin: 0 auto;
	display: block;
	width: 100%;
}
.figure img + img{
	margin-top: 10px;
}
.figure figcaption {
	padding: 5px;
	font-size: 0.8em;
	text-align: left;
	background: #FAFAFA;
}
.figure figcaption .fw_bold{
	font-size: 120%;
}
.figure figcaption.ta_right{
	text-align: right;
}
.figure_l,
.figure_l2 {
	margin: 0 auto 1em;
	text-align: center;
}
.figure_r,
.figure_r2 {
	margin: 0 auto 1em;
	text-align: center;
}
.w200 img{
	width: 200px;
}
.w200{
	background: #FAFAFA;
}
.img_logo{
	width: 150px;
	margin: 0 auto;
}
.img_logo img {
	width: 100%;
}

/* PR
----------------------------*/
/* PR
----------------------------*/
.cp_pr{
	clear: both;
	margin: 0 10px 10px;
	padding: 15px;
	border: 1px solid #DDD;
}
.cp_pr h5{
	margin-bottom: 1em;
	font-size: 14px;
}
.cp_pr p{
	margin: 0;
	font-size: 14px;
}

.c-text__indent {
	display: block;
	text-indent: -20px;
	margin-left: 21px;
}

.basicStyle {
	-ms-display: flex;
	-moz-display: flex;
	display: flex;
	flex-direction: column;
}
.basicStyle figure {
	order: 2;
}

.basicStyle p {
	order: 1;
}


/* =========================================================================
	margin / padding
========================================================================= */
.pb00{ padding-bottom: 0 !important;}
.mb20{ margin-bottom: 10px !important;}
.mb40{ margin-bottom: 20px !important;}
.pt40{ padding-top: 20px !important;}
