@charset "UTF-8";

#breadcrumb:after,
#serch:after,
#serch .boxSarch:after,
#serch .boxKeyword:after,
#main-full:after,
#menuNav:after,
.entry:after,
.boxMailmag:after,
.flexslider:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#breadcrumb,
#serch,
#serch .boxSarch,
#serch .boxKeyword,
#main-full,
#menuNav,
.entry,
.boxMailmag,
.flexslider{
	zoom: 1;
}




/* image */
.img-round-corners img{
	border-radius: 5px;
}
.imgover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.imgover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}




/* button */
.button{
	font-size: 1.2em;
	line-height: 160%;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 4px;
}
.button a{
	background: #F5F5F5;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 10px 8px 10px;
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.button a:hover{
	background: #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 10px 8px 10px;
	display: block;
	color: #666;
	text-decoration: none;
}
.button-sm{
	font-size: 1.0em;
	line-height: 170%;
}
.button-sm a{
	border:none;
	padding: 10px 14px 10px 14px;
}
.button-sm a:hover{
	border:none;
	padding: 10px 14px 10px 14px;
}





.button-md{
	font-size: 1.25em;
	line-height: 170%;
}
.button-md a{
	border:none;
	padding: 12px 24px 12px 24px;
}
.button-md a:hover{
	border:none;
	padding: 12px 24px 12px 24px;
}

.button-green a{
	background: #18BA60;
	border:1px solid #18BA60;
	color: #FFF;
}
.button-green a:hover{
	background: #CCC;
	border:1px solid #CCC;
	color: #FFF;
}

.button-grey a{
	background: #BBB;
	border:1px solid #BBB;
	color: #FFF;
}
.button-grey a:hover{
	background: #DEDEDE;
	border:1px solid #DEDEDE;
	color: #FFF;
}


.button-full{
	width: 100%;
}
.button-half{
	width: 50%;
}



/* PC
-------------------------------------------- */
@media (min-width: 681px) and (max-width: 3000px) {




#contents{
	width: 100% !important;
}

#visual{
	background-image: url(/image/top/2016_newcolor.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	position: relative;
	margin-bottom: 30px;
	z-index: -1;
}

#visual .box{
	background-color: rgba(0,0,0,0.3);
	height: 260px;
}



	#visual{
		height: 260px;
		background-position: center -40px;
		background-attachment: fixed;
	}
	#visual h2{
		font-size: 3.6em;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 400;
		color: #FFF;
		text-align: center;
		letter-spacing: 2px;
		padding-top: 42px;
		margin-bottom: 20px;
		z-index: 99999;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	#visual p.lead{
		font-size: 1.6em;
		color: #FFF;
		text-align: center;
		letter-spacing: 1px;
		margin-bottom: 18px;
	}
	#visual p.count{
		font-size: 1.4em;
		color: #FFF;
		text-align: center;
	}
	#visual p.count span{
		font-size: 2.6em;
		font-weight: bold;
		letter-spacing: 1px;
	}


.titleLine{
	position: relative;
	clear: both;
	text-align: center;
	margin-bottom: 28px;
}
.titleLine p.subtitle{
	font-size: 1.8em;
	font-weight: normal;

	letter-spacing: 2px;
	margin: 2em 0 1em 0;
}
.titleLine p.subtitle:before {
	content: "";
	display: block;
	border-top: solid 1px #DDD;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.titleLine p.subtitle span {
	background: #FFF;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}



.hide_mob{
	display: none;
}


#menumenu{
	width: 1040px;
	margin: auto;
	position: relative;
	top: -76px;
}
#menumenu .btn_wrp {
	margin: auto;
	float: right;
	z-index: 999;
	padding-bottom: 12px;
}
#menumenu .fixed{
	width: 1040px;
	margin: auto;
	position:fixed;
	top:124px;
	left: 0;
}
#menumenu .fixed .btn_menu{
	float: right;
}

/* button */
.btn_wrp .btn_menu{
	font-size: 1.3em;
	line-height: 160%;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 4px;
}
.btn_wrp .btn_menu a{
	background: #FFF;
	border:1px solid #DDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 16px 8px 14px;
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.btn_wrp .btn_menu a:hover{
	background: #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 16px 8px 14px;
	display: block;
	color: #666;
	text-decoration: none;
}

#menumenu-inn{
	width: 960px;
	margin: auto;
}
#menumenu-inn .btn_wrp {
	float: right;
	z-index: 999;
	position:relative;
	top: -20px;
	left: 0;
}
#menumenu-inn .fixed{
	width: 960px;
	margin: auto;
	position:fixed;
	top: 130px;
	left: 0;
}
#menumenu-inn .fixed .btn_menu{
	float: right;
}



.remodal{
	width: 100%;
	text-align: left;
}

#controller{
}
#controller .back{
	position: fixed;
	left: 10px;
	top: 45%;
	text-align: center;
}
#controller .back p.arrow{
	display: block;
	width: 50px;
	height: 40px;
	background: rgba(204,204,204,.7);
	padding-top: 10px;
	font-size: 1.6em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 999999999999;
}
#controller .back p.text{
	font-size: 1.1em;
	color: #AAA;
	margin-top: 6px;
	letter-spacing: 2px;
}
#controller .back a:hover{
	text-decoration: none;
}
#controller .back p.arrow:hover{
	background: rgba(204,204,204,.9);
}

/* パンくず
-------------------------------------------- */
#breadcrumb{
	width: 1040px;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 16px;
}
#breadcrumb ul li{
	float: left;
	font-size: 1.0em;
}
#breadcrumb ul i{
	padding: 0 8px 0 8px;
}
#breadcrumb ul li:last-child{
	font-weight: bold;
}
#breadcrumb ul li a {
	background:url("/image/common/arrow_right.png") right center / 6px no-repeat;
	padding-right:12px;
	margin-right: 6px;
}


#nav_menuNav nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: transparent;
	z-index: 99999;
	display: none;
	padding-top: 60px;
}



#arrangement #serch{
	width: 1040px;
	margin: auto;
	margin-bottom: 36px;
}
#arrangement #serch h3{
	font-size: 1.5em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
#arrangement #serch .boxSarch{
	width: 540px;
	margin: auto;
	margin-bottom: 30px;
}

#arrangement #serch .boxSarch input{
	width: 460px;
	height: 48px;
	border:1px solid #EFEFEF;
	background:#F8FAFA;
	border-color:#DEDEDE;
}
#arrangement #serch .boxSarch button{
	background-color:#18BA60;
	border:none;
	box-sizing:border-box;
	cursor:pointer;
	display:inline-block;
	font-size:1.5em;
	color:#FFFFFF;
	height:50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:0 22px;
	text-decoration:none;
}
#arrangement #serch .boxSarch button:hover{
	background-color: #999;
}



#arrangement #main-full{
	width: 1040px;
	margin: auto;
	margin-bottom: 40px;
}
#arrangement #main-md{
	width: 760px;
	margin: auto;
	margin-bottom: 40px;
}


#arrangement #main-full .entry {
	float: left;
	width: 330px;
	max-height: 320px;
	position: relative;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 20px;
}
#arrangement #main-full .entry:nth-child(3n+1) {
	float: right;
	margin-right: 0;
}

#arrangement #main-full .entry a {
	color: #FFF;
	text-decoration: none;
}
#arrangement #main-full .entry .image img{
	width: 100%;
	height: auto;
}
#arrangement #main-full .entry .icon-movie{
	position: absolute;
	top: 25%;
	left: 42%;
	font-size: 6.0em;
	z-index: 1;
}

#arrangement #main-full .entry .caption {
	width: 290px;
	height: 320px;
	position: absolute;
	bottom: -150px;
	left: 0;
	z-index: 999;
	background:linear-gradient(rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.701961) 80%, rgba(19, 21, 25, 0.901961) 100%);
	-webkit-transition: .3s;
	transition: .3s;
	padding: 0 20px 0 20px;
	behavior:url(/css/pie/PIE.htc);
}
#arrangement #main-full .entry:hover .caption {
	bottom: 0;
}
#arrangement #main-full .entry h4{
	font-size: 1.35em;
	font-weight: normal;
	color: #FFF;
	line-height: 160%;
	margin-top: 104px;
	padding-bottom: 40px;
}
#arrangement #main-full .entry p.author,
#arrangement #main-full .entry p.keyword{
	font-size: 1.1em;
	color: #EFEFEF;
	margin-bottom: 12px;
}
#arrangement #main-full .entry p.keyword a:hover {
	color: #18BA60;
	text-decoration: underline;
}
#arrangement #main-full .entry .more{
	font-size: 1.1em;
	line-height: 160%;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 4px;
}
#arrangement #main-full .entry .more {
	width: 60%;
	margin: auto;
	background: #18BA60;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 10px 6px 10px;
	display: block;
	color: #FFF;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#arrangement #main-full .entry .more:hover{
	background: #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 10px 6px 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
}




#arrangement .boxRelate {
	width: 1040px;
	margin: auto;
	margin-bottom: 20px;
}
#arrangement .boxRelate .entry {
	float: left;
	width: 240px;
	max-height: 280px;
	position: relative;
	overflow: hidden;
	margin-right: 26px;
	margin-bottom: 25px;
}
#arrangement .boxRelate .entry:nth-child(4n) {
	float: right;
	margin-right: 0;
}
#arrangement .boxRelate .entry a {
	color: #FFF;
	text-decoration: none;
}
#arrangement .boxRelate .entry .image img{
	width: 100%;
	height: auto;
}
#arrangement .boxRelate .entry .icon-movie{
	position: absolute;
	top: 25%;
	left: 42%;
	font-size: 5.0em;
	z-index: 1;
}

#arrangement .boxRelate .entry .caption {
	width: 240px;
	height: 280px;

	position: absolute;
	bottom: -150px;
	left: 0;
	z-index: 2;
	background:linear-gradient(rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.701961) 80%, rgba(19, 21, 25, 0.901961) 100%);
	-webkit-transition: .3s;
	transition: .3s;
	padding: 0 20px 0 20px;
	behavior:url(/css/pie/PIE.htc);
}
#arrangement .boxRelate .entry:hover .caption {
	bottom: 0;
}
#arrangement .boxRelate .entry h4{
	font-size: 1.20em;
	color: #FFF;
	line-height: 160%;
	margin-top: 74px;
	padding-bottom: 30px;
}
#arrangement .boxRelate p.author{
	font-size: 1.0em;
}



/* button */
#arrangement #more-data{
	clear: both;
	font-size: 1.4em;
	line-height: 160%;
	text-align: center;
	width: 200px;
	margin: auto;
	margin-bottom: 20px;
	margin-bottom: 40px;
}
#arrangement #more-data a{
	background: #18BA60;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 16px 12px 16px;
	display: block;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#arrangement #more-data a:hover{
	background: #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 16px 12px 16px;
	display: block;
	color: #666;
	text-decoration: none;
}




#arrangement .boxMailmag{
	background:#109D4F;
	background-image:url(/image/ideanotes/maimag_bg.png);
	background-position:center top;
	background-repeat:repeat;
	padding: 48px 0 48px 0;
}
#arrangement .boxMailmag .box{
	width: 730px;
	margin: auto;
}
#arrangement .boxMailmag p{
	float: left;
	font-size: 1.7em;
	color: #FFF;
	letter-spacing: 1px;
	padding-top: 12px;
}
#arrangement .boxMailmag .button{
	float: right;
}

#arrangement #menuNav{
	width: 1040px;
	margin: auto;
	padding: 34px 0 20px 0;
}
#arrangement #menuNav .box{
	float: left;
	width: 230px;
	padding-right:30px;
}
#arrangement #menuNav .box{
	float: left;
	width: 235px;
	padding-right:24px;
}
#arrangement #menuNav .box:last-child {
	float: right;
	padding-right:0;
}
#arrangement #menuNav p.title{
	font-size: 1.3em;
	font-weight: bold;
	color: #111;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
#arrangement #menuNav .list ul{
	list-style: square;
	padding-left: 24px;
	margin-bottom: 24px;
}
#arrangement #menuNav .list ul li{
	font-size: 1.2em;
	margin-bottom: 6px;
}
#arrangement #menuNav .artist .entry{
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
#arrangement #menuNav .artist .entry .image{
	float: left;
	width: 75px;
	margin-right: 14px;
}
#arrangement #menuNav .artist .entry .image img{
	width: 100%;
	height: auto;
}
#arrangement #menuNav .artist .entry p.name{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
#arrangement #menuNav .artist .entry p.sub{
	font-size: 0.9em;
}



#arrangement .flexslider{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

#arrangement .flexslider .main_temp img{

}
#arrangement .flexslider ul.slides img{
	min-width:100%;
	max-width: 1000px;
	height:auto;
}

#arrangement .boxTitle{
	margin-bottom: 35px;
}

#arrangement .boxTitle h2{
	font-size: 2.6em;
	color: #111;
	line-height: 140%;
	margin-bottom: 12px;
	letter-spacing: 2px;
}
#arrangement .boxTitle p.date{
	font-size: 1.2em;
	color: #777;
	margin-bottom: 14px;
}
#arrangement .boxTitle p.artist{
	font-size: 1.4em;
	margin-bottom: 12px;
}
.boxTitle p.keyword {
	font-size: 1.4em;
	line-height: 160%;
	margin-bottom: 24px;
}
.boxTitle p.keyword .button a{
	background: #18BA60;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px 6px 2px 6px;
	display: block;
	font-size: 0.6em;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.boxTitle p.keyword .button a:hover{
	background: #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px 6px 2px 6px;
	display: block;
	color: #666;
	text-decoration: none;
}
#arrangement .boxTitle .text p{
	font-size: 1.4em;
	color: #777;
	line-height: 180%;
}

/* column */
.boxMaterial {
	padding: 24px 30px 20px 30px;
	background-color: #F8FAFA;
	border: 1px solid #E5EAEA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 30px;
}
.boxMaterial h3 {
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.boxMaterial table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: auto;
	line-height: 180%;
	margin-bottom: 10px;
}
.boxMaterial th{
	border-bottom:1px solid #DEDEDE;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	font-size:1.2em;
	line-height: 170%;
	letter-spacing: 1px;
}
.boxMaterial td{
	border-bottom:1px solid #DEDEDE;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	font-size:1.2em;
	line-height: 170%;
	letter-spacing: 1px;
}
.boxMaterial td a{
	color: #18BA60;
	text-decoration: none;
}
.boxMaterial td a:hover{
	color: #999;
	text-decoration: underlineflorever;
}


#arrangement .field01,
#arrangement .field02 {
	margin-bottom: 40px;
}
#arrangement .field01 img{
	margin-top: 16px;
	margin-bottom: 0px;
}

.boxProfile {
	padding: 22px 30px 20px 30px;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	border-top: 4px solid #18BA60;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 30px;
}

.boxProfile .image{
	float: right;
	max-width: 100px;
	margin-left: 20px;
}
.boxProfile .image img{
	width: 100%;
	height: auto;
}
.boxProfile p.artist{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 12px;
}
.boxProfile p.title{
	font-size: 1.2em;
	margin-bottom: 16px;
	line-height: 180%;
}
.boxProfile .text p{
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 180%;
}
.boxProfile .text a{
	color: #18BA60;
	text-decoration: underline;
}


.boxMaterial blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15);
}
.well-lg {
	padding: 25px 30px 25px 30px;
	border-radius: 4px;
}
.well-sm {
	padding: 10px;
	border-radius: 4px;
}

.well-white {
	background-color: #FFF;
}

.well-border-no {
	border: none;
}


.edit h1,
.edit h2,
.edit h3,
.edit h4,
.edit h5{
	clear: both;
}


/* タイトル文字
-------------------------------------------- */
.edit h1{
	position: relative;
	padding: 0 0 0.45em 0;
	font-size: 3.0em;
	color: #111;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 28px;
}
.edit h1::after {
	content: "";
	display: block;
	position: absolute;
	left: 44%;
	bottom: 0;
	width: 90px;
	height: 6px;
	box-sizing: border-box;
}
.edit h1::after {
	bottom: 0;
	border-bottom: 4px solid #1CBA60;
}

.edit h2{
	font-size: 2.4em !important;
	color: #18B95F !important;
	line-height: 148% !important;
	letter-spacing: 1px !important;
	margin-top: 40px !important;
	margin-bottom: 10px !important;
}
.edit h3{
	font-size: 2.0em !important;
	color: #111;
	line-height: 150%;
	letter-spacing: 1px;
	margin-top: 40px !important;
	margin-bottom: 8px !important;
}
.edit h4{
	font-size: 1.8em;
	color: #111;
	letter-spacing: 1px;
	padding: 0 0 10px 4px;
	border-bottom: 2px solid #1CBA60;
	line-height: 155%;
	margin-top: 40px !important;
	margin-bottom: 12px;
}
.edit h5{
	background-color: #EFEFEF;
	font-size: 1.6em;
	color: #111;
	line-height: 160%;
	letter-spacing: 1px;
	padding: 14px 16px 14px 24px;
	margin-top: 40px !important;
	margin-bottom: 12px;
}
.edit h6{
	font-size: 1.6em;
	color: #111;
	line-height: 160%;
	letter-spacing: 1px;
	margin-top: 40px !important;
	margin-bottom: 10px;
}
.edit .text p{
	font-size: 1.3em !important;
	line-height: 160%;
}

p.archiveTitle{
	font-size:2.0em;
	color: #666;
	line-height: 160%;
	margin-bottom: 30px;
}





/* 記事用スタイル
-------------------------------------------- */

.edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.edit ul{
	list-style: disc;
	padding-left: 40px;
	margin-bottom: 16px;
}
.edit ol li,
.edit ul li{
	font-size:1.3em;
	margin-bottom: 8px;
}
.edit table{
	width: 99%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	margin-bottom: 20px;
}
.edit table th{
	padding: 10px 6px 12px 8px;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
	font-size:1.2em;
	line-height:170%;
	width: 90px;
}
.edit table td{
	padding: 12px 6px 12px 8px;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
	font-size:1.2em;
	line-height:170%;
}
.edit table p{
	font-size:1.0em;
	margin-bottom: 16px;
	line-height: 180%;
}
.edit table td a,
.edit p a,
.edit ol li a,
.edit ul li a{
	color:#333;
	text-decoration: underline;
}
.edit table td a:hover,
.edit p a:hover,
.edit ol li a:hover,
.edit ul li a:hover{
	color:#468258;
	text-decoration: none;
}
.edit blockquote{
	background-color:#EFEFEF;
	padding:1.5em 1.5em 1.5em 3em;
	position:relative;
}
.edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1em;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,"lucida grande",tahoma,verdana,arial,'MS PGothic',sans-serif;
	color:#999;
	position:absolute;
	left:8px;
	top:4px;
}
.edit blockquote p{
	margin:0;
	line-height: 180%;
}
.edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
	margin-bottom: 1.8em;
}
.edit em {
	border: none;
	font-style: italic;
	font-weight: normal;
}
.edit img{
	max-width: 100%;
	height: auto;
}



























}




/* Mobile
-------------------------------------------- */
@media screen and (max-width:680px){


.hide_pc{
	display: none;
}


#contents{
	width: 100% !important;
}

#visual{
	background-image: url(/image/top/2016_newcolor.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	position: relative;
	margin-top: 10px;
	margin-bottom: 24px;
	z-index: -1;
}

#visual .box{
	background-color: rgba(0,0,0,0.3);
	padding: 35px 0 35px 0;
}

	#visual{
		background-position: center 0px;

	}
	#visual h2{
		font-size: 2.2em;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 400;
		color: #FFF;
		text-align: center;
		letter-spacing: 1px;
		margin-bottom: 16px;
		z-index: 99999;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	#visual p.lead{
		font-size: 1.25em;
		color: #FFF;
		text-align: center;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		margin-bottom: 18px;
	}
	#visual p.count{
		font-size: 1.4em;
		color: #FFF;
		text-align: center;
	}
	#visual p.count span{
		font-size: 1.8em;
		font-weight: bold;
		letter-spacing: 1px;
	}




.titleLine{
	position: relative;
	clear: both;
	text-align: center;
	margin-bottom: 28px;
}
.titleLine p.subtitle{
	font-size: 1.6em;
	font-weight: normal;

	letter-spacing: 2px;
	margin: 2em 0 1em 0;
}
.titleLine p.subtitle:before {
	content: "";
	display: block;
	border-top: solid 1px #DDD;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.titleLine p.subtitle span {
	background: #FFF;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}




#menumenu{
	width: 100%;
	margin: auto;
	position: relative;
	top: -140px;
}
#menumenu .btn_wrp {
	margin: auto;
	float: right;
	z-index: 999;
	position:relative;
	top: 10px;
	right: -15px;
}
#menumenu .fixed{
	width: 100%;
	margin: auto;
	position:fixed;
	top:10px;
	right: 10px;
}
#menumenu .fixed .btn_menu{
	float: right;
}

/* button */
.btn_wrp .btn_menu{
	font-size: 1.3em;
	line-height: 160%;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 4px;
}
.btn_wrp .btn_menu a{
	background: #FFF;
	border:1px solid #DDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 16px 8px 14px;
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.btn_wrp .btn_menu a:hover{
	background: #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 16px 8px 14px;
	display: block;
	color: #666;
	text-decoration: none;
}

#menumenu-inn{
	margin: auto;
}
#menumenu-inn .btn_wrp {
	float: right;
	z-index: 999;
	position:relative;
	top: 0px;
	right: 10px;
}
#menumenu-inn .fixed{
	width: 100%;
	margin: auto;
	position:fixed;
	top: 15px;
	right: 10px;
}
#menumenu-inn .fixed .btn_menu{
	float: right;
}




#controller{
	display: none;
}



#nav_menuNav nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: transparent;
	z-index: 99999;
	display: none;
	padding-top: 60px;
}



#arrangement #serch{
	width: 88%;
	margin: auto;
	margin-bottom: 30px;
}
#arrangement #serch h3{
	font-size: 1.5em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
#arrangement #serch .boxSarch{
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}

#arrangement #serch .boxSarch input{
	float: left;
	width: 80%;
	height: 42px;
	border:1px solid #EFEFEF;
	background:#F8FAFA;
	border-color:#DEDEDE;
}
#arrangement #serch .boxSarch button{
	background-color:#18BA60;
	border:none;
	box-sizing:border-box;
	cursor:pointer;
	display:inline-block;
	font-size:1.5em;
	color:#FFFFFF;
	height:44px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:0 22px;
	text-decoration:none;
}
#arrangement #serch .boxSarch button:hover{
	background-color: #999;
}

#arrangement #serch .boxKeyword li.button{
	font-size: 1.0em;
}


#arrangement #main-full{
	width: 90%;
	margin: auto;
	margin-bottom: 40px;
}
#arrangement #main-md{
	width: 90%;
	margin: auto;
	margin-bottom: 40px;
}



#arrangement #main-full .entry {
	float: left;
	width: 47%;
	position: relative;
	margin-bottom: 20px;
}
#arrangement #main-full .entry:nth-child(odd) {
	float: right;
}
#arrangement #main-full .entry:nth-child(even) {
	clear: both;

}
#arrangement #main-full .entry a {
	color: #111;
	text-decoration: none;
}
#arrangement #main-full .entry .image {
	margin-bottom: 5px;
}
#arrangement #main-full .entry .image img{
	width: 100%;
	height: auto;
}
#arrangement #main-full .entry .icon-movie{
	position: absolute;
	top: 14%;
	left: 40%;
	font-size: 4.0em;
	color: #FFF;
	z-index: 1;
}

#arrangement #main-full .entry .caption {
}

#arrangement #main-full .entry h4{
	font-size: 1.25em;
	color: #111;
	line-height: 160%;
	margin-bottom: 6px;
}
#arrangement #main-full .entry p.author{
	font-size: 1.1em;
	color: #111;
	margin-bottom: 8px;
}

#arrangement #main-full .entry p.keyword,
#arrangement #main-full .entry p.keyword a{
	font-size: 1.0em;
	color: #999 !important;
}


#arrangement #main-full .entry .more {
	display: none;
}




#arrangement .boxRelate {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}
#arrangement .boxRelate .entry {
	width: 48%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
#arrangement .boxRelate .entry:nth-child(2n) {
	float: right;
	margin-right: 0;
}
#arrangement .boxRelate .entry a {
	color: #FFF;
	text-decoration: none;
}
#arrangement .boxRelate .entry .image img{
	width: 100%;
	height: auto;
}
#arrangement .boxRelate .entry .icon-movie{
	position: absolute;
	top: 22%;
	left: 40%;
	font-size: 4.0em;
	z-index: 1;
}

#arrangement .boxRelate .entry .caption {
	width: 100%;
	height: 280px;
	position: absolute;
	bottom: -130px;
	left: 0;
	z-index: 2;
	background:linear-gradient(rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.701961) 80%, rgba(19, 21, 25, 0.901961) 100%);
	-webkit-transition: .3s;
	transition: .3s;
	behavior:url(/css/pie/PIE.htc);
}

#arrangement .boxRelate .entry h4{
	font-size: 0.9em;
	color: #FFF;
	line-height: 160%;
	margin-top: 74px;
	padding: 0 10px 0 10px;
}
#arrangement .boxRelate p.author{
	display:none;
}



/* button */
#arrangement #more-data{
	clear: both;
	font-size: 1.4em;
	line-height: 160%;
	text-align: center;
	width: 200px;
	margin: auto;
	margin-bottom: 20px;
	margin-bottom: 40px;
}
#arrangement #more-data a{
	background: #18BA60;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 16px 12px 16px;
	display: block;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#arrangement #more-data a:hover{
	background: #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 16px 12px 16px;
	display: block;
	color: #666;
	text-decoration: none;
}




#arrangement .boxMailmag{
	background:#109D4F;
	background-image:url(/image/ideanotes/maimag_bg.png);
	background-position:center top;
	background-repeat:repeat;
	padding: 30px 0 30px 0;
}
#arrangement .boxMailmag .box{
	width: 88%;
	margin: auto;
	text-align: center;
}
#arrangement .boxMailmag p{
	font-size: 1.4em;
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
#arrangement .boxMailmag .button{
}


.remodal{
	width: 100%;
	text-align: left;

}

#arrangement #menuNav{
	width: 60%;
	margin: auto;
	padding-top: 40px;
}
#arrangement #menuNav .box{

}


#arrangement #menuNav p.title{
	font-size: 1.3em;
	font-weight: bold;
	color: #111;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
#arrangement #menuNav .list ul{
	list-style: square;
	padding-left: 24px;
	margin-bottom: 24px;
}
#arrangement #menuNav .list ul li{
	font-size: 1.2em;
	margin-bottom: 6px;
}
#arrangement #menuNav .artist .entry{
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
#arrangement #menuNav .artist .entry .image{
	float: left;
	width: 75px;
	margin-right: 14px;
}
#arrangement #menuNav .artist .entry .image img{
	width: 100%;
	height: auto;
}
#arrangement #menuNav .artist .entry p.name{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
#arrangement #menuNav .artist .entry p.sub{
	font-size: 0.9em;
}



#arrangement .flexslider{
	text-align: center;
	margin-top: 24px;
	margin-bottom: 12px;
}

#arrangement .flexslider .main_temp img{
	width:100%;
	height: auto;
}
#arrangement .flexslider ul.slides img{
	width:100%;
	height: auto;
}

#arrangement .boxTitle{
	width: 100%;
	margin-bottom: 35px;
}

#arrangement .boxTitle h2{
	font-size: 1.7em;
	color: #111;
	line-height: 140%;
	margin-bottom: 12px;
	letter-spacing: 2px;
}
#arrangement .boxTitle p.date{
	font-size: 1.2em;
	color: #777;
	margin-bottom: 14px;
}
#arrangement .boxTitle p.artist{
	font-size: 1.3em;
	margin-bottom: 12px;
}
.boxTitle p.keyword {
	font-size: 1.3em;
	line-height: 160%;
	margin-bottom: 24px;
}
.boxTitle p.keyword .button a{
	background: #18BA60;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px 6px 2px 6px;
	display: block;
	font-size: 0.6em;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.boxTitle p.keyword .button a:hover{
	background: #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px 6px 2px 6px;
	display: block;
	color: #666;
	text-decoration: none;
}
#arrangement .boxTitle .text p{
	font-size: 1.4em;
	color: #777;
	line-height: 180%;
}

/* column */
.boxMaterial {
	padding: 24px 20px 20px 20px;
	background-color: #F8FAFA;
	border: 1px solid #E5EAEA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 30px;
}
.boxMaterial h3 {
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.boxMaterial table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: auto;
	line-height: 170%;
	margin-bottom: 10px;
}

.boxMaterial th{
	border-bottom:1px solid #DEDEDE;
	padding: 6px 6px 6px 6px;
	vertical-align: top;
	font-size:0.95em;
	line-height: 160%;
	letter-spacing: 1px;
	white-space: nowrap;
}
.boxMaterial td{
	border-bottom:1px solid #DEDEDE;
	padding: 6px 6px 6px 6px;
	vertical-align: top;
	font-size:0.95em;
	line-height: 160%;
}
.boxMaterial td a{
	color: #18BA60;
	text-decoration: none;
}
.boxMaterial td a:hover{
	color: #999;
	text-decoration: underline;
}

.scroll::-webkit-scrollbar{height:10px;}/*バーの太さ*/
.scroll::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.scroll::-webkit-scrollbar-thumb{background:#2cc2e4;}/*バーの色*/


#arrangement .field01,
#arrangement .field02 {
	width: 100%;
	margin-bottom: 30px;
}
#arrangement .field01 img{
	margin-top: 16px;
	margin-bottom: 0px;
	max-width: 100%;
	height: auto;
}

.boxProfile {
	padding: 22px 24px 20px 24px;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	border-top: 4px solid #18BA60;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 30px;
}
.boxProfile .image{
	float: right;
	max-width: 30%;
	margin-left: 20px;
}
.boxProfile .image img{
	width: 100%;
	height: auto;
}
.boxProfile p.artist{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 12px;
}
.boxProfile p.title{
	font-size: 1.2em;
	margin-bottom: 16px;
	line-height: 180%;
}
.boxProfile .text p{
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 180%;
}
.boxProfile .text a{
	color: #18BA60;
	text-decoration: underline;
}


.boxMaterial blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15);
}
.well-lg {
	padding: 25px 20px 15px 20px;
	border-radius: 4px;
}
.well-sm {
	padding: 10px;
	border-radius: 4px;
}

.well-white {
	background-color: #FFF;
}

.well-border-no {
	border: none;
}


.edit h1,
.edit h2,
.edit h3,
.edit h4,
.edit h5{
	clear: both;
}


/* タイトル文字
-------------------------------------------- */
.edit h1{
	position: relative;
	padding: 0 0 0.45em 0;
	font-size: 2.8em;
	color: #111;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 28px;
}
.edit h1::after {
	content: "";
	display: block;
	position: absolute;
	left: 44%;
	bottom: 0;
	width: 90px;
	height: 6px;
	box-sizing: border-box;
}
.edit h1::after {
	bottom: 0;
	border-bottom: 4px solid #1CBA60;
}

.edit h2{
	font-size: 2.2em !important;
	color: #18B95F !important;
	line-height: 148% !important;
	letter-spacing: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}
.edit h3{
	font-size: 1.8em !important;
	color: #111;
	line-height: 150%;
	letter-spacing: 1px;
	margin-top: 30px !important;
	margin-bottom: 8px !important;
}
.edit h4{
	font-size: 1.6em;
	color: #111;
	letter-spacing: 1px;
	padding: 0 0 10px 4px;
	border-bottom: 2px solid #1CBA60;
	line-height: 155%;
	margin-top: 30px !important;
	margin-bottom: 12px;
}
.edit h5{
	background-color: #EFEFEF;
	font-size: 1.4em;
	color: #111;
	line-height: 160%;
	letter-spacing: 1px;
	padding: 14px 16px 14px 18px;
	margin-top: 30px !important;
	margin-bottom: 12px;
}
.edit h6{
	font-size: 1.4em;
	color: #111;
	line-height: 160%;
	letter-spacing: 1px;
	margin-top: 30px !important;
	margin-bottom: 10px;
}
.edit .text p{
	font-size: 1.3em !important;
	line-height: 160%;
}

p.archiveTitle{
	font-size:1.8em;
	color: #666;
	line-height: 160%;
	margin-bottom: 30px;
}





/* 記事用スタイル
-------------------------------------------- */

.edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.edit ul{
	list-style: disc;
	padding-left: 40px;
	margin-bottom: 16px;
}
.edit ol li,
.edit ul li{
	font-size:1.3em;
	margin-bottom: 8px;
}
.edit table{
	width: 99%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	margin-bottom: 20px;
}
.edit table th{
	padding: 10px 6px 12px 8px;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
	font-size:1.2em;
	line-height:170%;
	width: 90px;
}
.edit table td{
	padding: 12px 6px 12px 8px;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
	font-size:1.2em;
	line-height:170%;
}
.edit table p{
	font-size:1.1em;
	margin-bottom: 16px;
	line-height: 180%;
}
.edit table td a,
.edit p a,
.edit ol li a,
.edit ul li a{
	color:#333;
	text-decoration: underline;
}
.edit table td a:hover,
.edit p a:hover,
.edit ol li a:hover,
.edit ul li a:hover{
	color:#468258;
	text-decoration: none;
}
.edit blockquote{
	background-color:#EFEFEF;
	padding:1.5em 1.5em 1.5em 3em;
	position:relative;
}
.edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1em;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,"lucida grande",tahoma,verdana,arial,'MS PGothic',sans-serif;
	color:#999;
	position:absolute;
	left:8px;
	top:4px;
}
.edit blockquote p{
	margin:0;
	line-height: 180%;
}
.edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
	margin-bottom: 1.8em;
}
.edit em {
	border: none;
	font-style: italic;
	font-weight: normal;
}
.edit img{
	max-width: 100%;
	height: auto;
}












}







/*----------------------------------------
　WP
-------------------------------------------*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images */
img[class*="wp-image-"] {
	height: auto;
}
img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.5em;
}
.wp-caption {
	border: none;
	margin-bottom: 1.625em;
	font-size: 0.8em;
}
.wp-caption img {
	display: block;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #666;
	margin: 5px 0 2px 0 !important;
	position: relative;
	text-align: left;
	line-height:120%;
}

a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
	background: #efefef;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}


.pager:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pager {
	zoom: 1;
}
.pager {
	clear: both;
	text-align: center;
	padding: 30px 0 30px 0;
}
.wp-pagenavi .current,
.wp-pagenavi .pages{
	clear: both;
	font-size: 1.2em;
	color: #666;
	padding: 8px 12px 8px 12px;
	border: #FFF solid 1px;
	margin-right: 6px;
}
.wp-pagenavi span.current{
	border: #999 solid 1px;
}
.wp-pagenavi a{
	font-size: 1.2em;
	padding: 8px 12px 8px 12px;
	border: #DEDEDE solid 1px;
	margin-right: 6px;
}
.wp-pagenavi a:hover{
	text-decoration: none;
}
