@charset "UTF-8";

/*汎用設定*/

body
{
	background-image:
	url(../images/bg01.png),
	url(../images/bg02.png),
	url(../images/bg03.png),
	url(../images/bg04.png);
	background-size:580px 577px,382px 380px,292px 289px,779px 779px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: left top,right top,left bottom,right bottom;
	background-color: #ccc;
	background-attachment: fixed;
}
a:link
{
	text-decoration: none;
	color: #1e8ec8;
}
a:visited
{
	text-decoration: none;
	color: #1e8ec8;
}
a:hover
{
	text-decoration: underline;
	color: #F90;
}
img
{
	border: none;
}
p
{
	margin-bottom: 1em;
}
p:last-child
{
	margin-bottom: 0;
}

/*エリア指定*/

#content
{
	width: 990px;
	margin: 0 auto;
	/*overflow: hidden;*/
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
.sns
{
	z-index: 100;
	display: block;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.socialBtn > ul
{
	width: 100%;
	margin-left: auto;
}
.socialBtn > ul > li
{
	float: left;
}
.socialBtn ul li:not(:first-child)
{
	margin-left: 10px;
}
.socialBtn .twitter
{
	width: 116px;
	height: 20px;
}
.socialBtn .facebook
{
	width: 95px;
	height: 20px;
}
.socialBtn .facebook .fb-like > span
{
	vertical-align: top !important;
}
.socialBtn .hatenaBookMark
{
	width: 110px;
	height: 20px;
}
.socialBtn .googlePlus
{
	width: 50px;
	height: 20px;
}
#fc-logo
{
	width: 100%;
	margin: 0 auto 30px auto;
}
#fc-logo img
{
	width: 100%;
}
.row {
    display: flex;
    justify-content: space-between;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.left {
    flex: 0 0 60%;
	background: url("../images/bg.png") fixed;
	box-sizing: border-box;
}

.right {
    flex: 0 0 40%;
	padding: 0 30px;
	box-sizing: border-box;
}
.left div {
}
.left .fc-top-pic
{
	width: 100%
}
.left .fc-top-pic img
{
	width: 100%;
}
.left .fc-top-text
{
    color: #01FFFE;
    padding: 0 30px;
    -moz-text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
    -webkit-text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
    text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
}
.performer
{
	width: 100%;
}
.outline-midashi
{
	width: 100%;
	margin-bottom: 2em;
}
.performer img,
.outline-midashi img
{
	width: 100%;
}
/*.left .fc-top-text2-wrap
{
	padding: 0 30px;
	box-sizing: border-box;
}*/
.left .fc-top-text2
{
    box-sizing: border-box;
    /*background-color: rgba(255,255,255,0.7);*/
    padding: 10px 30px 0 30px;
	/*border-radius: 10px;*/
	color: #fff;
}
/*.left .fc-top-text2 h3
{
	font-size: 3em;
	margin-bottom: 0.6em;
	background: #1e8ec8;
	padding: 0.3em 0;
	text-align: center;
	color: #fff;
	border-radius: 2em;
	line-height: 1em;
}
.right .fc-top-text3
{
	margin-top: 20px;
}
.right .fc-top-text3 h3
{
	font-size: 3em;
	margin-bottom: 1em;
	background: #1e8ec8;
	padding: 0.3em 0;
	text-align: center;
	color: #fff;
	border-radius: 2em;
	line-height: 1em;
}*/
.right .fc-top-text3 h2
{
	font-size: 1.8em;
	margin-bottom: 0.5em;
	color: #fff;
	-moz-text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
    -webkit-text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
    text-shadow: 1px 1px 1px #333,
             -1px 1px 1px #333,
             1px -1px 1px #333,
             -1px -1px 1px #333;
	line-height: 1.1em;
}
.right .fc-top-text3 h2 span
{
	font-size: 0.5em;
}
.right .fc-top-text3 p {
    font-size: 1em;
    margin-bottom: 1.1em;
    /*padding-left: 2em;*/
    line-height: 1.6;
	color: #000;
}

.right h3 {
    border-bottom: 1px dashed;
    margin-bottom: 0.5em;
	font-size: 1.4em;
}
.right .fc-top-text3 ul
{
	margin-bottom: 1em;
	margin-left: 2em;
}
.right .fc-top-text3 ul li
{
	list-style: disc !important;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #000;
}
.right .buy-midashi
{
	max-width: 282px;
	width: 100%;
	margin: 0 auto 1.5em auto;
}
.right .program-midashi
{
	max-width: 415px;
	width: 100%;
	margin: 0 auto 1.5em auto;
}
.right .buy-midashi img,
.right .program-midashi img
{
	width: 100%;
}
.right .btnset
{
	display: flex;
	justify-content: space-around;
}
.right .buybtn1 a,
.right .buybtn2 a,
.right .buybtn3 a,
.right .buybtn4 a
{
	transition: opacity 0.5s ease 0s;
}
.right .buybtn1 a:hover,
.right .buybtn2 a:hover,
.right .buybtn3 a:hover,
.right .buybtn4 a:hover
{
	opacity: 0.5;
}
dl.outline dt, dl.outline dd {
    padding: 5px 0;
}
dl.outline dt
{
	float: left;
	width: 5em;
	font-weight: bold;
	text-align: left;
}
dl.outline dd
{
	margin: 0 0 0 5em;
	text-align: left;
}

#fc-wrap
{
	width: 990px;
	padding: 30px;
	overflow: hidden;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
}
#fc-wrap #left-colmun
{
	width: 300px;
	float: left;
}
#fc-wrap #left-colmun .tw-timeline
{
	margin-bottom: 10px;
}
#fc-wrap #left-colmun .fb-timeline
{
}
#fc-wrap #right-colmun
{
	width: 600px;
	float: right;
}
/*コピーライト*/
#fc-copyright p {
    text-align: center;
    font-size: .8em;
    margin: 10px 0;
    color: #333;
}
/*newslist*/
/*
.textArea {
	margin:0 0 0 130px;
	line-height:1.4;
}
.itemBox .textArea {
	height: auto;
}
#newsList p
{
	margin-bottom: 0.3em;
}
#newsList .itemBox .textArea .newsTitle {

	font-weight: bold;
	font-size: 1.1em;
}
#newsList .itemBox {

	max-height:none;
	border-bottom: #ccc solid 1px;
}
#newsList .itemBox .icons {
	margin: -1px 0 0 5px;
	padding: 0;
	float: left;
}
#newsList .newsImg {
	margin: 0 5px 0 0;
	float: left;
	border: 1px solid #CCC;
	width: 120px;
}
#newsList p.newsHead {
	max-height:none;
	overflow:auto;
	font-size: 0.9em;
}
#newsList .news-time
{
	color: #FFA0E7;
	font-size: 0.9em;
} */

.textArea {
	margin:0 0 0 190px;
	line-height:1.4;
}
.itemBox .textArea {
	height: auto;
}
#newsList p
{
	margin-bottom: 0.3em;
}
#newsList li .newsTitle {
	font-weight: bold;
	font-size: 1.1em;
}
#newsList li {
	max-height:none;
	border-bottom: #ccc solid 1px;
	height:auto;
	margin: 0;
	padding: 10px 0;
	border-bottom: #ccc solid 1px;
}
#newsList li:last-child {
	border-bottom: none;
}
#newsList li .icons {
	margin: -1px 0 0 5px;
	padding: 0;
	float: left;
}
#newsList li .newsImg {
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
	width: 180px;
	height: 101px;
	background-color: rgba(204,204,204,0.5);
}
#newsList li .newsImg img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
#newsList p.newsSummary {
	max-height:none;
	font-size: 0.9em;
}
#newsList .date
{
	color: #FFA0E7;
	font-size: 0.9em;
}
