@charset "utf-8";

body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0;
	font-size: 14px;
	color: #1F1813;
	line-height: 1.6;
	height: 100%;
	background: url(../img/base/header-bg.png) repeat-x;
}

a { 
	color: #0000FF;
}

/* components
========================================================*/

.c_list_with_ex {
	margin: 2rem 0 !important;
}

.c_list_with_ex .list-wrap {
	overflow: hidden;
}

.c_list_with_ex li {
	width: 100%;
	padding: 7px 5px 6px 19px;
	border-bottom: dotted 1px #CCC;
	background: url(../img/home/list-icon-arrow-03.gif) no-repeat 8px 16px;
	list-style: none !important;
}

.c_list_with_ex dl {
	width: 325px;
}

.c_list_with_ex dt {
	font-size: 16px;
	padding-bottom: 5px;
}

/* タクソノミーボタン */
.c_tax_buttons {
	margin: 32px 0;
}

.c_tax_buttons .button {
	display: inline-block;
	white-space: nowrap;
	background-color: #e61919;
	padding: 5px 8px;
	margin: 0 5px 5px 0;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

.c_tax_buttons .button:hover {
	background-color: #eb4e4e;
}

/* ボタン */
.c_button {
	display: inline-block;
	line-height: 1;
	background-color: #E61919;
    color: #FFF;
    padding: 1rem 2rem;
    border: none;
    font-weight: normal;
    border-radius: 3px;
	text-decoration: none;
}

.movie_items {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 32px 0 12px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
}

.movie_item {
	width: 31.5%;
	height: auto;
	margin-bottom: 32px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.movie_item--single {
	width: 100%;
	display: block;
}

.movie_item_title {
	font-weight: bold;
	font-size: 1.1em;
}

.movie_player {
	width: 100%;
	height: 0;
	padding-top: 75%;
	position: relative;
}

.movie_player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie_item_date {
	display: block;
	text-align: right;
	padding-right: 3px;
}

.movie_item--single .movie_item_date {
	margin: 1rem 0;
}

.movie_cats {
	display: flex;
	margin: 5px 0;
	flex-wrap: wrap;
}

.movie_cat {
	margin-right: 10px;
	margin-bottom: 3px;
}

.movie_cat a {
	text-decoration: none;
	background-color: #e61919;
	color: white;
	padding: 0 10px;
	box-sizing: border-box;
}

.movie_cat a:hover {
	background-color: #eb4e4e;
}

.no_movie {
	margin: 40px 0;
	text-align: center;
}

/* header
========================================================*/

#header {
	width: 960px;
	height: 165px;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
	border-top: 5px solid #E61919;
}

.header-top-view {
	height: 115px;
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
}

.site-name a {
	position: absolute;
	top: 39px;
	left: 31px;
	display: block;
	width: 378px;
	height: 45px;
	text-indent: 100%;
	white-space:nowrap;
	overflow: hidden;
	background: url(../img/base/header-site-name.png) no-repeat;
}

#search-form #serch-box {
	position: absolute;
	top: 21px;
	right: 0;
	height: 28px;
	overflow: hidden;
	background-color: #F7F7F7;
	padding: 8px 10px 9px 10px;
}

#search-form input {
	border: 1px solid #CCC;
	border-radius: 5px;
	text-indent: 0.5em;
}

#search-form #search-form-submit {
	width: 80px;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	background: url(../img/base/search-form-submit-bt.gif) no-repeat;
}

#header-sub-navi ul {
	position: absolute;
	top: 82px;
	right: 0;
}

#header-sub-navi li {
	float: left;
	margin-right: 16px;
	font-size: 12px;
}

#header-sub-navi li a {
	color: #1F1813;
	text-decoration: none;
}

#header-sub-navi li a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#global-navi {
	width: 961px;
	height: 49px;
	background: url(../img/base/header-g-navi-top-border.gif) no-repeat;
	border-left: 1px solid #E61919;
	border-bottom: 1px dotted #E61919;
}

#global-navi ul {
	overflow: hidden;
}

#global-navi li {
	height: 49px;
	float: left;
	border-right: 1px solid #E61919;
}

#global-navi li a {
	padding: 15px 0 10px 0;
	display: block;
	text-align: center;
	color: #201813;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#global-navi .about-jcp-kinki {
	width: 237px;
}

#global-navi .library,
#global-navi .office {
	width: 239px;
}

#global-navi .contact {
	width: 240px;
}

/* content
========================================================*/

#content {
	width: 960px;
	margin: 20px auto 80px;
	overflow: hidden;
}

#cont-main {
	width: 710px;
	float: left;
	position: relative;
}

#cont-main.cont-main--w-full {
	width: 100%;
}

#cont-main p {
	margin: 1em 0;
}

#cont-main h1#cont-title {
	height: 110px;
	margin-bottom: 13px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	background: url(../img/base/h1-cont-title-library.png) no-repeat;
}

#cont-main h1#cont-title.cont-title--w-full {
	background-image: url(../img/base/h1-cont-title-library--w-full.png);
}

#cont-main h1 {
	clear: both;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 5px 0 5px 10px;
	border-left: 2px solid #E61919;
	border-bottom: 1px solid #CCC;
}

#cont-main h2 {
	font-weight: bold;
	font-size: 16px;
	border-left: 3px solid #E61919;
	padding: 5px 10px;
	margin: 1em 0 0;
}

#cont-main h3 {
	font-weight: bold;
	border-left: 3px solid #B4B4B4;
	padding: 5px 10px;
	margin: 1em 0 0;
}

#cont-main h4 {
	font-weight: bold;
	padding: 1px 14px 5px 14px;
	margin-top: 30px;
	border-bottom: 1px dotted #CCC;
	background: url(../img/base/icon-arrow-05.gif) no-repeat left 7px;
}

#cont-main h5 {
	font-weight: bold;
	padding: 1px 14px 5px 14px;
	margin-top: 30px;
	background: url(../img/base/icon-arrow-06.gif) no-repeat left 7px;
}

#cont-main h6 {
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 1em 0 0;
}

#cont-main #breadcrumb {
	font-size: 12px;
}

#cont-main .cont-sub-group {
	margin-top: 21px;
}

#cont-main .cont-sub-group #cont-sub-tit {
	height: 20px;
	font-size: 16px;
	margin-bottom: 1em;
	padding: 10px 13px;
	border-top: 4px solid #E61919;
	border-bottom: 1px solid #CCC;
	border-left: none;
	background: url(../img/base/h1-cont-sub-title-bg.png) repeat-x;
}

#cont-main .entry-wrapper {
	clear: both;
	/*position: relative;*/
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

#cont-main .entry-header {
	font-size: 12px;
	margin: 10px 0 15px 0;
	padding: 10px 0 10px 13px;
	border-left: 2px solid #E61919;
	border-bottom: 1px solid #CCC;
}

#cont-main .entry-header .date {
	float: left;
	padding-right: 20px;
	font-weight: bold;
}

#cont-main .entry-header .cont-title {
	float: left;
	padding-right: 12px;
}

#cont-main .entry-header .cat-title {
	float: left;
}

#cont-main .entry-header .entry-title {
	clear: both;
	padding: 5px 0 0 0;
	margin: 0;
	border: none;
	font-size: 16px;
	line-height: 1.4;
}

#cont-main .entry-body {
	margin-top: 15px;
	overflow: hidden;
	clear: both;
}

#cont-main .entry-body .entry-list {
	font-weight: bold;
}

#cont-main .entry-body .entry-list ul {
	margin: 0;
}

#cont-main .entry-body .entry-list ul li {
	list-style: none;
	padding-bottom: 10px;
}

/* 強調など
========================================================*/

#cont-main em {
	font-weight: bold;
	color: #E61919;
}

/* pdfリンク
========================================================*/

#cont-main a.pdf-link {
	display: block;
	margin: 1em 0;
	padding: 17px 10px 15px 55px;
	font-weight: bold;
	background: #F5F5F5 url(../img/base/icon-pdf.png) no-repeat 12px 5px;
}

/* 上付き文字
========================================================*/

#cont-main sup {
	top: -0.4em;
}

/* 引用
========================================================*/

#cont-main blockquote {
	margin: 2em 0;
	padding: 10px 15px;
	background-color: #EFEFEF;
}

/* テーブル
========================================================*/

#cont-main table {
	margin: 1em 0;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}

#cont-main table th, #cont-main table td {
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 0.5em 1em;
	text-align: center;
	font-size: 12px;
}

#cont-main table th {
	background-color: #EFEFEF;
}

#cont-main table.simple th,
#cont-main table.simple td {
	padding: 0.5em 0.5em;
}

#cont-main table.simple th {
	background-color: #FFF;
}

/* 	リスト
========================================================*/

#cont-main ul {
	margin: 1em 0 1em 2.5em;
}

#cont-main ul li {
	list-style: disc outside;
}

#cont-main  ul.list-style_01,
#cont-main  ul.list-style_02 {
	margin: 1em 0 1em 1em;
}

#cont-main .list-style_01 li,
#cont-main .list-style_02 li  {
	display: block;
	text-decoration: none;
	list-style: none;
	font-size: 14px;
	padding-left: 10px;
	background: url(../img/base/icon-arrow-02.gif) no-repeat left center    ;
}


#cont-main .list-style_02 li {
	font-weight: bold;
}

#cont-main ol {
	margin: 1em 0 1em 2.5em;
}

#cont-main ol li {
	list-style-type: decimal;
}

/* 左寄せ、中央、右寄せ
========================================================*/

#cont-main .entry-body .alignleft {
	text-align: left;
}

#cont-main .entry-body .aligncenter {
	text-align: center;
}

#cont-main .entry-body .alignright {
	text-align: right;
}

#cont-main .entry-body div.alignleft,
#cont-main .entry-body img.alignleft {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
}

#cont-main .entry-body img.aligncenter {
	display: block;
	margin: 0 auto;
	padding-bottom: 0.5em;
}

#cont-main .entry-body div.alignright,
#cont-main .entry-body img.alignright {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

/* キャプション
========================================================*/

#cont-main .entry-body .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 7px 3px;
	margin: 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#cont-main .entry-body .wp-caption img {
	margin: 0;
}

#cont-main .entry-body .wp-caption-text {
	text-align: left;
	padding: 5px 5px 0;
}

/* ボーダー
========================================================*/

#cont-main hr {
	border:0;
	border-bottom:1px solid #CCC;
	margin:2em 0;
}

/* sidebar
========================================================*/

#sidebar {
	width: 220px;
	float: right;
	font-size: 16px;
}

#sidebar #monthly-archive {
	border-bottom: 1px solid #BABABA;
}

#sidebar #catrgory-archive,
#sidebar #cont-menu {
	margin-bottom: 30px;
}

#sidebar .wid-box .wid-tit{
	margin-bottom: 17px;
	padding: 11px 13px 9px;
	border-top: 3px solid #E61919;
	border-bottom: 1px solid #EB4949;
}

#sidebar .wid-box li a {
	display: block;
	padding: 0 0 10px 20px;
	margin-bottom: 7px;
	border-bottom: dotted 1px #CCC;
	background: url(../img/base/list-icon-arrow-01.gif) no-repeat left 10px;
}

#sidebar .wid-box .entry-list-wrap {
	width: 220px;
	height: 55px;
	background-color: #FFF;
	text-align: center;
}

#sidebar #monthly_archive_frame {
	width: 200px;
	font-size: 12px;
}

/* footer
========================================================*/

#footer {
	border-top: 2px solid #CCC;
	background: url(../img/base/footer-cont-menu-bg.png) repeat-x;
}

#footer-cont-menu {
	width: 960px;
	margin: 0 auto;
	padding: 6px 0 5px;
	font-size: 12px;
	overflow: hidden;
}

#footer-cont-menu li {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #CCC;
}

#footer-cont-menu li a {
	text-decoration: none;
	color: #1F1813;
}

#footer-cont-menu li a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#footer-cont-menu li:last-child {
	border: none;
}

#footer-info-wrapper {
	height: 169px;
	margin-bottom: 13px;
	border-bottom: 1px dotted #CCC;
}

#footer-info-inner-wrapper {
	width: 960px;
	height: 169px;
	position: relative;
	margin: 0 auto;
}

#footer-info-inner-wrapper .page-top a {
	position: absolute;
	top: -80px;
	right: 0;
	width: 150px;
	height: 20px;
	display: block;
	padding: 10px 12px 7px 25px;
	font-size: 12px;
	background: #F7F7F7 url(../img/base/icon-page-top-arrow.gif) no-repeat 11px 14px;
}

#footer-address .site-name {
	position: absolute;
	top: 36px;
	left: 0;
	display: block;
	width: 235px;
	height: 91px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: url(../img/base/footer-site-name.png) no-repeat;
}

#footer-address .address-wrapper {
	position: absolute;
	top: 36px;
	left: 278px;
	font-size: 12px;
}

#footer-address .address-wrapper .cap {
	width: 108px;
	height: 15px;
	margin-bottom: 8px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background:url(../img/base/address-wrapper-cap.gif) no-repeat;
}

#footer-info-inner-wrapper .footer-nav-support {
	position: absolute;
	bottom: 37px;
	left: 278px;
	overflow: hidden;
}

#footer-info-inner-wrapper .footer-nav-support li {
	float: left;
}

#footer-info-inner-wrapper .footer-nav-support li a {
	display: block;
	border-left: 3px solid #E61919;
	white-space: nowrap;
	text-indent: 200%;
	overflow: hidden;
}

#footer-info-inner-wrapper .footer-nav-support .access a {
	width: 159px;
	height: 15px;
	margin-right: 15px;
	padding: 7px 7px 6px 6px;
	background: #F6F6F6 url(../img/base/footer-nav-support-maps.gif) no-repeat 7px 6px;
}

#footer-info-inner-wrapper .footer-nav-support .mail a {
	width: 152px;
	height: 14px;
	padding: 7px 11px 7px 9px;
	background: #F6F6F6 url(../img/base/footer-nav-support-mail.gif) no-repeat 9px;
}

#footer-info-inner-wrapper .get-adobe-reader {
	position: absolute;
	top: 36px;
	right: 0;
	line-height: 1.2;
}

#footer-info-inner-wrapper .get-adobe-reader a {
	display: block;
	width: 158px;
	height: 39px;
	margin-bottom: 12px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background:url(../img/base/get_adobe_reader.jpg) no-repeat;
}

#footer-info-inner-wrapper small {
	font-size: 12px;
	color: #666666;
}

#footer .copyright {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 10px;
}

/* pagenavigation
========================================================*/

.wp-pagenavi {
	clear: both;
	padding: 30px 0 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size: 12px;
	border: 1px solid #CCC;
	padding: 8px 9px;
	margin: 5px;
	text-decoration: none;
}

.wp-pagenavi .pages {
	border: none;
}

.wp-pagenavi a:hover {
	text-decoration: underline;
}

.wp-pagenavi span.current {
	font-weight: bold;
	border: none;
	padding: 8px 9px;
}

/* ------------------------------------------------------------ */

.m_schedule_sidebar {
	margin: 2rem 0;
}

.m_schedule_sidebar nav {
	margin-bottom: 0.75rem !important;
}

.m_schedule_sidebar__item {
	font-size: 13px;
}

.m_schedule_sidebar__to_list {
	text-align: right;
}

.m_schedule_sidebar__to_list a {
	font-size: 12px;
	padding: 0.25rem 0.5rem;
    /* background-color: #F7F7F7; */
}
