@charset "UTF-8";

#search-box {
  padding: 0;
  position: relative;
  z-index: 10;
}
#search-box .form {
  position: relative;
  height: 70px;
  font-size: 118.8%;
}
#search-box input.text {
  background: #fff url(/shared/img/parts/placeholder.png) no-repeat 20px center;
  border: none;
  width: 740px;
  height: 70px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #adadad;
}
#search-box input.text::-webkit-input-placeholder {
  color: #a5b9c8;
}
#search-box input.text:-ms-input-placeholder {
  color: #a5b9c8;
}
#search-box input.text::-moz-placeholder {
  color: #a5b9c8;
}
#search-box .image {
  background: #0e3956;
  right: 0;
  top: 0;
  width: 80px;
  height: 70px;
  border: none;
  color: #fff;
  padding: 0;
  border-radius: 0 3px 3px 0;
}
#feature  {
    position: absolute;
    right: 10px;
    top: 80px;
}
#tmp_contents h2 {
  font-size: 146.5%;
  color: #0E5FA6;
  font-weight: bold;
  border-left: 5px solid #0E5FA6;
  border-bottom: 1px dotted #0E5FA6;
  padding: 5px 0 5px 8px;
}
#tmp_contents #tmp_contents {
  width: auto;
}
#event #tmp_contents {
  width: 1136px;
}
#tmp_contents h3 {
  padding: 3px 20px 3px 5px;
  border-left: 5px solid #B9CCD0;
}
#tmp_contents ul,
#tmp_contents ol {
  padding: 0;
  margin: 0;
}
#tmp_contents ul li {
  background: url(/shared/img/parts/list.png) no-repeat left 4px;
  padding: 0 0 0 16px;
  margin: .4em 0;
}
#tmp_contents ul li ul li{
  background: none;
}
#tmp_contents ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#tmp_contents ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
  margin: .4em 0;
}
#tmp_contents a:hover {
  background-color: #E5F2F9;
}
.section {
  background: #fff;
  padding: 0;
  margin: 0 0 16px;
}
#share {
  background: #7E8C8D url(/shared/img/parts/social_icon.png) no-repeat left bottom;
  width: 236px;
  position: relative;
  padding: 0 0 66px;
}
#tmp_contents .section {
  background: #fff url(/shared/img/parts/section_main.png) no-repeat 12px top;
}
#tmp_contents p {
  margin: .8em 0;
}
#sort {
  padding: 0;
  width: 236px;
  margin-top: 0;
  position: absolute;
  right: 0;
}
#sort table {
  font-size: 85%;
  padding: 4px 0 4px 5em;
  margin: 0;
}
#sort th {
  padding: 4px 10px;
  background: #0b3857;
  color: #fff;
  white-space: nowrap;
}
#sort td {
  padding: 4px 10px;
}
#tmp_contents .datatable {
  border-top: 3px solid #999999;
  border-bottom: 3px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  margin-bottom: 16px;
}
#tmp_contents .datatable caption {
  text-align: left;
  margin-bottom: .2em;
  font-weight: bold;
}
#tmp_contents .datatable th,
#tmp_contents .datatable td {
  padding: 7px 12px;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  border-left: 1px dotted #999999;
  border-right: 1px dotted #999999;
  vertical-align: middle;
}
#tmp_contents .datatable th {
  font-weight: bold;
  background: #ecf0f1;
}
#tmp_contents .datatable td {
}
#tmp_contents .datatable p {
  margin: 0;
}
#tmp_contents img {
  margin: 0;
}
#tmp_contents a img {
  vertical-align: bottom;
  margin: 0;
}
.free_box {
  margin-bottom: 16px;
  background: #fff;
}
.free_box2 {
  padding: 16px;
}
.free_box p {
  padding: 0 15px;
  margin: 0;
}

.free_box a {

}
#pickup {
  position: relative;
  z-index: 10;
  margin: 10px 0 40px;
  min-height: 364px;
}
#pickup .inner{
  width: 1136px;
}
#content{
	background-color:#ffffff;
}
#slide {
  width: 820px;
  float: left;
  color:#ffffff;
  background: #334e66;
  background: rgba(51,78,102,0.7);
  position: relative;
  padding: 15px;
}
#slide a {
	color:#ffffff;
}
#slide ul {
  margin: 0;
  padding: 0;
}
#slide img {
  width: 820px;
  height: 334px;
  vertical-align: bottom;
}

#slide .bx-prev, #slide .bx-next {
  display: block;
  width: 110px;
  height: 29px;
  position: absolute;
  bottom: 0;
  text-indent: -9999px;
  background: url(/shared/img/parts/round_arrow_slide.png) no-repeat center top;
  background-color:rgba(52,72,95,0.4);
}
#slide .bx-prev:focus, #slide .bx-next:focus,
#slide .bx-prev:hover, #slide .bx-next:hover {
  background-color:rgba(52,72,95,0.6);
}
#slide .bx-prev {
  left: -110px;
}
#slide .bx-next {
  right: -110px;
  background-position: center bottom;
}
#slide .bx-controls {
	text-align:center;
	margin:0 125px;
	padding:5px 0;
	position:absolute;
	height:29px;
	box-sizing:border-box;
	left:0;
	right:0;
	bottom:15px;
	background-color:rgba(52,72,95,0.4);
}
#slide .bx-controls-auto {
	padding-right:10px;
}
#slide .bx-controls-auto img {
	width:auto !important;
	height:auto !important;
}
#slide .bx-controls-auto .active {
	display:none;
}
#slide .bx-controls-auto,
#slide .bx-controls-auto-item,
#slide .bx-pager,
#slide .bx-pager-item {
	display:inline-block !important;
	vertical-align:middle;
}
#slide2 {
  min-height: 334px;
  width: 236px;
  float: right;
  color:#ffffff;
  background: #334e66;
  background: rgba(51,78,102,0.7);
  padding: 15px;
  position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    text-indent: -9999px;
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 100%;
    border: 1px solid #fff;
}
#slide2 ul {
  margin: 0;
  padding: 0;
}
#slide2 ul li {

}
#slide2 ul li a {
  display: block;
  float: left;
  margin: 0 0 6px;
  color:#ffffff;
}
#slide2 ul li.link_r a {
  float: right;
}
#policy_title {
  font-size: 92.9%;
  font-weight: bold;
  padding: 3px 6px;
  min-height: 20px;
  float: left;
}
#policy_all {
  cursor: pointer;
  background: url(/shared/img/parts/policy_all.png) no-repeat right center;
  font-size: 71.4%;
  font-weight: bold;
  float: right;
  padding: 6px 18px 6px 6px;
  margin-right: 6px;
}
#policy {
  min-height: 118px;
  width: 224px;
  margin: 0;
  padding: 6px;
  color:#000000;
  background: #fff;
  position: relative;
}
#policy ul {
  margin: 0;
  padding: 0;
}
#policy ul li {
  width: 224px;
  height: 92px;
  float: left;
  margin: 0;
}
#policy ul li a {
  color:#000000;
}
#policy img {
  height: 92px;
  width: 224px;
}
#policy .bx-prev, #policy .bx-next {
  position: absolute;
  display: block;
  height: 43px;
  width: 30px;
  bottom: 25px;
  text-indent: -9999px;
  background: url(/shared/img/parts/round_arrow_carousel.png) no-repeat right top;
}
#policy .bx-prev {
  left: -29px;
}
#policy .bx-next {
  right: -29px;
  background-position: left -43px;
}
#special {
  position: absolute;
  z-index: 9000;
  left: 0;
  top: 123px;
  text-align: left;
}
#special:hover {

}
#special .special_body {
  color:#000000;
  background: #f9d440;
  padding: 20px 25px;
  width: 286px;
}
#special p {
  width: 286px;
  margin: 0;
}
#special ul {
  padding: 0;
  margin: 0;
}
#special ul li {
  line-height: 0;
  margin: 10px 0;
}
#special ul li a {
  width: 206px;
  color:#000000;
  background: #fff url(/shared/img/parts/round_arrow_black.png) no-repeat 12px center;
  display: block;
  padding: 12px 40px;
  text-decoration: none;
  line-height: normal;
  font-size: 93.8%;
}
#special li a img {
  vertical-align: bottom;
}
#special ul li a:hover {
  text-decoration: underline;
}
#special_open {
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  height: 250px;
  background: url(/shared/img/parts/prevention.png) no-repeat left top;
  text-indent: -9999px;
}
#special_open:hover {
  opacity: 0.85;
}
.open #special_open {
  background: url(/shared/img/parts/prevention.png) no-repeat -50px top;
}
#most {
  background: #DADEDF;
  margin: -75px 0 0;
}
#most .inner {
  background: #fff;
}
#most .block_title {
  min-height: 48px;
  padding-top: 26px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
#most h2 {
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  font-size: 125.0%;
  background: url(/shared/img/parts/most.png) no-repeat left center;
  padding: 10px 0 10px 35px;
  display: inline;
}
#most ul {
  margin: 0;
  padding: 0;
}
#most ul li {
  float: left;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
#most ul li a {
  float: left;
  display: block;
  width: 228px;
  padding: 20px 20px 20px 35px;
  background: url(/shared/img/parts/round_arrow_mouse.png) no-repeat 10px 1.2em;
}

.row_wrapper {
  margin: 0 -40px 40px;
}
.row {
  display:table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 40px 0;
}
.row h2 {
  height: 70px;
  font-size: 112.5%;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 0;
  margin: 0;
}
.grid {
  display:table-cell;
  margin: 0;
  padding: 0;
  background: #fff url(/shared/img/parts/grid_background.png) no-repeat right top;
  border-bottom: 3px solid #c5c8c9;
}

.grid ul {
  margin: 0;
  padding: 0;
}
.grid li a {
  display: block;
}
.top_index .grid li a:hover {
  text-decoration: none;
}
.row .grid li a {
  padding: 15px 20px 15px 37px;
  border-bottom: 1px solid #E9E9E9;
  background: url(/shared/img/parts/round_arrow_mouse.png) no-repeat 12px center;
}
.grid .summary {
  color: #fff;
  margin: 0 20px 10px;
  line-height: 1.4;
}
.grid .summary span {
  line-height: 1.4;
  font-size: 100%;
}
.grid3 {
  width: 842px;
  float: left;
  padding: 6px 6px 6px 0;
}
.grid3 .grid_headline {

  float: left;
}
.grid3 .grid_main {
  background: #fff;
  float: right;
  width: 570px;
}
#articles {
  position: relative;
  padding:  80px 0 0;
  margin: 0 0 60px;
}
#articles .inner {
  position: static;
}
#articles h2 {
  cursor: pointer;
  font-size: 125%;
  font-weight: bold;
  min-width: 400px;
  text-align: center;
  padding: 23px 50px 22px;
  position: absolute;
  top: 0;
  color: #fff;
  margin: 0 3px 0 0;
}
#articles h2 span {
  font-size: 100%;
  margin: 0 auto;
  padding: 0 0 0 25px;
}
#topics {
  color: #ffffff;
  background: #3f5c77;
}
#topics_body {
  padding: 50px 0 40px;
}
#topics_body .grid_main {
  color: #000000;
  background: #ffffff;
  margin: 40px 0 0;
}
#topics_body .grid_main .no_info {
	padding:20px;
	margin:0;
}
#topics_body ul {
  padding: 0;
  margin: 0;
  overflow:hidden;
}
#topics h2 {
  right: 50%;
    background: #3f5c77;
}
#topics h2 span {
  background: url(/shared/img/parts/topics.png) no-repeat left center;
}
#topics .summary span {
  background: #da3e00;
}
#topics .grid_feature ul {
  margin: 0;
}
#topics .grid_headline a {
  color: #fff;
  font-weight: bold;
}
#topics .grid_feature li {
    padding: 0 0 0 40px;
    width: 527px;
    border-left: 1px solid #798da0;
    font-size: 93.8%;
    float: left;
}
#topics .grid_feature li:hover a {
  text-decoration: none;
}
#topics .grid_feature li:first-child {
  border: none;
  padding: 0 40px 0 0;
}
#topics .grid_feature h3 {
  clear: none;
  color: #fff;
  font-size: 112.5%;
  margin: 0 0 .6em 240px;
}
#topics .grid_feature p {
  color: #fff;
  margin: 0;
  line-height: 1.4;
  margin: 0 0 0 240px;
  font-size: 100%;
}
#topics .grid_feature a {
  color: #fff;
}
#topics .grid_feature span {
  float: left;
  margin-right: 15px;
}
#topics .grid_feature .summary {
  margin: 0 0 10px;
}
#topics .grid_feature .summary:hover {
  text-decoration: underline;
}
#topics .grid_main li {
  padding: 20px;
  width: 527px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  vertical-align: top;
  float:left;
}
#topics .grid_main li a:hover,
#topics .grid_main li:hover a {
  text-decoration: none;
}
#topics .grid_main li img {
  float: left;
  margin-right: 7px;
  vertical-align: bottom;
}
#topics .grid_main li a {
  color: #000000;
  margin: 0;
  line-height: normal;
}
#press {
  background: #72777b;
}
#press_body {
  padding: 40px 0;
}

#press h2 {
  left: 50%;
  background: #72777b ;
  margin-left: 3px;
}
#press h2 span {
  background: url(/shared/img/parts/press.png) no-repeat left center;
}
#press h2 span a {
  color: #ffffff;
  text-decoration: none;
}
#press .summary {
  width: 170px;
}
#press .grid_headline {
  position: relative;
}
#press .summary_list {
  margin: 0 20px 7px;
  float: none;
}
#press .summary_list a {
  background: #fff url(/shared/img/parts/.png) no-repeat right center;
  padding: 2px 25px 2px 10px;
  display: block;
  float: left;
}
#press .summary_list a:hover {
  background-color: #E5F2F9;
}
#press .summary {
  margin: -7px 20px 7px;
}
#press .summary span {
  background: #4c5657;
}
#press .links {

}
#press .links ul {
  border-left: 1px solid #9da0a3;
  margin: 0;
  padding: 0;
}
#press .links ul li {
  float: left;
  border-right: 1px solid #9da0a3;
  padding: 0 30px 0 0;
}
#press .links ul li a {
  display: block;
  color: #fff;
  background: url(/shared/img/parts/round_arrow_white.png) no-repeat right center;
  padding: 13px 35px 13px 30px;
  font-size: 93.8%;
  font-weight: bold;
}
#press .links ul li.rss a {
  background: url(/shared/img/parts/rss.png) no-repeat right center;
}

#press .grid_main {
  color: #000000;
  background: #ffffff;
  margin: 40px 0 0;
}
#press .grid_main .no_info {
	padding:20px;
	margin:0;
}
#press .grid_main ul {
	padding:0;
	margin:0;
}
#press .article {
    padding: 12px 20px;
    width: 527px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    float: left;
}
#press .article:hover {

}
#press .article p {
  margin: .6em 0;
  line-height: 1.2;
  font-size: 100%;
}
#press .article a {
  color: #000000;
  text-decoration: underline;
}
#press .article:hover a,
#press .article a:hover {
    text-decoration: none;
}

#feature {
  background: #B9CCD0;
  padding: 0;
}
#feature ul {
  padding: 16px 18px 8px;
}
#feature ul li {
  margin: 0 0 8px;
}
#feature ul li a {
  background: #fff;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 235px;

  display: block;
  text-indent: -9999px;
}
#feature .education a {
  background: url(/shared/img/parts/education.png) no-repeat left top;
}
#feature .enterprise a {
  background: url(/shared/img/parts/enterprise.png) no-repeat left top;
}
#feature .police a {
  background: url(/shared/img/parts/police.png) no-repeat left top;
}
#feature .audit a {
  background: url(/shared/img/parts/audit.png) no-repeat left top;
}
#feature p {
  margin: 0;
  padding: 0 18px 5px;
}
#feature p a {
  display: block;
}
#feature img {
  vertical-align: bottom;
}
#notice h2 {
  background: url(/shared/img/parts/notice.png) no-repeat center 62px;
}
#material h2 {
  background: url(/shared/img/parts/material.png) no-repeat center 62px;
}
#advice h2 {
  background: url(/shared/img/parts/advice.png) no-repeat center 63px;
}
#popular h2 {
  background: url(/shared/img/parts/.png) no-repeat left top;
}
#social h2 {
  background: url(/shared/img/parts/.png) no-repeat left top;
  height: 95px;
}
#social li a {
  background: #fff url(/shared/img/parts/arrow_navy.png) no-repeat right center;
}
#social .summary span {
  background: #233140;
}
#participation h2 {
  background: url(/shared/img/parts/participation.png) no-repeat center 58px;
}
#participation .summary span {
  background: #4c5657;
}
#welcome h2 {
  background: url(/shared/img/parts/welcome.png) no-repeat center 65px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#welcome .summary span {
  background: #da3e00;
}
.others h2 {
  background: url(/shared/img/parts/links.png) no-repeat center 69px;
}
#outside h2 {
  background: url(/shared/img/parts/outside.png) no-repeat center 66px;
}
#ad {
  color:#000000;
  background: #cacfd1;
  padding: 30px 0 40px;
}
#ad a {
  color:#000000;
}
#ad_information {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#ad_information a {
  background: url(/shared/img/parts/round_arrow_grey.png) no-repeat left center;
  padding: 3px 0 3px 30px;
  display: block;
  font-size: 87.5%;
}
#ad_information a:hover {
  text-decoration: none;
}
#ad_list {
  background: #fff;
  padding: 14px;
  margin: 0;
}
#ad_list li {
  float: left;
  margin: 4px;
}
#ad .banner {
  padding: 14px;
  background: #fff;
}
#ad .banner ul {
  margin: 0;
  padding:0;
}
#ad .banner:after,
#ad .banner ul:after {
  content: "";
  display: table;
  clear: both;
}
#ad .banner ul li {
  float: left;
  margin: 4px;
}
.life #ad {
  margin: 0;
  clear: both;
  margin-top: 16px;
}
.caution {
}
.navigation_kisya_happyou {
  margin-bottom: 24px;
  border-left: 1px solid #000;
}
.navigation_kisya_happyou ul {
  margin: 0;
  padding:0;
}
#tmp_contents .navigation_kisya_happyou li {
  display: block;
  float: left;
  border-right: 1px solid #000;
  background-image: none;
}
.navigation_kisya_happyou li a {
  margin: 0;
  padding: 0 8px;
}
.inpagelink_title {
  float: left;
}
.inpagelink {
  margin: 12px 0 24px;
  text-align: right;
  float: right;
}
.inpagelink ul {
  display: block;
  margin: 0;
  padding:0;
  float: left;
}
#tmp_contents .inpagelink li {
  display: block;
  float: left;
  padding: 0 8px;
  margin: 0;
  border-right: 1px solid #000;
  background-image: none;
}
.inpagelink li a {
  margin: 0;
}
#evt_list {
  margin: 1em 0;
  padding: 0;
}
#evt_list ul {
  margin: 0;
  padding: 0;
}
#evt_list  ul li {
  float: left;
  padding: 0  0 0 16px;
  margin-right: 1.2em;
}
.life_box {
  background: #fff url(/shared/img/parts/section_main.png) no-repeat 12px top;
  margin: 0 16px 16px 0;
  float: left;
  width: 434px;
}
.life_box2 {
  background: #fff url(/shared/img/parts/section_main.png) no-repeat 12px top;
  margin: 0 0 16px 0;
  padding: 1.7em 16px 16px;
}
.main_life_list1_box {
  background: #fff url(/shared/img/parts/section_main.png) no-repeat 12px top;
  margin: 0 0 16px 0;
  position: relative;
  padding: 1px 16px 16px;
}
.life_box_inner {
  padding: 1px 16px 16px;
}
.list_top dt {
  float: left;
}
.list_top dd {
  padding: 0 0 8px 9em;
  margin: 0;
}
.list_top2 ul {
  float: left;
  padding: 0;
  margin: 0;
}
#tmp_contents .list_top2 ul li {
  background: none;
  padding: 0;
  display: inline;
}
#tmp_contents .list_top2 ul li a {
  padding: 2px 16px 2px 12px;
  background: url(/shared/img/parts/arrow_gray.png) no-repeat left 4px;
  line-height: 1.6;
}
.list_ccc ul {
  padding: 0;
  margin: 0 0 1em;
}
.list_ccc ul li {
  padding:0 17px 4px;
  margin: 0;
  line-height: 1.6;
}
.list_ccc dt {
  float: left;
}
.list_ccc dd {
  padding: 0 0 8px 9em;
  margin: 0;
  font-size: 93.8%;
}
.block_free_spc a {

}
.life #tmp_contents .list_ccc ul li {
  padding: 0 17px 4px;
  background: url(/shared/img/parts/list_subsite.png) no-repeat 0 5px;
  margin: 0;
  line-height: 1.6;
}
.life #tmp_contents .list_ccc dt {
  padding: 0 17px;
  background: url(/shared/img/parts/list_subsite.png) no-repeat 0 4px;
}
.life .list_ccc dd {
  text-align: right;
}
.kisya_timeline_box dl {
  line-height: 1.4;
}
.kisya_timeline_box dt {
  padding:0;
  float: left;
  width: 520px;
  margin-bottom: .8em;
}
.kisya_timeline_box dd {
  padding: 0;
  float: right;
  margin: 0;
  font-size: 93.8%;
}
.sec-right {
  position: absolute;
  right: 9px;
  top: 9px;
}
#sub_nav {
  background: #fff;
}
#sub_nav h2 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}
#sub_nav h2 a {
  background: #0b3857 url(/shared/img/parts/arrow_white.png) no-repeat right 10px;
  display: block;
  color: #fff;
  padding: 8px 0 8px 6px;
  margin: 1px 0;
}
.ctg_explanation {
  margin: 1em 0 2em;
}
.kisya_head_textbox {
  margin: 2em 0 0;
}
.text_ctg,
.kisya_timeline_listbox {
  margin: 0 0 2em;
}
#section_footer_title {
  font-size: 146.5%;
  color: #2A82B6;
  margin: 0 0 16px;
}
#section_footer_info p {
  margin: 0;
}
#soshiki_pr_image img {
  width: 858px;
}
#tmp_contents .sec_explanation,
#tmp_contents #soshiki_pr_image {
  margin: 1em 0;
}
#site_theme {
  padding: 4px;
  background: #0b3857;
  margin: 0 0 16px;
}
/**
 * Category Color

#life1 #site_theme {
  background: #da4002;
}
#life2 #site_theme {
  background: #c43833;
}
#life3 #site_theme {
  background: #9242a7;
}
#life5 #site_theme {
  background: #00856F;
}
#life6 #site_theme {
  background: #6d797a;
}
*/
#site_theme img {
  width: 228px;
}
#site_theme p{
  margin: 0;
  line-height: 1.2;
}
#site_theme p a {
  color: #fff;
  background: url(/shared/img/parts/arrow_white.png) no-repeat right center;
  padding: 4px 24px 4px 2px;
  display: block;
  font-weight: bold;
}
#tmp_contents .player ul.player_listCat li {
  background: url(/shared/stream/img/player_tab_line.gif) no-repeat left top;
  margin: 0;
  list-style: none;
  padding: 0 0 0 2px;
}
#tmp_contents .player ul.player_list li {
  background: none;
  padding: 0;
}
.hide {
  display: none;
}
/* イベントカレンダー用 */
.paging {
  overflow: auto;
}
.centered {
  position: relative;
  overflow: hidden;
}
.cal_boxs {
}
.cal_box {
  float: left;
  width: 33%;
}


/* 詳しくさがす用アイコン */
.cal_link {
  margin: 0;
  padding:0.5em 0 0.5em 35px;
  background: url(/shared/img/cal_det_aikon.gif) no-repeat left center;
}
.schedule_weekday_style {
}
.schedule_saturday_style {
}
.schedule_sunday_style,
.schedule_holiday_style {
}
.schedule_title_style {
}
.schedule_weekday_bgcolor1 {
}
.schedule_weekday_bgcolor2 {
}
.schedule_saturday_bgcolor {
  background-color:#E6E6FF;
}
.schedule_sunday_bgcolor,
.schedule_holiday_bgcolor {
  background-color:#FFE6E6;
}
.cal_box table.calendar{
  margin:0 !important;
}
table.calendar {
}
table.calendar th {
}
table.calendar td {

}
table.calendar td.Mon,
table.calendar td.Tue,
table.calendar td.Wed,
table.calendar td.Thu,
table.calendar td.Fri {
}
table.calendar td.Sat {
  background-color:#DDF1FF;
}
table.calendar td.Sun,
table.calendar td.Hol {
  background-color:#FFDFDF;
}
table.calendar td.Now {
  background-color:#FFAA71;
}
.cal_box table.calendar th{
  text-align:center;
}
/* メールマガジン用 */
.mlm_box {
  margin: 10px 0 10px 25px;
}
#step {
  height: 50px;
  width: 513px;
  margin: 0 auto;
  background-image: url(/shared/img/step.gif);
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
}
.step1{
  background-position: left top;
}
.step2{
  background-position: left -50px;
}
.step3{
  background-position: left -100px;
}
.step4{
  background-position: left -150px;
}
/*
div.mailmaga_top h5 {
  margin: 5px 0 5px 20px !important;
}
div.mailmaga_top h6 {
  margin: 10px 0 5px 20px !important;
}
div.mailmaga_top div{
  padding: 14px 10px 0 40px !important;
  line-height:1.5em !important;
}
div.mailmaga_top div a {
  background: url(/shared/img/list_ico.gif) no-repeat left center !important;
  padding-left: 15px !important;
}
div.mailmaga_top p {
  margin: 0 10px 14px 40px !important;
  line-height:1.5em !important;
}
*/
.mag_category{
  background-image: url(/shared/img/list_ico.gif);
  background-position: 0 0.4em;
  background-repeat: no-repeat;
  margin: 0 10px 0 30px;
  padding: 0 0 0 20px;
}
/* kanagawa exculsive use ----------------- */
#multi_column1,#multi_column2,#multi_column3,#multi_column4,#multi_column5,#multi_column6,#multi_column7,#multi_column8,#multi_column9,#multi_column10,
#multi_column11,#multi_column12,#multi_column13,#multi_column14,#multi_column15,#multi_column16,#multi_column17,#multi_column18,#multi_column19,#multi_column20,
#multi_column21,#multi_column22,#multi_column23,#multi_column24,#multi_column25,#multi_column26,#multi_column27,#multi_column28,#multi_column29,#multi_column30 {
  float: left;
}
.column {
  float: left;
  max-width: 100%;
  margin: 0 6px 8px 0;
}
.clear_column {
  clear: both;
}
div.jump p{display:none;}

.kisya_detail_info {
  display: inline;
  float: right;
  width: 250px;
}
.kisya_detail_datebox {
  margin: 0 !important;
  padding-right: 1em;
  border: 1px solid #cccccc;
  line-height: 1.5em;
  white-space: nowrap;
  text-align: center;
}
.kisya_detail_titlebox {
  margin: 0;
  margin-top: -1px !important;
  padding-right: 1em;
  border: 1px solid #cccccc;
  line-height: 1.5em;
  /* white-space: nowrap; */
  text-align: center;
}
.toiawase_right {
  float: right;
  border: 1px solid #D3D3D3;
  width: 30em;
  padding: 16px;
}
#tmp_contents .toiawase_right ul li {
  background-image: none;
}
.to_page_top2 {
  text-align: right;
}
#kisya_content {
  margin: 1em 0 0;
}
.format_cnt #tmp_contents {
  width: 100%;
}
#evt_list li {
  background-image: none;
}
#life-banner div {
  width: 49%;
}
#life-banner div img {
  width: 250px;
}
#life-banner div p {
  margin-top: 0;
}
#life-banner div a {
  float: left;
  margin-right: 8px;
}
#life-banner .cnt-box-left {
  float: left;
}
#life-banner .cnt-box-right {
  float: right;
}
.link_l {
  margin: 1em 0;
  padding: 0 0 0 20px;
  background: url(/shared/img/parts/arrow_gray2.png) no-repeat 5px 2px;
  line-height: 1.3;
}
.link_l a {

}
.text_ctg {
  clear:both;
  padding-bottom: 5px;
  width:16em;
  margin-left:10px;
}
.text_d2 {
  clear:both;
  text-align: right;
  padding-bottom: 5px;
  padding-right: 6px;
}
.text_d {
  background-image: url(/shared/img/icon_more.gif);
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 0% 40%;
}
.text_r {
  text-align: right;
}
.hr_c {
  display:block;
  margin: 0;
  padding: 0;
  clear: both;
  visibility: hidden;
}
.br_a {
  clear:both;
  margin: 0;
  padding: 0;
}
.form_margin {
  margin: 0 0 0 5px;
  padding: 0;
}
.f_search {
  vertical-align:middle;
  margin: 0;
  padding: 2px;
}
.form_a {
  margin: 0 0 0 4px ;
}

.form_a p {
  margin: 2px 0 0;
  padding: 0;
  text-align: right;
}
.box_kb {
  margin: 0 0 10px;
  padding: 0;
}
.box_g {
  margin: 0;
  padding: 5px;
}
.box_g_a {
  margin: 0;
  padding:5px 5px 0 5px;
}
.box_g_b {
  margin: 0;
  padding: 0 5px 5px 5px;
}
.box_10 {
  margin: 0;
  padding: 0 0 0 10px;
}
.box_15 {
  margin: 0;
  padding: 0 0 0 15px;
}
.box_20 {
  margin: 0;
  padding: 0 0 0 20px;
}
.box_25 {
  margin: 0;
  padding: 0 0 0 25px;
}
.box_30{
  margin: 0;
  padding: 0 0 0 30px;
}
#main_detail p img {
  margin: 10px 0 0 0.5em;
}
#main_detail hr {
  clear: both;
}
.detail_file {
  margin: 0 0 0 0.5em;
}
.detail_img_left {
  text-align:left;
  margin: 10px 0 10px 0.5em;
}
.detail_img_center {
  text-align: center;
  margin: 10px 0 10px 0.5em;
}
.detail_img_right {
  text-align: right;
  margin: 10px 0 10px 0.5em;
}
.file_download{
  padding: 0;
}
.file_download a{
  margin: 0 0 0 10px;
  padding: 0 0 8px 20px;
  background: url(/shared/img/icon_down.gif) no-repeat;
}
.file_pdf, .file_pdf2, .file_excel, .file_word, .file_etc {
  margin: 0;
  padding: 0 0 8px 20px;
  background: url(/shared/img/icon_down.gif) no-repeat left 20%;
}
#tmp_contents .file_pdf p, #tmp_contents .file_pdf2 p, #tmp_contents .file_excel p, #tmp_contents .file_word p, #tmp_contents .file_etc p {
  margin: 0;
}
.red{
}
.blue{
}
.level1 {
  font-weight:bold;
  color:#C80000;
}
.question{
  background: #EBF2F7 url(/shared/img/icon_question.gif) no-repeat 10px 50%;
  color: #333333;
  padding: 3px 10px 3px 35px;
  margin: 2px 0;
}
#tmp_contents h3.question{
  background: #EBF2F7 url(/shared/img/icon_question.gif) no-repeat 10px .7em;
  color: #333333;
  padding: .7em 10px .7em 28px;
  margin: 1em 0;
  border: none;
  font-size: 100%;
}
/*20120314*/
.question a{
  color:#0056BF !important;
}
.question a:hover{
  color:#E30000 !important;
}
.answer{
  background: #EBF2F7 url(/shared/img/icon_answer.gif) no-repeat 10px 50%;
  color: #333333;
  padding: 3px 10px 3px 35px;
  margin: 2px 0;
}
#tmp_contents h3.answer {
  background: #EBF2F7 url(/shared/img/icon_answer.gif) no-repeat 10px .7em;
  color: #333333;
  padding: .7em 10px .7em 28px;
  margin: 1em 0;
  border: none;
  font-size: 100%;
}
.answer a{
color:#0056BF !important;
}
.answer a:hover{
color:#E30000 !important;
}
.question p{
  padding: 0;
  margin: 0;
}
.answer p{
  padding: 0;
  margin: 0;
}
.indent10{
  text-indent:1em;
}
.indent15{
  text-indent:1.5em;
}
#tmp_contents .indent10 li {
  background-position: 16px 4px;
}
#tmp_contents .indent15 li {
  background-position: 24px 4px;
}
.indent010{
  text-indent:-1em;
  padding-left:1em;
}
.indent015{
  text-indent:-1.5em;
  padding-left:1.5em;
}
.indent010 h2,.indent010 h3,.indent010 h4,.indent010 h5,.indent010 h6{
  text-indent:0 !important;
}
.indent015 h2,.indent015 h3,.indent015 h4,.indent015 h5,.indent015 h6{
  text-indent:0 !important;
}
.box{
  clear: both;
  margin-bottom: 20px;
  padding: 16px;
  border: solid #e3e3e3 1px;
}
.box2 {
  clear: both;
  margin-bottom: 20px;
  padding: 16px;
  border: solid #919191 1px;
}
.box3 {
  float: left;
  margin-right: 30px;
  padding: 16px;
}
.box4 {
  float: left;
  margin: 0 8px;
  padding: 0;
  max-width: 48%;
}
.box5 {
  float: left;
  margin: 0 8px;
  padding: 0;
  max-width: 31.5%;
}
.box44, .box55 {
  margin: 0 -8px;
}
.box6 {
  clear: both;
  margin-bottom: 20px;
  padding: 3px 16px;
  border: solid #919191 1px;
  font-weight: bold;
  text-align: center;
}
.box7 {
  clear: both;
  margin-bottom: 20px;
  padding: 3px 16px;
  border: solid #e3e3e3 1px;
  font-size: 93.8%;
}
.help{
  display: none;
}
.press_logo{
  display: block;
}
.press_logo_print{
  display: none;
}
.mw_150 {
  max-width: 150px !important;
}
.mw_300 {
  max-width: 300px !important;
}
#division #tmp_contents ul li {
  float: left;
  margin-right: 1.2em;
  white-space: nowrap;
}
#public_comment_h0_back {
  background: url(/shared/img/public-comment-h0-back.gif) repeat-x left top;
  float: left;
  margin: 5px 0 5px 0;
  padding: 0;
  width: 100%;
}
noscript {
  display: block;
  background: #dadedf;
  padding: 10px 0;
  text-align: center;
}

#cover {
  position: absolute;
  left: 956px;
  height: 364px;
  width: 992px;
  top: 8px;
  z-index: 6666;
  background: #000;
  display: none;
}
.from-to {
  margin: 1em 0;
  color: #b2b2b2;
}
.figure {
  background: #ecf0f1;
  padding: 16px 16px .5em;
}
.figcaption {
  margin: .5em 0 0;
  text-align: center;
  line-height: 1.2;
}
.figure-left .figure {
  float: left;
  margin: 0 1em 1em 0;
}
.figure-right .figure {
  float: right;
  margin: 0 0 1em 1em;
}
.dlstyle dl {
  line-height: 1.4;
}
.dlstyle dt {
  float: left;
  font-weight: bold;
  max-width: 379px;
}
.dlstyle dd {
  padding: 0 0 8px 8em;
  margin: 0;
}
.custom-navigation {
  background: #e5f2f9;
  margin: 0 0 16px;
  padding: 1em;
  border: 1px solid #2a82b6;
}
#tmp_contents .detail_writing {
  margin: .8em 0;
  font-size: 93.8%;
  line-height: 1.6;
}
div.detail_image_left {
  float: left;
  margin-right: 16px;
  margin-bottom: 1em;
}
.li_translate li {
  float: left;
  width: 45%;
}
#tv-image img {
  width: 236px;
  height: 92px;
}

@media print {
  #print, #print_e{
    display: none;
  }
  body {
    overflow-y: visible;
  }
}

  .switch {
    padding: 20px;
    background: #595d60;
  }
  .switch_inner {
    padding: 15px 0;
    background: #4d5154;
    text-align: center;
  }
  .switch span {
    margin: 0 auto;
    padding: 20px 0 20px 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: bold;
    background: url(/shared/img/parts/switch.png) no-repeat left center;
    background-size: 30px auto;
  }
