@charset "UTF-8";

/* =========================================================================
 content.css （下層ページ　コンテンツ内要素の設定）

　目　次

　1.パンくずリスト
　2.ページの先頭へ
　3.下層トップページ　目次
　4.お知らせ、関連リンク、お問い合わせ先、ダウンロード
　5.くらしの情報
　6.各課の仕事
========================================================================= */






/* -------------------------------------------------------------------------
 ?.カテゴリー イメージ画像
------------------------------------------------------------------------- */
#cateimg {
    position: relative;
    margin: 0 0 10px;
}
#cateimg h1 {
    position: absolute;
    width: 100%;
    top: 40%;
    margin: 0;
    padding: 4px 0 4px;
    color: #FFF;
}
/* カテゴリ別 設定
------------------------------------------------------------------------- */
/* 町民の皆様へ */
body#choumin #cateimg h1 {
    background: rgba(255,219,76,0.7);
}
/* 町外の皆様へ */
body#chougai #cateimg h1 {
    background: rgba(116,202,149,0.7);
}
/* まちの紹介 */
body#machi #cateimg h1 {
    background: rgba(255,128,179,0.7);
}
/* くらしのガイド */
body#kurashi #cateimg h1 {
    background: rgba(255,173,0,0.7);
}
/* 観光・イベント */
body#kankou #cateimg h1 {
    background: rgba(106,189,47,0.7);
}
/* 産業・経済・まちづくり */
body#sangyou #cateimg h1 {
    background: rgba(168,174,226,0.7);
}
/* 町政情報 */
body#chousei #cateimg h1 {
    background: rgba(75,174,255,0.7);
}

/* -------------------------------------------------------------------------
 ?.カテゴリートップ　ページリスト
------------------------------------------------------------------------- */
.indexlist {
    overflow: hidden;
    clear: both;
    margin: 0 0 20px;
}
.indexlist ul {
    margin: 0;
}
.indexlist ul li {
    margin: 0 0 12px;
    padding: 0 0 0px 18px;
}
.indexlist ul li a {
    text-decoration: none;
    color: #000;
}
/* カテゴリ別 設定
------------------------------------------------------------------------- */
body#choumin .indexlist ul, body#chougai .indexlist ul
body#machi .indexlist ul, body#kurashi .indexlist ul,
body#kankou .indexlist ul, body#sangyou .indexlist ul,
body#chousei .indexlist ul {
    list-style: none;
}
body#choumin #right_content .indexlist h3, body#chougai #right_content .indexlist h3,
body#machi #right_content .indexlist h3, body#kurashi #right_content .indexlist h3,
body#kankou #right_content .indexlist h3, body#sangyou #right_content .indexlist h3,
body#chousei #right_content .indexlist h3 {
    border-bottom: none;
    color: #FFF;
}
body#choumin #right_content .indexlist h3 a, body#chougai #right_content .indexlist h3 a,
body#machi #right_content .indexlist h3 a, body#kurashi #right_content .indexlist h3 a,
body#kankou #right_content .indexlist h3 a, body#sangyou #right_content .indexlist h3 a,
body#chousei #right_content .indexlist h3 a {
	border-bottom: none;
	color: #FFF;
	text-decoration: none;
	display: block;
}
/* 町民の皆様へ */
body#choumin .indexlist h3{
    background: #ffdb4c;
}
body#choumin .indexlist ul li {
    background: url(../images/base/choumin-li_bg.png)no-repeat 0 0;
}
/* 町外の皆様へ */
body#chougai .indexlist h3{
    background: #74ca8b;
}
body#chougai .indexlist ul li {
    background: url(../images/base/chougai-li_bg.png)no-repeat 0 0;
}
/* まちの紹介 */
body#machi .indexlist h3{
    background: #ff80b3;
}
body#machi .indexlist ul li {
    background: url(../images/base/machi-li_bg.png)no-repeat 0 0;
}
/* くらしのガイド */
body#kurashi .indexlist h3{
    background: #ffad00;
}
body#kurashi .indexlist ul li {
    background: url(../images/base/kurashi-li_bg.png)no-repeat 0 0;
}
/* 観光・イベント */
body#kankou .indexlist h3{
    background: #6abd2f;
}
body#kankou .indexlist ul li {
    background: url(../images/base/event-li_bg.png)no-repeat 0 0;
}
/* 産業・経済・まちづくり */
body#sangyou .indexlist h3{
    background: #a8aee2;
}
body#sangyou .indexlist ul li {
    background: url(../images/base/sangyou-li_bg.png)no-repeat 0 0;
}
/* 町政情報 */
body#chousei .indexlist h3{
    background: #4baeff;
}
body#chousei .indexlist ul li {
    background: url(../images/base/chousei-li_bg.png)no-repeat 0 0;
}

/* 画像1列リスト
------------------------------------------------------------------------- */
ul.list1-4, ul.list1-2 {
    float: left;
}
ul.list1-4 {
    width: 170px;
}
ul.list1-2 {
    width: 340px;
}

/* 画像3列リスト,画像2列リスト
------------------------------------------------------------------------- */
.listblock3, .listblock2 {
    float: left;
    margin: 0 5px;
}
.listblock3 {
    width: 215px;
}
.listblock2 {
    width: 330px;
}
/* -------------------------------------------------------------------------
 ?. 余市でおこったこんな話
------------------------------------------------------------------------- */
#ystory {
    overflow: hidden;
    clear: both;
	margin: 0 0 20px;
}
#ystory dl {
    overflow: hidden;
    margin: 10px 15px;
}
#ystory dt {
    float: left;
    clear: both;
    max-width: 200px;
    padding: 10px 15px 7px 20px;
    background: url(../images/base/machi-li_bg.png)no-repeat 0 10px;
}
#ystory dt span {
    margin-right: 10px;
}
#ystory dd {
    margin: 0;
    padding: 10px 0 7px;
    border-bottom: 1px dotted #999
}
#ystory p#ylist {
    display: block;
    float: right;
    width: 170px;
    margin: 0;
    clear: both;
    border: 2px solid #ff80b3;
    border-radius: 7px;
    background: url(../images/top/base/tab_ichiran-bg.png)no-repeat 26% center;
    text-align: center;
}
#ystory p#ylist a {
    display: block;
    padding: 3px 0;
    font-weight: bold;
    color: #ff80b3;
    text-decoration: none;
}

/* -------------------------------------------------------------------------
 ?. これから行われるイベント・開催が終了したイベント
------------------------------------------------------------------------- */
.event_list ul {
    margin: 0 0 20px 0;
    overflow: hidden;
    clear: both;
}
.event_list ul li {
    padding: 0;
    margin: 0 12px;
    float: left;
    text-align: center;
}
.event_list ul li p {
    max-width: 145px;
    margin: 10px 0 0;
}

/* -------------------------------------------------------------------------
 ?. 広報よいち、観光案フレット
------------------------------------------------------------------------- */
/* 広報よいち トップページ
------------------------------------------------------------------------- */
#content .public-right {
	border: 1px solid #ccc;
	display: inline;
	float: right;
	margin-right: 15px;
	margin-bottom: 20px;
}
#wcv_sys_edit_pageeditarea #content .public-right {
	border: none;
}
#content .public-left {
	margin-right: 270px;
	text-align: left;
}
#content ul#public-list,
#content ul.public-list {
	margin: 30px 10px 20px;
}
#content ul#public-list li,
#content ul.public-list li {
	border-bottom: 1px dotted #999;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
#content ul#public-list li img,
#content ul.public-list li img {
	margin-left: 5px;
	margin-right: 5px;
}

/* 広報よいち 年度別トップページ
------------------------------------------------------------------------- */
#content ul#public-year {
    overflow: hidden;
    clear: both;
	margin: 0 0 15px 15px;
}
#content ul#public-year li {
	background: none !important;
	float: left;
	margin: 0 10px 15px 0;
	min-height: 340px;
	padding: 0;
	text-align: center;
	width: 210px;
}
#content ul#public-year li img.wcvimg-floatleft {
	border: 1px solid #ccc;
	float: none;
	height: auto;
	margin: 0 0 10px;
	width: 200px;
}

/* 広報よいち 記事ページ
------------------------------------------------------------------------- */
#content #public {
	margin: 30px 15px 0;
}
#content #public .wcvimg-floatleft {
	border: 1px solid #ccc;
	margin-top: 40px;
	margin-left: 0;
	margin-right: 20px;
}
#content #public-area {
	margin: 10px 0 0;
}
#content #public-area p {
	margin: 0;
	display: none;
}
#wcv_sys_edit_pageeditarea #content #public #public-area p {
	display: block;
}
#content #public table {
	border-color: #ccc;
	clear: none;
	margin: 0 auto 20px;
}
#content #public #adobe {
	background-color: #fff8ee;
	border: 1px solid #6e78d1;
	margin-left: 262px;
	padding: 5px;
}
#content #public #adobe p.adobe-img {
	float: left;
	margin: 0;
	padding: 0;
}
#content #public #adobe p.adobe-txt {
	margin: 0 0 0 165px;
	padding: 0;
}
#container div#comment {
	display: none;
}
/* 第2階層トップ リスト表示
------------------------------------------------------------------------- */
p.thumbitem {
    text-align: center;
    display: block;
}

p.thumbitem img {
    border: 4px solid #6e78d1;
}

/* カテゴリ別 設定
------------------------------------------------------------------------- */
/* 町民の皆様へ */
body#choumin p.thumbitem img {
    border: 4px solid #ffdb4c;
}
/* 町外の皆様へ */
body#chougai p.thumbitem img {
    border: 4px solid #74ca8b;
}
/* まちの紹介 */
body#machi p.thumbitem img {
    border: 4px solid #ff80b3;
}
/* くらしのガイド */
body#kurashi p.thumbitem img {
    border: 4px solid #ffad00;
}
/* 観光・イベント */
body#kankou p.thumbitem img {
    border: 4px solid #6abd2f;
}
/* 産業・経済・まちづくり */
body#sangyou p.thumbitem img {
    border: 4px solid #a8aee2;
}
/* 町政情報 */
body#chousei p.thumbitem img {
    border: 4px solid #4baeff;
}

/* -------------------------------------------------------------------------
 ?. [新着情報、お知らせ、イベント] 一覧ページ　
------------------------------------------------------------------------- */
.news_list {
	margin: 30px 5px;
}
.news_list dl {
	line-height: 1.3;
}
.news_list dt {
	clear: both;
	float: left;
	padding: 10px 0 5px 0;
	line-height: 24px;
}
.news_list dt img {
	float: left;
	margin: 0 5px 0 0;
}
.news_list dt span.date {
	float: left;
	margin: 0 7px 0 -7px;
	text-align: right;
	width: 125px;
}
.news_list dd {
	border-bottom: 1px dotted #999;
	margin: 0;
	padding: 9px 3px 10px 0;
}
.news_list dd a {
	line-height: 23px;
	padding-top: 1px;
}
.news_list dd img {
	margin: 0 0 0 6px;
	vertical-align: middle;
}

/* -------------------------------------------------------------------------
 ?. サイドメニュー
------------------------------------------------------------------------- */
#side_menu {
    border: 3px solid #6e78d1;
    background: #fff;
}
#side_menu a {
	color: #000;
	text-decoration: none;
}
#side_menu h2 {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px 0;
    margin: 0 5px;
    border-bottom: 3px solid #6e78d1;
}
#side_menu ul {
    margin: 10px 5px;
}
#side_menu ul li {
    background: url(../images/base/li_bg.png)no-repeat 0 7px;
    padding: 6px 0 6px 20px;
    margin: 0 3px;
    border-bottom: 1px dotted #999;
}
#side_menu ul li ul {
	margin: 0 0 0 -10px;
}
#side_menu ul li ul li {
	border-bottom: none;
	padding-bottom: 0;
}
/* カテゴリ別 設定------------------------------------------------------------------------- */

/* 町民の皆様へ */
body#choumin #side_menu {
	border: 3px solid #ffdb4c;
}
body#choumin #side_menu h2 {
	border-bottom: 3px solid #ffdb4c;
}
body#choumin #side_menu ul li {
	background: url(../images/base/choumin-li_bg.png)no-repeat 0 7px;
}
/* 町外の皆様へ */
body#chougai #side_menu {                                                                                                                                                                                                                    
    border: 3px solid #75ca8c;                                                                                                                                                                                                               
}   
body#chougai #side_menu h2 {                                                                                                                                                                                                                 
    border-bottom: 3px solid #75ca8c;                                                                                                                                                                                                        
}
body#chougai #side_menu ul li {                                                                                                                                                                                                              
    background: url(../images/base/chougai-li_bg.png)no-repeat 0 7px;                                                                                                                                                                        
}
/* まちの紹介 */
body#machi #side_menu {                                                                                                                                                                                                                    
    border: 3px solid #ff81b5;                                                                                                                                                                                                               
}   
body#machi #side_menu h2 {                                                                                                                                                                                                                 
    border-bottom: 3px solid #ff81b5;                                                                                                                                                                                                        
}
body#machi #side_menu ul li {                                                                                                                                                                                                              
    background: url(../images/base/machi-li_bg.png)no-repeat 0 7px;                                                                                                                                                                        
}
/* くらしのガイド */
body#kurashi #side_menu {                                                                                                                                                                                                                    
    border: 3px solid #ffad00;                                                                                                                                                                                                               
}   
body#kurashi #side_menu h2 {                                                                                                                                                                                                                 
    border-bottom: 3px solid #ffad00;                                                                                                                                                                                                        
}
body#kurashi #side_menu ul li {                                                                                                                                                                                                              
    background: url(../images/base/kurashi-li_bg.png)no-repeat 0 7px;                                                                                                                                                                        
}
/* 観光・イベント */
body#kankou #side_menu {                                                                                                                                                                                                                    
    border: 3px solid #6abd30;                                                                                                                                                                                                               
}   
body#kankou #side_menu h2 {                                                                                                                                                                                                                 
    border-bottom: 3px solid #6abd30;                                                                                                                                                                                                        
}
body#kankou #side_menu ul li {                                                                                                                                                                                                              
    background: url(../images/base/event-li_bg.png)no-repeat 0 7px;                                                                                                                                                                        
}
/* 産業・経済・まちづくり */
body#sangyou #side_menu {                                                                                                                                                                                                                    
    border: 3px solid #a8aee3;                                                                                                                                                                                                               
}   
body#sangyou #side_menu h2 {                                                                                                                                                                                                                 
    border-bottom: 3px solid #a8aee3;                                                                                                                                                                                                        
}
body#sangyou #side_menu ul li {                                                                                                                                                                                                              
    background: url(../images/base/sangyou-li_bg.png)no-repeat 0 7px;                                                                                                                                                                        
}
/* 町政情報 */
body#chousei #side_menu {                                                                                                                                                                                                                    
    border: 3px solid #4baeff;                                                                                                                                                                                                               
}   
body#chousei #side_menu h2 {                                                                                                                                                                                                                 
    border-bottom: 3px solid #4baeff;                                                                                                                                                                                                        
}
body#chousei #side_menu ul li {                                                                                                                                                                                                              
    background: url(../images/base/chousei-li_bg.png)no-repeat 0 7px;                                                                                                                                                                        
}

/* -------------------------------------------------------------------------
 ?. お問い合わせページ
 *  ------------------------------------------------------------------------- */
form p input#submit_button {
	padding: 5px 20px;
	border: none;
	background: #6e78d1;
	color: #fff;
	font-size: 120%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	border-radius: 10px;
	margin-top: 15px;
	cursor: pointer;
}
/* --------------------------------------------------------------------------
 * くらしのカレンダー
 * -------------------------------------------------------------------------- */
#kurashi_calendar-page iframe#disp_calendar_area_eHFUaX {
	display: none;
}
#content table.wcv_sys_cal_listtype {
	margin: 0;
}
#content #load-area {
	margin: 0 8px;
}
#content #load-area .wcv_sys_cal table {
	clear: both;
	width: 100%;
	font-size:100%;
	table-layout: fixed;
	border: 2px solid #C2C2C2; 
	font-family: none;
}
#content #load-area .wcv_sys_cal table caption {
	font-size: 70%;
	padding: 0;
	height: 19px;
}
#content #load-area th {
	padding: 4px 9px;
}
#content #load-area .wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype th.wcv_sys_cal_sat {
	background: #D8E6F4;
}
#content #load-area .wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype th.wcv_sys_cal_sun {
	background: #F9E3E3;
}
#content #load-area .wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype th {
	background: #E6E6E6;
}
#content #load-area td {
	padding: 6px 0 0;
	font-size: 110%;
}
#content #load-area .wcv_sys_cal table.wcv_sys_cal_listtype th p {
	font-size: 111%;
	text-align: center;
}