@charset "UTF-8";

/*プレビュー*/


.preview{
	width:200px;
	height:82px;
	font-size:14px;
	line-height:82px;
	position:fixed;
	bottom:10%;
	left:20px;
	background:rgba(255,255,0,0.8);
	text-align:center;
	
}


/*ニュース一覧*/

.media-container.news .item {
	vertical-align:top;
	width:33%;
	padding-bottom:0;
	margin-bottom:10px;
}

.media-container.news .item .imgbox {
	height:74%;
	text-align:center;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-o-background-size:100%;
	-ms-background-size:100%;
	background-size:100%;
	background-repeat:no-repeat;
	
	background-position:center top;
}


.media-container.news .item .meta .tag {
	background:url(../images/img_all/bg_tag_icon.gif) no-repeat left;
	padding: 5px 0 5px 20px;
	display: block;
	vertical-align: top;
	margin-top: -6px;
}

.media-container.news .item .title {
	height:auto;	
}

.media-container.news .buttons a {
	display:inline;
	
}

/*ヘッドライン一覧*/

.media-container.headline .emergency .item .meta .tag.icon01 {
	background-color: #e44f3b;
}


.media-container.headline .emergency .item .meta .tag.icon02 {
	background-color: #feca04
}


.media-container button, button {
	border-radius:0;
	
}


.media-container button.inactive {
  border: 1px solid #cecece;
  color: #cecece;
  cursor: pointer;
  transition-property:none;
}

.media-container button.inactive:hover {
  border: 1px solid #cecece !important;
  color: #cecece !important;
  background:#fff;
}

.media-container.headline .emergency .item.en .meta .tag {
	font-size:12px;
	font-weight:bold;
	width:80px;
}


/*詳細*/


.siderecommend .container.headLine {
	border-bottom:2px solid #C3CFDA;
	
}

.siderecommend .title {
	font-size:12px;
	width:94px;
	position:relative;
	
}

.siderecommend .title:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 8px solid #7E561F;
  border-bottom: 11px solid transparent;
}


.media-container .content em{
 font-style: italic;
}

.media-container .content strong{
 font-weight: bold;
}

.media-container .content img{
 margin: 0;
 display: inline;
}

.media-container .content {
 line-height: 1.7em;
}

.sidebanner {
	margin-right:0;
	
}

.fileList {
	padding-top:30px;
	
}

.fileList li {
	margin-bottom:15px;
}

.fileList li:last-child {
	margin-bottom:0;
	
}

.fileList li a {
	border:1px solid #cfd7e0;
	padding:12px 50px 12px 15px;
	font-size:14px;
	font-weight:bold;
	color:#003163;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
}

.fileList li.pdf a { background:url(../images/img_all/icon_pdf.png) no-repeat 98% #fff;}
.fileList li.pdf a:hover { background:url(../images/img_all/icon_pdf.png) no-repeat 98% #eee;}

.fileList li.xls a { background:url(../images/img_all/icon_xls.png) no-repeat 98% #fff;}
.fileList li.xls a:hover { background:url(../images/img_all/icon_xls.png) no-repeat 98% #eee;}

.fileList li.doc a { background:url(../images/img_all/icon_doc.png) no-repeat 98% #fff;}
.fileList li.doc a:hover { background:url(../images/img_all/icon_doc.png) no-repeat 98% #eee;}

.fileList li.img a { background:url(../images/img_all/icon_img.png) no-repeat 98% #fff;}
.fileList li.img a:hover { background:url(../images/img_all/icon_img.png) no-repeat 98% #eee;}



/*掲示板　*/

#custom-keiji {
	margin:0 44px;
	padding:0 0 50px 0;
	
}

#keiji_list h2,
#keiji_detail h2  {
  font-size: 22px;
  font-weight: 700;
  border-left: 10px solid #003163;
  line-height: 160%;
  padding-left: 10px;
  margin: 0 0 20px;
}

#navi ul {
	margin-bottom:20px;
	
}

#navi ul li {
	display:inline-block;
	margin-right: 10px;
}

/* table */
#keiji_list .list_body table {
	border: #ccc 1px solid;
	font-size: 13px;
	line-height: 1.4em;
	width:100%;
	margin-bottom:10px;
}

#keiji_list .list_body table th {
	padding: 8px 0;
	border: #ccc 1px solid;
	background-color: #e5edf6;
	text-align:center;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

#keiji_list .list_body table th.titleDate {
	width:96px;
}

#keiji_list .list_body table th.titleSection {
	width:220px;
}

#keiji_list .list_body table th.titleTarget {
	width:210px;
}

#keiji_list .list_body table td {
	padding: 15px 10px;
	text-align: left;
	border: #ccc 1px solid;
	line-height:1.5;
	vertical-align:middle;
}

#keiji_list .list_body table td a {
	color: #062c70;
}
#keiji_list .list_body table td a:hover {
	text-decoration: underline;
}

#custom-keiji .cfoot .foot_small {
	font-size:12px;
	line-height:1.5;
	
}

#custom-keiji #topics_tree {
	display:none;
	
}

#keiji_detail .detail_head {
	position:relative;
	
}

#keiji_detail .detail_head .back_list {
  position: absolute;
  right: 0;
  top: 4px;
display: block;
  padding: 0 0 0 16px;
  background: transparent url(/img/common/bg_back_l.gif ) no-repeat 0 2px;
}


#keiji_detail a {
  font-size: 12px;
  line-height: 1.4em;
  color: #062c70;
}

#custom-keiji .cfoot .back_list {
  padding: 0 0 0 16px;
  background: transparent url(/img/common/bg_back_l.gif ) no-repeat 0 2px;
}

#custom-keiji .buttons {
    border: 0;
    text-align: center;
    margin-top: 70px;
}

#custom-keiji .buttons .goto,
#custom-keiji .buttons .shorten {
	width: 30px;
    height: 30px;
    padding: 0;
    margin: 5px;
    display: inline-block;
}

#custom-keiji button, button {
    border-radius: 0;
}
#custom-keiji button {
    border: 1px solid #0d3966;
    color: #0d3966;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: .2s;
    animation-timing-function: cubic-bezier(0,0,0,.97);
}

#custom-keiji button.current, #custom-keiji button:hover {
    background-color: #0d3966;
    color: #fff;
}


#custom-keiji button.inactive {
    border: 1px solid #cecece;
    color: #cecece;
    cursor: pointer;
    transition-property: none;
}
#custom-keiji button, button {
    border-radius: 0;
}



/*-------------------------------------------------------------
  keiji_detail
---------------------------------------------------------------*/

#content_page_wide .cbody #keiji_detail {
	padding-bottom: 24px;
	background-image: none;
}

#keiji_detail .detail_head {
	position: relative;
}
#keiji_detail .detail_head .back_list {
	position: absolute;
	right: 0;
	top: 4px;
}

#keiji_detail .dateArea {
	font-size:10px;
	line-height:1.5;
	margin-bottom:5px;
	
}


/* title */
#keiji_detail #keiji_title h3 {
	position: relative;
	display: block;
	font-weight: normal;
	font-size: 22px;
	margin-bottom:20px;
	line-height:1.5;
	font-weight:bold;
}

/* info */
#keiji_info {
	margin-bottom: 24px;
}
#keiji_info {
	font-size: 12px;
	line-height: 1.5em;
	width:100%;
	margin-bottom:20px;
}

#keiji_info span {
	font-weight:bold;
	
}

#keiji_text {
	margin:0 auto 20px;
	
}

/* foot */
#custom-keiji .cfoot {
	position: relative;
	height: 54px;
}
#custom-keiji .cfoot .back_list {
	position: absolute;
	right:0;
	top: 0;
}
#custom-keiji .cfoot .back_list a {
  font-size: 12px;
  line-height: 1.4em;
  color: #062c70;
  
}

#keiji_text #text {
	text-align: justify;
	font-size: 14px;
	line-height: 1.8em;
}

.media-container.detail .buttons .next.inactive,
.media-container.detail .buttons .prev.inactive,
.media-container.headline .buttons .next.inactive,
.media-container.headline .buttons .prev.inactive,
.media-container.news .buttons .next.inactive,
.media-container.news .buttons .prev.inactive {
  color: #cecece;
  cursor: pointer;
  transition-property:none;
  cursor:default;
	
}

.media-container.detail .buttons .next.inactive:hover,
.media-container.detail .buttons .prev.inactive:hover,
.media-container.headline .buttons .next.inactive:hover,
.media-container.headline .buttons .prev.inactive:hover,
.media-container.news .buttons .next.inactive:hover,
.media-container.news .buttons .prev.inactive:hover {
  color: #cecece;
  cursor: pointer;
  transition-property:none;
  background:#fff;
	
}

#custom-oc_form dl dt {
	display: block;
	padding: 0 0 0 12px;
	margin-bottom: 14px;
	background: transparent url( /img/contents/form/bg_data_dt.gif ) no-repeat 0 4px;
	font-size: 14px;
	font-weight: bold;
}

#custom-oc_form dl dd {
	display: block;
	padding: 8px 16px;
	margin: 0 0 22px 18px;
	border-left: #012a74 2px solid;
	font-size: 12px;
	line-height:1.5;
}

#custom-oc_form dl dd span {
	display: block;
	margin-bottom: 12px;
}

#custom-oc_form dl dd input.text,
#custom-oc_form dl dd select,
#custom-oc_form dl dd textarea {
	border: #b4b4b4 1px solid;
}

#custom-oc_form input.button {
	background-color: #b5b5b3;
	border: #b5b5b3 1px solid;
}

#custom-oc_form .error {
	color: #FF0000;
}

#custom-keiji.detail .buttons {
    width: 100%;
    border: 1px solid #003163;
    color: #003163;
}

#custom-keiji.detail .buttons tr {
    padding: 0;
    border-color: #003163;
}


#custom-keiji.detail .buttons .next,
#custom-keiji.detail .buttons .prev {
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
    width: 100px;
}
#custom-keiji.detail .buttons td {
    padding: 0;
    border:1px solid  #003163;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
}

#custom-keiji.detail .buttons .next.inactive,
#custom-keiji.detail .buttons .prev.inactive {
    color: #cecece;
    cursor: pointer;
    transition-property: none;
    cursor: default;
}

#custom-keiji.detail .buttons td a {
    text-decoration: none;
    color: inherit;
    display: block;
    line-height: 50px;
	color:#003163;
}


#custom-keiji.detail .buttons td a:hover {
	background:#003163;
	color:#fff;
	
}
/*-------------------------------------------------------------
  table
---------------------------------------------------------------*/

#custom-oc_form {
	margin:0 44px;
	padding:0 0 50px 0;
}

#custom-oc_form h2 {
  font-size: 20px;
  font-weight: 700;
  border-left: 10px solid #003163;
  line-height: 160%;
  padding-left: 10px;
  margin: 20px 0;
	
}

#custom-oc_form .mg-35,
#custom-oc_form .mg-25 {
  text-align: justify;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom:35px;
}

#custom-oc_form table {
	border: solid 1px #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px 1px;
	color: #555555;
	font-size: 12px;
}
#custom-oc_form table th,
#custom-oc_form table td {
	padding: 7px 12px 5px;
	border: solid 1px #CCCCCC;
}
#custom-oc_form table th {
	white-space: nowrap;
	font-weight: normal;
}


#custom-oc_form .medium,
#custom-oc_form ul li  {
	text-align: justify;
	font-size: 14px;
	line-height: 1.8em;
}
#custom-oc_form .medium a,
#custom-oc_form ul li a {
  color: #062C70;	
}
#custom-oc_form .medium a:hover,
#custom-oc_form ul li a:hover {
	text-decoration:underline;
	
}

#custom-oc_form ul li a.pdf {
  color: #062C70;	
  background: transparent url(/img/common/icon/pdf.gif ) no-repeat 0 center !important;
  padding-left:20px;
  display:block;

}

#custom-oc_form ul li span.t_blank_icon {
  display: inline-block;
  width: 13px;
  height: 1em;
  margin-left: 4px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  background: transparent url(/img/common/bg_link_blank_r.gif ) no-repeat right 2px;

}



@media screen and (min-width: 0px) and (max-width: 980px) {
.media-container.news .item {
	width:221px;
}


.media-container.news .item h1 {
	font-size:12px;
	
}

.media-container.news .item .imgbox {
}

.media-container.news .item .imgbox img {
}

}

@media screen and (min-width: 981px) and (max-width: 1279px) {
.media-container.news .item {
	max-width:320px;
}

.media-container.news .item .imgbox {
	max-height:200px;
}

.media-container.news .item h1 {
	font-size:14px;
	
}


.media-container.news .item .imgbox img {
	max-width: 100%;
    height: auto;
}

}

@media screen and (min-width: 1280px) and (max-width: 1499px) {


}

@media screen and (min-width: 1500px)  {
.media-container.news .item {
	width:395px;
}

.media-container.news .item .imgbox {
	height:247px;
}

.media-container.news .item h1 {
	font-size:16px;
	
}

.media-container.news .item .imgbox img {
}

}














