
html{
	min-height: 100%;
	position: relative;
}

body{
	color:#000;
	font-size:15px;
	margin:0px auto;
	padding:0px 0px;
	line-height:140%;
	min-height: 100%;
	font-family: 'Noto Sans JP', sans-serif;

	overflow-x: hidden;
	background-color: #ffffff;
	#font-family: 'Noto Sans JP', sans-serif;
}

table{
	border-collapse:separate;	/*デフォルトっぽいがブラウザの差異をなくしたいので明示的に指定*/
	border-spacing:2px;	/*デフォルトっぽいがブラウザの差異をなくしたいので明示的に指定*/
	font-size:14px;
	color:#000;
}

input[type="text"], input[type="password"]{
	font-size:14px;
	height:22px;
	padding:0px;
	#border:2px inset;	/*デフォルトっぽいがブラウザの差異をなくしたいので明示的に指定*/
	width:486px;
	border:solid 1px #A6A6A6;
}

.cursor_hand{
	cursor:pointer;
	cursor:hand;
}


/************* レイアウト *************/
.wrap {
	width: 100%;
	margin: 0 auto;
}

.container {
 	width: 980px;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
	margin:0 auto;
	text-align:left;
	white-space:normal;
	word-break:break-all;
}

.container-wide {
	width:100% !important;
}

.main {
	display: block;
	width: 640px;
	margin-right: 20px;
	padding-bottom:30px;
}

.main-wide {
	width: 100% !important;
	margin-right: 0;
}	

.main_contents {
	padding:0px 8px 8px;
	background-color: #aaaaff;
	background-color: #ffffff;
	text-align:left;
}

.sidebar {
	display: block;
	width: 320px;
	
}

.sidebar_item {
	background-color: #ddd;
	background-color: #ffffff;
	margin-bottom: 20px;
	padding:0px 8px 8px;
}

.sidebar_item_fixed {
	background-color: #e4b6b6;
	background-color: #ffffff;
	position: sticky;
	position: -webkit-sticky;
	margin-bottom: 0;
	top: 10px;
	z-index: 1;
	padding:8px;
}


a:link { color: #000000; }
a:link { text-decoration: none; }
a:visited { color: #000000; }
a img{
	border-style:none;
}

/************* ヘッダー *************/
header.common{
	background:#595959;
	width:100%;
}

.header {
	/*width: 980px;*/
	width: 100%;
	background-color: #ddd;
	#margin-bottom: 20px;
}


/******************** フッター ************************/
footer{
	background:#595959;
	bottom: 0;
	/*height: 50px;*/
	position: absolute;
	width: 100%;
}

footer.common a {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	display:inline-block;
	padding:0 8px;
	margin:5px 0;
	text-align:center;
}

.copyright{
	color:#d9d9d9;
	font-size:12px;
	position:absolute;
	right:0;
	top:0;
	#bottom:30px;
}

/******************** SNS ************************/
.facebook-icon{
	position:absolute;
	right:48px; 
	top:0;
}

.twitter-icon{
	position:absolute;
	right:10px; 
	top:0;
}


/***************************************************************
*404エラーページ*
****************************************************************/
a.to_top_button{
	display:block;
	width:300px;
	margin:0 auto;
	text-decoration:none;
	color:#000;
	text-align:center;
	padding:15px 0;
	background:#d9d9d9;
	
}
a.to_top_button:hover{
	opacity:0.8;
}

/******************** トップに戻るボタン ************************/
#pagetop_box {
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
    opacity:0.8;
	border:solid 1px #ccc;
	display:none;
}

#pagetop_box:hover{
	cursor:pointer;
}

/************* パンくずリスト *************/

.breadcrumb-box{
	background:#aa935e;
	
}
#breadcrumbs_contents {
	width:980px;
	margin:0 auto;
	background-color:#eee;
	padding:3px 8px;
	margin-left:8px;
	font-size:12px;
}

#breadcrumbs{
	width:960px;
	margin:0 auto;
	#margin:10px;
	padding:6px 0;
	font-size:12px;
	color:#fff;
}
#breadcrumbs ol,
#breadcrumbs ol li{
	padding:0;
	margin:0;
}
#breadcrumbs ol li{
	display: inline;
	list-style-type: none;
}
#breadcrumbs ol li a{
	color:#fff;
	text-decoration:none;
}
#breadcrumbs ol li:before {
	content: " > ";
}
#breadcrumbs ol li:first-child:before {
	content:"";
}

/************* コラム *************/
/*
.column_content h2{
	font-size:18px;
	margin-top:0px;
	margin-bottom:-16px;
}
*/

.column_content h2{
	border-bottom:1px solid #333; 
	margin:25px 0 0;
	margin-bottom:0px;
	padding-bottom:15px;
	font-size:20px;
	/*margin-bottom:-16px;*/
}

.column_content{
	position:relative;
	word-break:break-all;
	font-size:16px;
	line-height:200%;
	padding:0px 8px;
}

ul.column-chapter-list{
	margin:0;
	padding:0;
}

ul.column-chapter-list li{
	margin:0 0 0 30px;
	padding:10px 0 0 0;
	color: #aa935e;
	font-weight: bold;
}

ul.column-chapter-list li a{
	/* ctext-decoration:underline; */
}

.link-hover:hover{
	opacity:0.7;
}


.top-movie-list-box{
	margin:10px 26px 10px 0;
	width:300px;
	float:left;
}

.top-movie-list-box .img-box img{
	width:100%;
	vertical-align: bottom;
}

.top-movie-list-box .movie-series-name{
	font-size:18px;
	margin:10px 5px;
	line-height:150%;
	font-weight:bold;
}

.top-movie-list-box .movie-performer-name{
	margin:10px 5px;
}

.top-label{
	width:980px;
	margin:0 auto;
	font-size:24px;
	padding:40px 0 30px;
}

.top-more-link{
	text-align:right;
	text-decoration:underline;
	margin:5px 20px 5px 0;
}

.movie-list-title,
.column-list-title{
	font-size:26px;
	margin:40px auto;
	width:960px;
	border-bottom:1px solid #000;
	padding-bottom:40px;
	
}

.movie-list-lecturer-box{
	margin-bottom:0px;
}

.movie-list-lecturer-box .performer-name{
	font-size:20px;
	float:left;
	padding:0;
	margin:0;
}

.movie-list-lecturer-box .performer-title{
	font-size:15px;
	float:left;
	padding:0;
	margin:3px 0 0 30px;
}

.movie-list-lecturer-box .performer-img{
	float:left;
	width:100px;
}
.movie-list-lecturer-box .performer-img img{
	width:100%;
}

.movie-list-lecturer-box .performer-profile{
	float:left;
	width:500px;
	margin:0 0 0 20px;
	line-height:170%;
	color:#333;
}

.movie-list-lecturer-box .border{
	border-top:1px solid #000;
	margin:40px 0 40px 0;
}

.movie-list-lecturer-box ul{
	list-style:none;
	margin-bottom:40px;
}

.movie-list-lecturer-box ul li{
	padding:7px 0;
}

.movie-list-lecturer-box ul li a{
	color:#333;
}

.movie-list-lecturer-box .arrow-icon{
	width:10px;
	margin-right:10px;
}

.movie-list-right-label{
	font-size:20px;
	margin:0px 10px 25px 10px;
}

.movie-list-right-list li{
	font-size:18px;
	padding:15px 0;
}


.column-list-right-label{
	font-size:20px;
	margin:0px 10px 15px 10px;
}

.column-list-left-label{
	font-size:20px;
	margin:0px;
}

