@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;
	word-break: break-all;
}
img {
	border: 0;
	vertical-align: bottom;
}

/* -------------------------------------------------------------------------
 2.body
------------------------------------------------------------------------- */
body {
	min-width: 982px;
	color: #333;
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	background: #FFF;
	line-height: 1.2;
}

/* テキストリンクの設定
---------------------------------------------------------------------- */
a:link {
	color: #005B96;
}
a:visited {
	color: #757575;
}
a:hover,
a:active,
a:focus {
	color: #E00000;
}

/* 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 {
	font-size: 170%;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 14px 5px 14px;
	background: #C0E7F0 url(../images/base/h1_bg.png) no-repeat right bottom;
	border-top: 1px solid #A5DEE9;
	border-bottom: 5px solid #D3493B;
	line-height: 1.1;
	text-align: center;
}

/* h2
---------------------------------------------------------------------- */
h2 {
	clear: both;
	font-size: 150%;
	font-weight: bold;
	margin: 20px 10px;
	padding: 8px 5px 11px 13px;
	background: #C0E7F0 url(../images/base/h2_bg.png) no-repeat right bottom;
	border-top: 1px solid #A5DEE9;
	border-bottom: 3px solid #D3493B;
	line-height: 1.1;
}

/* h3
---------------------------------------------------------------------- */
h3 {
	clear: both;
	font-size: 130%;
	font-weight: bold;
	margin: 15px 20px;
	padding: 8px 0 8px 20px;
	background: url(../images/base/h3_bg.gif) repeat-y;
	border-bottom: 1px solid #B2B2B2;
	line-height: 1.1;
}

/* h4
---------------------------------------------------------------------- */
h4 {
	clear: both;
	font-size: 120%;
	font-weight: bold;
	margin: 15px 25px;
	padding: 3px 0 3px 8px;
	border-left: 5px solid #D3493B;
	line-height: 1.1;
}

/* p
---------------------------------------------------------------------- */
p {
	font-size: 100%;
	margin: 0 30px 15px;
	padding: 0;
	line-height: 1.5;
}

/* ul,ol
---------------------------------------------------------------------- */
ul {
	font-size: 100%;
	margin: 10px 45px 20px;
	padding: 0;
	line-height: 1.3;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0 0 10px 15px;
	background: url(../images/base/li_bg.png) no-repeat 0 4px;
}
ol {
	font-size: 100%;
	margin: 10px 45px 20px 70px;
	padding: 0;
	line-height: 1.3;
}
ol li {
	margin: 0 0 10px;
	padding: 0;
}
ol li ul li {
	padding-left: 15px;
}

/* table
---------------------------------------------------------------------- */
#content table {
	clear: both;
	margin: 0 30px 30px;
	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 20px;
	padding: 0 0 5px;
	border: none;
	border-bottom: 1px dotted #AAA;
}

/* blockquote
---------------------------------------------------------------------- */
blockquote {
	margin: 0 30px 20px;
	padding: 15px;
	border:1px solid #999;
}
blockquote p {
	margin: 0;
}

/* -------------------------------------------------------------------------
 4.ヘッダー
------------------------------------------------------------------------- */
html {
/*	background: #FFF url(../images/base/header_bg3.png) repeat-x;*/
}
body {
/*	background: #FFF url(../images/base/header_bg2.png) repeat-x;*/
/*	background: url(../images/base/header_tree_bg4.png) no-repeat top center;*/
/*	background: transparent url(../images/base/header_repeat.png) repeat-x;*/
	background: transparent url(../images/base/header_bg2.png) repeat-x;
	padding-top: 4px;
}

#header {
/*	background: #FFF url(../images/base/header_bg.png) repeat-x;*/
/*	background: #FFF url(../images/base/header_bg2.png) repeat-x;*/
/*	background: url(../images/base/header_tree_bg3.png) no-repeat top center;*/
/*	background: transparent url(../images/base/header_repeat.png) repeat-x;*/
	background: url(../images/base/header_tree_bg4.png) no-repeat top center;
	overflow: hidden;
	padding-bottom: 44px;
	margin-bottom: -44px;
}
#header-inner {
	width: 982px;
	margin: 0 auto;
/*	padding: 14px 0 0;*/
	padding: 10px 0 0;
	background: url(../images/base/header-inner_bg.png) no-repeat;
}
#header-center {
	width: 514px;
	float: left;
	margin: 0 0 5px;
/*	padding: 10px 0 0;*/
	padding: 36px 0 0;
	background: url(../images/base/birds2.png) no-repeat top center;
}

/* ナビゲーションを飛ばす
---------------------------------------------------------------------- */
p#header-skipnavi {
	/* CSS適用環境では非表示 */
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}

/* noscript
---------------------------------------------------------------------- */
p#header-noscript {
	margin: 15px 0;
	text-align: center;
}

/* ロゴ
---------------------------------------------------------------------- */
h1#header-logo {
	float: left;
/*	margin: 0 25px 15px 0;*/
	margin: 26px 25px 15px 0;
	padding: 0;
	background: none;
	border: none;
}

/* Google検索
---------------------------------------------------------------------- */
#header-search {
	width: 485px;
	min-height: 28px;
	margin: 0 0 14px;
	padding: 10px 0;
	background: #EEE url(../images/base/header-search_bg.png) no-repeat 20px 12px;
	border: 2px solid #FFF;
	border-radius: 10px;
}
#header-search form {
	margin: 0 0 0 165px;
}
#header-search table.gsc-search-box {
	width: 300px;
}
#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: #6B6B6B;
}
#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: #888;
}
#header-search td.gsc-clear-button,
#header-search table.gsc-branding {
	display: none;
}
/* スマートフォンでの表示調整 */
#sp-search, #sp-search p {
	display: none;
}

/* 文字サイズ変更・背景色変更
---------------------------------------------------------------------- */
dl#header-fontsize,
dl#header-bgcolor {
	float: left;
/*	font-size: 12px;	*/
	padding: 0 13px 5px 0;
}
dl#header-fontsize {
	padding: 0 12px 5px 8px;
}
dl#header-fontsize dt,
dl#header-bgcolor dt {
	float: left;
	padding: 0 8px 0 0;
}
dl#header-fontsize dd,
dl#header-bgcolor dd {
	float: left;
	padding: 0 3px 0 0;
	cursor: pointer;
}

/* Google翻訳
---------------------------------------------------------------------- */
#header-translate {
	float: left;
	padding: 1px 0 5px;
}

/* 電話番号
---------------------------------------------------------------------- */
p#header-tel {
	float: right;
/*	margin: 0 0 15px;*/
	margin: 26px 0 15px;
}

/* グローバルナビ
---------------------------------------------------------------------- */
#globalnavi-wrap {
	clear: both;
	width: 100%;
}
.globalnavi-wrap-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #FF9ABB;
	z-index: 100;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}
ul#globalnavi {
	width: 982px;
/*	font-size: 12px;	*/
	margin: 0 auto;
	background: url(../images/gmenu/globalnavi_bg.png) no-repeat;
	overflow: hidden;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}
.globalnavi-wrap-fixed ul#globalnavi {
	box-shadow: none;
}
ul#globalnavi li {
	float: left;
	padding: 0;
	background: none;
}
/* スマートフォン用メニュー
---------------------------------------------------------------------- */
p#sp_menu_btn,#sp_navi_wrap {
	display: none;
}

/* -------------------------------------------------------------------------
 5.コンテナ（コンテンツ＋サイド）
------------------------------------------------------------------------- */
/* トップページとサイドありの下層ページは　#container、
   サイドなしの下層ページは　#container-noside */

#container,
#container-noside {
	clear: both;
	width: 982px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

/* -------------------------------------------------------------------------
 6.コンテンツ
------------------------------------------------------------------------- */
/* コンテンツ内の項目は、
   トップページは別ファイル top.css で設定
   下層ページは別ファイル content.css で設定 */

/* 下層ページ
---------------------------------------------------------------------- */

/* サイドあり */
#content {
	width: 750px;
	float: left;
}

/* サイドなし */
#container-noside #content {
	width: 982px;
	float: none;
}

/* トップページ
---------------------------------------------------------------------- */
#top-content {
	width: 729px;
	float: left;
}
#top-content #content {
	width: 476px;
	float: left;
}
#top-leftcolumn {
	width: 223px;
	float: right;
}
#top-rightcolumn {
	width: 223px;
	float: right;
}

/* -------------------------------------------------------------------------
 7.サイド
------------------------------------------------------------------------- */
#side {
	width: 200px;
	float: right;
}

/* サイドナビ
---------------------------------------------------------------------- */
ul#sidenavi {
	font-size: 120%;
	margin: 0 0 20px;
	border: 2px solid #D6D6D6;
	border-bottom-width: 1px;
	border-bottom-color: #BBB;
	line-height: 1.2;
	overflow: hidden;
}
ul#sidenavi li {
	float: left;
	padding: 0;
	background: none;
}
ul#sidenavi li a {
	width: 186px;
	display: block;
	color: #333;
	padding: 16px 5px;
	background: #EEE;
	border-bottom: 3px solid #D3493B;
	text-decoration: none;
	text-align: center;
}
ul#sidenavi li a:visited {
	color: #6B6B6B;
	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: #EEE;
	text-decoration: none;
}

/* 第２階層 */
ul#sidenavi ul {
	font-size: 90%;
	margin: 0;
	overflow: hidden;
}
ul#sidenavi ul li a {
	width: 167px;
	color: #333;
	padding: 14px 5px 14px 24px;
	background: url(../images/base/sidenavi_li_li_bg.png) no-repeat 10px 17px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}
ul#sidenavi ul li a:visited {
	color: #757575;
}
ul#sidenavi ul li a:hover,
ul#sidenavi ul li a:active,
ul#sidenavi ul li a:focus,
ul#sidenavi ul li a.stay,
ul#sidenavi ul li a.stay:visited {
	color: #000;
}

/* 第３階層 */
ul#sidenavi ul ul {
	font-size: 90%;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}
ul#sidenavi ul ul li a {
	width: 160px;
	padding: 10px 5px 10px 31px;
	background: url(../images/base/sidenavi_li_li_li_bg.gif) no-repeat 20px 15px;
	border-bottom: none;
}

/* サイドバナー
---------------------------------------------------------------------- */
#side p {
	margin: 0 0 15px;
}

/* 情報を探す
---------------------------------------------------------------------- */
#side-sagasu {
	margin: 0 0 20px;
	padding: 0 0 10px;
	background: url(../images/base/side-sagasu_bg.png) no-repeat left bottom;
}
#side-sagasu h2 {
	margin: 0 0 14px;
	padding: 0;
	background: none;
	border: none;
}
#side-sagasu ul {
/*	font-size: 12px;	*/
	margin: 0 0 0 14px;
}
#side-sagasu li {
	margin: 0 0 5px;
	padding: 0;
	background: none;
}

/* -------------------------------------------------------------------------
 8.フッター
------------------------------------------------------------------------- */
#footer {
	clear: both;
/*	background: #FF9ABB url(../images/base/footer_bg.gif) repeat-x;*/
	background: #FFF url(../images/base/footer_bg2.png) no-repeat center bottom;
/*	padding-bottom: 237px;*/
}
#footer-inner {
	width: 982px;
	margin: 0 auto;
	padding: 40px 0 0;
}
#footer-inner:after {
	content: "";
	display: block;
	clear: both;
}

/* 広告
---------------------------------------------------------------------- */
#footer-koukoku {
	clear: both;
	padding: 20px 0 10px;
/*	padding: 5px 0 20px;*/
	background: #F6F6F6;
/*	display: block !important;*/
/*
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	box-shadow: 0 -1px 8px #888;
*/
}
#footer-koukoku h2 {
	width: 982px;
	text-align: center;
	font-size: 130%;
	background: none;
	border: none;
	margin: 0 auto;
	color: #555;
}
#footer-koukoku ul {
	width: 982px;
/*	font-size: 12px;*/
	margin: 0 auto;
	text-align: center;
/*
	background-color: #FFF;
	border-radius: 10px;
	border-style: solid;
	border-color: #CCC;
	border-width: 0 1px 1px 0;
	padding: 15px 0 0;
*/
}
#footer-koukoku li {
	display: inline-block;
	margin: 0 4px 10px;
	padding: 0;
	background: none;
}
.footer-koukoku-unfixed {
	position: static !important;
	box-shadow: none !important;
}
.footer-koukoku-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	box-shadow: 0 -1px 8px #888;
}


/* フッターナビ
---------------------------------------------------------------------- */
#footer-navi {
	clear: both;
	padding: 25px 0 15px;
	background: #FFC3D7;
}
#footer-navi ul {
	width: 982px;
	margin: 0 auto;
	text-align: center;
}
#footer-navi li {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	background: none;
	border-left: 1px solid #666;
}
#footer-navi li:first-child {
	border-left: none;
}
#footer-navi li a {
	display: block;
	color: #000;
	padding: 1px 15px;
	text-decoration: none;
}
#footer-navi li a:visited {
	color: #595959;
	text-decoration: none;
}
#footer-navi li a:hover,
#footer-navi li a:active,
#footer-navi li a:focus {
	color: #000;
	text-decoration: underline;
}

/* アドレス
---------------------------------------------------------------------- */
#footer-address {
	width: 470px;
	float: left;
	margin: 0 10px;
}
address {
	color: #000;
	font-size: 110% !important;
	font-style: normal;
	margin: 0 0 20px !important;
	line-height: 1.4 !important;
}
address img {
	padding: 0 0 12px !important;
}
#footer-address dl {
	margin: 0 0 10px !important;
	overflow: hidden;
}
#footer-address dt {
	clear: both;
	float: left;
	width: 4.2em;
	margin: 0 10px 10px 0 !important;
	padding: 1px 0.5em;
	background: #FFF;
	text-align: center;
}
#footer-address dd {
	margin: 0 0 10px !important;
	padding: 1px 0;
}
#footer-address ul {
	margin: 0;
	text-align: center;
}
#footer-address li {
	float: left;
	margin: 0 12px 10px 0;
	padding: 0;
	background: none;
}
#footer-address li a {
	display: block;
	padding: 7px 15px;
	background: #EDEDED;
	background: -moz-linear-gradient(top, #EDEDED, #CCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#CCC));
	border: 1px solid #999;
	border-bottom: 1px solid #666;
	border-radius: 7px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#footer-address li a:link {
	color: #000;
	text-decoration: none;
}
#footer-address li a:visited {
	color: #575757;
	text-decoration: none;
}
#footer-address li a:focus,
#footer-address li a:hover,
#footer-address li a:active {
	color: #000;
	background: #F4F4F4;
	text-decoration: none;
}

/* 案内ナビ
---------------------------------------------------------------------- */
ul#footer-annai {
	width: 260px;
	float: left;
	font-size: 110%;
	margin: 0;
	padding: 40px 0 0;
}
ul#footer-annai li {
	padding: 0 0 10px 13px;
/*	background: url(../images/base/footer-annai_li_bg.gif) no-repeat 0 5px;*/
	background: url(../images/base/footer-annai_li_bg.png) no-repeat 0 5px;
}
ul#footer-annai li a {
	color: #000;
	text-decoration: none;
}
ul#footer-annai li a:visited {
	color: #474747;
	text-decoration: none;
}
ul#footer-annai li a:hover,
ul#footer-annai li a:active,
ul#footer-annai li a:focus {
	color: #000;
	text-decoration: underline;
}

/* 携帯サイト
---------------------------------------------------------------------- */
#footer-keitai {
	width: 219px;
	float: right;
	padding: 15px 0;
	background: #FFF;
	border: 2px solid #885666;
}
#footer-keitai h2 {
	font-size: 130% !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	background: none;
	border: none;
	text-align: center;
}
#footer-keitai p {
	margin: 0 15px;
	line-height: 1.4;
}
p#footer-keitai-qrcode {
	margin: 0 0 10px !important;
	text-align: center !important;
}

/* ページの先頭へ
---------------------------------------------------------------------- */
p#footer-btt {
	clear: both;
	margin: 0;
	padding: 40px 0 0;
	text-align: center;
/*	padding: 225px 0 0;*/
	padding: 110px 0 0;
}

/* コピーライト
---------------------------------------------------------------------- */
p#footer-copyright {
	clear: both;
	margin: 0;
	padding: 25px 0 29px;
	background: #F2F2F2 url(../images/base/footer-copyright_bg.gif) repeat-x left bottom;
	line-height: 1.1;
	text-align: center;
}

/* -------------------------------------------------------------------------
 9.CMSKIT編集画面用
------------------------------------------------------------------------- */
/* グローバルナビ,広告枠(バナー)
---------------------------------------------------------------------- */
#wcv_sys_edit_pageeditarea ul#globalnavi,
#wcv_sys_edit_pageeditarea #footer-koukoku ul {
	width: 1010px;
}

/* -------------------------------------------------------------------------
 *  10.PC・スマートフォンの表示切り替え
 *  ------------------------------------------------------------------------- */
#modeswitch {
	font-size: 130%;
	color: #FFF;
	clear: both;
	text-align: center;
	margin: 20px 10px 15px;
	padding: 10px 0;
	background: #6D6D6D;
	border-radius: 6px;
}
#modeswitch a:link,
#modeswitch a:visited,
#modeswitch a:focus {
	color: #FFF;
	text-decoration: underline;
}
#modeswitch dt {
	display: inline;
}
#modeswitch dt a#modeswitch1 {
	border-right: 1px solid #CCC;
	padding-right: 7px;
}
#modeswitch dt a#modeswitch2 {
	padding-left: 2px;
}
#modeswitch dt .current {
	color: #FFF;
	text-decoration: none;
}

/*Googleカスタム検索結果画面*/
.gsc-selected-option {
	word-break: normal;
}
.nomovie {
	display: none;
}
