/*! normalize.css v3.0.1 | 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 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

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/10/11, Safari, and Chrome.
 */

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

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

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, 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/11.
 */

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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */

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;
}

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

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

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

td,
th {
  padding: 0;
}
@charset "utf-8";
/*
Theme Name: nishiosyouni1024PC
Theme URI: http://nishiosyouni.jp
Description: supported by HAPPITOUS LLC
*/
/* 基本　*/
html {
    overflow: auto;
}
body  {
	margin:0;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; 
/*	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; */
	background-color: #669966;
	line-height:1.5;
}
a   {
    text-decoration: none;
	color: #339966;
}
a img {
	border: none;
}
p	{
	color: #666633;
	display: block;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px; 
}
ul,
li {
	margin:0;
	padding:0;
	-webkit-padding-start: 0px !important;
	-moz-padding-start: 0px !important;
	-padding-start: 0px !important;
}
/*ヘッダー*/
#header{
	margin: 0;
	width: 100%;
    border-bottom: solid 1px #aaaaaa;
	background: #99cc99;
}
#header-inner{
	width: 1024px;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #99cc99;
}
.desc {
	margin:0px 0px 0px 30px;
}
/* ナビゲーション */
#gnav{
	background:#99cc99;
}
#gnav ul{
	width:1025px;
	margin: 0px auto;
	overflow:hidden;
 	-webkit-padding-start: 0px !important;
 	-moz-padding-start: 0px !important;
 	-padding-start: 0px !important;
}

#gnav li{
 	float : left;
 	list-style: outside none;
 	margin-left: 0px;
}

#gnav a{
 	display:block;
 	width:205px;
 	height:65px;
 	background:url(img/gmenu_all1025.jpg) no-repeat;
 	text-indent:-9999px;
 	margin-left: 0px;
}

#gnav .gnav01 a{background-position:0 0;}
#gnav .gnav02 a{background-position:-205px 0;}
#gnav .gnav03 a{background-position:-410px 0;}
#gnav .gnav04 a{background-position:-615px 0;}
#gnav .gnav05 a{background-position:-820px 0;}

#gnav .gnav01 a:hover{background-position:0 -65px;}
#gnav .gnav02 a:hover{background-position:-205px -65px;}
#gnav .gnav03 a:hover{background-position:-410px -65px;}
#gnav .gnav04 a:hover{background-position:-615px -65px;}
#gnav .gnav05 a:hover{background-position:-820px -65px;}
/*   ナビゲーション　ここまで　*/

/* コンテンツ　*/
div#container {
	width: 1024px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-color: #669966;  /*  メモ */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
}
div#main {
	width: 680px;
	float: left;
    margin: 10px 10px;
	background-color: #669966;  /*  メモ */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
}
h2.midashi{
	margin:0px;
	font-size:22px;
}
.pages{
    margin:0 auto;
    width:680px;
    float:left;
}
p.pagenation {
	font-size: 1.5em;
    overflow: hidden;
}

span.oldpage {
	color: #ffffff;
    float: left;
    margin-bottom:10px;
	margin-left:40px;
}
span.oldpage a{
	color: #ffffff;
}

span.newpage {
	color: #ffffff;
    float: right;
    margin-bottom:10px;
	margin-right:40px;
}
span.newpage a{
	color: #ffffff;
}

/* サイドバー　*/
div#sidebar       {
	width: 300px;
    float: left;
    background-color: #669966;
    margin: 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
} 

div#sidebar ul {
    padding: 0;
    list-style-type: none;
}

div#sidebar .widget {
    margin-bottom: 20px;
    list-style-type: none;
}

div#sidebar h2 {
    background-color: #ffffff;
    background-position: left center;
	border-left: 10px solid #99cc99;
	border-right:  2px solid #99cc99;
	border-top:  2px solid #99cc99;
	border-bottom:  2px solid #99cc99;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #666633;
    font-size: 22px;
    padding: 3px 18px;
    margin: 10px 0px;
/*    -webkit-box-shadow: 3px 3px 3px rgba(204,204,204,5);
    -moz-box-shadow: 3px 3px 3px rgba(204,204,204,5);
    box-shadow: 3px 3px 3px rgba(204,204,204,5); */
}
div#sidebar li li {
	font-size: 18px;
    border-bottom: dotted 1px #99cc99;
    margin: 0;
}
div#sidebar li li a {
	color: #ffffff;
	display: inline;
	padding: 5px 10px;
}
div#sidebar li li a:hover{
	color: #FE9900;
}
div#sidebar p {
	font-size: 18px;
    padding: 2px 10px;
    margin: 0;
}
/*  フッター　*/
#footer {
	width:100%;
	margin: 0;
    clear: both;
    background-color: #669966;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
}
.footer-inner{
	width:1024px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
}
.footer-left{
	width:840px;
	margin-left:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
}
.footer-center{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
}
/* 電話番号　リンク  */
#call_no {
    position: fixed;
    bottom: 350px;
    right: 0px;
    background:#ffcc00;
}
/* トップへ戻る　*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/* 角丸ボックス　------------------------------------------------------  start  ---------------------*/
.box_wrapper{
	width: 100%;
	height: auto;
	background-color: #fff;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-shadow: 0 2px 5px 1px rgba(204,204,204,1);
	-moz-box-shadow: 0 2px 5px 1px rgba(204,204,204,1);
	box-shadow: 0 2px 5px 1px rgba(204,204,204,1);
	position: relative;
}
.box_body{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	float: left;
    margin-bottom: 20px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
/*  -webkit-box-shadow: 0 2px 5px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0 2px 5px 1px rgba(204,204,204,1);
    box-shadow: 0 2px 5px 1px rgba(204,204,204,1);  */
    position: relative;
}
.box_title{
	width: 100%;
	height: auto;
	text-align: left;
	color: #000;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 0px 20px;
/*	padding: 10px 10px 10px 20px; */
	line-height: 35px;
	font-size: 26px;
	float: left;
/*	-webkit-box-shadow: 0 0 5px 1px rgba(204,204,204,1);
	-moz-box-shadow: 0 0 5px 1px rgba(204,204,204,1);
    box-shadow: 0 0 5px 1px rgba(204,204,204,1); */
    letter-spacing: 0.5px;
}
.box_title99{
	width: 100%;
	height: 75px;
	text-align: left;
	color: #000;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 10px 20px;
	margin-bottom: 20px;
	line-height: 35px;
	font-size: 26px;
	float: left;
    letter-spacing: 0.5px;
}
.box_bottom{
    width: 100%;
    height: auto;
    text-align: left;
    color: #000;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:20px;
    padding: 3px 10px 3px 5px;
    line-height: 25px;
    font-size: 14px;
    float: left;
    -webkit-box-shadow: 0 0 5px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0 0 5px 1px rgba(204,204,204,1);
    box-shadow: 0 0 5px 1px rgba(204,204,204,1);
    letter-spacing: 2px;
}
.box_title img{
	vertical-align: -5px;
}
.box_title2 img{
	vertical-align: -5px;
}
.box_body.green{
	border-left: 4px solid #99cc99;
	border-right: 4px solid #99cc99;
	border-bottom: 4px solid #99cc99;
}
.box_wrapper{
	background: #99cc99;
	text-shadow: 0 2px 3px #248f10;
} 
.box_title.green {
	background: #99cc99;
}
.box_title99.green {
	background: #99cc99;
}
.box_title.white {
	background: #ffffff;
}
.box_title99.white {
	background: #000000;
	border-top: 4px solid #99cc99;
	border-left: 4px solid #99cc99;
	border-right: 4px solid #99cc99;
	border-bottom: 4px solid #99cc99;
}
.box_bottom.green {
	background: #98ca00;
}
.box01{
	margin:10px;
	height:160px;
}
.box02{
	margin:20px;
}
.box03{
	margin:0px 20px;
}
/* .kage_white{
	text-shadow:2px 2px 2px rgba(255,255,255,0.5),-2px 2px 2px rgba(255,255,255,0.6),2px -2px 2px rgba(255,255,255,0.6),-2px -2px 2px rgba(255,255,255,0.5);
} */
/* 角丸ボックス　------------------------------------------------------  end  ---------------------*/

dl {
	margin:0px;
	width:640px;
}
dt {
	float:left;
	clear:left;
	width:100px;
}
dd {
	float:left;
	width:460px;
}

/* フォント　class　----------------------------------------------------------------------*/
.moji_white {
	color:#000000;
	font-size:16px !important;
}
.moji_kankaku_small {
	letter-spacing: -1px;
}

/* 文字位置　上下　中央 ----------------------------------------------------------------------*/
.joge {
 	width: 640px;
 	height: 48px;
 	margin: 0px;
 	padding: 0px;
 	vertical-align: middle; /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
}
.joge2 {
 	width: 640px;
 	height: 30px;
 	margin: 0px;
 	padding: 0px;
 	vertical-align: middle; /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
}
.joge3 {
 	width: 640px;
 	height: 30px;
 	margin: 0px;
 	padding: 0px;
 	vertical-align: middle; /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
	border-bottom: 1px solid #99cc99;
}
.flexiblebox {
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  	align-items: center; /* 縦方向中央揃え */
}
/* 文字位置　本文 ----------------------------------------------------------------------*/
.meisai {
	font-size:18px;
	margin:15px 20px 40px;
}
/* 画像・文字　位置 */
.ichi_center {
	text-align:center;
}
.ichi_right {
	text-align:right;
}
/* 匿名加⼯情報の作成と提供に関する公表 */
span.tokumei{
	color:#000000 !important;
}
span.tokumei a{
	color:#000000 !important;
	text-decoration: underline;
}

