@charset "utf-8";

#contents .main_title {
  background: url(../../img/news/bg-main_title.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width : 1400px){
#contents .main_title {
  background: url(../../img/news/bg-main_title.jpg) center center no-repeat;
  background-size: contain;
}
}
.year_list li a,
.news_section_detail {
  background-color: #fef4f8;
}
#lightbox-loading {
  text-align: center;
}
#lightbox-loading img {
  max-width: 32px;
}
.all_news .news_list li dl img {
  display: none;
}
/*----------------------------------------
    .article
----------------------------------------*/
.pager:after,
.year_list:after {
  content: "";
  display: block;
  clear: both;
}
.year_list {
  margin-top: 19px;
}
.year_list li {
  float: left;
  margin: 0 4px 5px 0;
}
.year_list li a {
  display: block;
  font-size: 117%;
  color: #7d7d7d;
  padding: 12px 26px 11px;
}
.year_list li a.current {
  color: #ffffff;
  background-color: #b62883;
}
.news_list {
  margin-top: 40px;
}
.news_list li {
  margin-bottom: 20px;
}
.news_list .photo {
  float: left;
  width: 38.3%;
}
.news_list .photo img {
  width: 100%;
  max-width: 295px;
  height: auto;
  max-height: 190px;
}
.news_list dl {
  float: right;
  width: 57.14%;
  padding-bottom: 55px;
}
.news_list dl dt {
  width: 100%;
  padding-top: 5px;
}
.news_list dl dt span {
  display: block;
  float: left;
}
.news_list dl dt .icon {
  font-size: 117%;
  color: #ffffff;
  border-radius: 15px;
  padding: 5px 22px 3px;
  margin-right: 12px;
}
.news_list dl dt .icon.operation {
  background-color: #fea600;
}
.news_list dl dt .icon.contribution {
  background-color: #94ce49;
}
.news_list dl dt .icon.talents {
  background-color: #14bea3;
}
.news_list dl dt .date {
  font-size: 134%;
  color: #959595;
}
.news_list dl .news_title {
  font-size: 134%;
  color: #000000;
  line-height: 1.45;
  padding: 16px 0 12px;
}
.news_list dl .news_text {
  height: 72px;
  font-size: 117%;
  color: #707070;
  line-height: 1.7; 
  text-indent: 28px;
}
.news_list dl .news_text img {
  display:  none !important;
}
.news_list dl .news_text video {
  display:  none !important;
}
.news_list dl .news_text span {
  font-size: 100% !important;
  color: #707070 !important;
}
.pager {
  text-align: center;
  font-size: 0;
  padding: 20px 0 40px;
}
.pager li {
  display: inline-block;
}
.pager li a {
  display: block;
  width: 40px;
  font-size: 14px;
  color: #1b1b1b;
  padding: 9px 0;
  margin: 0 5px;
}
.pager .prev a,
.pager .next a {
  width: auto;
  padding: 9px 10px;
}
.pager li a.current {
  color: #ffffff;
  background-color: #b62883;
}
.pager li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #b62883;
}
/*----------------------------------------
    .news_section_detail
----------------------------------------*/
.news_section_detail {
  padding: 36px 35px;
  box-shadow: 0 0 6px 0 #e7dde1;
  margin-top: 20px;
}
.news_section_detail .ckeditor {
  margin: 0 auto;
  overflow: hidden;
}
.news_section_detail .news_detaile_title {
  font-size: 184%;
  font-weight: bold;
  color: #1b1b1b;
  line-height: 1.35;
  padding-left: 7px;
  border-left: 5px solid #b62883;
  margin-bottom: 30px;
}
.news_section_detail h5{
  font-size: 150%;
  text-align: right;
  margin-bottom: 5px;
}
.news_section_detail p:after {
  content: "";
  display: block;
  clear: both;
}
.news_section_detail p {
  font-size: 134%;
  color: #535353;
  line-height: 2;
  text-indent: 32px;
  padding-bottom: 20px;
}
.news_section_detail p span {
  /*padding-left: 32px;*/
}
.news_section_detail .imgBox {
  text-align: center;
  margin-top: 15px;
}
.news_section_detail .imgBox #gallery {
  display: inline-block;
  font-size: 0;
}
.news_section_detail .imgBox #gallery li {
  float: left;
  width: 200px;
  padding: 0 5px;
}
.news_section_detail .imgBox #gallery li span {
  display: block;
  font-size: 12px;
  padding: 5px 0;
}
.news_section_detail .imgBox.box_even #gallery {
  display: block;
}
.news_section_detail .imgBox.box_even #gallery li {
  width: 48%;
  text-align: center;
  padding: 0 2% 0 0;
}
.news_section_detail .imgBox.box_even #gallery li:last-child {
  padding: 0 0 0 2%;
}
.news_section_detail .imgBox.box_even #gallery li img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.news_section_detail .t_right {
  font-size: 134%;
  color: #535353;
  line-height: 1.8;
  text-align: right;
  margin-top: 20px;
}
.detail_pager {
  font-size: 0;
  text-align: center;
  padding: 50px 0 70px;
}
.detail_pager li {
  display: inline-block;
  text-align: center;
  margin-left: 95px;
}
.detail_pager li:first-child {
  margin-left: 0;
}
.detail_pager li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  padding: 13px 35px 12px;
  background-color: #b62883;
  border-radius: 3px;
}
.detail_pager li a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70 );
  opacity: 0.7;
}
.detail_pager li:first-child a span {
  padding-left: 22px;
  background: url(../../img/news/bg-news_detail_arrow_left.png) no-repeat left center;
}
.detail_pager li:last-child a span {
  padding-right: 22px;
  background: url(../../img/news/bg-news_detail_arrow_right.png) no-repeat right center;
}
/*------------------------------------------------------------------*/
#content .aside ul li.sub_menu a.current {
  background: #ffeff9 url("../../img/bg_triangle_on.gif?v=0821") no-repeat scroll 12px 24px;
}
#contents .news_section_detail .ckeditor a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
/*20180327*/
#contents .news_section_detail .ckeditor .alignleft,
#contents .news_section_detail .ckeditor .alignright {
	max-width: 300px;
}
#contents .news_section_detail .ckeditor img.alignleft {
	padding-right: 30px;
}
#contents .news_section_detail .ckeditor img.alignright {
	padding-left: 30px;
}
#contents .news_section_detail .ckeditor .aligncenter {
	max-width: 100%;
}
#contents .news_section_detail .ckeditor a {
	display: block;
}
#contents .news_section_detail .ckeditor p a {
	margin-left: -32px;
}
#contents .news_section_detail .ckeditor .wp-caption-text {
	text-align: center;
	text-indent: 0;
}
/*20180327*/

.news_info_sectin .img_area{
  text-align: center;
}
#contents .news_info_sectin .img_area img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
#contents .news_info_sectin .area_left img,
#contents .news_info_sectin .area_right img {
  width: auto;
  max-width: 100%;
}
.news_section_detail h2.news_title01 {
  text-align: center;
  font-size: 117%;
}
.news_title01 .title_wrap01{
  display: inline-block;
  background: #21d014;
  color: #ffffff;
  padding:1px;
}
.news_title01 span.title_wrap02 {
  display: inline-block;
  border:1px solid #ffffff;
  padding: 3px 25px;
  text-align: center;
}
.news_event_list {
  width: 100%;
}
.news_event_list th{
  width: 80px;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}
.news_event_list td{
  padding-bottom: 25px;
}
.img_area02 {
  width: 670px;
  overflow: hidden;
}
.img_area02 .area_left {
  float: left;
  width: 233px;
  margin-left: 30px;
  margin-right: 10px;
}
.img_area02 .area_right {
  float: left;
  width: 322px;
}
.img_area03 {
  width: 670px;
  overflow: hidden;
}
.img_area03 .area_left {
  float: left;
  width: 300px;
  margin-left: 30px;
  margin-right: 10px;
}
.img_area03 .area_right {
  float: left;
  width: 300px;
}
.news_section_detail h2.news_title02{
  font-size: 117%;
  text-align: left;
  text-decoration:underline;
}
.news_title02 span {
  color: #21d014;
}
#contents .news_section_detail h2.news_title03 {
  font-size: 136%;
  color: #800000;
  margin-top: 0.75em;
}
#contents .news_section_detail h2.news_title03:after {
  content: "";
  display: block;
  clear: both;
}
#contents .news_section_detail h2.news_title03 img,
#contents .news_section_detail h2.news_title03 span {
  float: left;
}
.news_section_detail h2.m_top15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news_section_detail h2.m_top20 {
  margin-top: 20px;
}
.news_title03 span {
  padding: 0 5px;
}
.m_bottom20 {
  margin-bottom: 20px;
}
.img_area04 {
  width: 670px;
  overflow: hidden;
}
.img_area04 .area_left {
  float: left;
  width: 400px;
  margin-left: 30px;
  margin-right: 10px;
}
.img_area04 .area_right {
  float: right;
  width: 200px;
}
.news_section_detail .img_note {
  display: block;
  font-size: 75%;
  text-indent: 0;
}
@media screen and (max-width : 1200px){
.news_section_detail .imgBox #gallery {
  display: block;
}
.news_section_detail .imgBox #gallery li {
  width: 29%;
  padding: 0 2%;
}
.news_section_detail .imgBox #gallery li img {
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 150px;
}
.news_section_detail .imgBox.box_even #gallery li img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: inherit;
}
.detail_pager li {
  margin-left: 12%;
}
.detail_pager li a {
  padding: 13px 30px 12px;
}
/*------------------------------------------------------------------*/
.img_area03 .area_left,
.img_area03 .area_right {
  width: 38.9%;
}
.img_area03 .area_left img,
.img_area03 .area_right img {
  width: 100%;
  height: auto;
}
.img_area03 .area_left img {
  max-width: 300px;
}
.img_area03 .area_right img {
  max-width: 279px;
}
.img_area04 {
  width: auto;
}
.img_area04 .area_left {
  width: 51.9%;
}
}
@media screen and (max-width : 979px){
.detail_pager li {
  margin-left: 9%;
}
/*------------------------------------------------------------------*/
.news_info_sectin .img_area img {
  width: 100%;
  max-width: 540px;
  height: auto;
}
.img_area02 {
  width: auto;
}
.img_area02 .area_left {
  width: 31.2%;
  margin: 0 2% 0 3.8%;
}
.img_area02 .area_right {
  width: 42.8%;
}
.img_area02 .area_left img,
.img_area02 .area_right img {
  width: 100%;
  height: auto;
}
.img_area02 .area_left img {
  max-width: 135px;
}
.img_area02 .area_right img {
  max-width: 322px;
}
.img_area03 {
  width: auto;
}
.img_area03 .area_left,
.img_area04 .area_left {
  margin: 0 2% 0 3.8%;
}
.img_area04 .area_right {
  width: 30%;
}
.img_area04 .area_right img {
  width: 100%;
  max-width: 183px;
  height: auto;
}
.news_section_detail table {
  width: 100%;
}
.news_section_detail table p {
  text-indent: 0;
  padding: 0 5px;
}
#contents .news_section_detail .ckeditor img.alignleft,
#contents .news_section_detail .ckeditor img.alignright {
  max-width: 240px;
  height: auto;
}
}
@media screen and (max-width : 767px){
/*----------------------------------------
    .article
----------------------------------------*/
.year_list {
  margin-top: 19px;
}
.year_list li {
  float: left;
  margin: 0 4px 5px 0;
}
.year_list li a {
  font-size: 12px;
  padding: 6px 13px;
}
.news_list {
  margin-top: 20px;
}
.news_list .photo,
.news_list dl {
  float: none;
  width: auto;
}
.news_list dl {
  padding-bottom: 10px;
}
.news_list dl dt {
  padding-top: 15px;
}
.news_list dl dt .icon {
  font-size: 12px;
}
.news_list dl dt .date {
  font-size: 14px;
}
.news_list dl .news_title {
  font-size: 14px;
  padding: 10px 0 8px;
}
.news_list dl .news_text {
  height: 62px;
  font-size: 12px;
  text-indent: 24px;
}
.news_list .photo {
  text-align: center;
}
/*----------------------------------------
    .news_section_detail
----------------------------------------*/
#contents .news_section_detail .ckeditor .alignleft,
#contents .news_section_detail .ckeditor .alignright {
  display: block;
  float: none;
  width: auto !important;
  margin: 0;
}
.news_section_detail {
  padding: 15px;
}
.news_section_detail .news_detaile_title {
  font-size: 18px;
  margin-bottom: 15px;
}
.news_section_detail h5{
  font-size: 16px;
}
.news_section_detail p {
  font-size: 14px;
  text-indent: 28px;
  padding-bottom: 10px;
}
.news_section_detail p span {
  padding-left: 28px;
}
#contents .news_section_detail .ckeditor p a {
  margin-left: 0;
}
#contents .news_section_detail .ckeditor .wp-caption-text {
  margin-bottom: 0;
}
#contents .news_section_detail .ckeditor img.alignleft,
#contents .news_section_detail .ckeditor img.alignright {
  padding: 0;
  margin: 0 auto;
}
.news_section_detail .imgBox #gallery li,
.news_section_detail .imgBox.box_even #gallery li {
  display: block;
  float: none;
  width: auto;
  text-align: center;
  padding-bottom: 10px;
}
.news_section_detail .imgBox.box_even #gallery li,
.news_section_detail .imgBox.box_even #gallery li:last-child {
  padding: 0 0 10px 0;
}
.news_section_detail .imgBox #gallery li img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.news_section_detail .t_right {
  font-size: 14px;
  margin-top: 10px;
}
.detail_pager {
  padding: 25px 0 35px;
}
.detail_pager li {
  margin-left: 10px;
}
.detail_pager li a {
  font-size: 14px;
  padding: 6px 10px;
}
.detail_pager li:first-child a span,
.detail_pager li:last-child a span {
  background-size: 6px auto;
}
.detail_pager li:first-child a span {
  padding-left: 16px;
}
.detail_pager li:last-child a span {
  padding-right: 16px;
}
/*------------------------------------------------------------------*/
.news_section_detail h2.news_title01 {
  font-size: 12px;
}
.news_section_detail h2.news_title02{
  font-size: 12px;
}
.news_section_detail h2.news_title03 {
  font-size: 14px;
}
.img_area02 .area_left {
  width: 32%;
  margin: 0 2% 0 6%;
}
.img_area02 .area_right {
  width: 50%;
}
.news_section_detail table td:first-child {
  min-width: 65px;
}
.news_section_detail .img_note {
  font-size: 12px;
}
#contents .news_section_detail h2.news_title03 img {
  width: 28px;
  padding-bottom: 0;
}
}