@charset "UTF-8";

/* =========================================================================
　base.css （全ページ共通の設定）

　目　次

　1.リセット
　2.body
　3.各要素
　4.ヘッダー
　5.コンテナ（コンテンツ＋サイド）
　6.コンテンツ
　7.サイド
　8.フッター
 9.CMSKIT編集画面
========================================================================= */

/* -------------------------------------------------------------------------
 1.リセット
------------------------------------------------------------------------- */
html,body,div,
blockquote,pre,
dl,dt,dd,
form,input,textarea,select,option,optgroup,button,label,fieldset,legend {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}

/* -------------------------------------------------------------------------
 2.body
------------------------------------------------------------------------- */
body {
	min-width: 980px;
	color: #333;
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	background: #FFF;
	line-height: 1.2;
}

/* テキストリンクの設定
---------------------------------------------------------------------- */
a:link {
	color: #06C;
}
a:visited {
	color: #7D7D7D;
}
a:hover,
a:active,
a:focus {
	color: #F00;

}

/* th */
#content th a:link {
	color: #333;
}
#content th a:visited {
	color: #707070;
}
#content th a:focus,
#content th a:hover,
#content th a:active {
	color: #E00000;
}

/* 非表示の設定
---------------------------------------------------------------------- */
hr.hide {
	display: none;
}

/* -------------------------------------------------------------------------
 3.各要素
------------------------------------------------------------------------- */

/* h1
---------------------------------------------------------------------- */
h1 {
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 25px;
	padding: 14px 5px 14px 65px;
	background: #2A78CA url(../images/base/h1_bg.png) no-repeat 15px 10px;
	border-bottom: 1px solid #000;
	line-height: 1.1;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.3),-2px 2px 1px rgba(0,0,0,0.3),2px -2px 1px rgba(0,0,0,0.3),-2px -2px 1px rgba(0,0,0,0.3);
}

/* h2
---------------------------------------------------------------------- */
h2 {
	clear: both;
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
	margin: 20px 5px 10px;
	padding: 8px 5px 8px 32px;
	background: #2A78CA url(../images/base/h2_bg.png) no-repeat 12px 13px;
	border-bottom: 1px solid #000;
	line-height: 1.1;
	border-radius: 10px 0 0 10px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.3),-2px 2px 1px rgba(0,0,0,0.3),2px -2px 1px rgba(0,0,0,0.3),-2px -2px 1px rgba(0,0,0,0.3);
}

/* h3
---------------------------------------------------------------------- */
h3 {
	clear: both;
	font-size: 110%;
	font-weight: bold;
	margin: 15px 8px 10px;
	padding: 7px 5px 7px 10px;
	background: #ECECEC;
	border-bottom: 1px solid #AAA;
	border-left: 7px solid #2A78CA;
	line-height: 1.1;
}

/* h4
---------------------------------------------------------------------- */
h4 {
	clear: both;
	font-size: 100%;
	font-weight: bold;
	margin: 15px 10px 10px;
	padding: 5px 0 5px 7px;
	border-left: 5px solid #2A78CA;
	line-height: 1.1;
}

/* p
---------------------------------------------------------------------- */
p {
	font-size: 100%;
	margin: 0 15px 15px;
	padding: 0;
	line-height: 1.5;
}

/* ul,ol
---------------------------------------------------------------------- */
ul {
	font-size: 100%;
	margin: 10px 10px 20px 25px;
	padding: 0;
	line-height: 1.3;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0 0 10px 13px;
	background: url(../images/base/li_bg.png) no-repeat 0 5px;
}
ol {
	font-size: 100%;
	margin: 10px 10px 20px 50px;
	padding: 0;
	line-height: 1.3;
}
ol li {
	margin: 0 0 10px;
	padding: 0;
}
ol li ul li {
	padding: 0 0 0 13px;
}
ul li ol li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/* table
---------------------------------------------------------------------- */
#content table {
	clear: both;
	margin: 0 10px 20px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #CCC;
	border-spacing: 0;
	empty-cells: show;
}
#content caption {
	font-size: 120%;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
#content th {
	font-size: 100%;
	font-weight: bold;
	padding: 10px 5px;
	background: #F4F4F4;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1;
}
#content td {
	font-size: 100%;
	padding: 10px;
	border: 1px solid #CCC;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
}

/* hr
---------------------------------------------------------------------- */
hr {
	height: 0;
	margin: 15px 5px;
	padding: 0 0 5px;
	border: none;
	border-bottom: 1px dotted #AAA;
}

/* blockquote
---------------------------------------------------------------------- */
blockquote {
	margin: 0 15px 15px 30px;
	padding: 15px;
	border:1px solid #999;
}
blockquote p {
	margin: 0;
}

/* -------------------------------------------------------------------------
 4.ヘッダー
------------------------------------------------------------------------- */
#header {
	background: #FFF url(../images/base/header_bg.png) repeat-x;
}
#header-inner {
	background: url(../images/base/header-inner_bg.png) no-repeat bottom center;
}
#header-belt {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0;
	overflow: hidden;
}

/* ナビゲーションを飛ばす
---------------------------------------------------------------------- */
p#header-skipnavi {
	/* CSS適用環境では非表示 */
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}

/* noscript
---------------------------------------------------------------------- */
p#header-noscript {
	margin: 0 0 20px;
	padding: 8px;
	background: #FFF;
	text-align: center;
}

/* ロゴ
---------------------------------------------------------------------- */
h1#header-logo {
	float: left;
	margin: 0 0 34px 320px;
	padding: 0;
	background: none;
	border: none;
}

/* 文字サイズ変更・背景色変更
---------------------------------------------------------------------- */
dl#header-fontsize,
dl#header-bgcolor {
	float: right;
	font-size: 90%;
	margin: 0 0 15px 12px;
	padding: 0 6px 0 0;
	background: #F8F8F8;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
}

dl#header-fontsize dt,
dl#header-bgcolor dt {
	float: left;
	padding: 5px 5px 5px 8px;
}
dl#header-fontsize dd,
dl#header-bgcolor dd {
	float: left;
	padding: 5px 2px 5px 0;
	cursor: pointer;
}

/* Google検索
---------------------------------------------------------------------- */
#header-search {
	min-height: 33px;
	clear: both;
	float: left;
	margin: 0 0 13px 360px;
}
#header-search table.gsc-search-box {
	width: 235px;
}
#header-search td.gsc-input {
	padding: 2px 0 0;
}
#header-search .gsc-input-box {
	border: 1px solid #999;
}
#header-search td.gsc-search-button input {
	background: #4CB136;
}
#header-search td.gsc-search-button input:focus,
#header-search td.gsc-search-button input:hover,
#header-search td.gsc-search-button input:active {
	background: #F19315;
}
#header-search td.gsc-clear-button,
#header-search table.gsc-branding {
	display: none;
}

/* グローバルナビ
---------------------------------------------------------------------- */
ul#globalnavi {
	clear: both;
	width: 974px;
	margin: 0 auto;
	padding: 3px;
	background: #1F4394 url(../images/gmenu/globalnavi_bg.gif) no-repeat 3px 3px;
	overflow: hidden;
}
ul#globalnavi li {
	float: left;
	padding: 0;
	background: none;
}

/* スマートフォン用
---------------------------------------------------------------------- */
p#sp_menu_btn,#sp_navi_wrap {
	display: none;
}
#sp_top {
	display: none;
}
#modeswitch {
    background: #6d6d6d none repeat scroll 0 0;
    border-radius: 6px;
    clear: both;
    color: #fff;
    font-size: 130%;
    margin: 20px 10px 15px;
    padding: 10px 0;
    text-align: center;
}
#modeswitch dt {
    display: inline;
}
#modeswitch dt a#modeswitch1 {
    border-right: 1px solid #ccc;
    padding-right: 7px;
}
#modeswitch a:link, #modeswitch a:visited, #modeswitch a:focus {
    color: #fff;
    text-decoration: underline;
}

/* -------------------------------------------------------------------------
 5.コンテナ（コンテンツ＋サイド）
------------------------------------------------------------------------- */
/* トップページとサイドありの下層ページは　#container、
   サイドなしの下層ページは　#container-noside */

#container,
#container-noside {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 18px 0 25px;
	overflow: hidden;
}

/* -------------------------------------------------------------------------
 6.コンテンツ
------------------------------------------------------------------------- */
/* コンテンツ内の項目は、
   トップページは別ファイル top.css で設定
   下層ページは別ファイル content.css で設定 */

/* 下層ページ
---------------------------------------------------------------------- */

/* サイドあり */
#content {
	width: 740px;
	float: left;
}

/* サイドなし */
#container-noside #content {
	width: 950px;
	float: none;
	margin: 0 15px;
}

/* トップページ
---------------------------------------------------------------------- */
#top-content {
	width: 760px;
	float: left;
}
#top-content #content {
	width: 540px;
	float: right;
}
#top-leftcolumn {
	width: 200px;
	float: left;
}
#top-rightcolumn {
	width: 200px;
	float: right;
}

/* -------------------------------------------------------------------------
 7.サイド
------------------------------------------------------------------------- */
#side {
	width: 200px;
	float: right;
}

/* サイドナビ
---------------------------------------------------------------------- */
/* 第１階層 */
ul#sidenavi {
	font-size: 120%;
	margin: 0 0 20px;
	background: #F8F8F8;
	border: 1px solid #D2D2D2;
	line-height: 1.2;
	overflow: hidden;
}
ul#sidenavi li {
	float: left;
	padding: 0;
	background: none;
}
ul#sidenavi li a {
	width: 192px;
	display: block;
	color: #333;
	padding: 12px 3px;
	background: #FFF;
	border-top: 2px solid #5BC21F;
	border-bottom: 4px solid #5BC21F;
	text-decoration: none;
	text-align: center;
}
ul#sidenavi li a:visited {
	color: #7D7D7D;
	text-decoration: none;
}
ul#sidenavi li a:hover,
ul#sidenavi li a:active,
ul#sidenavi li a:focus,
ul#sidenavi li a.stay,
ul#sidenavi li a.stay:visited {
	color: #000;
	background-color: #C4EA4D;
	text-decoration: none;
}

/* 第２階層 */
ul#sidenavi ul {
	font-size: 90%;
	margin: 0;
	overflow: hidden;
}
ul#sidenavi ul li a {
	width: 168px;
	margin: 0 0 -1px;
	padding: 12px 5px 11px 25px;
	background: url(../images/base/sidenavi_li_li_bg.png) no-repeat 0 16px;
	border-top: none;
	border-bottom: 1px dotted #999;
	text-align: left;
}

/* 第３階層 */
ul#sidenavi ul ul {
	border-bottom: 1px dotted #999;
	margin-bottom: -1px;
}
ul#sidenavi ul ul li a {
	width: 163px;
	margin: 0;
	padding: 6px 5px 5px 30px;
	background: url(../images/base/sidenavi_li_li_li_bg.gif) no-repeat 0 12px;
	border-bottom: none;
}

/* サイドバナー
---------------------------------------------------------------------- */
#side p {
	margin: 0 0 10px;
}

/* -------------------------------------------------------------------------
 8.フッター
------------------------------------------------------------------------- */
#footer {
	clear: both;
	padding: 20px 0 0;
	background: #FFF;
}

/* 広告
---------------------------------------------------------------------- */
#footer-koukoku {
	width: 978px;
	margin: 0 auto 20px;
	padding: 20px 0;
	border: 1px solid #CCC;
	overflow: hidden;
	border-radius: 10px;
}
#footer-koukoku ul {
	margin: 0 20px;
}
#footer-koukoku li {
	width: 25%;
	float: left;
	padding: 0 0 20px;
	background: none;
	text-align: center;
}
#footer-koukoku p {
	clear: both;
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right;
}

/* ページの先頭へ
---------------------------------------------------------------------- */
p#footer-btt {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
p#footer-btt a {
	float: right;
	background: #7DD6F6;
}
p#footer-btt a:hover {
	background: #F19315;
}

/* アドレス
---------------------------------------------------------------------- */
#footer-belt {
	clear: both;
	padding: 25px 0 10px;
	background: #7DD6F6;
	overflow: hidden;
}
#footer-belt-inner {
	width: 980px;
	margin: 0 auto;
}
address {
	float: left;
	font-style: normal;
	padding: 0 0 15px 15px;
	line-height: 1.3;
}

/* フッターナビ
---------------------------------------------------------------------- */
ul#footer-navi {
	float: right;
	margin: 0;
	padding: 0 5px 10px 0;
	overflow: hidden;
}
ul#footer-navi li {
	float: left;
	margin: 0 0 5px;
	padding: 0;
	background: none;
	border-left: 1px solid #64ABC5;
}
#footer-navi li:first-child {
	border-left: none;
}
ul#footer-navi li a {
	display: block;
	color: #333;
	padding: 1px 12px;
	text-decoration: none;
}
ul#footer-navi li a:visited {
	color: #545454;
	text-decoration: none;
}
ul#footer-navi li a:hover,
ul#footer-navi li a:active,
ul#footer-navi li a:focus {
	color: #000;
	text-decoration: underline;
}

/* コピーライト
---------------------------------------------------------------------- */
p#footer-copyright {
	clear: both;
	color: #FFF;
	margin: 0;
	padding: 20px 0;
	background: #2A78CA;
	line-height: 1.1;
	text-align: center;
}

/* -------------------------------------------------------------------------
 9.CMSKIT編集画面
------------------------------------------------------------------------- */
/* h1要素に影と下線をつけないようにする */
#wcv_sys_titlearea h1#wcv_sys_h1_admin_size_s {
	text-shadow: none;
	border-bottom: none;
}
/* ページ編集画面(影を消す) */
#wcv_sys_edit_pageeditarea h1 {
	text-shadow: none;
}
/* グローバルのwidthを少し大きくする */
#wcv_sys_edit_pageeditarea ul#globalnavi {
	width: 1000px;
}

/* ブロック編集画面 */
h1#wcv_sys_h1_edit {
	border-bottom: none;
	text-shadow: none;
}
h2#wcv_sys_edit_topbelt_title {
	border-bottom: none;
	border-radius: 0;
	line-height: unset;
	text-shadow: none;
}

/* 横並びリストブロック */
#wcv_sys_edit_pageeditarea ul.listmenu {
	border: 1px dotted #ccc;
	margin: 10px 0 20px;
	overflow: hidden;
	padding: 5px;
}
#wcv_sys_edit_pageeditarea ul.listmenu li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-right: 1px solid #aaa;
	float: left;
	margin: 5px 0;
	padding: 0 10px;
}

/* トップページのスマホ画像 */
#wcv_sys_edit_pageeditarea #sp_top {
	display: block;
	margin-bottom: 25px;
}



/*ここから追記*/

/*要素を中央によせる*/
div div.content_center{
	margin:0 auto;
}
.clear-element {
  clear: both;
}

/*フォーム送信完了画面*/
#form_end{
	font-size:30px;
	font-weight:bold;
}

/*フォーム送信確認画面*/
#content table{
	margin-left:auto;
	margin-right:auto;
}

#container-noside #content form{
	text-align:center;
	margin:10px;
}

