@charset "UTF-8";

/* =========================================================================
　base.css （全ページ共通の設定）

　目　次

　1.リセット
　2.body
　3.各要素
　4.ヘッダー
　5.コンテナ（コンテンツ＋サイド）
　6.コンテンツ
　7.サイド
　8.フッター
　9.サイドナビ無し
========================================================================= */

/* -------------------------------------------------------------------------
 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: #E0F5FF;
	line-height: 1.2;
}

/* テキストリンクの設定
---------------------------------------------------------------------- */
a:link {
	color: #06C;
}
a:visited {
	color: #4C4C4C;
}
a:hover,
a:active,
a:focus {
	color: #C62B00;
}

/* 非表示の設定
---------------------------------------------------------------------- */
hr.hide {
	display: none;
}

/* -------------------------------------------------------------------------
 3.各要素
------------------------------------------------------------------------- */

/* h1
---------------------------------------------------------------------- */
h1 {
	color: #FFF;
	font-size: 140%;
	font-weight: bold;
	margin: 0 -10px 15px;
	padding: 15px 1px;
	background: #458FC5 url(../images/base/h1_bg.gif) no-repeat;
	border-bottom: 1px solid #999;
	text-align: center;
	line-height: 1.1;
}
/* ページ編集画面 */
h1#wcv_sys_h1_edit {
	border: none;
	text-align: left;
}

/* h2
---------------------------------------------------------------------- */
h2 {
	clear: both;
	font-size: 130%;
	font-weight: bold;
	margin: 20px 5px 10px;
	padding: 8px 5px 8px 12px;
	background: #E0F5FF;
	border-top: 1px solid #DDD;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-left: 6px solid #2976AB;
	line-height: 1.1;
}
#sitemap h2 {
	font-size: 110%;
	margin: 15px 8px 10px;
	padding: 5px 5px 5px 10px;
	background: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #AAA;
	border-left: 5px solid #2976AB;
}
/* ページ編集画面 */
h2#wcv_sys_edit_topbelt_title {
	border: none;
}

/* h3
---------------------------------------------------------------------- */
h3 {
	clear: both;
	font-size: 110%;
	font-weight: bold;
	margin: 15px 8px 10px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #AAA;
	border-left: 5px solid #2976AB;
	line-height: 1.1;
}
/* ブロック編集画面 */
h3#wcv_sys_edit_blockeditarea_leftcolumn_title {
	border-left: none;
}
h3#wcv_sys_edit_blockeditarea_rightcolumn_title {
	border-left: none;
}

/* h4
---------------------------------------------------------------------- */
h4 {
	clear: both;
	font-size: 100%;
	font-weight: bold;
	margin: 15px 10px 10px;
	padding: 3px 0 3px 7px;
	border-left: 4px solid #2976AB;
	line-height: 1.1;
}
/* ブロック編集画面 */
h4.wcv_sys_edit_blockeditarea_rightcolumn_blockarea_title {
	border-left: none;
}

/* p
---------------------------------------------------------------------- */
p {
	font-size: 100%;
	margin: 0 15px 15px;
	padding: 0;
	line-height: 1.5;
}
/* ページ編集画面 */
p#wcv_sys_edit_topbelt_mode {
	line-height: 1.2;
}
/* ブロック編集画面 */
p.wcv_sys_edit_blockeditarea_leftcolumn_spread {
	line-height: 1.2;
}

/* 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;
}
#content ul li {
	padding-bottom: 0;
	margin-bottom: 10px;
}
ol {
	font-size: 100%;
	margin: 10px 10px 20px 50px;
	padding: 0;
	line-height: 1.3;
}
ol li {
	margin: 0 0 10px;
	padding: 0;
}

/* table
---------------------------------------------------------------------- */
#container table {
	clear: both;
	margin: 0 10px 20px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #CCC;
	border-spacing: 0;
	empty-cells: show;
}
#container caption {
	font-size: 120%;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
#container 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;
}
#container td {
	font-size: 100%;
	padding: 10px;
	border: 1px solid #CCC;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
}

#container table.form p {
	margin: 7px;
}

/* 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 {
	margin: 0 0 25px;
	background: #FFF url(../images/base/header_bg.gif) repeat-x left bottom;
}
.form-header {
	background-image: none !important;
	overflow: hidden !important;
}
#header-belt {
	width: 980px;
	margin: 0 auto;
}

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

/* ロゴ
---------------------------------------------------------------------- */
h1#header-logo {
	float: left;
	margin: 0;
	padding: 32px 28px 0 30px;
	background: none;
	border: none;
}
p#header-map {
	float: left;
	margin: 0;
}
p#header-noscript {
	margin: 0;
	padding: 8px 0 12px;
	text-align: center;
}

/* 文字サイズ変更・背景色変更
---------------------------------------------------------------------- */
dl#header-fontsize,
dl#header-bgcolor {
	float: right;
	margin: 0 20px 10px 10px;
	padding: 0 6px 0 0;
	background: #E1F4FB url(../images/base/header-bgcolor_bg.gif) no-repeat right bottom;
}
dl#header-fontsize {
	margin: 0 0 10px;
}
dl#header-fontsize dt,
dl#header-bgcolor dt {
	float: left;
	padding: 7px 3px 7px 8px;
	background: url(../images/base/header-bgcolor_bg.gif) no-repeat left bottom;
}
dl#header-fontsize dd,
dl#header-bgcolor dd {
	float: left;
	padding: 5px 0;
}
dl#header-fontsize dd a,
dl#header-bgcolor dd a {
	display: block;
	padding: 2px;
}

/* 翻訳フォーム
---------------------------------------------------------------------- */
#header-translate {
	clear: right;
	float: right;
	padding: 0 45px 10px 0;
}

/* 検索フォーム
---------------------------------------------------------------------- */
#header-search {
	clear: right;
	float: right;
	padding: 0 35px 5px 0;
}
#header-search table {
	width: 256px;
	margin: 0;
	border-width: 0;
}
#header-search td {
	padding: 0;
	border: none;
}
#header-search td.gsc-input input {
	width: 193px;
	margin: 0 2px 0 0;
	padding: 2px;
}
#header-search td.gsc-search-button input {
	font-size: 90%;
	margin: 0;
	padding-bottom: 5px;
	background: #EEE;
	border: 1px solid #B0B0B0;
	cursor: pointer;
	background: -moz-linear-gradient(top, #FFF, #F3F3F3);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F3F3F3));
	border-radius: 4px;
}
#header-search td.gsc-clear-button,
#header-search table.gsc-branding {
	display: none;
}

/* スライダー
---------------------------------------------------------------------- */
#top-slide-wrap {
	clear: both;
	overflow: hidden;
}
#wcv_sys_edit_pageeditarea #header #top-slide-wrap {
	height: 310px;
}
#wcv_sys_edit_pageeditarea #header #top-slide-wrap #top-slide,
#wcv_sys_edit_pageeditarea #header #top-slide-wrap #top-slide ul {
	height: 310px !important;
	overflow: hidden !important;
}
#top-slide {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 10px;
}
#top-slide .bx-wrapper {
	width: 100% !important;
	overflow: hidden;
}
#top-slide .bx-window {
	margin: 0 auto;
	overflow: visible !important;
}
#top-slide ul {
	margin: 0;
}
#top-slide li {
	width: 980px;
	padding: 0 0 10px;
	background: none;
}
#top-slide li a {
	width: 978px;
	display: block;
	margin: 0 1px;
}
#top-slide li a:hover {
	opacity: 0.90;
	filter: alpha(opacity=90);
}
#top-slide-topcover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(../images/top/slide_cover.png) no-repeat bottom center;
}
#top-slide-bottomcover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(../images/top/slide_cover.png) no-repeat top center;
}
#top-slide-controls {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 965px;
	margin: 0 auto;
	padding: 10px 30px 0 0;
	overflow: hidden;
}
.bx-prev,
.bx-next {
	float: right;
	width: 25px;
	height: 25px;
	background: url(../images/top/slide_btn.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}
.bx-next {
	background-position: -25px 0;
}
.bx-prev:hover {
	background-position: 0 -25px;
}
.bx-next:hover {
	background-position: -25px -25px;
}
#top-slide-pager {
	float: right;
	padding: 4px 4px 0 5px;
}
a.pager-link {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin: 0 1px 0 0;
	background: url(../images/top/slide_btn.gif) no-repeat 0 -50px;
	text-indent: -9999px;
	outline: none;
}
a.pager-active,
a.pager-link:hover {
	background-position: -17px -50px;
}

.bx-auto {
	height: 410px;
	margin: 0 auto;
	position: relative;
	text-indent: -9999px;
	width: 980px;
}
.bx-auto a.bx-start.start,
.bx-auto a.bx-start.stop {
	bottom: 0;
	display: block;
	position: absolute;
	z-index: 999;
}
.bx-auto a.bx-start.start {
	right: 0px;
}
.bx-auto a.bx-start.stop {
	right: 22px;
}
.bx-auto a.bx-start.start::after {
	border-left: 16px solid #fff;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
}
.bx-start.stop::after,
.bx-start.stop::before {
	background: #999;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 0;
	width: 5px;
}
.bx-start.stop::before {
	left: 10px;
}


/* グローバルナビ
---------------------------------------------------------------------- */
#globalnavi-wrap {
	clear: both;
	padding: 15px 0;
	background: url(../images/gmenu/globalnavi-wrap_bg.png) no-repeat center bottom;
}
ul#globalnavi {
	width: 980px;
	margin: 0 auto;
	background: url(../images/gmenu/globalnavi_bg.gif) no-repeat;
	line-height: 0;
}
ul#globalnavi:after {
	/*Newブラウザ フロート対策*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul#globalnavi li {
	position: relative;
	float: left;
	padding: 0;
	background: none;
}

/* 第２階層 */
ul#globalnavi ul {
	position: absolute;
	display: none;
	top: 44px;
	left: 0;
	margin: 0;
	line-height: 1.2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	z-index: 100;
}
ul#globalnavi ul li {
	float: none;
}
ul#globalnavi ul li a {
	width: 131px;
	display: block;
	color: #FFF;
	padding: 12px 22px 12px 11px;
	background: #458FC5 url(../images/base/globalnavi_li_li_bg.png) no-repeat 0 15px;
	border-top: 1px solid #7FADCD;
	text-decoration: none;
}
ul#globalnavi ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
ul#globalnavi ul li a:hover,
ul#globalnavi ul li a:active,
ul#globalnavi ul li a:focus {
	color: #000;
	background-color: #A6E1F4;
	background-position: -164px 15px;
	text-decoration: none;
}

/* 第3階層 */
ul#globalnavi ul ul {
	top: 0;
	left: 164px;
}
li#globalnavi-bousai ul ul {
	left: auto;
	right: 164px;
}
ul#globalnavi ul ul li a {
	width: 149px;
	color: #333;
	padding: 12px 5px 12px 10px;
	background: #A6E1F4;
	border-top: none;
	border-bottom: 1px dotted #777;
}
ul#globalnavi ul ul li:last-child a {
	border-bottom: none;
}
ul#globalnavi ul ul li a:visited {
	color: #666;
}
ul#globalnavi ul ul li a:hover,
ul#globalnavi ul ul li a:active,
ul#globalnavi ul ul li a:focus {
	color: #000;
	background-color: #FFAD33;
}

/* スマートフォン用 ロゴ・グローバルナビ
---------------------------------------------------------------------- */
p#sp_menu_btn,
#sp_navi_wrap {
	display: none;
}

/* -------------------------------------------------------------------------
 5.コンテナ（コンテンツ＋サイド）
------------------------------------------------------------------------- */
#container {
	clear: both;
	width: 980px;
	margin: 0 auto 35px;
	background: url(../images/base/container_bg.gif) repeat-y;
	overflow: hidden;
}

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

/* 下層ページ
---------------------------------------------------------------------- */
#content {
	width: 740px;
	float: left;
	padding: 0 10px 12px;
}

/* トップページ
---------------------------------------------------------------------- */
#top-content {
	width: 760px;
	float: right;
}
#top-content #content {
	width: 370px;
	padding: 0;
	background: none;
}
#top-rightcolumn {
	width: 370px;
	float: right;
}
#top-leftcolumn {
	width: 200px;
	float: left;
}

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

/* サイドナビ
---------------------------------------------------------------------- */
#sidenavi-wrap {
	margin: 0 0 15px;
	background: #FFF url(../images/base/sidenavi_bg.png) repeat-y;
}

/* 第１階層 */
ul#sidenavi {
	font-size: 110%;
	margin: 0;
	padding: 0 0 8px;
	background: url(../images/base/sidenavi_bg.png) no-repeat right bottom;
	line-height: 1.2;
	overflow: hidden;
}
ul#sidenavi li {
	float: left;
	padding: 0;
	background: none;
	width: 100%;
}
ul#sidenavi li a {
	width: 190x;
	display: block;
	color: #333;
	padding: 15px 5px;
	background: #FFF url(../images/base/sidenavi_bg.png) no-repeat -200px 0;
	border-bottom: 1px solid #A1A1A1;
	text-decoration: none;
	text-align: center;
}
ul#sidenavi li a:visited {
	color: #4C4C4C;
	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: #B1E4F5;
	text-decoration: none;
}

/* 第２階層 */
ul#sidenavi ul {
	font-size: 90%;
	margin: 0 1px;
	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 15px;
	border-bottom: 1px dotted #999;
	text-align: left;
}

/* 第３階層 */
ul#sidenavi ul ul {
	font-size: 90%;
	margin: 0;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}
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: 45px 0 0;
	background: #87D5EF url(../images/base/footer_bg.gif) repeat-x;
}
#footer-inner {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

/* 広告
---------------------------------------------------------------------- */
#footer-koukoku {
	margin: 0 0 25px;
	padding: 13px 0 0;
	background: #FFF;
	border: 1px solid #999;
	overflow: hidden;
	border-radius: 7px;
}
#footer-koukoku p {
	float: left;
	margin: 0;
	padding: 0 0 13px 13px;
}
#wcv_sys_edit_pageeditarea #footer-koukoku p {
	padding-left: 0;
}
#wcv_sys_edit_pageeditarea #footer-koukoku form {
	padding-left: 6px;
}

/* アドレス
---------------------------------------------------------------------- */
address {
	clear: both;
	float: left;
	font-style: normal;
	padding: 0 10px 10px 15px;
	line-height: 1.3;
}
address img {
	padding: 0 0 5px;
}

/* フッターナビ
---------------------------------------------------------------------- */
ul#footer-navi {
	float: right;
	margin: 0;
	padding: 5px 10px 15px 0;
	overflow: hidden;
}
ul#footer-navi li {
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
	background: none;
	border-left: 1px solid #6CAABF;
}
ul#footer-navi li img {
	margin-left: 5px;
	vertical-align: middle;
}
ul#footer-navi li a {
	display: block;
	color: #333;
	padding: 1px 8px;
	text-decoration: none;
}
ul#footer-navi li a:visited {
	color: #4C4C4C;
	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-btt {
	clear: both;
	margin: 0;
	text-align: right;
}

/* コピーライト
---------------------------------------------------------------------- */
#footer-copyright {
	width: 100%;
	background: #458FC5;
}
#footer-copyright p {
	color: #131313;
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

/* PC・スマートフォンの表示切り替え
---------------------------------------------------------------------- */
#modeswitch {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #CCC;
	text-align: center;
	padding: 10px 0;
}
#modeswitch a:link,
#modeswitch a:visited,
#modeswitch a:focus {
	text-decoration: underline;
}
#modeswitch dt {
	display: inline;
}
#modeswitch dt a#modeswitch1 {
	border-right: 1px solid #666;
	padding-right: 7px;	
}
#modeswitch dt a#modeswitch2 {
	padding-left: 2px;	
}
#modeswitch dt .current {
	color: #333;
	text-decoration: none;
}

/* -------------------------------------------------------------------------
　9.サイドナビ無し
------------------------------------------------------------------------- */
#container-noside #container {
	background: url(../images/base/container_bg_noside.gif) repeat-y transparent;
	after: url(../images/base/content_bg_noside.gif);
}
#container-noside #container:after {
	content: url(../images/base/content_bg_noside.gif);
}
#container-noside #container:after {
	content: url(../images/base/content_bg_noside.gif);
}
#container-noside #container #content {
	width: 960px;
}
#container-noside #container #content h1{
	background: url(../images/base/h1_bg_noside.gif) no-repeat #458FC5;
}
