/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size:100%;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  background:url("../../img/back.jpg") top left repeat-x #FEFBFD;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 IE7で背景色が透明になるため、コメントアウト

a {
  background: transparent;
}*/

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  /* font-size: 0; */
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  /*font: inherit;  2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

br{
  letter-spacing:0;
  white-spacing:0;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/***　ページ全体最大幅中央寄せ　***/
.wrapper {
	position: relative;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.container {
	width:100%;
	height:auto;
	text-align:left;
	margin: 0px auto;
	padding: 0px;
	float: left;
}

/* topback */
#pageTop{
	width: 103px;
	height: 121px;
	display: block;
	background: url("../../img/bn_topback.png") no-repeat left top;
	text-indent: -9999px;
	/* margin: 20px; */
	position:fixed;
	bottom: 13px;
	right: 10px;
	z-index: 9999;
	}
#pageTop:hover{
	background: url("../../img/bn_topback.png") no-repeat left bottom;
	}
	
/*文字サイズ*/
.small{font-size: 80%;}
.large,.big{font-size:120%}

/*境界線グレー*/
.border-1px-ccc{border:1px solid #cccccc;display: block;}

/*中央揃え*/
.center{
	text-align:center;
	}

/*トップページと共通の部分*/
/* ヘッダーココから */
#top-header{
	margin: -20px 0 0 0;
	padding: 0px;
	height: 160px;
	width: 100%;
	background: url("../../img/header_back.png") bottom left no-repeat;
	z-index: 1;
}
/* トップ以外のヘッダー */
#header-wrapper{
	margin:0px;
	padding: 0px;
	height: 90px;
	width: 100%;
	background: url("../../img/header_back2.png") 0px 2px  no-repeat;
}


/* use*/
#header2{
	width: 230px;
/*	background:url(../../img/back_header2.jpg) no-repeat right top ;*/
	float: left;
	/* clear: left; */
	padding: 0px;
	height: auto;
	margin: 5px 0 0 12px;
}

/* use*/
#he_left {
	float: left;
/*	margin: 0px -157px 0px 0px;*/
	margin: 0;
	padding: 0px;
/*	width: 157px;*/
	width: 250px;
	height: 77px;
	/* z-index: 1; */
	position: relative;
	overflow: hidden;
}

/* use*/
h1,
#he_left a{
	margin: 23px 0px 0px 0px;
	padding: 0px;
	display: block;
	/*float: left;*/
}


#he_left .header_nav1{
	margin:-42px 0 20px 200px;
	padding:0;
}

#he_left .header_nav2{
	margin:-15px 0 0 200px;
	padding:0;
}

#he_left .header_nav1 ul,#he_left .header_nav2 ul{
	margin:0;
	padding:0;
}


#he_left .header_nav1 li.gyou2,#he_left .header_nav2 li.gyou2 {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0 10px 0 0;

}

#he_left .header_nav1 li.gyou_end,#he_left .header_nav2 li.gyou_end {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}


.header_nav {
	margin: 0;
	padding: 0;
	z-index: 2;
	/* width: 100%; */
}

.header_nav ul {
	margin: 5px 0 0 0px;
	padding:0px;
	clear: left;
	width: 100%;
	*width: 80%;
	/* overflow: hidden; */
}
.header_nav li.gyou2 {
	margin: 0px;
	padding:0px 11px 0px 0px;
	list-style-type: none;
}
.header_nav li.gyou3 {
	/* display: inline; */
	margin: 0 0 0 5px;
	/* padding: 0px 7px 0px 0px; */
	list-style-type: none;
	float: right;
	background: #ffffff;
	font-size: 0.01%;
}
.header_nav li.gyou3_2 {
	/* display: inline; */
	margin: 0 0 0 5px;
	padding: 0px 5px 0px 0px;
	list-style-type: none;
	float: right;
	font-size: 0.01%;
}
.header_nav li.gyou_end {
	display: inline;
	margin: 0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
}
#he_right {
	margin: 0;
	padding: 0px;
	float: right;
	text-align: right;
	height: auto;
	width: 714px!important;
	z-index: 2;
	position:relative;
	top: 0px;
	left: 0px;
	/* background: #f0f; */
}
#he_right_a {
	margin: 0;
	padding: 0px;
	z-index: 2;
	background: repeat-y;
}
/* ヘッダーココまで */


/*フッター*/
/* use */
#footer {
background-color: #b5ce35;
/*	background:url("../../img/footer.gif") repeat-x left top;*/
	float:left;
	clear:both;
	
margin: 20px 0 0 0;
	padding:0;
	width:100%;
	height: auto;
font-size: 90%;
}

#author_img{
	position:relative;
	z-index: 100;
	margin-top: -14px;
	float: right;
	width:160px;
}
#author_img img{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 5px;
}
/* use */
#author_info {
/*	margin-right:160px;*/
	margin:0px;
}
/* use */
.footer_navi ul{
	margin:0px;
	padding: 10px 0;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
}
#author_info .footer_navi li {
	display: inline;
	margin: 0px;
	padding:0px 8px 0px 8px;
	list-style-type: none;
	background-image: url(../../img/navi_line.gif);
	background-repeat: no-repeat;
	background-position:100% 40%;
}
#author_info .footer_navi li.navi_end {
	padding:1px 0px 4px 8px;
	margin: 0px 0px 0px 0px;
	background-image: url(../../img/spacer.gif);
	background-repeat: no-repeat;
}
#author_box{
	padding: 15px 0px 3px 8px;
}
#author_box p{
	padding:0px;
	margin:0px;
	line-height: 1.6;
}
/* use */
#copyright{
/*	color:#FFFFFF;*/
	
font-size: 90%;
	
margin: 0 0 30px 0;
	
padding: 0px 0px 0.3em 15px;
/*	background: #F07384;*/
}
/*フッターここまで*/

/*ヘッダー文字サイズ等の変更ブロック*/
#he_right_a > div > div.header_nav2 > ul > li:nth-child(1) {
    margin-left: 0;
}
.header_nav2 li {
    float: right;
    list-style: none;
    background-color: #ffffff;
    height: 25px;
    padding: 0 16px 0 0;
    margin: 0 5px 0 0;
}
.header_nav2 {
    margin: 5px 0 5px 0px;
    float: right;
    width: 100%;
}
.header_nav2 .huto{
font-size: 1%;
}
.header_nav1 li {  
    list-style: none;
    background-color: #ffffff;
    height: 25px;
    padding: 0 8px 0 0;
    /* margin: 0 5px 0 5px; */
    float: right;
}
.header_nav li.gyou3 a {
    padding: 3px 0 2px 3px;
    /* display: inline; */

}
.header_nav .header_nav1 .header_nav1_1 {
    float: left;
    margin: 0 0 0px -5px;
    padding: 0 0 5px 0;
    width: 100%;
    overflow: hidden;
    /* text-align: right; */
}
.header_nav1_1 li a {
    background: url("../../img/icon_sankaku_black.png") no-repeat 1px 9px;
    padding: 6px 0 0 10px!important;
    font-size: 80%;
    color: #fff;
    height: auto;
    margin: 0!important;
    display: inline!important;
    /* float: left; */
    text-align: right;
}
.header_nav1_1 li a {
    color: black;
    /* background-color: #f00; */
}
/*アイコン付きリンク*/
a.ico, .navigation-list a, .column3 li a, .list_ccc li .span_b,.text_d{
	background: url(../../img/icon_sankaku.png) no-repeat 1px center;
	margin: 0px;
	padding: 0px 8px 0px 16px;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5;
}
.equalize .navigation-list a{
	line-height: 1.4;
}
a.ico:hover, .navigation-list a:hover, .column3 li a:hover, .list_ccc li .span_b:hover,.text_d:hover{
	background: url(../../img/icon_sankaku_red.png) no-repeat 4px center;
}

*html body a.ico{
	background: url(../../img/icon_migi1.gif) no-repeat left 20%;
	font-weight: bold;
}

a.ico2{
	background: url(../../img/icon_sankaku.png) no-repeat 1px center;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5;
}
a.ico2:hover{
	background: url(../../img/icon_sankaku_red.png) no-repeat 4px center;
}

*html body a.ico2{
	background: url(../../img/icon_migi2.gif) no-repeat left 20%;
}

/***小分類***/
#main_body .bunrui-2-wrapper h2,
#main_body .detail_free h2
 {
	/* clear:both; */
	font-size: 120%;
	background: url(../../img/icon_sankaku3_orange.png) no-repeat 10px center #f3ecc4;
	border-top: 2px solid #e38000;
	border-bottom: 0px solid #99CC99;
	padding: 0.5em 0px 0.5em 30px;
	margin: 2em 0 1em 0!important;
}
#main_body .bunrui-2-wrapper{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-bottom: 10px;
}
/* 小分類余白調整 */
#main_body .bunrui-2-wrapper h2, {
    margin: 2em 0 1em 0!important;
}
#main_body .bunrui-2-wrapper h2:nth-child(1) {
    margin-top: 0!important;
}

/* 大分類用H3 */
#main_body .column3 h3{
	clear:both;
	font-size:110%;
	background: url(../../img/icon_sankaku3_green.png) no-repeat 10px center #E8F0C2;
	border-top: 2px solid #147d2b;
	border-bottom: 0px solid #99CC99;
	padding: 0.8em 0px 0.8em 34px;
	margin: 0 0 0.3em 0;
	font-size:120%;
}


/*** 最終ページレイアウト用 ***/
.detail_free h2 {
    margin-top: 2em!important;
}
.detail_free h2:nth-child(1) {
    margin-top: 0!important;
}

/*** 組織ページレイアウト用 ***/
.table_a h2 {
    margin: 2em 0 1em 0!important;
}
.table_a h2:nth-child(1) {
    margin-top: 0!important;
}

/*組織ページ　所属切り替え**/
.s-kirikae {
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 10px 0;
    font-size: 120%;
}
.s-kirikae span,
.s-kirikae a:hover,
.s-kirikae a:active,
.s-kirikae span {
    display:inline-block;
    *display: inline;/* For IE 6/7 */
    *zoom: 1;/* For IE 6/7 */
}

.s-kirikae a,.s-kirikae a:visited {
    padding: 5px 10px;
}
.s-kirikae a:hover {
    background-color: #cccccc;
    color:#000000;
    padding: 5px 10px;
    border-radius: 6px;
}
.s-kirikae span,
.s-kirikae a:active {
    background-color: #147d2b;
    color:#ffffff;
    padding:5px 10px;
    border-radius: 6px;
}

/*** 新着更新情報 ***/

/* 本文の各ブロック */
.main_box {
	width: 100%;
	clear:both;
	padding: 0px 0px 0;
	border: 1px solid #cccccc;
	margin: 0 0 10px 0;
	font-size: 95%;
}


#main .h2_b {
	background: url("../../img/title_newsback.png") repeat-x left bottom;
	/* float:left; */
	margin:0;
	padding:0;
	width:100%;
	border-top: 1px solid #5c5a21;
	overflow: hidden;
}

#tit_news {
	float:left;
	/* width: 100%; */
	height: auto;
	margin: 0px;
	padding:0px;
}

#tit_news h2{
	background: url("../../img/title_newsback.png") repeat-x left center;
	border-top: aliceblue;
	/* width: 100%; */
	margin: 0 0 0 0;
	padding: 0;
}

#tit_topics {
	float:left;
	width:161px;
	height: 29px;
	margin: 0px;
	padding:0px;
}

#tit_topics h2{
	background:url("../../img/back_title_topics_h2.gif") no-repeat left center ;
	margin: 0 0 0 0;
	padding: 5px 0px 5px 25px;
}
.list_top, .list_top_topics {
	clear:both;
	margin: 0;
	padding: 0 0;
}
.list_top ul, .list_top_topics ul {	
	list-style-position: outside;
	clear: both;
	margin: 10px 0 5px 0!important;
	padding: 0.6em 5px 0.2em 13px;
	text-align:left;
	/*background:url("../../img/rain.gif") repeat-x left bottom;*/
	/* background-color: #ff0; */
}
.list_top ul li, .list_top_topics ul li {
	clear:both;
	line-height:130%;
	list-style: none;
	margin: 0 0 0.6em 0;
	padding:0;
	/* font-size: 100%; */
	width: 85%;
}
.list_top ul li img, .list_top_topics ul li img{
	vertical-align:top;
	margin-top:-1px;
}
.list_top ul li, .list_top_topics ul li a{
	

}
/* 一覧を見るのアイコン */
.tit_list {
	width:100%;
	margin: 0;
	padding: 7px 0 7px 0;
	text-align:right;
	clear:both;
	/*float:right;*/
	border-top: 1px solid #cccccc;
}
.tit_list a {
	background: url(../../img/icon_shikaku.png) no-repeat left center;
	margin: 0px;
	padding: 0px 7px 0px 17px;
}
/* RSSのアイコン */
#main .text_g4 {
	float:right;
	display:block;
	width:52px;
	height:1em;
	text-align:right;
	margin: 12px 10px 0px auto;
	padding:3px 5px 0px 0px;
}

/**テーブルしましま
tr.even {
    background-color: #f6f6f6;
}**/

/* 小分類等で新着情報がない場合 */
p.no_data {
    margin: 7px 0 7px 25px!important;
    /* text-align: center!important; */
}

/** 余白設定 と最終ページ通常時の文字サイズ **/
.table_a h2 + div,
.detail_free p {
    padding: 0 15px 0  35px;
    font-size: 100%;
    line-height: 1.8;
}

/**　印刷ボタンと更新情報　**/
.text_r{
	margin-bottom:10px;
	}
#print_mode_link,
.text_r span {
    padding:10px 20px;
    font-size:100%;
    line-height:1;
    display:inline-block;
}
#print_mode_link{
    background: url(../../img/print-icon.jpg) no-repeat 10px center #fefefe;
    border:1px solid #dddddd;
    border-radius:3px;
	margin-right:1em
}
#print_mode_link:hover{
	background: url(../../img/print-icon.jpg) no-repeat 10px center #F8F8F8;
}
.text_r span{
    background: #f4ecc5;
    border:1px solid #f8daf2;
    border-radius:3px
}

/** ライフイベントサイドバー **/
#sidebar2 > #kurashi > h2 {
    font-size: 1%;
    padding: 0;
    margin: 0;
    background-image: none;
    background-color: #ccc;
    border: none;
}
#sidebar2 > #kurashi > div > ul {
    list-style-type: none;
    padding: 6px 5px 1px 5px;
    background: #E8F0C2;
    margin: 0;
}
#sidebar2  .life-event-block  ul  li {
    margin-bottom: 5px;
    /*margin-bottom: 6px;
    box-shadow: 0px 0px 2px #147d2b;*/
}
#sidebar2 > #kurashi > div.life-event-block {
    margin: 0;
}
#sidebar2 > #kurashi {
    box-shadow: 0px 0px 0px #147d2b;
}

#sidebar2 > .life-event-block > ul > li:hover {
    box-shadow: 0 0 2px #0B4418;
    /* padding-top: 1px; */
    /* margin: 1px 0 6px 0; */
    /* border: 2px solid #0B4418; */
    opacity: 0.8;
}

/*
h3 a:hover {
    background-position: 13px center!important;
	background-color:#E2F48D!important;
}
h2 a:hover {
    background-position: 13px center!important;
	background-color:#F9EB9C!important;
}

#kurashi h2 a:hover{
	background-color:#b5ce35!important;
}
#sidebar1 h2 a:hover{
	background-color:transparent!important;
}

.detail_free h2 a:hover {
	background-position: 10px center!important;
	background: url(../../img/icon_sankaku3_orange.png) no-repeat 10px center #f3ecc4!important;
}

.detail_free h3 a:hover {
	background-position: 10px center!important;
	background: url(../../img/icon_sankaku3_pink.png) no-repeat 10px center #FFFDFE!important;
}
*/

/*リンク　アニメーション*/
a,
.list_ccc li .span_b,
.column3 li a,
.text_d,
h2 a,
h3 a {
    transition-duration: 300ms;
    transition-property:all;
    transition-timing-function:ease-in-out;
}
a.bx-prev,a.bx-next{
    transition-property:none!important
}




/*** バナー広告スライダー ***/
.bx-wrapper2 img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.bx-wrapper2 {
	position: relative;
	margin: 0 auto!important;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper2 .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc!important;
	-webkit-box-shadow: 0 0 0px #ccc!important;
	box-shadow: 0 0 0px #ccc!important;
	border: solid #fff 0px!important;
	left: 0px!important;
	background: #fff;
}

.bx-wrapper2 .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #137d2b!important;
	padding-top: 0px!important;
}

.bx-wrapper2 .bx-pager.bx-default-pager a {
	background: #b5cd35!important;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        color:#000;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #137d2b!important;
	color:#fff;
}
.bx-wrapper2 .bx-wrapper {
    margin: 0 auto 30px!important;
}
.bx-wrapper2 .bx-pager,
.bx-wrapper2 .bx-controls-auto {
	position: absolute;
	bottom: -20px!important;
	width: 100%;
}
.bx-wrapper2 .bx-controls {
	bottom: -20px!important;
        text-align:left;
}

/*
.bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: -450px;
}
*/
.bx-wrapper img{
	max-width:none!important;
}

/** リスト **/
#main #main_a ul{
	margin: 0px 20px 0px 0;
	*margin-left:40px;
}
#main #main_a ol li{
margin-bottom: 0.5%;
}
/** 数字リスト **/
#main ol {
	margin:10px 20px 10px 0;
	background-color: #FCFBF5;
	padding: 20px 40px;
	border-radius: 6px;
}

/** 通常リスト **/
#main_body .detail_free ul li {
    list-style-type: none;
    background: url("/img/icon_list_green.png") no-repeat left 0.85em;
    padding: 5px 0 5px 15px;
}

/** グレーの背景　**/
.backgray {
    background-color: #efefef;
    padding: 5px 0;
}

/*スライダーの変更部分*/
.bx-wrapper2 .bx-wrapper {
	position: relative;
	margin: 0 auto 40px!important;
	padding: 0;
	*zoom: 1;
}
/*音声読み上げ*/
ul.header_nav1_1 > li.huto {
    background-image: none!important;
    padding: 0!important;
    /* margin-left: -5px!important; */
    background-color: #ffffff;
    padding-right: 15px!important;
    height: 25px!important;
}

/*ページ本文へジャンプ*/
.skiptop {
    display: block;
    margin: 5px 0 0 25px;
    z-index: 1;
    position:relative;
    width: 300px;
	top:0;
	left:0;
}
#skiptop {
    display: block;
    padding: 5px 0 0 25px;
    z-index: 6;
    position:relative;
    width: 935px;
    /* background:#f00; */
    margin:0 auto;
    text-align:left;
	top:0;
	left:0;
}
/*ページ本文へ*/
.hide + p{
    margin:0;
    font-size:80%
}
/*トップページfacebookとyoutubeバナー*/
.menu_list_center ul li {
    float: left;
    margin: 0 0 0 15px;
}

.menu_list_center ul li:first-child {
    margin: 0;
}
.menu_list_center_left {
    float: left;
}
.menu_list_center_right {
    float: right;
}
.menu_list_center ul {
    margin: 15px 0 0 0!important;
    padding: 0!important;
    width: 100%!important;
    overflow: hidden;
    list-style-type: none;
}

/*新着情報の一覧ページ*/
.list_ccc_news li {
	clear:both;
	margin: 0px 0px 5px 0px !important;
	padding: 0px 0 5px 40px;
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 1px dotted #ccc;
}
.list_ccc_news {
    margin: 0;
    padding: 0;
    clear: both;
}
.list_ccc_news ul {
    padding: 0;
    margin: 0!important;
}


#sidebar2 {
    margin-top: 1.2em;
    //右サイドバーの高さをそろえる
}

#main #main_a .detail_free table tbody tr td {
    border: #C0BFA0 1px solid!important;
}

/*ここから観光用テンプレート*/

.kankou_h1 {
    margin: 0!important;  
    font-size: 100%;  
    font-weight: 100;  
    background: none!important;  
    padding: 0!important;  
    color: #FFFFFF;  line-height: 1.05;
}
.kankou_read_block {
    width: 96%;
    overflow: hidden;
    /* background-color: #Ffffff; */
    padding: 5px 2%;
    border-radius: 6px;
    margin: 0.1em auto;
    /* border: 1px solid #fcdcf1; */
}
.kankou_read_photo {
    width: 130px;
    float: left;
    background: #fff;
    border-radius: 6px;
    text-align: center;
}
.kankou_read_photo img {
    width: 100px;
}
.kankou_read_text {
    /* margin-left: 150px; */
    line-height: 1.6;
    text-align: center;
    margin: 0.1em 0;
    font-size: 100%;
}
.column4 {
    
}
.column4 li {
    width: 178px;
    float: left;
    margin-right: 9px;
    list-style-type: none;
}
.column4 ul {
    /* width: 200px; */
    overflow: hidden;
    padding: 0;
    margin: 1em 0!important;
    /* border: 2px solid #cccccc; */
    /* border-radius: 0 0 6px 6px; */
    /* padding: 10px; */
}

/*観光用分類*/
.kankou_block_list {
    float: left;
    margin: 0 5px 10px 5px;
    width: 228px;
* margin-bottom:0.8em; /* IE7 */
    /* border: 2px solid #cccccc; */
}

#main_body .kankou_block_list h3{
	clear:both;
	font-size:110%;
	background: none;
	border-top: none!important;
	border-bottom: 0 dotted #99CC99;
	padding: 0;
	margin: 0;
	font-size:120%;
}


/*観光画像置き換え*/
.kankou_block_list #jmp20,
.kankou_block_list #jmp21,
.kankou_block_list #jmp22,
.kankou_block_list #jmp23
{
    display: block;
    /*text-indent:-9999px;*/
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 228px;
    height: 234px;
}
.kankou_block_list #jmp20{
        background: url("/img/kankou_block_list_kanko.jpg") left bottom no-repeat;
}
.kankou_block_list #jmp21{
        background: url("/img/kankou_block_list_maturi.jpg") left bottom no-repeat;
}
.kankou_block_list #jmp22{
        background: url("/img/kankou_block_list_food.jpg") left bottom no-repeat;
}
.kankou_block_list #jmp23{
        background: url("/img/kankou_block_list_photo.jpg") left bottom no-repeat;
}
.kankou_block_list ul {
}
.kankou_block_list ul {
    border: 1px solid #cccccc;
    border-radius: 0 0 6px 6px;
    padding: 11px;
    /* margin: 0; */
}
.kankou_block_list ul {
    margin: 0!important;
}
.kankou_block_list li {
    /* background: url(../../img/icon_sankaku.png) no-repeat 0px center; */   margin: 0px;   padding: 0px 8px 0px 16px;   font-weight: normal;   font-size: 100%;   line-height: 1.5;
}

.kanko_wrapper > div:nth-child(1) > ul {
    background-color: #F2FCF4;
}

.kanko_wrapper > div:nth-child(2) > ul {
    background-color: #fcf7f2;
}

.kanko_wrapper > div:nth-child(3) > ul {
    background-color: #FCF7F4;
}

.kanko_wrapper > div:nth-child(4) > ul {
    background-color: #f1f1f8;
}

/*関連情報*/
#main #main_a .kanren .navigation {
    margin: 0;
}

#main #main_a .kanren h2{
    float: left;
    margin: 0.3em 5px;
    width: 308px;
    background: none;
    border: none;
    padding: 0;
    clear: none;
    /* height: auto; */
}

#main #main_a .kanren h2 a {
    clear: none;
    font-size: 100%!important;
    background: url(../../img/icon_sankaku3_green.png) no-repeat 10px center #E8F0C2;
    border: 0;
    border-radius: 6px;
    padding: 0.8em 0px 0.8em 34px;
    margin: 0;
    font-size: 110%;
    width: 274px;
	display:block;
}

#main #main_a .kanren h2 a:hover {
    background: url(../../img/icon_sankaku3_green.png) no-repeat 15px center #e1e4d5;
}
/*リンク　アニメーション*/
#main #main_a .kanren h2 a {
    transition-duration: 300ms;
    transition-property:all;
    transition-timing-function:ease-in-out;
}

/*新着情報*/
.span_a{
	padding-right:1em;
}

/*表示を消す*/
.hidden {
    display: none;
}

#cse-search-box{
  font-size:90%!important;
}

/*グローバルナビロールオーバー*/
#top_search_a a img,
.life-event-block a img {
    transition-duration: 700ms;
    transition-property:all;
    transition-timing-function:ease;
}

#top_search_a a img:hover,
.life-event-block a img:hover{
	opacity:0;
	}
#page_now0_on a {
    background: url("/img/btn_gnav_home_on.png") no-repeat top left;
	display:block;
}
#page_now1_off a {
    background: url("/img/btn_gnav_kurashi_on.png") no-repeat top left;
	display:block;
}
#page_now2_off a {
    background: url("/img/btn_gnav_kosodate_on.png") no-repeat top left;
	display:block;
}
#page_now3_off a {
    background: url("/img/btn_gnav_kenko_on.png") no-repeat top left;
	display:block;
}
#page_now4_off a {
    background: url("/img/btn_gnav_kanko_on.png") no-repeat top left;
	display:block;
}
#page_now5_off a {
    background: url("/img/btn_gnav_kigyo_on.png") no-repeat top left;
	display:block;
}
#page_now6_off a {
    background: url("/img/btn_gnav_shosei_on.png") no-repeat top left;
	display:block;
}
/*top ライフイベント*/
.life-event-block #lifestage1_on a{
	background: url("/img/life_btn_01_on.png") no-repeat top left;
	display:block;
}
.life-event-block #lifestage2_on a{
	background: url("/img/life_btn_02_on.png") no-repeat top left;
	display:block;
}
.life-event-block #lifestage3_on a{
	background: url("/img/life_btn_03_on.png") no-repeat top left;
	display:block;
}
.life-event-block #lifestage4_on a{
	background: url("/img/life_btn_04_on.png") no-repeat top left;
	display:block;
}
.life-event-block #lifestage5_on a{
	background: url("/img/life_btn_05_on.png") no-repeat top left;
	display:block;
}
.life-event-block #lifestage6_on a{
	background: url("/img/life_btn_06_on.png") no-repeat top left;
	display:block;
}
.life-event-block #lifestage7_on a{
	background: url("/img/life_btn_07_on.png") no-repeat top left;
	display:block;
}
.life-event-block #lifestage8_on a{
	background: url("/img/life_btn_08_on.png") no-repeat top left;
	display:block;
}
/*分類　サイドバーライフイベント*/
#sidebar2 .life-event-block #lifestage1_on a{
	background: url("/img/life_btn_side_01_on.png") no-repeat top left;
	display:block;
}
#sidebar2 .life-event-block #lifestage2_on a{
	background: url("/img/life_btn_side_02_on.png") no-repeat top left;
	display:block;
}
#sidebar2 .life-event-block #lifestage3_on a{
	background: url("/img/life_btn_side_03_on.png") no-repeat top left;
	display:block;
}
#sidebar2 .life-event-block #lifestage4_on a{
	background: url("/img/life_btn_side_04_on.png") no-repeat top left;
	display:block;
}
#sidebar2 .life-event-block #lifestage5_on a{
	background: url("/img/life_btn_side_05_on.png") no-repeat top left;
	display:block;
}
#sidebar2 .life-event-block #lifestage6_on a{
	background: url("/img/life_btn_side_06_on.png") no-repeat top left;
	display:block;
}
#sidebar2 .life-event-block #lifestage7_on a{
	background: url("/img/life_btn_side_07_on.png") no-repeat top left;
	display:block;
}
#sidebar2 .life-event-block #lifestage8_on a{
	background: url("/img/life_btn_side_08_on.png") no-repeat top left;
	display:block;
}

/*ヘッダー情報リンク*/
.header_nav a img{
    transition: 300ms ease all;
}

.header_nav a img:hover {
    opacity: 0.5;
}
.header_nav a img:active {
    opacity: 0.8;
}
.header_nav1_1 li a:hover {
    background: url("../../img/icon_sankaku_black.png") no-repeat 3px 9px;
}


/*ヘッダードロップダウンリスト*/
#dropmenu {
  position: relative;
  list-style-type: none;
  width: 128px;
  height: 25px;
  margin: 0px auto 0;
  padding: 0;
  background: #ffffff;
  /* position:relative; */
  /* z-index:999; */
  float: right;
  margin-left: 5px;
}
#dropmenu li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  /* text-align: center; */
}
#dropmenu li a {
  display: block;
  margin: 0;
  /* padding: 7px 0 7px; */
  color: #000;
  font-size: 80%;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 28px;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #fff;
  text-align: left;
  font-size: 80%;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #6e7c0c;
  color: #ffffff;
}
#dropmenu > li:hover > a{
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #efefef;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/*ヘッダーナビ小修正*/
ul.header_nav1_1 {
    clear: both;
    padding: 5px;
}

/*タブレット用*/
@media screen and (max-width: 1024px) {
  .bx-wrapper .bx-prev {
	left: 0px!important;
  }

  .bx-wrapper .bx-next {
	right: 0px!important;
  }
/*
  #main #main_a{
	margin:0!important;
  }
*/
}

/*お問い合わせフォーム*/
.mailformlast-child{
	border-bottom:none
}
/** 課表示部分 **/
li .mailformsection{
	margin:0;
	padding: 8px 0 11px 8px;
}
ul.mailform {
    border: 2px solid #C0BFA0;
    padding: 0;
    margin: 0 auto!important;
    font-size:0.85em;
    width: 80%;
}
ul.mailform input,
ul.mailform textarea{
	margin: 7px 0 0 5px;
	padding: 0;
	font-size:80%；
	overflow:auto;
	resize: vertical; 
}
/***　表見出し部分　***/
.mailformth {
    width: 30%;
    display: inline-block;
    background-color: #f4f5e3;
    padding: 9px 0 10px 0;
    text-align: center;
    font-weight:bold;
    border-right: 1px solid #C0BFA0;
    vertical-align: top;
    margin-bottom:1px;
    float: left;
    clear: left;
}

/***　表項目部分　***/
.mailformtd {
    display: inline-block;
    padding: 8px 0 0 8px;
    text-align: left;
    width: 60%;
}

/***　項目が3行の場合　***/
.multiform .mailformth,
.multiform .mailformtd{
	min-height: 11em;
}

/***　項目が2行の場合　***/
.doubleform .mailformth,
.doubleform .mailformtd{
	min-height: 5em;
}


.multiform .mailformth{
    padding: 7px 0 9px 0;
}

.doubleform .mailformth{
    padding: 7px 0 8px 0;
}

ul.mailform div {
    display: inline-block;
}

ul.mailform li {
    list-style-type: none;
    border-bottom: 1px solid #C0BFA0;
    width: 100%;
    overflow: hidden;
}

span.mailformth strong {
    color: #600000;
}
form {
    text-align: center;
}

select#month1,
select#month2 {
    font-size: 0.8em;
    padding: 0.2em 1em;
}

select#month1{
	margin:1em 0 0 0
}

input.submit_button,
input.submit_button_syusei,
input[type="submit"]{
    font-size: 0.8em;
    padding: 0.2em 1em;
    margin: 0 0.4em;
}

input[type="submit"]{
	/*margin:0 auto;
	display:block;*/
}


/*アンケートフォーム関連*/
form[name="form1"] {
    text-align: left;
}
.q2,
.q2 + textarea,
.q2 + input{
    margin:5px 0 5px 35px;
}
.q2{
    margin-top:20px;
}
.q2 br{
    display:none;
    }

/*検索フォーム修正*/
.gsc-control-wrapper-cse table{
	margin:0!important;
}
.gsc-control-wrapper-cse table,
.gsc-control-wrapper-cse td,
.gsc-control-wrapper-cse tr,
.gsc-control-wrapper-cse th {
    border:none!important
}

input.gsc-input {
    font-size: 180%!important;
    padding: 0.2em 0 0.2em 0.5em!important;
}


input.gsc-search-button {
    font-size: 150%!important;
    padding: 0.2em 1em 0!important;
    height: 30px!important;
    background: #357AE8!important;
    color: #fff!important;
    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight:100!important;
    *margin-left:2em!important;
    *text-align:center!important;
    *padding: 0.2em 0 0 0!important;
}

/*--以下ドロップダウン--*/
#top_search{
	overflow:inherit;
}
#top_search_a ul .sub {
    background-color: #FFFFFF;
    border: 1px solid #bbbbbb;
    /* float: left; */
    left: 0;
    padding: 10px;
    position: absolute;
    top: 58px;
    /*display: none;*/
    z-index: 4;
    box-shadow: 0 0 2px 0 #ccc;
}
#top_search_a ul .sub-last{
    right: 0;
    left:auto;
}
#top_search_a ul li{
	position:relative;
}
#top_search_a ul li .sub p{
	background-color:#147d2b;
	margin-top: 0;
	padding: 0.2em 0;
	color: #fff;
    margin: 0px !important;
}
#top_search_a ul li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 220px;
	float: left;
}
#top_search_a ul li .sub ul li {
	width: 100%;
	background: url(../../img/icon_sankaku.png) no-repeat 1px center;
	margin: 0px;
	padding: 0px 8px 0px 16px;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5;
	text-align:left;
}
#top_search_a ul li .sub ul li a{
	background-image:none;
}


#top_search_a ul li .sub ul li {
    transition-duration: 300ms;
    transition-property:all;
    transition-timing-function:ease-in-out;
}
#top_search_a ul li .sub ul li:hover {
	background: url(../../img/icon_sankaku_red.png) no-repeat 4px center;
}


/*ie7*/
#header{
	position:relative;
	z-index:4;
}
.bxslider{
	z-index:3;
}
#top_search .wrapper{
	z-index:4;