@charset "UTF-8";

/* ------------------------------------------------------
 layout.css
 （レイアウト用設定）

　目　次
	1.リセット
	2.body
	3.ラッパー（ヘッダー＋コンテナ＋フッター）
	4.ヘッダー
	5.コンテナ（コンテンツ＋サイドナビ）
	6.コンテンツ
	7.サイドナビ
	8.フッター
------------------------------------------------------ */

/* -------------------------------------------------------------------------
 1.リセット
------------------------------------------------------------------------- */
html,body,div,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,hr,
ul,ol,li,
dl,dt,dd,
table,th,td,caption,
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 {
	color: #333;
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	background: #F8F6F1;
	text-align: center;
	line-height: 1.2;
}

/* -------- テキストリンク部分 -------- */
a:link {
	color: #339;
}
a:visited {
	color: #545454;
}
a:focus,
a:hover,
a:active {
	color: #A30000;
}

/* -------- その他 -------- */
hr.hide {
	display: none;
}

/* ------------------------------------------------------
 3.ラッパー（ヘッダー＋コンテナ＋フッター）
------------------------------------------------------ */
#wrapper {
	text-align: left;
	width: 956px;
	margin: 0 auto;
	background: #FFF url(../images/base/wrapper_bg.gif) repeat-y;
	border-top: 5px solid #B43434;
}

/* ------------------------------------------------------
 4.ヘッダー
------------------------------------------------------ */
#header {
	width: 954px;
	margin: 0 1px 10px;
	background: url(../images/base/header_bg.gif) repeat-x left bottom;
}
#header:after {
	/*Newブラウザ フロート対策*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* -------- 「ナビゲーションを飛ばす」部分 -------- */
#header p#skipnavi {
	/*CSS適用環境では見せない*/
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute; /* MacIE用 */
}

/* -------- ロゴ -------- */
#header p#logo {
	float: left;
	padding: 0 0 5px;
}

/* -------- ヘッダー画像 -------- */
#header p#siteimg {
	float: left;
	padding: 0 0 5px;
}

/* -------- ヘッダーベルト -------- */
#header #headerbelt {
	float: right;
	width: 338px;
	padding: 0 0 5px;
}
/* -------- 文字サイズ・背景色 -------- */
div#google_translate_element {
    display: inline-block;
}
p.language-text {
    display: inline-block;
}
.header_tool {
    text-align: right;
    padding: 0 10px 0 0px;
}

.h_font-size ul,
.h_font-size ul li,
.h_color ul,
.h_color ul li,
span.font-size_label {
	display: inline-block;
}
.h_font-size ul,
.h_color ul {
	list-style:  none;
}
.h_font-size ul button,
.h_color ul button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.h_font-size, .h_color {
	margin: 5px 0 0 0;
}
.h_font-size ul li,
.h_color ul li {
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 2px 4px;
	margin-right: 3px;
	cursor: pointer;
}

/* 文字サイズ変更 */
.h_font-size ul li.font-size_default {
	width: 75px;
	text-align: center; 
}
span.font-size_label {
	margin-right: 10px;
}

/* 背景色変更 */
#bg_w {
	background-color: #FFF;
}
#bg_bk {
	background-color: #000;
}
#bg_bk button {
	color: #FFF;
}
#bg_bl {
	background-color: #3f51b5;
}
#bg_bl button {
	color: #FFF;
}
#bg_yl {
	background-color: #ffeb3b;
}

/* ヘッダーナビ */
#header #headerbelt ul#headernavi {
	display: inline-block;
	list-style: none;
	vertical-align: top;
}
#header #headerbelt ul#headernavi li {
}
#header #headerbelt ul#headernavi li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../images/base/headernavi_btn_bg.png) no-repeat;
}
#header #headerbelt ul#headernavi li#headernavi-sitemap a {
	width: 105px;
	background-position: -275px 0;
}
#header #headerbelt ul#headernavi li#headernavi-sitemap a:focus,
#header #headerbelt ul#headernavi li#headernavi-sitemap a:hover,
#header #headerbelt ul#headernavi li#headernavi-sitemap a:active {
	background-position: -275px -30px;
}
#header #headerbelt ul#headernavi li#headernavi-foreign a {
	width: 160px;
	background-position: -380px 0;
}
#header #headerbelt ul#headernavi li#headernavi-foreign a:focus,
#header #headerbelt ul#headernavi li#headernavi-foreign a:hover,
#header #headerbelt ul#headernavi li#headernavi-foreign a:active {
	background-position: -380px -30px;
}

/* ズームサイト */
#header #headerbelt #zoomsight {
	margin: 0 10px 0 0;
	padding: 5px 0 0;
	text-align: right;
}

/* 言語 */
.language {
	display: inline-block;
	padding: 5px 0;
}
div#language {
	float: right;
	padding: 0 0 5px;
	margin: 5px 7px 0;
	width: 350px;
}
div#language p {
	margin-right: 3px;
	margin-bottom: 2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: right;
}
#wcv_sys_edit_pageeditarea #language {
	width: 405px;
}
#wcv_sys_edit_pageeditarea #language .wcv_system_form {
	float: right;
	padding-bottom: 5px;
}

/* 法人番号入力 */
.houjin {
    clear: both;
    width: 320px;
    top: -10px;
    left: 20px;
    position: relative;
    background-color: #FFF;
}
/* -------- メインナビ -------- */
#header ul#mainnavi {
	clear: both;
	width: 954px;
	height: 38px;
	font-size: 105%;
	list-style: none;
	background: url(../images/base/mainnavi_bg.gif) no-repeat left bottom;
}
#header ul#mainnavi a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#header ul#mainnavi a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#header ul#mainnavi a:focus,
#header ul#mainnavi a:hover,
#header ul#mainnavi a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#header ul#mainnavi li {
	float: left;
	margin: 0 2px;
	display: inline;/*IE マージンバグ対策*/
}
#header ul#mainnavi li#mainnavi-top {
	margin-left: 11px;
}
#header ul#mainnavi li a {
	display: block;
	width: 230px;
	height: 26px;
	margin: 7px 0 5px;
	text-align: center;
	line-height: 26px;
	overflow: hidden;
	background: #972323 url(../images/base/mainnavi_btn_bg.png) no-repeat;
}
#header ul#mainnavi li a:focus,
#header ul#mainnavi li a:hover,
#header ul#mainnavi li a:active {
	background: #F6CBD1 url(../images/base/mainnavi_btn_bg.png) no-repeat -230px 0;
}
#header ul#mainnavi li#event {
	display: none !important;
}

/* イベント情報 表示用 */
#wcv_sys_edit_pageeditarea #content ul#top-channel li#event {
	display: block;
}

#wcv_sys_edit_pageeditarea #header ul#mainnavi li#event {
	display: block !important;
}

/* -------- スマートフォン用ロゴ画像非表示 -------- */
#header p#logo img#sp_logo {
	display: none;
}

/* ------------------------------------------------------
 5.コンテナ（コンテンツ＋サイドナビ）
------------------------------------------------------ */
#container {
	clear: both;
	width: 930px;
	margin: 0 13px;
}
#container:after {
	/*Newブラウザ フロート対策*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ------------------------------------------------------
 6.コンテンツ
------------------------------------------------------ */
/*コンテンツ内の項目は別ファイルcontent.cssで設定*/

/* 下層ページ */
#content-wrap {
	width: 730px;
	float: left;
}
#content {
	margin: 0 20px 0 10px;
	padding: 0 0 10px;
}

/* トップページ */
#top-content {
	width: 730px;
	float: left;
}
#top-content #content-wrap {
	width: 530px;
	float: right;
}
#top-content #content {
	margin: 0 15px;
	padding: 0 0 15px;
}
#top-content #leftnavi {
	width: 200px;
	float: left;
	padding: 0 0 10px;
}

/* ------------------------------------------------------
 7.サイドナビ
------------------------------------------------------ */
/*サイドナビ内の項目は別ファイルcontent.cssで設定*/

#navi {
	width: 200px;
	float: right;
	padding: 0 0 10px;
}

/* ------------------------------------------------------
 8.フッター
------------------------------------------------------ */
#footer {
	clear: both;
	width: 930px;
	margin: 0 13px;
}

/* -------- フッターバナー（トップページのみ） -------- */
#footer #footer-banner-wrap {
	width: 930px;
	padding: 10px 0 0;
	background: #F5F5F5;
}
#footer #footer-banner-wrap h2 {
	font-weight: bold;
	margin: 0 10px 10px;
	padding: 4px 10px 3px;
	background: #EBEBEB;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #999;
	text-align: center;
}
#footer #footer-banner {
	width: 885px;
	margin: 0 0 0 45px;
}
#footer #footer-banner p {
	display: inline;
}
#footer #footer-banner p img {
	margin: 0 0 8px 5px;
}
#footer #footer-banner-wrap p#footer-banner-about {
	clear: both;
	float: none;
	padding: 0 60px 10px 0;
	text-align: right;
	font-size: 90%;
}

/* -------- ライフイベント（チャンネルページ） -------- */
#footer #footer-lifeevent {
	width: 900px;
	margin: 0 15px 15px;
}
#footer #footer-lifeevent h2 {
	width: 8em;
	float: left;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0 3px 0.8em;
	background: #BB4848 url(../images/base/top_h2_bg.png) repeat-x;
	border-top: 1px solid #902A2A;
	border-right: 1px solid #752222;
	border-left: 1px solid #902A2A;
	line-height: 1.1;
}
#footer #footer-lifeevent ul {
	clear: both;
	width: 900px;
	background: url(../images/base/footer-lifeevent_bg.gif) no-repeat left bottom;
	border-top: 3px solid #900;
	list-style: none;
}
#footer #footer-lifeevent ul:after {
	/*Newブラウザ フロート対策*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#footer #footer-lifeevent ul li {
	width: 96px;
	float: left;
	margin: 0 4px 0 0;
	border-top: 4px solid #FFF;
}
#footer #footer-lifeevent ul li#footer-lifeevent-death {
	width: 100px;
	margin: 0;
}
#footer #footer-lifeevent ul li a {
	width: 96px;
	display: block;
	padding: 52px 0 11px;
	text-align: center;
	background-repeat: no-repeat;
	line-height: 1.1;
}
#footer #footer-lifeevent ul li#footer-lifeevent-birth a {
	background-image: url(../images/base/footer-lifeevent-birth_bg.png);
}
#footer #footer-lifeevent ul li#footer-lifeevent-child a {
	background-image: url(../images/base/footer-lifeevent-child_bg.png);
}
#footer #footer-lifeevent ul li#footer-lifeevent-entrance a {
	background-image: url(../images/base/footer-lifeevent-entrance_bg.png);
}
#footer #footer-lifeevent ul li#footer-lifeevent-adult a {
	background-image: url(../images/base/footer-lifeevent-adult_bg.png);
}
#footer #footer-lifeevent ul li#footer-lifeevent-marriage a {
	background-image: url(../images/base/footer-lifeevent-marriage_bg.png);
}
#footer #footer-lifeevent ul li#footer-lifeevent-move a {
	background-image: url(../images/base/footer-lifeevent-move_bg.png);
}
#footer #footer-lifeevent ul li#footer-lifeevent-retire a {
	background-image: url(../images/base/footer-lifeevent-retire_bg.png);
}
#footer #footer-lifeevent ul li#footer-lifeevent-care a {
	background-image: url(../images/base/footer-lifeevent-care_bg.png);
}
#footer #footer-lifeevent ul li#footer-lifeevent-death a {
	width: 100px;
	background-image: url(../images/base/footer-lifeevent-death_bg.png);
}

/* --------スマートフォン用開くボタン非表示-------- */
#footer #footer-lifeevent p.more {
	display: none !important;
}

/* --------PC・スマートフォン切り替えボタン-------- */
/*-ModeSwitch-*/
#footer #modeswitch {
	border-top: 1px dotted #AAA ;
	margin: 10px 0 0 0 !important;
	padding: 15px 0;
	font-size: 250%;
	width: auto;
}
#footer #modeswitch dl {
	margin: 0 auto;
	display: table;
}
#footer #modeswitch dt {
	float: left;
	line-height: 35px;
/*	height: 35px;*/
	color: #444;
}
#footer #modeswitch dl dt:first-child {
	padding: 15px 0;
}
#footer #modeswitch dt a {
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	display: block;
	padding: 15px;
	background-color: #063;
/*
	background : -webkit-gradient(linear, left top, left bottom, from(#F2DDDD), to(#CC7676));
	background: gradient(top, #F2DDDD, #CC7676);
*/
	background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#CCC));
	background: gradient(top, #F3F3F3, #CCC);

	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #CCC;
}
#footer #modeswitch dt a#modeswitch1 {
/*	border-right: solid 1px #7FA2AE;*/
	border-right: solid 1px #9FBAC2;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	margin-left: 5px;
}
#footer #modeswitch dt a#modeswitch2 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border-left: none;
}
#footer #modeswitch dt a#modeswitch1.current,
#footer #modeswitch dt a#modeswitch2.current {
	background-color: #AFD2EC;
/*
	background : -webkit-gradient(linear,left top, left bottom,from(#CC7676), to(#F2DDDD));
	background: gradient(top, #CC7676, #F2DDDD);
*/
	background: -webkit-gradient(linear, left top, left bottom, from(#BBB), to(#F3F3F3));
	background: gradient(top, #BBB, #F3F3F3);
}

/* -------- フッターナビ -------- */
#footer ul#footernavi {
	clear: both;
	width: 930px;
	list-style: none;
	border-top: 1px dotted #AAA;
}
#footer ul#footernavi li {
	float: left;
	margin: 8px 0 0 10px;
	padding: 0 0 9px;
	display: inline;/*IE マージンバグ対策*/
}
#footer ul#footernavi li a {
	float: left;
	display: block;
	padding: 0 3px 0 15px;
	background: url(../images/base/footernavi_btn_bg.gif) no-repeat 0 3px;
}
#footer ul#footernavi li a:focus,
#footer ul#footernavi li a:hover,
#footer ul#footernavi li a:active {
	background-position: 0 -97px;
}

/* -------- アドレス -------- */
#footer address {
	clear: both;
	padding: 8px 5px 0 12px;
	font-style: normal;
	background: #F6E6E6 url(../images/base/footer_address_bg.png) repeat-x left bottom;
	border-top: 1px dotted #900;
	line-height: 1.3;
}

/* -------- コピーライト -------- */
#footer p#copyright {
	color: #333;
	text-align: center;
	padding: 10px;
}

/* 人口と世帯数 */
#navi #navi-squarearea-jinkou_setai.navi-squarearea {
	margin-top: 10px;
}
#navi #navi-squarearea-jinkou_setai.navi-squarearea #jinkou_setai-area {
	padding: 0 10px;
}
#navi #navi-squarearea-jinkou_setai.navi-squarearea p#date {
	margin: 5px 0;
	text-align: center;
}
