@charset "UTF-8";
/* CSS Document */

html{
	-webkit-text-size-adjust: 100%;
     min-height: 100%;
}
#sitemap h2 {
	font-size: 16px;
	background-image: url(../images/sitemap/sitemap_icon.png);
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-top: 20px;
}
body {
     height: 100%;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #143c8c;
	margin: 0px;
	font-size:16px;
}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }
img {
	border-style:none;
}
input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}
header, nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

p, b, th, td, a, h1, h2, h3, li, #headline_title, .blue_title, .gradation_title, .head, .subhead, span {
	font-family: "Lucida Grande",  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Helvetica, sans-serif;
	text-align: left;
	/*text-align: justify;
	text-justify: inter-ideograph;*/
}
.pdf {
	background-image: url(../images/common/pdf_icon.png);
	background-repeat: no-repeat;
	height: 21px;
	background-position: left center;
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 1px;
}
.excel {
	background-image: url(../images/common/excel_icon.png);
	background-repeat: no-repeat;
	height: 21px;
	background-position: left center;
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 1px;
}


.left {
	float: left;
}
header {
	position: relative;
	line-height:1;
	font-size:0;
}
.right {
	float: right;
}

.mt0 {
	margin-top: 0px;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}

.shadow01 {
	/* box-shadow */
box-shadow:#333 0px 0px 3px 0px;
-webkit-box-shadow:#333 0px 0px 3px 0px;
-moz-box-shadow:#333 0px 0px 3px 0px;
}
.shadow02 {
	/* box-shadow */
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
}
.shadow02:active {
	/* box-shadow */
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	position: relative;
	top: 1px;
	left: 0px;
	behavior: url("http://wingsign.net/hothoiku/css/PIE.htc");
}


table {
	border-collapse: collapse;
	}
.w700 {
	width:700px;
}

/**********▲共通**********/



/**********▼ヘッダー**********/

nav span{
	height: 4px;
	display: block;
	position: absolute;
	left: 0;
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: -9px;
	top: 52px;
	background-color: #fff;
}
#nav_bg {
	background-color: #143c8c;
	height: 50px;
	margin-top: 10px;
}

nav {
}

#dropmenu{
	position: relative; /*棒のrelative*/
	list-style-type: none;
	padding: 0;
	border-radius: 3px 3px 0 0;
	margin: 0px;
	display: table;
}
#dropmenu .nav_bar{
	vertical-align: middle;
	display: table-cell;
	background-image: url(../images/common/nav_boundary.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav_bar > a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	height: 50px;
	padding-right: 25px;
	padding-left: 25px;
	vertical-align: middle;
	display: table-cell;
}
.nav_bar .first {
	background-image: url(../images/common/nav_boundary.png), url(../images/common/nav_boundary.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right center, left center;
}
#dropmenu > li {
}
#dropmenu li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	z-index: 500;
	width: 200px;
	position: absolute;
}
#dropmenu li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	z-index: 500;
	background-color: #f9f9f9;
}
#dropmenu li ul li:hover{
	background-color: #666666;
}
#dropmenu li ul li a{
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	padding: 15px;
	display: block;
	text-decoration: none;
}
#dropmenu li ul li a:hover{
	color: #fff;
}
#dropmenu li:hover ul {
	overflow: visible;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}

#dropmenu li:hover ul li:last-child{
  /* border-radius */
border-radius:0px 0px 5px 5px;
-webkit-border-radius:0px 0px 5px 5px;
-moz-border-radius:0px 0px 5px 5px;
}

#dropmenu li:hover > ul > li {
	overflow: visible;
	height: 50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li.last ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li.last ul {
  right: 0;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 18px;
  left: -15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#dropmenu li.last ul li ul:before {
  position: absolute;
  content: "";
  top: 18px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}



#language {
	background-image: url(../images/common/language_bg.png);
	background-repeat: no-repeat;
	width:250px;
	height: 32px;
	position: absolute;
	top: -8px;
	right: 0px;
}
#language li {
	float: right;
	color: #FFF;
	font-size: 12px;
	margin-right: 20px;
	list-style-type: none;
	margin-top: 12px;
}
#language ul {
	margin: 0px;
	padding-left: 0px;
}
#language a {
	color: #FFF;
}
#sitemap_link a {
	font-size: 12px;
	background-image: url(../images/common/sitemap_icon.png);
	background-repeat: no-repeat;
	height: 21px;
	padding-top: 3px;
	padding-left: 24px;
	padding-bottom: 5px;
	color: #5078c8;
}
#hospital_link a {
	font-size: 12px;
	background-image: url(../images/common/hospital_icon.png);
	background-repeat: no-repeat;
	height: 21px;
	padding-top: 3px;
	padding-left: 24px;
	padding-bottom: 5px;
	color: #5078c8;
}


/**********▲ヘッダー**********/
#header_middle li {
	font-size: 16px;
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	}
#header_middle {
	margin-top: 40px;
	margin-bottom: 15px;
	line-height: 1;
}




/**********▼ここからヘッドライン**********/
#headline_title {
	font-size: 13px;
	height: 20px;
	width: 100px;
	background-image: url(../images/common/headline_bg01.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 8px;
	font-weight: bold;
}

#headline {
	overflow: hidden;
	position: relative;
	background-image: url(../images/common/headline_bg02.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	width: 810px;
	padding-top: 8px;
	padding-left: 20px;
}
#headline li {
	font-size: 13px;
	color: #F00;
}
#headline .headline_prev,
#headline .headline_next {
	width: 18px;
	height: 18px;
	right: 35px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	top: 5px;
}

#headline .headline_next {
	top: 20;
	right: 10px;
}
.headline_prev {
	background-image: url(../images/common/arrow_left.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}
.headline_next {
	background-image: url(../images/common/arrow_right.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}
.cmsms_content_slider_parent > .responsiveContentSlider, 
.responsiveContentSlider > li {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	position:absolute;
}
a.headline_prev, 
a.headline_next {
	display:block;
	width:19px;
	height:19px;
	position:absolute;
	top:auto;
	z-index:11;
}
a.headline_prev span, 
a.headline_next span {
	background:url("../images/widget_nav.png") no-repeat 50% 6px;
	display:block;
	width:19px;
	height:19px;
}
#headline li a {
	color: #F00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
	display: inline-block;
}

/**********▲ここまでヘッドライン**********/


#header_middle ul {
	margin: 0px;
	padding-left: 0px;
	line-height:1;
}
#logo {
	margin-top: 12px;
}
#sidebar {
	width: 298px;
}
#impression {
	width: 650px;
	font-size:0;
}
#impression ul {
	display: table;
	height: 120px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.blue_title {
	background-color: #143c8c;
	color: #FFF;
	font-size: 15px;
	padding-left: 10px;
	height: 45px;
	vertical-align: middle;
	display: table-cell;
}
.blue_title a {
	color:#FFF;
}
#sidebar ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
}
#news {
	overflow-y: scroll;
	height: 326px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#footer_bg {
	background-color: #143c8c;
}
#impression li {
	display: table-cell;
	list-style-type: none;
	padding-right: 10px;
}
#sidebar li {
	list-style-type: none;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sidebar li:last-child {
	border-bottom:none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#news .date {
	font-size: 12px;
	color: #999;
}

#news a {
	color: #000;
	text-decoration: none;
}
#copyright {
	font-size: 12px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-bottom: 10px;
}
#search {
	width: 290px;
}



/**********▼フッターここから**********/
footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
footer li {
	list-style-type: none;
	display: inline;
	font-size: 14px;
}
footer li a {
	color: #FFF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-right: 25px;
	padding-left: 25px;
}
footer ul {
	padding-left: 0px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-size: 0;
}
footer li:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
/**********▲フッターここまで**********/


input {
	font-size: 15px;
}

#sidebar .blue_title {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	width: 298px;
}
.side_menu, .side_menu02 {
	width: 230px;
}
#lower .content.right {
	width: 700px;
}
.title:not(p) {
	background-image: url(../images/common/title_bg.png);
	background-repeat: no-repeat;
	height: 45px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 20px;
	padding-left: 20px;
	padding-top: 15px;
	text-shadow: 0px 1px 0px #fff;
}
.title_w {
	background-image: url(../images/common/title_bg_w.png);
	background-repeat: no-repeat;
	height: 45px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 20px;
	padding-left: 20px;
	padding-top: 15px;
	text-shadow: 1px 1px 0px #fff;
}
.sub_title {
	width: 100%;
	background-image: url(../images/common/subtitle_bg_left.png), url(../images/common/subtitle_bg_right.png), url(../images/common/subtitle_bg_middle.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left center, right center, center center;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	padding-top: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.area_title01, .area_title02, .area_title03, .area_title04, .area_title05 {
	background-repeat: no-repeat;
	height: 38px;
	margin-top: 0px;
	position: relative;
}
.area_title01 {
	background-image: url(../images/hospital/area_bg01.png);
}
.area_title02 {
	background-image: url(../images/hospital/area_bg02.png);
}
.area_title03 {
	background-image: url(../images/hospital/area_bg03.png);
}
.area_title04 {
	background-image: url(../images/hospital/area_bg04.png);
}
.area_title05 {
	background-image: url(../images/hospital/area_bg05.png);
}
#hospital h2 {
	font-size: 17px;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 6px;
	color: #FFF;
	text-shadow: -1px -1px 0px #000;
}
.area_title p {
	color: #000;
	position: absolute;
	right: 0px;
	top: 9px;
	margin: 0px;
	font-size: 14px;
}
.works_title {
	position: relative;
}
.works_title a {
	position: absolute;
	right: 0px;
	top: 7px;
	margin: 0px;
	font-size: 14px;
	text-decoration: none;
}

.side_menu li {
	list-style-type: none;
}
.side_menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}



.side_menu ul li a {
	background-repeat: no-repeat;
	height: 35px;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 14px;
}
.side_menu ul li a {
	background-image: url(../images/common/menu_middle_off.png);
}
.side_menu ul li:first-child a {
	background-image: url(../images/common/menu_top_off.png);
}
.side_menu ul li:last-child a {
	background-image: url(../images/common/menu_bottom_off.png);
	margin-bottom: 50px;
}
.side_menu ul li a:hover {
	background-image: url(../images/common/menu_middle_on.png);
}
.side_menu ul li:first-child a:hover {
	background-image: url(../images/common/menu_top_on.png);
}
.side_menu ul li:last-child a:hover {
	background-image: url(../images/common/menu_bottom_on.png);
}
.side_menu ul li .active {
	background-image: url(../images/common/menu_middle_on.png);
}
.side_menu ul li:first-child .active {
	background-image: url(../images/common/menu_top_on.png);
}
.side_menu ul li:last-child .active {
	background-image: url(../images/common/menu_bottom_on.png);
}
.side_menu ul li:only-child a {
	background-image: url(../images/common/menu_single_on.png);
}
.side_menu ul li:only-child .active {
	background-image: url(../images/common/menu_single_on.png);
}
.side_menu ul li:only-child a:hover {
	background-image: url(../images/common/menu_single_on.png);
}


/*
.menu_top {
	background-image: url(../images/common/menu_top_off.png);
}
.w560 {
	width: 560px;
}
.align_right {
	text-align: right;
}
.menu_middle {
	background-image: url(../images/common/menu_middle_off.png);
}
.menu_bottom {
	background-image: url(../images/common/menu_bottom_off.png);
	margin-bottom: 50px;
}
.menu_top:hover {
	background-image: url(../images/common/menu_top_on.png);
}
.menu_middle:hover {
	background-image: url(../images/common/menu_middle_on.png);
}
.menu_bottom:hover {
	background-image: url(../images/common/menu_bottom_on.png);
}
.menu_top.active {
	background-image: url(../images/common/menu_top_on.png);
}
.menu_middle.active {
	background-image: url(../images/common/menu_middle_on.png);
}
.menu_bottom.active {
	background-image: url(../images/common/menu_bottom_on.png);
}
.menu_single {
	background-image: url(../images/common/menu_single_on.png);
}
.menu_top, .menu_middle, .menu_bottom, .menu_single {
	background-repeat: no-repeat;
	height: 35px;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 14px;
}*/

.topic-path li {
	list-style-type: none;
	display: table-cell;
	font-size: 12px;
	background-image: url(../images/common/right_arrow.png);
	background-repeat: no-repeat;
	height: 12px;
	padding-left: 10px;
	margin-right: 20px;
	float: left;
	background-position: left center;
	padding-bottom: 5px;
}
.topic-path {
	padding-left: 0px;
}
.content {
	margin-bottom: 40px;
}
#chart {
	background-image: url(../images/about/mia/works_bg.png);
	background-repeat: no-repeat;
	height: 727px;
	position: relative;
}
.head {
	background-image: url(../images/common/head_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	padding-left: 20px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
}
.w430 {
	width: 430px;
}
#mia th, #admission th, #house th, #advertising th {
	background-color: #fafafa;
	width: 150px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
#halal_links th {
	background-color: #fafafa;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
#halal_links table {
	table-layout:fixed;
}
#halal_links th a {
	color: #000000;
}
#medical th, #job th {
	background-color: #fafafa;
	width: 60px;
	padding-left: 20px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
#medical th {
	padding-right: 20px;
}
#mia td, #admission td, #house td, #medical td, #job td, #halal_links td, #advertising td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	word-wrap:break-word;
}


#event th, #japanese th, #english th, #spanish th, #chinese th, #language_others th, #communication th, #job th, #links th, #hospital th {
	background-color: #fafafa;
	padding-left: 20px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
}
#event td, #japanese td, #english td, #spanish td, #chinese td, #language_others td, #communication td, #job td, #links td, #hospital td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0em !important;
}

.cse .gsc-control-wrapper-cse,
.gsc-control-wrapper-cse {
  width: 290px !important;
}
.chart01 {
	position: absolute;
	right: 8px;
	top: 48px;
}
.chart02 {
	position: absolute;
	right: 8px;
	top: 94px;
}
.chart03 {
	position: absolute;
	right: 8px;
	top: 186px;
}
.chart04 {
	position: absolute;
	right: 8px;
	top: 233px;
}
.chart05 {
	position: absolute;
	right: 8px;
	top: 278px;
}
.chart06 {
	position: absolute;
	right: 8px;
	top: 324px;
}
.chart07 {
	position: absolute;
	right: 8px;
	top: 462px;
}
.chart08 {
	position: absolute;
	right: 8px;
	top: 508px;
}
.chart09 {
	position: absolute;
	right: 8px;
	top: 554px;
}
#admission .flow01 {
	background-image: url(../images/admission/flow01.png);
	background-repeat: no-repeat;
	height: 161px;
	padding-top: 19px;
}
#admission .flow02 {
	background-image: url(../images/admission/flow02.png);
	background-repeat: no-repeat;
	height: 181px;
	padding-top: 19px;
}
#admission .flow03 {
	background-image: url(../images/admission/flow03.png);
	background-repeat: no-repeat;
	height: 81px;
	padding-top: 19px;
}
.down_arrow {
	height: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.flow p {
	margin-top: 0px;
	padding-left: 110px;
	line-height: 21px;
	padding-right: 20px;
}
.footer_contact {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3e4656;
	border-bottom-color: #3e4656;
	border-left-color: #3e4656;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
.gradation_title img {
	position: absolute;
	top: -20px;
	left: -20px;
}
.download {
	background-image: url(../images/common/download_off.png);
	background-repeat: no-repeat;
	height: 37px;
	display: inline-block;
	padding-left: 55px;
	padding-top: 13px;
	color: #000;
}
.application {
	padding-left: 110px;
}
.gradation_title {
	background-image: url(../images/common/gradation_bg.png);
	background-repeat: no-repeat;
	height: 37px;
	z-index: 50;
	position: relative;
	color: #FFF;
	padding-top: 13px;
	padding-left: 60px;
	text-shadow: -1px -1px 0px #000;
}
.download:hover {
	background-image: url(../images/common/download_on.png);
}
footer p {
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
#event .right ul, #japanese .right ul, #english .right ul, #spanish .right ul, #chinese .right ul, #language_others .right ul {
	padding-left: 0px;
	margin: 0px;
}
#event .right li, #japanese .right li, #english .right li, #spanish .right li, #chinese .right li, #language_others .right li {
	margin-bottom: 5px;
	list-style-type: none;
}
#event .right img, #japanese .right img, #english .right img, #spanish .right img, #chinese .right img, #language_others .right img {
	height: auto;
	width: 220px;
}
#event .left table, #japanese .left table, #english .left table, #spanish .left table, #chinese .left table, #language_others .left table {
	width: 460px;
}
#event table p:first-child, #japanese table p:first-child, #english table p:first-child, #spanish table p:first-child, #chinese table p:first-child, #language_others table p:first-child {
	margin-top: 0px;
}
#event table p:last-child, #japanese table p:last-child, #english table p:last-child, #spanish table p:last-child, #chinese table p:last-child, #language_others table p:last-child {
	margin-bottom: 0px;
}
#event .mb20 {
	display: block;
	margin-bottom: 20px;
}
#reading .mb0 {
	display: block;
	margin-bottom: 0px;
}
.pager li {
	float: right;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#other_link {
	right: 255px;
	position: absolute;
	top: 7px;
}
#other_link li {
	float: right;
	margin-left: 10px;
}
#other_link ul {
	padding-left: 0px;
	margin: 0px;
}
#reading .content.right img {
	height: auto;
	max-width: 100%;
}
#archives .date {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #AAA;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 30px;
}
#hospital .content .content {
	height: 310px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	overflow-y: scroll;
	padding: 20px;
	margin-bottom: 0px;
}
#sitemap .content .content {
	width: 468px;
	border: 1px solid #CCC;
	background-color: #fafafa;
	margin-bottom: 20px;
}
#sitemap .right .content:last-child,  #sitemap .left .content:last-child  {
	margin-bottom: 0px;
}
#sitemap .content ul li > a, #sitemap .content ul li {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#sitemap .content li {
	list-style-type: none;
	list-style-position: inside;
	font-weight: bold;
	margin-bottom: 10px;
}
#sitemap .content li:last-child {
	margin-bottom: 0px;
}
#sitemap .content ul {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin: 0px;
}
#sitemap .content ul li ul li {
	list-style-type: none;
	margin-bottom: 3px;
}
#sitemap .content ul li ul a {
	font-size: 12px;
	font-weight: normal;
}
#sitemap .content ul li ul {
	font-size: 13px;
	list-style-position: inside;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
table.gsc-search-box td.gsc-input {
  padding-right: 5px !important;
}

.hm_button01 a {
	background-image: url(../images/common/button01_off.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 160px;
}
.hm_button01 a:hover {
	background-image: url(../images/common/button01_on.png);
	background-repeat: no-repeat;
}
.hm_button02 a {
	background-image: url(../images/common/button02_off.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 120px;
}
.hm_button02 a:hover {
	background-image: url(../images/common/button02_on.png);
	background-repeat: no-repeat;
}
#header_middle a {
	display: block;
}
#access p span {
	font-size: 17px;
	font-weight: bold;
	color: #F60;
}
.lh19 {
	line-height: 19px;
}
#reading .subhead {
	font-size: 19px;
	margin-bottom: 0px;
	background-image: url(../images/common/pattern03.png);
	padding-bottom: 20px;
	background-position: left bottom;
	background-repeat: repeat-x;
}
.w_right_arrow {
	background-image: url(../images/common/w_right_arrow.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
}
.a_blue {
	color: #5078c8;
}
.timetable li {
	list-style-type: none;
	line-height: 1;
	height: 19px;
	display: table;
	margin-bottom: 5px;
}
.timetable li:last-child {
	margin-bottom: 0px;
}
.timetable {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.timetable li a {
	vertical-align: middle;
	display: table-cell;
}
.timetable li p {
	vertical-align: middle;
	display: table-cell;
	padding-left: 5px;
}
.flow ul {
	padding-left: 130px;
	padding-right: 20px;
}
.flow ul li {
	line-height: 21px;
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 16px;
}
.pager li a {
	color: #5078c8;
}
#hospital .w_right_arrow, #links .w_right_arrow {
	color: #000000;
}
#mia .w_right_arrow {
	color: #5078c8;
}
#sitemap h2 a {
	color: #000;
	text-decoration: none;
}
#hospital tr:nth-child(odd) {
	background-color:#fff;
}
#hospital tr:nth-child(even) {
	background-color:#f5f5f5;
}
.a_blue.mb20 {
	display: inline-block;
}
#publication .w560 li {
	list-style-type: none;
	margin-bottom: 15px;
}
#publication .w560 ul {
	padding-left: 0px;
	margin: 0px;
}
#guide .two_line {
	background-image: url(../images/life/beginner/guide/guide_twoline_bg.png);
	background-repeat: no-repeat;
	height: 165px;
	margin-bottom: 15px;
}

#guide .single_line {
	background-image: url(../images/life/beginner/guide/guide_singleline_bg.png);
	background-repeat: no-repeat;
	height: 105px;
	margin-bottom: 15px;
}
#guide table {
	border-collapse: collapse;
	border: 0px;
	margin-top: 10px;
	margin-left: 15px;
}

#guide td {
	height: 50px;
	width: 160px;
	background-image: url(../images/life/beginner/guide/guide_button_off.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#guide td:hover {
	background-image: url(../images/life/beginner/guide/guide_button_on.png);
}
#guide table a {
	text-decoration: none;
	color: #333;
	height: 50px;
	width: 160px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#guide tr {
	margin-bottom: 10px;
	display: block;
}
.w390 {
	width: 390px;
}
#house .flow {
	background-image: url(../images/life/beginner/house/house_flow.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 700px;
}
#house .flow ul {
	padding-left: 70px;
	padding-top: 20px;
}
#house .flow li {
	list-style-type: none;
	margin-bottom: 39px;
}

#prevention .flow {
	background-image: url(../images/life/beginner/prevention/prevention_flow01.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 700px;
}
#prevention .flow2 {
	background-image: url(../images/life/beginner/prevention/prevention_flow02.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 700px;
}
#prevention .flow ul, #prevention .flow2 ul {
	padding-left: 70px;
	padding-top: 20px;
}
#prevention .flow li {
	list-style-type: none;
	margin-bottom: 39px;
}
#prevention .flow2 li {
	list-style-type: none;
	margin-bottom: 45px;
}
.guide01::before {
	content: "";
	height: 16px;
	width: 5px;
	position: relative;
	top: 3px;
	left: 0px;
	display: inline-block;
	border: 1px solid #007800;
	background: #008837;
	/*グラデーション*/
	background: -webkit-gradient(linear, left top, left bottom, from(#008837), to(#00b345));
	background: -webkit-linear-gradient(top, #008837, #00b345);
	background: -moz-linear-gradient(top, #008837, #00b345);
	background: -ms-linear-gradient(top, #008837, #00b345);
	background: -o-linear-gradient(top, #008837, #00b345);
	background-image: -ms-linear-gradient(top, #008837 0%, #00b345 100%);
	/*シャドウ*/
	-webkit-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	-moz-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	margin-right: 8px;
}
.guide02::before {
	content: "";
	height: 16px;
	width: 5px;
	position: relative;
	top: 3px;
	left: 0px;
	display: inline-block;
	border: 1px solid #50006e;
	background: #820078;
	/*グラデーション*/
	background: -webkit-gradient(linear, left top, left bottom, from(#820078), to(#961ea0));
	background: -webkit-linear-gradient(top, #820078, #961ea0);
	background: -moz-linear-gradient(top, #820078, #961ea0);
	background: -ms-linear-gradient(top, #820078, #961ea0);
	background: -o-linear-gradient(top, #820078, #961ea0);
	background-image: -ms-linear-gradient(top, #820078 0%, #961ea0 100%);
	/*シャドウ*/
	-webkit-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	-moz-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	margin-right: 8px;
}
.guide03::before {
	content: "";
	height: 16px;
	width: 5px;
	position: relative;
	top: 3px;
	left: 0px;
	display: inline-block;
	border: 1px solid #143767;
	background: #284682;
	/*グラデーション*/
	background: -webkit-gradient(linear, left top, left bottom, from(#284682), to(#3c64a0));
	background: -webkit-linear-gradient(top, #284682, #3c64a0);
	background: -moz-linear-gradient(top, #284682, #3c64a0);
	background: -ms-linear-gradient(top, #284682, #3c64a0);
	background: -o-linear-gradient(top, #284682, #3c64a0);
	background-image: -ms-linear-gradient(top, #284682 0%, #3c64a0 100%);
	/*シャドウ*/
	-webkit-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	-moz-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	margin-right: 8px;
}

.guide04::before {
	content: "";
	height: 16px;
	width: 5px;
	position: relative;
	top: 3px;
	left: 0px;
	display: inline-block;
	border: 1px solid #463c32;
	background: #534741;
	/*グラデーション*/
	background: -webkit-gradient(linear, left top, left bottom, from(#534741), to(#988575));
	background: -webkit-linear-gradient(top, #534741, #988575);
	background: -moz-linear-gradient(top, #534741, #988575);
	background: -ms-linear-gradient(top, #534741, #988575);
	background: -o-linear-gradient(top, #534741, #988575);
	background-image: -ms-linear-gradient(top, #534741 0%, #988575 100%);
	/*シャドウ*/
	-webkit-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	-moz-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	margin-right: 8px;
}

.guide05::before {
	content: "";
	height: 16px;
	width: 5px;
	position: relative;
	top: 3px;
	left: 0px;
	display: inline-block;
	border: 1px solid #007fb2;
	background: #0096d1;
	/*グラデーション*/
	background: -webkit-gradient(linear, left top, left bottom, from(#0096d1), to(#00bef0));
	background: -webkit-linear-gradient(top, #0096d1, #00bef0);
	background: -moz-linear-gradient(top, #0096d1, #00bef0);
	background: -ms-linear-gradient(top, #0096d1, #00bef0);
	background: -o-linear-gradient(top, #0096d1, #00bef0);
	background-image: -ms-linear-gradient(top, #0096d1 0%, #00bef0 100%);
	/*シャドウ*/
	-webkit-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	-moz-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	margin-right: 8px;
}
.guide06::before {
	content: "";
	height: 16px;
	width: 5px;
	position: relative;
	top: 3px;
	left: 0px;
	display: inline-block;
	border: 1px solid #b86195;
	background: #ff73b5;
	/*グラデーション*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ff73b5), to(#ffa5dc));
	background: -webkit-linear-gradient(top, #ff73b5, #ffa5dc);
	background: -moz-linear-gradient(top, #ff73b5, #ffa5dc);
	background: -ms-linear-gradient(top, #ff73b5, #ffa5dc);
	background: -o-linear-gradient(top, #ff73b5, #ffa5dc);
	background-image: -ms-linear-gradient(top, #ff73b5 0%, #ffa5dc 100%);
	/*シャドウ*/
	-webkit-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	-moz-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	margin-right: 8px;
}
.guide07::before {
	content: "";
	height: 16px;
	width: 5px;
	position: relative;
	top: 3px;
	left: 0px;
	display: inline-block;
	border: 1px solid #3d865e;
	background: #4aae30;
	/*グラデーション*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4aae30), to(#78d64d));
	background: -webkit-linear-gradient(top, #4aae30, #78d64d);
	background: -moz-linear-gradient(top, #4aae30, #78d64d);
	background: -ms-linear-gradient(top, #4aae30, #78d64d);
	background: -o-linear-gradient(top, #4aae30, #78d64d);
	background-image: -ms-linear-gradient(top, #4aae30 0%, #78d64dv 100%);
	/*シャドウ*/
	-webkit-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	-moz-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	margin-right: 8px;
}
.guide08::before {
	content: "";
	height: 16px;
	width: 5px;
	position: relative;
	top: 3px;
	left: 0px;
	display: inline-block;
	border: 1px solid #b41428;
	background: #cd1428;
	/*グラデーション*/
	background: -webkit-gradient(linear, left top, left bottom, from(#cd1428), to(#ff1428));
	background: -webkit-linear-gradient(top, #cd1428, #ff1428);
	background: -moz-linear-gradient(top, #cd1428, #ff1428);
	background: -ms-linear-gradient(top, #cd1428, #ff1428);
	background: -o-linear-gradient(top, #cd1428, #ff1428);
	background-image: -ms-linear-gradient(top, #cd1428 0%, #ff1428 100%);
	/*シャドウ*/
	-webkit-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	-moz-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	margin-right: 8px;
}
#guide .two_line h2, #guide .single_line h2 {
	color: #3e4656;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
	margin-left: 1px;
	margin-bottom: 0px;
	display: inline-block;
}
.lh1fs0 {
	font-size: 0;
	line-height: 1;
}
#sidebar img {
	margin-top: 10px;
}
.italic {
	font-style: italic;
	display: inline;
}
#archives .content {
}
#archives td {
	vertical-align: top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#archives td img {
	max-width: 150px;
	margin-right: 20px;
}

#archives table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}#archives .subhead {
	margin: 0px;
}
.m0 {
	margin: 0px;
}
.w560 {
	width: 560px;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
#to_minatoweb01 {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -200px;
	display: block;
	width: 400px;
	height: 70px;
	z-index: 50000;
	background-image: url(../images/top/to_minatokuweb01.png);
	background-position: left bottom;
}
#to_minatoweb02:hover {
	background-position: left 0px;
}
#to_minatoweb02 {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -200px;
	display: block;
	width: 400px;
	height: 70px;
	z-index: 50000;
	background-image: url(../images/top/to_minatokuweb02.png);
	background-position: left bottom;
}
#to_minatoweb01:hover {
	background-position: left 0px;
}
#lower #ad {
	background-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
#ad ul {
	text-align: center;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 0; /* 追加 */
}
#ad li {
	margin-right: 10px;
	display: inline-block;
	/* IE 6/7 */
  /display: inline;
  /zoom: 1;
	list-style: none;
}
#ad li:last-child {
	margin-right: 0px !important;
}
#ad .title {
	padding-left: 0px;
	font-size: 12px;
	line-height: 21px;
	height: 21px;
	background-image: url(../images/top/ad_titlebg.png);
	min-width: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#links td:not(:first-child), #links th:not(:first-child){
	text-align: center;
}
#links td a {
	text-decoration: none;
	color: #5078c8;
}
#food ul.button {
	padding-left: 0px;
	margin: 20px auto 20px auto;
	display: table;
	text-align: center;
}
#food ul.button li {
	float: left;
	list-style: none;
	width: 210px;
	height: 50px;
	background-position: left top;
	margin-right: 10px;
}
#food ul.button li a {
	display: table;
	width: 100%;
	height: 100%;
}
#food ul.button li:hover {
	background-position: left 50px;
}

#food ul.button li:first-child {
	background-image: url(../images/food/food/to_links.png);
}
#food ul.button li:nth-child(2) {
	background-image: url(../images/food/food/to_shops.png);
	margin-right: 0px;
}
#shops ul .restaurant, #local_event ul .event {
	background-color: #F4F1EF;
}
#shops ul.list, #local_event ul.list {
	padding-left: 0px;
}

#shops ul.list > li, #local_event ul.list > li {
	list-style: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#shops ul.list .left.image, #local_event ul.list .left.image {
	width: 150px;
	height: 150px;
	background-position: center center;
	background-size: cover;
	border: solid 2px #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#shops ul.list .shops {
	background-color: #ebf0fa;
}
#shops ul.list h3 {
	font-size: 16px;
	line-height: 24px;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
#local_event ul.list h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
}
.name {
	vertical-align: middle;
	display: table;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.restaurant .name, .event .name {
	border-bottom: solid 1px #e5e1df;
}
.shops .name {
	border-bottom: solid 1px #d3daf0;
}
.name .image {
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
	display: table-cell;
	width: 60px;
}
#shops .name span {
	margin-top: -3px;
	vertical-align: middle;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
}
#local_event .name span {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}
ul.list .left {
	padding-left: 0px;
	margin: 0px;
}
ul.list .left:first-child {
  margin-right: 20px;
}
ul.list .left:nth-child(2) {
  width: 490px;
  word-break: break-all;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
ul.list ul.left li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 20px;
	background-position: left 3px;
}
ul.list ul.left a {
	color: #5078c8;
	text-decoration: none;
}
ul.list .open {
	background-image: url(../images/food/shops/shop_icon01.png);
}
ul.list .category {
	background-image: url(../images/food/shops/shop_icon02.png);
}
ul.list .budget {
	background-image: url(../images/food/shops/shop_icon03.png);
}
ul.list .budget_lunch {
	background-image: url(../images/food/shops/shop_icon04.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
	background-position: left 3px;
}
ul.list .address {
	background-image: url(../images/food/shops/shop_icon05.png);
}
ul.list .access {
	background-image: url(../images/food/shops/shop_icon06.png);
}
ul.list .url {
	background-image: url(../images/food/shops/shop_icon07.png);
}
ul.list .items {
	background-image: url(../images/food/shops/shop_icon08.png);
}
ul.list .price {
	background-image: url(../images/local_event/event_list/event_icon02.png);
}
ul.list .target {
	background-image: url(../images/local_event/event_list/event_icon04.png);
}
ul.list .capacity {
	background-image: url(../images/local_event/event_list/event_icon05.png);
}
ul.list .application {
	background-image: url(../images/local_event/event_list/event_icon06.png);
}
ul.list .pdf {
	background-image: url(../images/local_event/event_list/event_icon07.png);
	height: auto !important;
	background-position: left center;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.list .url {
	background-image: url(../images/local_event/event_list/event_icon08.png);
}
ul.list .inquiry {
	background-image: url(../images/local_event/event_list/event_icon09.png);
}


.pagenavi {
	padding: 10px 0px 10px !important;
	display:block !important;
	clear:both !important;
	text-align: right;
}
.pagenavi a:hover:after {
	border-top: solid 1px #b2b2b2 !important;
}
.pagenavi a:after, .pagenavi span:after  {
	border-top: solid 1px #fff !important;
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 100%;
}
.pagenavi span.current:after  {
	border-top: solid 1px #b2b2b2 !important;
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 100%;
}
.pagenavi a ,.pagenavi span.pages, .pagenavi span.extend {
	z-index: 0;
	position: relative;
		color:#707070 !important;
		background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f1f1f1 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f1f1f1 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
		/*border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;*/
		border:solid 1px #cbcbcb !important;
		padding:6px 9px 6px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.pagenavi a:hover {
		border-color:#666666 !important;
		color:#fff !important;
		background: #989898; /* Old browsers */
background: -moz-linear-gradient(top, #989898 0%, #808080 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #989898 0%,#808080 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #989898 0%,#808080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#989898', endColorstr='#808080',GradientType=0 ); /* IE6-9 */
}
 .pagenavi span.current{
	position: relative;
		font-size:12px !important;
		padding:6px 9px 6px 9px !important;
		border:solid 1px #666666 !important;
		/*border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;*/
		color:#fff !important;
		margin-right:3px !important;
		background: #989898; /* Old browsers */
background: -moz-linear-gradient(top, #989898 0%, #808080 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #989898 0%,#808080 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #989898 0%,#808080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#989898', endColorstr='#808080',GradientType=0 ); /* IE6-9 */
}
#local_event h1 + table {
	width: 100%;
}
#local_event h1 + table th {
	width: 130px;
	padding: 20px;
	background-color: #e8e6e4;
	font-size: 14px;
}
#local_event h1 + table td {
	padding: 20px;
	background-color: #f4f1ef;
}
#local_event h1 + table label {
	font-size: 14px;
}
#local_event h1 + table tr {
	border-bottom: dashed 1px #d3d0cd;
}
#local_event h1 + table tr:last-child {
	border-bottom: none;
}

.br03 {
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.br05 {
	/* border-radius */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
ul.list .introduction {
	background-color: #e2dedc;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

ul.list .introduction .catch {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.list .introduction .text {
	margin-top: 0px;
	margin-bottom: 0px;
}
#prevention ul li {
	list-style: none;
}
#prevention .content ul li a {
	color: #5078c8;
}
ul.list02 {
	padding-left: 0px;
}

#reading .date, #reading_archive .date {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 30px;
}
.list_button {
	width: 230px;
	height: 40px;
	background-image: url(../images/common/toarticles_bg.png);
	display: table;
}
.list_button a {
	font-size: 14px;
	color: #788cb4;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	height: 100%;
}
.list_button a span {
	background-image: url(../images/common/toarticles_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.side_menu02 .sub_title {
	margin-bottom: 20px;
}
.side_menu02 ul {
	padding-left: 0px;
	margin: 0px 0px 20px 0px;
}
.side_menu02 ul li {
	list-style: none;
	font-size: 14px;
	margin-bottom: 5px;
}
.side_menu02 ul li a {
	color: #000000;
	text-decoration: none;
}



.side_menu02 input, .side_menu02 table , .side_menu02 td {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.side_menu02 table {
	border-collapse: collapse;
	width: 100%;
	height: 30px;
	border-style: none;
    border-width: 0;
    border-spacing: 0px;
}
.side_menu02 tbody {
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.side_menu02 tr td {
	padding: 0px !important;
	vertical-align: middle;
	border: #b2b2b2 solid 1px;
	height: 30px;
}
.side_menu02 tr td:first-child input {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	border: none;
}
.side_menu02 tr td:nth-child(2) input {
	border: none;
	vertical-align: middle;
	height: 100%;
	width: 100%;
background-image: url(../images/common/search_icon.png);
background-repeat: no-repeat;
background-position: center center;
background-color: transparent;
}
.side_menu02 tr td:nth-child(2) {
	text-align: center;
	vertical-align: middle;
	width: 50px;
background-color: #CECECE;
height: 100%;
}
.w260 {
	width: 260px;
}
.w260 img {
	width: 100%;
	height: auto;
}

#reading_archive .content.right ul {
	padding-left: 0px;
	margin: 0px;
}
#reading_archive .content.right ul li {
	list-style: none;
	border-bottom: solid 1px #e2dedc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#reading_archive .content.right ul li:last-child {
	list-style: none;
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#reading_archive .content.right ul li .left {
	width: 150px;
	height: 150px;
	background-position: center center;
	background-size: cover;
}
#reading_archive .content.right ul li .title {
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: dashed 1px #999999;
	padding-bottom: 5px;
	line-height: 24px;
}
#reading_archive .content.right ul li .date {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 18px;
}
#reading_archive .content.right ul li .text {
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 13px 15px 13px 15px;
	background-color: #F4F1EF;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
}
#reading_archive .content.right ul li .right {
	width: 530px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.subhead {
	background-image: url(../images/common/subhead_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
#minatoku_business .content.right .right .mt0 p:first-child {
	margin-top: 0px;
}
#minatoku_business .left.w260 {
	margin-right: 20px;
}

.banner {
    width: 650px;
}
.banner ul {
    margin: 0 0px 0 0;
    padding: 0;
    letter-spacing: -4em;
}
.banner li {
    letter-spacing: normal;
    display: inline-flex;
    width: 210px;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}
.banner li:nth-child(3n) {
    margin-right: 0;
}
.sub_title {
    vertical-align: top;
}
.sub_title a {
    color: #000;
    font-size: 12px;
    background-image: url("../images/common/right_arrow.png");
    background-repeat: no-repeat;
    padding-left: 10px;
    background-size: auto 30%;
    text-decoration: none;
    margin-left: 20px;
    background-position: center left;
    vertical-align: top;
    display: inline-block;
}