@charset "UTF-8";
/* layout css */
/*------------------------------------------------------------------------
Basic Layout (PC Layout)
------------------------------------------------------------------------*/


img {
  display: block;
  max-width: 100%;
  height: auto; }

html.ie8 img {
  max-width: none !important; }

/* !common
---------------------------------------------------------- */
.pc {
	display: inline-block !important;
}
.sp {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: inline-block !important;
	}
}

/*---------- new mark ----------*/
.card_new {
    position: relative;
}
img.mark_new {
    position: absolute;
    width: 33px !important;
    top: 0px;
    left: 0px;
    display: none;
}
.card_new img.mark_new {
	display: block;
}
@media screen and (max-width: 767px) {
	img.mark_new {
		width: 25px !important;
	}
}




/* !wrapper
---------------------------------------------------------- */
html.ie8 #wrapper {
  font-size: 14px; }

#wrapper {
  min-width: 960px;
  font-size: 1.4rem; }

/* !header
---------------------------------------------------------- */
#header {
  height: 162px;
  /*debug layout*/
  background-color: #fff; }

#headerIn {
  width: 940px;
  height: 100%;
  margin: 0 auto; }

#headerLogo {
  padding: 20px 0 0 0; }

#headerLogo a {
  text-decoration: none; }

#headerLogo img {
  display: inline;
  width: 145px;
  height: auto;
  vertical-align: middle; }

#header #headerLogo span {
  margin-left: 1em;
  font-weight: bold;
  color: #0059af;
  font-size: 1.4rem; }

#headerCopy01 {
  padding: 54px 0 0 15px; }

#headerCopy02 {
  padding: 38px 0 0 15px; }

#btnMenu, .btnsp {
  display: none;
  position: absolute;
  right: 0;
  top: 6px;
  width: 40px;
  height: 40px;
  background-image: url(/~/Media/cojp/common/images218/sprite_sp_btn_menu.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  -o-background-size: 40px auto;
  -ms-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -webkit-background-size: 40px auto;
  background-size: 40px auto;
  text-indent: -9999px;
  cursor: pointer; }

/*---------- gNavi ----------*/

#gNavi {
  position: absolute;
  left: 0;
  top: 96px;
  height: 66px;
  width: 100%;
  min-width: 960px;
  background-color: #0066b3;
  z-index: 999; }

#gNavi ul {
  width: 940px;
  height: 100%;
  margin: 0 auto;
  z-index: 1000; }

#gNavi li {
  display: table;
  float: left;
  height: 100%;
  width: 16.6%;
}
#gNavi li a {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #fff;
  background-repeat: no-repeat;
  text-decoration: none; }
#gNavi li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 1px;
  height: 20px;
  background-color: #80b3d9;
}
.gnavi-fixed li a:before {
	top: 16px !important;
}

#gNavi li:first-child a:before {
  background: none;
}

#gNavi li a:hover:after,
.g07 #gNavi li:nth-child(1) a:after,
.g01 #gNavi li:nth-child(2) a:after,
.g03 #gNavi li:nth-child(3) a:after,
.g04 #gNavi li:nth-child(4) a:after,
.g05 #gNavi li:nth-child(5) a:after,
.g06 #gNavi li:nth-child(6) a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 5px;
  background-color: #ff6666;
  margin-left: -25px;
}

#gNavi.gnavi-fixed {
  position: fixed;
  top: -2px;
  height: 53px;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2); }

html.ie8 #gNavi.gnavi-fixed {
  padding: 0;
  background-image: none;
  background: #fff; }

#gNavi.gnavi-fixed ul {
  height: 52px; }



/*---------- headerLinks ----------*/
#headerLinks {
  position: relative; }

#headerLinks ul {
  position: absolute;
  right: 260px;
  top: 36px; }

#headerLinks li {
  float: right;
    line-height: 1.0; }

#headerLinks li a {
  font-size: 12px; }

#headerLinks li a:visited, #headerLinks li a:hover, #headerLinks li a:focus {
  color: #005bac !important;
  text-decoration: none; }

#headerLinks li.hlSitemap,
#headerLinks li.hlLanguage_cn {
  border-left: 1px solid #b6cee5;
  padding-left: 14px; }


#headerLinks li.hlLanguage, #headerLinks li.hlLanguage_cn, #headerLinks li.hlProduct {
  margin-right: 14px; }

#headerLinks li.hlLanguage a, #headerLinks li.hlLanguage_cn a, #headerLinks li.hlProduct a {
  padding: 0 14px 0 0; }

#headerLinks li.hlLanguage a:before {
  background-position: 0 0; }

#headerLinks li.hlProduct a:before {
  background-position: -18px 0; }

#headerLinks li.hlLanguage a:hover:before, #headerLinks li.hlLanguage a:focus:before {
  background-position: 0 -20px; }

#headerLinks li.hlProduct a:hover:before, #headerLinks li.hlProduct a:focus:before {
  background-position: -18px -20px; }

#headerLinks li a[target="_blank"] {
  position: relative; }

#headerLinks li a[target="_blank"]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 7px;
  margin-top: -4px;
  background-image: url(/~/Media/cojp/common/images/sprite_pc_blank.png);
  background-repeat: no-repeat;
  background-position: 0 0; }


#headerLinks li a[target="_blank"]:hover:after, #headerLinks li a[target="_blank"]:focus:after {
  background-position: 0 -7px; }

/*---------- siteSearch ----------*/
#headerLinks .siteSearch {
  position: absolute;
  right: 0;
  top: 30px; }

.siteSearch table.gsc-search-box {
  width: 217px !important;
  border: none !important;
  right: 0;
  position: relative; }

.siteSearch .gsc-control-cse,
.siteSearch .gsc-control-cse-ja,
.siteSearch .gsc-input-box {
  width: 223px;
  height: 32px;
  border: 1px solid #cdd7e5;
  border-radius: 2px;
  padding: 0 0 0 15px;
  vertical-align: middle;
  font-size: 1.3rem;
  color: #485972;
  background-color: #f9f9f9;
  position: absolute;
  right: 0; }

.siteSearch .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 !important;
  background-color: #f9f9f9 !important; }

.siteSearch .gsib_a {
  padding: 6px 0 0 0 !important; }

.siteSearch input[type="text"] {
  border: none !important;
  vertical-align: middle;
  height: 25px !important;
  width: 160px !important;
  font-size: 14px;
  color: #888; }

.siteSearch input[type="text"]:focus {
  outline: 0; }

/* --ボタンの色-- */
.siteSearch td.gsc-search-button {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 34px !important;
  height: 34px !important; }

.siteSearch input.gsc-search-button {
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 2px !important;
  text-indent: -9999px;
  background-color: #0d5daa;
  margin: 0 !important;
  padding: 9px 9px 9px 9px !important; }

.siteSearch input.gsc-search-button:hover,
.siteSearch input.gsc-search-button:focus {
  background-color: #6e9ecc; }

/* ボタンの色 */
.siteSearch input.gsc-search-button:focus {
  outline: 0; }

/* 入力時に出る「×」ボタンの位置調整 */
.siteSearch .gsib_b {
  display: none; }

/*コンテンツ内（404）*/
#main .siteSearch table.gsc-search-box {
  width: 90% !important;
  margin: 0 auto 40px !important; }

#main .siteSearch .gsc-control-cse,
#main .siteSearch .gsc-control-cse-ja,
#main .siteSearch .gsc-input-box {
  width: 100% !important; }

#main .siteSearch input[type="text"] {
  width: 90% !important; }

/* !container
---------------------------------------------------------- */
#container {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 30px; }

/* !main
---------------------------------------------------------- */
#main {
  width: 700px;
  float: left; }

/* !main wide
---------------------------------------------------------- */
#main.mainWide {
  width: 100%; }

/* !section
---------------------------------------------------------- */
.section_basic01 {
  margin-bottom: 50px; }

/*---------- function01 ----------*/
.function01 {
  overflow: hidden;
  margin-bottom: 20px; }

.ul_function01 {
  float: right;
  overflow: hidden;
  font-size: 1.2rem; }

.ul_function01 li {
  float: left; }

.ul_function01 li.social01 {
  padding-left: 15px; }

.ul_function01 li.social01 > a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/~/Media/cojp/common/images/btn_social01.gif) no-repeat;
  text-indent: -9999px;
  cursor: pointer; }

.ul_function01 li.social01 > a.facebook01 {
  background-position: 0 0; }

.ul_function01 li.social01 > a.twitter01 {
  background-position: -24px 0; }

.ul_function01 li.social01 > a.google01 {
  background-position: -48px 0; }

.ul_function01 li.social01 > a.facebook01:hover {
  background-position: 0 -24px; }

.ul_function01 li.social01 > a.twitter01:hover {
  background-position: -24px -24px; }

.ul_function01 li.social01 > a.google01:hover {
  background-position: -48px -24px; }

.ul_function01 li.print01 {
  position: relative;
  margin-left: 20px;
  padding: 3px 0 3px 20px; }

.ul_function01 li.print01:before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 17px;
  background-color: #cdd7e5; }

.ul_function01 li.print01 > a {
  display: inline-block;
  padding-left: 24px;
  background: url(/~/Media/cojp/common/images/ico_print01.gif) 0 0 no-repeat; }

.ul_function01 li.print01 > a:hover {
  background-position: 0 -18px; }

/*---------- banner01 ----------*/
.banner01 {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 6px; }

.banner01:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeef2), color-stop(1, #fcfdfd));
  background-image: -o-linear-gradient(bottom, #eaeef2 0%, #fcfdfd 100%);
  background-image: -webkit-linear-gradient(bottom, #eaeef2 0%, #fcfdfd 100%);
  background-image: -moz-linear-gradient(bottom, #eaeef2 0%, #fcfdfd 100%);
  background-image: -ms-linear-gradient(bottom, #eaeef2 0%, #fcfdfd 100%);
  background-image: linear-gradient(to bottom, #eaeef2 0%, #fcfdfd 100%); }

.banner01 img {
  width: 100%; }

.banner01 p {
  margin: 0 0 0 0 !important; }

/* !sub
---------------------------------------------------------- */
#sub {
  width: 200px;
  float: right; }

#sub a {
  display: block; }

/*---------- lNavi ----------*/
#lNavi {
  -o-box-shadow: -30px -20px 10px -30px rgba(81, 109, 146, 0.25);
  -ms-box-shadow: -30px -20px 10px -30px rgba(81, 109, 146, 0.25);
  -moz-box-shadow: -30px -20px 10px -30px rgba(81, 109, 146, 0.25);
  -webkit-box-shadow: -30px -20px 10px -30px rgba(81, 109, 146, 0.25);
  box-shadow: -30px -20px 10px -30px rgba(81, 109, 146, 0.25);
  margin-bottom: 40px;
  background-color: #fff; }

#lNavi .category_title {
  padding: 44px 20px 44px;
  color: #fff;
  font-size: 2.0rem; }

#lNavi .category_title a {
  color: #fff; }

#lNavi .category_title.type01 {
  background: url(/~/Media/cojp/common/images/ico_company01.gif) no-repeat #0d5daa;
  background-size: 78px 78px;
  background-position: right bottom; }

#lNavi .category_title.type02 {
  background: url(/~/Media/cojp/common/images/ico_c_ir01.gif) no-repeat #0d5daa;
  background-size: 78px 78px;
  background-position: right bottom; }

#lNavi .category_title.type04 {
  background: url(/~/Media/cojp/common/images/ico_csr.gif) no-repeat #0d5daa;
  background-size: 78px 78px;
  background-position: right bottom; }

#lNavi .category_title.type06 {
  background: url(/~/Media/cojp/common/images/ico_support.gif) no-repeat #0d5daa;
  background-size: 78px 78px;
  background-position: right bottom; }

#lNavi > ul {
  background: #fff; }

#lNavi > ul > li {
  background: url(/~/Media/cojp/common/images/bg_lnavi01.gif) bottom left repeat-x;
  margin-top: -1px; }

#lNavi > ul li a:hover, #lNavi > ul li a:focus {
  text-decoration: none; }

#lNavi > ul > li > a {
  /*border-left: 10px solid #fff;*/
  display: block;
  padding: 12px 20px; }

#lNavi > ul > li > a:hover,
#lNavi > ul > li > a:focus,
#lNavi > ul > li.current > a,
#lNavi > ul > li.parent > a {
  border-left: 10px solid #0d5daa;
  padding-left: 10px; }

#lNavi > ul > li > ul {
  background: url(/~/Media/cojp/common/images/bg_lnavi01.gif) left top repeat-x;
  padding: 10px 0 10px 20px; }

#lNavi > ul > li > ul:hover, #lNavi > ul > li > ul:focus, #lNavi > ul > li.current > ul, #lNavi > ul > li.parent > ul {
  border-left: 10px solid #e7eef8;
  padding-left: 10px; }

#lNavi > ul > li > ul li {
  font-size: 1.1rem;
  /*margin-left: 10px;*/ }

#lNavi > ul > li > a + ul > li:hover, #lNavi > ul > li > a + ul > li:focus, #lNavi > ul > li > a + ul > li.current {
  background-color: #0d5daa;
  color: #fff; }

#lNavi > ul > li > a + ul > li a {
  padding: 10px 10px;
  display: block;
  position: relative;
  margin-left: 10px; }

#lNavi > ul > li > a + ul > li a:hover, #lNavi > ul > li > a + ul > li a:focus, #lNavi > ul > li > a + ul > li.current a {
  color: white; }

#lNavi > ul > li > a + ul > li a:before {
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #0d5daa; }

#lNavi > ul > li > a + ul > li a:hover:before, #lNavi > ul > li > a + ul > li a:focus:before, #lNavi > ul > li > a + ul > li.current a:before {
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff; }

#lNavi > ul > li > ul > li > ul {
  background: #fff;
  padding: 10px 0; }

#lNavi > ul > li > ul > li > ul > li {
  font-size: 1.1rem;
  margin-left: 10px;
  background: #fff;
  color: #0d5daa; }

#lNavi > ul > li > ul > li a + ul > li:hover, #lNavi > ul > li > ul > li a + ul > li:focus, #lNavi > ul > li > ul > li a + ul > li.current {
  background-color: #e7eef8; }

#lNavi > ul > li > ul > li > ul > li a {
  color: #0d5daa;
  padding: 7px 0 7px 10px; }

#lNavi > ul > li > ul > li > ul > li a:before {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #e7eef8; }

#lNavi > ul > li > ul > li > ul > li a:hover:before, #lNavi > ul > li > ul > li > ul > li a:focus:before {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #0d5daa; }

#lNavi > ul > li > a + ul > li > ul > li a:hover, #lNavi > ul > li > a + ul > li > ul > li a:focus, #lNavi > ul > li > a + ul > li > ul > li.current a {
  color: #0d5daa; }

#lNavi > ul > li > a + ul > li.current > ul > li a {
  color: #0d5daa; }

#lNavi > ul > li > a + ul > li.current > ul > li a:before {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #c8d5e8; }

#lNavi > ul > li > a + ul > li.current > ul > li a:hover:before, #lNavi > ul > li > a + ul > li.current > ul > li a:focus:before, #lNavi > ul > li > a + ul > li.current > ul > li.current a:before {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #0d5daa; }

/*---------- subLinks ----------*/
.subLinks {
  background-color: #fff; }

.subLinks > a {
  display: block;
  height: 172px;
  background-image: url(/~/Media/cojp/common/images/img_banner_pc01.png);
  background-repeat: no-repeat;
  background-position: 0 -1px;
  text-align: center;
  margin: 0 auto; }

.subLinks > a:hover {
  opacity: 0.6; }

.subLinks > a > p:first-child {
  text-indent: -9999px; }

.subLinks > a > p:nth-child(2) {
  text-indent: -9999px; }

.subLinks > ul {
  border-top: 1px solid #cdd7e5;
  margin: 40px 0; }

.subLinks > ul > li {
  text-align: center;
  border-bottom: 1px solid #cdd7e5; }

.subLinks > ul > li a {
  height: 100%;
  padding: 30px 0 30px 15px;
  display: block;
  position: relative; }

.subLinks > ul > li a:before {
  display: block;
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 40%;
  right: 1%;
  background-image: url("/~/Media/common/images/ico_squre01.gif");
  background-repeat: no-repeat;
  background-position: 0 0; }

.subLinks > ul > li.link01 {
  background-image: url();
  background-repeat: no-repeat;
  background-position: left center; }
  
.subLinks > ul > li.link01 a {
	height: 81px;
	padding: 0;
	background:url(/~/Media/cojp/common/images218/logo_coco.png) no-repeat 4px 20px;
	text-indent:-940px;
	overflow:hidden;
	}


.subLinks > ul > li.link02 {
  background-image: url(/~/Media/cojp/common/images/ico_banner02.gif);
  background-repeat: no-repeat;
  background-position: left center; }

.subLinks > ul > li.link03 {
  background-image: url(/~/Media/cojp/common/images/ico_banner03.gif);
  background-repeat: no-repeat;
  background-position: left center; }

/* !footer
---------------------------------------------------------- */
#footer {
	background-color: #fff;
}
.footerIn {
	width: 940px;
	margin: 0 auto;
}
.pageTop {
	position: relative;
}
.pageTop a {
	position: fixed;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 830px;
	bottom: 10px;
}
/*.pageTop a {
	position: absolute;
	top: -16px;
}*/
.pageTop a img {
	width: 100%;
}

#footerNavi {
	background-color: #666;
	padding: 22px 0;
}
#footerNavi ul {
	text-align: center;
	font-size: 0;
}
#footerNavi ul li {
	display: inline-block;
	font-size: 12px;
}
#footerNavi ul li a {
	color: #fff;
	border-left: 1px solid #fff;
	margin-left: 25px;
	padding-left: 25px;
}
#footerNavi ul li:first-child a {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#footerLower {
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
}
#footerCopy {
	float: left;
}
#footerCopy #footerLogo {
	width: 120px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
html.ie8 #footerCopy #footerLogo img {
	width: 100% !important;
}
#footerCopy #footerLogo a {
	width: 100%;
}
#footerCopy #copyright {
	font-size: 11px;
	display: inline-block;
	vertical-align: middle;
}

#footerLinks {
	float: right;
	margin-top: 6px;
}
#footerLinks ul {
	font-size: 0;
	text-align: right;
	margin-bottom: 5px;
}
#footerLinks ul li {
	display: inline-block;
	font-size: 11px;
	margin-left: 18px;
}
#footerLinks ul li:first-child {
	margin-left: 0;
}
#footerLinks ul li a {
	color: #666;
}

/* !sectionNews
---------------------------------------------------------- */
.sectionNews {
  margin-bottom: 60px; }

/* !newsListCategoryWrap
---------------------------------------------------------- */
.newsListCategoryWrap {
  position: relative;
  font-size: 1.4rem; }

.newsListCategoryWrap dl {
  clear: both;
  background-color: #e7eef8; }

.newsListCategoryWrap dt {
  position: absolute;
  top: 0;
  width: 20%;
  padding: 3px 0 0;
  z-index: 2;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e7eef8;
  -o-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3) inset; }

.newsListCategoryWrap dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 8px;
  margin-top: -6px;
  background-color: #c3ccd8; }

.newsListCategoryWrap dl:last-child dt:after {
  display: none; }

#newsListCategory01 dt {
  left: 0; }

#newsListCategory02 dt {
  left: 20%; }

#newsListCategory03 dt {
  left: 40%; }

#newsListCategory04 dt {
  left: 60%; }

#newsListCategory05 dt {
  left: 80%; }

.newsListCategoryWrap dt a {
  display: block;
  position: relative;
  margin: 0 2px 0 1px;
  padding: 12px 0 15px;
  text-align: center;
  font-weight: bold;
  color: #005bac;
  text-decoration: none;
  cursor: pointer;
  background: url("/~/Media/common/images/ico_arrow_b01.png") no-repeat center 2.75em; }

.newsListCategoryWrap dt a:first-child {
  margin: 0 2px 0 2px; }

.newsListCategoryWrap dt a:hover, .newsListCategoryWrap dt a:focus, .newsListCategoryWrap dl.active dt a {
  background-color: #fff;
  background-image: none; }

.newsListCategoryWrap dt a:before, .newsListCategoryWrap dt a:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0; }

.newsListCategoryWrap dt a:hover:before, .newsListCategoryWrap dt a:focus:before, .newsListCategoryWrap dt a:hover:after, .newsListCategoryWrap dt a:focus:after, .newsListCategoryWrap dl.active dt a:before, .newsListCategoryWrap dl.active dt a:after {
  display: none; }

.newsListCategoryWrap dl dd {
  clear: both;
  padding-top: 51px;
  background-color: #e7eef8; }

.newsListCategoryWrap.clone {
  display: none; }

/*---------- newsList ----------*/
.newsList {
  background-color: #fff; }

.newsList p {
  margin: 0 !important; }

.newsList li {
  border-bottom: 1px solid #cdd7e5; }

.newsList li a {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 12px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff; }

.newsList li.important a {
  background-color: #fff7dd; }

.newsList li a:hover, .newsList li a:focus {
  background-color: #e7eef8;
  color: #005bac;
  text-decoration: none; }

.newsList li .date {
  display: table-cell;
  width: 130px; }

.newsList.type04 li .date {
  display: block;
  width: auto;
  margin-left: 8px; }

.newsList li .date p {
  text-align: center;
  color: #545454; }

.newsList.type04 li .date p {
  text-align: left; }

.newsList li .icon {
  display: table-cell;
  width: 75px; }

.newsList li .icon p {
  width: 75px;
  height: 22px;
  line-height: 22px;
  border-radius: 3px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff; }

.newsList li .icon.cat01 p {
  background-color: #e67171; }

.newsList li .icon.cat02 p {
  background-color: #5ec2d4; }

.newsList li .icon.cat03 p {
  background-color: #99b83c; }

.newsList li .pdf {
  display: table-cell;
  vertical-align: top;
  width: 45px;
  text-align: center;
  padding: 4px 0 0; }

.newsList li .pdf img {
  width: 18px;
  height: auto;
  margin: 0 auto; }

.newsList li .title {
  display: table-cell; }

.newsList.type04 li .title {
  display: block;
  margin-left: 8px; }

.newsList li .title p {
  position: relative;
  padding: 4px 10px 0 14px;
  background: url("/~/Media/common/images/ico_arrow_r03.png") no-repeat 0 0.7em; }

.newsList li .title p:before {
  background-color: #0059af; }

.newsList li .title p:after {
  background-color: #fff;
  margin-left: -2px; }

.newsList li.important .title p:after {
  background-color: #fff7dd; }

.newsList li a:hover > .title p:after {
  background-color: #e7eef8; }

.newsList li .title p .size {
  margin-left: 0.5em;
  word-break: keep-all; }

.newsList li .title p .icnImportant {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 100px;
  background-color: #e60012;
  font-size: 1.1rem;
  color: #fff; }

html.ie8 .newsList li .title p .icnImportant {
  padding: 2px 10px 1px; }

/*---------- moreLinks（RSS & BackNumber） ----------*/
.moreLinks {
  padding: 18px 0;
  line-height: 0.8;
  background-color: #fff; }

.moreLinks .rss {
  float: right; }

.moreLinks .rss a {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.3rem;
  background: url("/~/Media/common/images/ico_rss20x20.png") no-repeat 0 center;
  -o-background-size: 13px auto;
  -ms-background-size: 13px auto;
  -moz-background-size: 13px auto;
  -webkit-background-size: 13px auto;
  background-size: 12px auto; }

html.ie8 .moreLinks .rss a {
  background: url("/~/Media/common/images/ico_rss12x12.png") no-repeat 0 center; }

.moreLinks .more01 {
  float: right;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #cdd7e5; }

.moreLinks .more01 a {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.3rem;
  background: url("/~/Media/common/images/ico_morelink28x20.png") no-repeat 0 center;
  -o-background-size: auto 11px;
  -ms-background-size: auto 11px;
  -moz-background-size: auto 11px;
  -webkit-background-size: auto 11px;
  background-size: auto 12px; }

html.ie8 .moreLinks .more01 a {
  background: url("/~/Media/common/images/ico_morelink16x12.png") no-repeat 0 center; }

.moreLinks .more02 {
  text-align: right; }

.moreLinks .more02 a {
  position: relative;
  padding-left: 15px;
  font-size: 1.3rem; }

.moreLinks .more02 a:before, .moreLinks .more02 a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.moreLinks .more02 a:before {
  background-color: #0059af; }

.moreLinks .more02 a:after {
  background-color: #fff;
  margin-left: -2px; }

.moreLinks .more02 a:hover:before {
  background-color: #76a4cd; }

/*---------- infoBox01 --------------------------------- */
/*============================= BREAK POINT ===============================
Tablet Layout
=============================== BREAK POINT =============================*/
@media screen and (max-width: 768px) {
    /* !wrapper
---------------------------------------------------------- */
  #wrapper {
    min-width: 100%;
    background: #fff; }

    /* !header
---------------------------------------------------------- */
  #header {
    height: 169px; }

  #headerIn {
    width: 91%; }

  #headerLogo {
    padding: 31px 0 0 0; }

  /*---------- gNavi ------------------------------ */
  #gNavi {
    min-width: 100%;
    top: 102px;
    /*180-72-5-1*/ }

  #gNavi ul {
    width: 92%; }

  #gNavi li {
    display: table; }

  #gNavi li a {
    display: table-cell;
    vertical-align: middle;
    padding: 7px 6px 0;
    text-align: center;
    font-size: 1.3rem }



  /*---------- headerLinks ------------------------------- */
  #headerLinks ul {
    right: 0;
    top: 15px; }
  #headerLinks ul li a {
    font-size: 1.1rem;
  }

  /*---------- siteSearch ----------*/
  #headerLinks .siteSearch {
    top: 50px; }

  /*---------- siteSearch ----------*/
  #headerLinks .siteSearch {
    top: 50px; }

  .siteSearch table.gsc-search-box {
    width: 187px !important; }

  .siteSearch .gsc-control-cse, .siteSearch .gsc-control-cse-ja, .siteSearch .gsc-input-box {
    width: 170px; }

  .siteSearch input[type="text"] {
    width: 130px !important; }

    /* !function
---------------------------------------------------------- */
  .ul_function01 li.print01 {
    display: none; }

    /* !container
---------------------------------------------------------- */
  #container {
    width: auto; }

    /* !main
---------------------------------------------------------- */
  #main {
    float: none;
    width: 91%;
    margin: 0 auto 54px; }

    /* !main 
---------------------------------------------------------- */
  #main.mainWide {
    width: 91%;
    margin: 0 auto 54px; }

    /* !section
---------------------------------------------------------- */
    /* !sub
---------------------------------------------------------- */
  #sub {
    width: 91%;
    float: none;
    margin: 0 auto; }

  #lNavi {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*debug layout*/
    background-color: #fff; }

  #lNavi .category_title {
    padding: 20px 20px 20px;
    color: #fff;
    font-size: 2.0rem; }

  #lNavi .category_title.type01 {
    background-size: 60px 60px;
    background-position: right bottom; }

  #lNavi .category_title.type02 {
    background-size: 60px 60px;
    background-position: right bottom; }

  .subLinks {
    /*debug layout*/
    background-color: #fff;
    text-align: center; }

  .subLinks > a {
    background-image: url(/~/Media/cojp/common/images/img_banner_sp01.png);
    background-repeat: no-repeat;
    text-align: left;
    width: 58.5%;
    height: auto;
    background-size: 100% auto;
    display: block;
    padding-bottom: 9%; }

  .subLinks > a > p:first-child {
    text-indent: -999px; }

  .subLinks > a > p:nth-child(2) {
    text-indent: -999px; }

  .subLinks > ul {
    margin: 40px 0;
    overflow: hidden;
    border-top: 1px solid #cdd7e5;
    border-bottom: 1px solid #cdd7e5; }

  .subLinks > ul > li {
    float: left;
    width: 28.5%;
    border: none;
    font-size: 1.3rem; }

  .subLinks > ul > li:nth-child(2) {
    margin: 0 7.2%; }

  .subLinks > ul > li a {
    padding: 30px 0 30px 30px; }

  .subLinks > ul > li a:before {
    display: block;
    content: "";
    position: absolute;
    height: 8px;
    position: absolute;
    top: 45%;
    right: 1%;
    background-image: url("/~/Media/common/images/ico_squre01.gif");
    background-repeat: no-repeat;
    background-position: 0 0; }

  .subLinks > ul > li.link01 {
    background-image: url(/~/Media/cojp/common/images218/icn_sp_hl_coco.png);
    background-repeat: no-repeat;
    background-position: left center; }

  .subLinks > ul > li.link01 a {
	height: 100%;
	padding: 30px 0 30px 30px; 
	background:url();
	text-indent:0;
	}


  .subLinks > ul > li.link02 {
    background-image: url(/~/Media/cojp/common/images/ico_banner02.gif);
    background-repeat: no-repeat;
    background-position: left center; }

  .subLinks > ul > li.link03 {
    background-image: url(/~/Media/cojp/common/images/ico_banner03.gif);
    background-repeat: no-repeat;
    background-position: left center; }

    /* !footer
---------------------------------------------------------- */
.footerIn {
	width: auto;
}

.pageTop a {
	margin: 0;
	right: 10px;
}
#footerNavi ul {
	width: 87.5%;
}
#footerNavi ul li {
	font-size: 1.1rem;
}
#footerNavi ul li:nth-child(1),
#footerNavi ul li:nth-child(4) {
	width: 30%;
}
#footerNavi ul li:nth-child(2),
#footerNavi ul li:nth-child(5) {
	width: 25%;
}
#footerNavi ul li:nth-child(3),
#footerNavi ul li:nth-child(6) {
	width: 45%;
}
#footerNavi ul li:nth-child(1),
#footerNavi ul li:nth-child(2),
#footerNavi ul li:nth-child(3) {
	margin-bottom: 10px;
}
#footerNavi ul li a {
	border-left: none;
	padding: 0;
	margin: 0;
}


#footerLinks,
#footerCopy {
	float: none;
}

#footerLinks ul {
	text-align: center;
}
#footerLinks ul li {
	font-size: 0.9rem;
}
#footerCopy #footerLogo,
#footerCopy #copyright {
	display: block;
}
#footerCopy #footerLogo {
	width: 26.5%;
	margin: 24px auto 10px;
}
#footerCopy #copyright {
	font-size: 0.8rem;
	text-align: center;
}

    /* !newsListCategoryWrap
---------------------------------------------------------- */
  #newsListCategory01 dt {
    left: 0;
    width: 25%; }

  #newsListCategory02 dt {
    left: 25%;
    width: 20%; }

  #newsListCategory03 dt {
    left: 45%;
    width: 25%; }

  #newsListCategory04 dt {
    left: 70%;
    width: 15%; }

  #newsListCategory05 dt {
    left: 85%;
    width: 15%; }

  .newsListCategoryWrap.clone {
    display: none; }

    /* !btnMore01
---------------------------------------------------------- */
  .gnavi-fixed {
    position: static !important; }

  .btnMore01 {
    margin-top: 14px; }

  .btnMore01 > a {
    background-position: 20px center; }

  .moreLinks .more01 {
    border-left: none; }

  .moreLinks .rss {
    display: none; } }
/****************************** BREAK POINT *******************************
SP Layout
******************************* BREAK POINT ******************************/
@media screen and (max-width: 480px) {
    /* !header
************************************************************ */
  #header {
    height: 52px;
    border-bottom: 1px solid #0d5daa; }

  #headerLogo {
    padding: 10px 0 0 0; }

  #headerLogo img {
    width: 85px; }


  #headerLogo span {
    font-size: 1.5rem; }

  #headerCopy01 {
    padding: 27px 0 0 25px; }

  #headerCopy01 img {
    width: 176px;
    height: 37px; }

  #headerCopy02 {
    display: none; }

  #headerNavi {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999; }

  #headerNavi.active #btnMenu {
    background-position: top center; }

  #headerNavi dt#btnMenu {
    display: block; }

  #btnMenu a {
    display: block;
    width: 100%;
    height: 100%; }

  #headerNavi dd {
    display: none;
    position: absolute;
    float: left;
    right: 0;
    top: 0;
    z-index: 999;
    height: 100%;
    background-color: #0d5daa; }

  /*---------- gNavi ----------*/
  #menu #gNavi {
    position: static;
    width: auto;
    height: auto;
    border-bottom: none;
    background: none; }

  #menu #gNavi ul {
    height: auto; }

  #menu #gNavi li {
    float: none;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #80b3d9; }

  #menu #gNavi li:nth-child(1), #menu #gNavi li:nth-child(2), #menu #gNavi li:nth-child(3), #menu #gNavi li:nth-child(4), #menu #gNavi li:nth-child(5), #menu #gNavi li:nth-child(6) {
    width: 100%;
    margin-right: 0; }

  #menu #gNavi li a {
    position: relative;
    padding: 0 5px;
    border-bottom: none;
    text-align: left;
    font-size: 1.1rem;
    color: #fff;
  }
  #menu #gNavi li a:after {
	position: absolute;
	content: " ";
	background: url(/~/Media/cojp/common/images218/gnavi_arrow.png) no-repeat right center;
	background-size: 11px 11px;
	display: block;
	width: 11px;
	height: 11px;
	top: 16px;
	left: auto;
	right: 5px;
  }
  #menu #gNavi li a:before {
  	display: none;
  }


  /*---------- headerLinks ----------*/
  #headerLinks {
    position: static;
    padding: 0 0 1em;
    margin-top: 20px; }

  #headerLinks ul {
    position: static;
    width: 92%;
    margin: 0 auto;
  }

  #headerLinks li {
    float: none;
    margin-top: 10px; }
    
  #headerLinks li a {
    text-align: left;
    color: #fff; }
  #headerLinks li.sp {
    display: table;
    width: 100%;
  }
  #headerLinks li a:visited, #headerLinks li a:hover, #headerLinks li a:focus {
    color: #fff !important;
  }
  #headerLinks li.sp a {
    display: table-cell;
    vertical-align: middle;
    color: #005bac !important;
  }
  #headerLinks li.hlLanguage, #headerLinks li.hlProduct {
    margin-right: 0; }

  #headerLinks li.sp a {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    padding: 0 22px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-size: 15px 16px;
    background-color: #e6f0f8;
    font-size: 1.1rem;
    font-weight: bold;
    color: #0066b3; }
    
  #headerLinks li.hlShop a {
    background: #e6f0f8 url(/~/Media/cojp/common/images218/icn_sp_hl_shop.png) no-repeat 5px center;
    background-size: 26px 25px;
    padding-left: 35px;
  }
  #headerLinks li.hlClub a {
    background: #e6f0f8 url(/~/Media/cojp/common/images218/icn_sp_hl_coco.png) no-repeat 5px center;
    background-size: 26px 25px;
    padding-left: 35px;
  }

  #headerLinks li a:visited, #headerLinks li a:hover, #headerLinks li a:focus {
    text-decoration: none; }

  #headerLinks li a[target="_blank"]:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 16px;
    width: 9px;
    height: 9px;
    background: url(/~/Media/cojp/common/images218/icn_sp_blank_blue.png) no-repeat 0 0;
    background-size: 8px 7px;
  }

  #headerLinks li.hlProduct a:after {
    width: 11px;
    height: 11px;
    top: 14px;
    background: url(/~/Media/cojp/common/images218/gnavi_arrow_blue.png) no-repeat 0 0;
    background-size: 11px 11px;
  }
  
  #headerLinks li.hlLanguage,
  #headerLinks li.hlLanguage_cn {
    display: table;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #80b3d9;
    height: 32px;
    margin: 0;
    padding: 0;
  }
  #headerLinks li.hlLanguage a,
  #headerLinks li.hlLanguage_cn a {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }
  #headerLinks li.hlLanguage {
    border-top: 1px solid #80b3d9;
    margin-top: 20px;
  }
  #headerLinks li.hlLanguage a:hover,
  #headerLinks li.hlLanguage_cn a:hover {
    color: #fff !important;
  }
  #headerLinks li.hlLanguage a:after,
  #headerLinks li.hlLanguage_cn a:after {
    background: url(/~/Media/cojp/common/images218/icn_sp_blank_white.png) no-repeat 0 0;
    background-size: 8px 7px;
  }
  #headerLinks li a[target="_blank"]:hover:after, #headerLinks li a[target="_blank"]:focus:after {
    background-position: 0 0;
  }

  
  
  
  /*---------- siteSearch ----------*/
  #headerLinks .siteSearch {
    position: static !important;
    width: 92% !important;
    margin: 20px auto 0 !important; }

  .siteSearch table.gsc-search-box,
  .siteSearch .gsc-input {
    width: 100% !important;
    position: relative !important;
    border: none !important;
    background-color: transparent !important; }

  .siteSearch .gsc-control-cse,
  .siteSearch .gsc-control-cse-ja,
  .siteSearch .gsc-input-box {
    width: 100% !important;
    height: 30px !important;
    border: none !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-radius: 3px !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 0 0 0 !important;
    vertical-align: middle !important;
    font-size: 1.6rem !important;
    color: #485972 !important;
    position: relative !important;
    right: 0 !important; }

  .siteSearch .gsib_a {
    padding: 0 0 0 10px !important; }

  .siteSearch input[type="text"] {
    width: 85% !important; }

  .siteSearch td.gsc-search-button {
    display: block !important;
    position: absolute !important;
    right: 3px !important;
    top: 4px !important;
    width: 25px !important;
    height: 25px !important; }

  .siteSearch input.gsc-search-button {
    display: block;
    width: 13px !important;
    height: 13px !important;
    border: none !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    text-indent: -9999px !important;
    background-color: #0d5daa !important;
    margin: 0 !important;
    padding: 5px !important; }

    /* !banner
************************************************************ */
  .banner01 {
    padding-bottom: 0; }

  .banner01 p {
    margin: 0 !important; }

  .banner01:after {
    display: none; }

    /* !function
************************************************************ */
  .function01 {
    margin: 15px 0;
    padding: 0 15px; }

    /* !container
************************************************************ */
  #container {
    width: auto; }

    /* !main
************************************************************ */
  #main {
    width: 100%;
    margin-bottom: 30px; }

  #main .mainIn {
    width: 90.6%;
    margin: 0 auto; }

  #main.mainWide {
    width: 100%;
    margin-bottom: 30px; }

  #main.mainWide .mainIn {
    width: 90.6%;
    margin: 0 auto; }

    /* !section
************************************************************ */
  .section_basic01 {
    margin-bottom: 25px; }

  .section_basic01 > p, .section_basic01 > ul, .section_basic01 > ol {
    padding: 0 15px; }

  .section_basic01 img {
    max-width: 100%;
    height: auto; }

  html.ie8 .section_basic01 img {
    width: auto; }

    /* !sub
************************************************************ */
  #sub {
    width: 90.6%;
    margin-bottom: 30px; }

  #lNavi {
    margin: 0 auto;
    padding-bottom: 20px; }

  #lNavi {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  #lNavi .category_title {
    margin: 0 auto;
    padding: 20px 15px 20px;
    color: #fff;
    font-size: 1.4rem; }

  #lNavi .category_title.type01 {
    background-size: 39px 39px; }

  #lNavi .category_title.type02 {
    background-size: 39px 39px; }

  #lNavi > ul {
    margin: 0 auto; }

  .subLinks > a {
    background-image: url(/~/Media/cojp/common/images/img_banner_sp01.png);
    background-repeat: no-repeat;
    text-align: left;
    width: 100%;
    height: auto;
    background-size: 100% auto;
    display: block;
    padding-bottom: 15%; }

  .subLinks > a > p:first-child {
    text-indent: -999px; }

  .subLinks > a > p:nth-child(2) {
    text-indent: -999px; }

  .subLinks > ul {
    overflow: hidden;
    border-top: 1px solid #cdd7e5;
    border-bottom: 1px solid #cdd7e5;
    width: 100%;
    margin: 25px 0 0 0; }

  .subLinks > ul > li {
    float: left;
    width: 47%;
    box-sizing: border-box;
    font-size: 1.2rem; }

  .subLinks > ul > li:nth-child(2) {
    margin: 0; }

  .subLinks > ul > li:nth-child(odd) {
    margin-right: 6%; }

  .subLinks > ul > li:nth-child(even) {
    margin-right: 0%; }

  .subLinks > ul > li:last-child {
    border: none; }

  .subLinks > ul > li a {
    padding: 30px 0 30px 0; }

  .subLinks > ul > li a:before {
    display: block;
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 40%;
    left: 90%;
    background-image: url("/~/Media/common/images/ico_squre01.gif");
    background-repeat: no-repeat;
    background-position: 0 0; }

  .subLinks > ul > li.link01 {
    background-image: url(/~/Media/cojp/common/images218/icn_sp_hl_coco.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 27px 25px; }
    
  .subLinks > ul > li.link01 a {
	padding: 30px 0 30px 0;
	}

  .subLinks > ul > li.link02 {
    background-image: url(/~/Media/cojp/common/images/ico_banner02.gif);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 25px; }

  .subLinks > ul > li.link03 {
    background-image: url(/~/Media/cojp/common/images/ico_banner03.gif);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 25px; }

    /* !sectionNews
************************************************************ */
  .sectionNews {
    margin-bottom: 0; }

    /* !footer
************************************************************ */















    /* !newsListCategoryWrap
************************************************************ */
  .newsListCategoryWrap {
    display: none; }

  .newsListCategoryWrap.clone {
    display: block; }

  .newsListCategoryWrap dl {
    background: none; }

  .newsListCategoryWrap dt {
    position: relative;
    width: 100%;
    padding: 0; }

  .newsListCategoryWrap dt:after {
    display: none; }

  #newsListCategory01 dt, #newsListCategory02 dt, #newsListCategory03 dt, #newsListCategory04 dt, #newsListCategory05 dt {
    left: 0;
    width: auto; }

  .newsListCategoryWrap dt a {
    padding: 12px 5% 15px;
    text-align: left; }

  .newsListCategoryWrap dt a:first-child {
    margin: 0; }

  .newsListCategoryWrap dt a:hover, .newsListCategoryWrap dt a:focus, .newsListCategoryWrap dl.active dt a {
    background: none; }

  .newsListCategoryWrap dt a:before, .newsListCategoryWrap dt a:after {
    display: block;
    content: "";
    position: absolute;
    left: auto;
    right: 5%;
    bottom: 50%; }

  .newsListCategoryWrap dt a:before {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }

  .newsListCategoryWrap dt a:after {
    margin-left: 0;
    margin-right: -4px;
    margin-bottom: 4px; }

  .newsListCategoryWrap dt a:hover:before, .newsListCategoryWrap dt a:focus:before, .newsListCategoryWrap dt a:hover:after, .newsListCategoryWrap dt a:focus:after, .newsListCategoryWrap dl.active dt a:before, .newsListCategoryWrap dl.active dt a:after {
    display: block;
    left: auto;
    right: 5%;
    bottom: 50%; }

  .newsListCategoryWrap dl.active dt a:before {
    margin-right: 0;
    margin-bottom: -5px; }

  .newsListCategoryWrap dl.active dt a:after {
    margin-right: -4px;
    margin-bottom: -8px; }

  .newsListCategoryWrap dl dd {
    display: none;
    padding-top: 0; }

  /*---------- newsList --------------*/
  .newsList li a {
    position: relative;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }

  .newsList li a:before, .newsList li a:after {
    position: absolute;
    content: "";
    right: 5%;
    top: 50%;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .newsList li a:before {
    background-color: #0d61b1; }

  .newsList li a:after {
    background-color: #fff;
    margin-right: 4px; }

  .newsList li.important a:after {
    background-color: #fff7dd; }

  .newsList li a:hover:after, .newsList li a:focus:after, .newsList li.important a:hover:after, .newsList li.important a:focus:after {
    background-color: #e7eef8; }

  .newsList li .date {
    display: block;
    width: auto;
    margin-left: 5%;
    margin-right: 7px; }

  .newsList.type01 li .date {
    float: none; }

  .newsList.type02 li .date {
    float: left; }

  .newsList.type03 li .date {
    margin-bottom: 6px; }

  .newsList.type04 li .date {
    margin-left: 5%; }

  .newsList li .date p {
    display: inline;
    text-align: left;
    font-size: 1.1rem; }

  .newsList li .icon {
    display: block;
    width: auto;
    margin-bottom: 5px; }

  .newsList li .icon p {
    display: inline-block;
    width: 62px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    font-size: 1.1rem; }

  .newsList li .pdf {
    display: block;
    width: 13px;
    float: left;
    margin-left: 5%;
    text-align: left; }

  .newsList li .pdf img {
    display: block;
    width: 13px;
    height: auto; }

  .newsList.type01 li .title {
    display: block;
    margin-left: 5%; }

  .newsList.type04 li .title {
    margin-left: 5%;
    margin-top: 4px;
    padding: 0; }

  .newsList li .title p {
    position: relative;
    background-image: none; }

  .newsList.type01 li .title p {
    padding: 0 10% 0 0; }

  .newsList.type02 li .title p {
    padding: 0 10% 0 10px; }

  .newsList.type03 li .title p {
    padding: 0 10% 0 0; }

  .newsList.type04 li .title p {
    padding: 0 10% 0 0; }

  .newsList li .title p:before, .newsList li .title p:after {
    display: none; }

  .newsList li .title p .size {
    margin-left: 0.3em;
    word-break: keep-all; }

  .newsList li .title p .icnImportant {
    display: inline-block;
    margin-left: 10px;
    padding: 0 6px;
    font-size: 1.1rem; }

  /*---------- moreLinks ----------------*/
  .moreLinks {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 18px;
    line-height: normal; }

  .moreLinks .rss {
    float: none;
    margin-top: 18px; }

  .moreLinks .rss a {
    padding-left: 17px;
    font-size: 1.4rem; }

  .moreLinks .rss a:before {
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px; }

  .moreLinks .more01 {
    float: none;
    margin-top: 18px;
    margin-left: 0;
    padding-left: 0;
    border: none; }

  .moreLinks .more01 a {
    padding-left: 19px;
    font-size: 1.4rem; }

  .moreLinks .more01 a:before {
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px; }

  .moreLinks .more02 {
    margin-top: 15px;
    text-align: center; } }
/*------------------------------------------------------------------------
Print Style
------------------------------------------------------------------------*/
@media print {
  html, html body {
    *zoom: 0.65; }

  #gNavi.gnavi-fixed {
    position: static;
    top: auto;
    z-index: auto; }

  #headerNavi, #footerLinks, #footerNavi, #sub, #breadcrumb, .function01 {
    display: none; }

  #footerCopy {
    background: none;
    border: none; }

  #header {
    border-bottom: 5px solid #0d5daa;
    height: 90px; }

  #main {
    margin: 0 auto;
    float: none; }



  /*ie8印刷用*/
  html.ie8 #header {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -470px;
    height: 90px; }

  html.ie8 #container {
    padding-top: 95px; } }
