@charset "UTF-8";
/****************
 PC、スマホのコンテンツ箇所
*****************/

/*市長カレンダーの土日祝日の色付け*/
#shicho .sat {
    background-color: #EFF9FF;
}
#shicho .sun {
    background-color: #FFF8F8;
}

h1.faqCom {
	border: 1px solid #CCC;
	background-color: #eeeeee;
	font-size: 120%;
	background-image: url(../img_sub/h1_faq_com.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}


h1.headCom {
/*	border: 1px solid #000;
    border-left: 5px solid #000;*/
	background-color: #335082;
    color: #fff;
	font-size: 140%;
}

h1.headCom .bg_{
    background-image: url(../img_pc_sub/h1_head_com_btm.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    display: block;
	padding: 10px;
    padding-left: 20px;
}


h2.faqCom {
	font-size: 120%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #999;
	margin-top: 20px;
	background-image: url(../img_sub/h2_faq_com.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}


.fileCom {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.fileCom .pdf {
    background-image: url("../img_sub/file_com_pdf.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.fileCom .word {
    background-image: url("../img_sub/file_com_word.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.fileCom .excel {
    background-image: url("../img_sub/file_com_excel.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.fileCom .power {
    background-image: url("../img_sub/file_com_power.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.fileCom .audio {
    background-image: url("../img_sub/file_com_audio.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.fileCom .txt {
    background-image: url("../img_sub/file_com_txt.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.fileCom .zip {
    background-image: url("../img_sub/file_com_zip.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.fileCom .csv {
    background-image: url("../img_sub/file_com_csv.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.fileCom .edit {
    background-image: url("../img_sub/file_com_edit.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.linkCom {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.linkCom .icon_ {
    background-image: url("../img_sub/link_com_icon_naibu.png");
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.linkCom .icon2_ {
    background-image: url("../img_sub/link_com_icon_gaibu.png");
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.linkCom span.icon3_ a {
    background-image: url("../img_sub/link_com_mail.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}
.imgCom {
    margin-top: 10px;
}
.mapCom {
    margin-top: 10px;
}
.colMod {
    margin-top: 20px;
    overflow: hidden;
    width: 700px;
}
.colMod .L {
    float: left;
}
.colMod .R {
    float: left;
    margin-left: 10px;
}

.colMod .wysiwygCom p:first-child{
    margin-top:10px;
}

.colMod .wysiwygCom p{
     margin-top:0px;
}


.imgTxtMod {
    margin-top: 20px;
    overflow: hidden;
    width: 700px;
}
.imgTxtMod .L {
    bottom: auto;
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
    position: relative;
    top: auto;
}
.imgTxtMod .R {
    bottom: auto;
    float: right;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
    top: auto;
}


#pdfDownload {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 10px;
    width: 680px;
}
#pdfDownload img {
    display: inline;
    float: left;
    margin-right: 10px;
}



.toiawaseMod {
	margin-top: 20px;
    background-color: #ecf8ff;    
}

.toiawaseMod dd{
    padding: 15px;
}





.level1Row1Mod li {
	margin-top:10px;
	background-image: url(../img_sub/level1row1_mod_page.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #91cdef;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:10px;
}
.level1Row1Mod li.page {
	background-image: url(../img_sub/level1row1_mod_page.png);
}
.level1Row1Mod li.dir {
	background-image: url(../img_sub/level1row1_mod_dir.png);
}
.level1Row1Mod .item {
	display:block;
}



.level1Row2Mod {
	width:700px;
}
.level1Row2Mod li {
	margin-top:10px;
	background-image: url(../img_sub/level1row1_mod_page.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #91cdef;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:10px;
	float:left;
	width:300px;
	margin-left:20px;
	display:inline;
}
.level1Row2Mod .item {
	display:block;
}
.level1Row2Mod li.page {
	background-image: url(../img_sub/level1row1_mod_page.png);
}
.level1Row2Mod li.dir {
	background-image: url(../img_sub/level1row1_mod_dir.png);
}



.level2Row1Mod .list, .level2Row1Mod .list2 {
	width:700px;
}
.level2Row1Mod .list li, .level2Row1Mod .list2 li {
	margin-top:10px;
	background-image: url(../img_sub/level1row1_mod_page.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #91cdef;;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:10px;
	float:left;
	width:300px;
	margin-left:20px;
	display:inline;
}

.level2Row1Mod .item {
	display:block;
}
.level2Row1Mod li.page {
	background-image: url(../img_sub/level1row1_mod_page.png);
}
.level2Row1Mod li.dir {
	background-image: url(../img_sub/level1row1_mod_dir.png);
}
.level2Row2Mod {
	width:700px;
}
.level2Row2Mod .col {
	width:700px;
	overflow:hidden;
}
.level2Row2Mod .L {
	width:340px;
	float:left;
}
.level2Row2Mod .R {
	width:340px;
	float:right;
}

.level2Row2Mod .list li {
	margin-top:10px;
	background-image: url(../img_sub/level1row1_mod_page.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #91cdef;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:10px;
	width:300px;
}
.level2Row2Mod .item {
	display:block;
}
.level2Row2Mod li.page {
	background-image: url(../img_sub/level1row1_mod_page.png);
}
.level2Row2Mod li.dir {
	background-image: url(../img_sub/level1row1_mod_dir.png);
}


.level2Row2Mod .box2 .list {
	width:700px;
	overflow:hidden;
}
.level2Row2Mod .box2 .list li {
	margin-top:10px;
	background-image: url(../img_sub/level1row1_mod_page.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #91cdef;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:10px;
	float:left;
	width:300px;
	margin-left:20px;
	display:inline;
}
.level2Row2Mod .detail {
    text-align: right;
    margin-top: 10px;
}

.borderTopCom{
    padding-top:10px;
    margin-top:25px;
    border-top:solid 1px #ccc;
}


/*大カテゴリ2階層*/
.linkList2Mod {
    margin-top: 20px;
    overflow: hidden;
    width: 700px;
}
.linkList2Mod .L {
    float: left;
    width: 340px;
}
.linkList2Mod .R {
    float: right;
    width: 340px;
}
.linkList2Mod li {
    margin-right: 20px;
    margin-top: 5px;
    width: 330px;
}
.linkList2Mod .icon {
    background-image: url("../img_sub/linklist_mod_dir.png");
    background-position: 2px 7px;
    background-repeat: no-repeat;
    padding-left: 35px;
}
.linkList2Mod .icon2 {
    background-image: url("../img_sub/linklist_mod_page.png");
    background-position: 8px 7px;
    background-repeat: no-repeat;
    padding-left: 35px;
}
.linkList2Mod li a {
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 10px;
}
.linkList2Mod .item {
    display: block;
    padding-bottom: 5px;
    padding-left: 33px;
}
.linkList2Mod .title {
    background-color: #eeeeee;
    border: 3px solid #cccccc;
    font-size: 120%;
    padding: 5px;
}
.linkList2Mod .item2 {
    margin-top: 10px;
    text-align: right;
}

.anchorMod {
    border: 1px solid #D5D5D5;
    font-size: 80%;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
    width: 680px;
    margin-left:auto;
    margin-right:auto;
}
.anchorMod li {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    width: 330px;
}
.anchorMod li a {
    background-image: url("../img_sub/anchor_mod_arrow.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 20px;
}




/*=========================
	イベント検索
=========================*/
.searchMod {
    background-image: url(../img_sub/search_mod_bg.png);
    background-position: left top;
    background-repeat: repeat;
    border: 1px solid #DDDDDD;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 9px;
    width: 680px;
}
.searchMod .space input {
    height: 1.2em;
    width: 1.2em;
}
.searchMod .space {
    display: inline-block;
    font-size: 90%;
    padding-right: 10px;
    padding-top: 5px;
}
.searchMod .space2 label {
    font-weight: bold;
}
.searchMod .space2 {
    padding-right: 20px;
}
.searchMod .box3 {
    margin-top: 10px;
}
.searchMod .box3 dt {
    font-weight: bold;
}
.searchMod .box {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}
.inputCom {
    margin-top: 10px;
    text-align: center;
}

/*=========================
	イベント一覧
=========================*/
.tableMod caption {
	text-align:left;
	font-weight:bold;
}
.tableMod {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    margin: 10px 0 0;
}
.tableMod td, .tableMod th {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 5px 10px;
}
.tableMod th {
    background-color: #f6e4eb;
	color: #333333;
}
.tableCom {
    table-layout: fixed;
}



/*=========================
    行政経営会議の結果目次
=========================*/
.gyoseiTableCom{
    width:100%; 
}

.gyoseiTableCom .col1{
    width:22%;
}

.gyoseiTableCom .col2{
    width:45%;
}

.gyoseiTableCom .col3{
    width:10%;  
}

.gyoseiTableCom .col4{
    width:23%;  
}

/*=========================
	写真ギャラリー
=========================*/
.thumbnailMod {
	width: 700px;
	overflow:hidden;
	margin-top:20px;
}

.thumbnailMod .item {
	width: 223px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}

.thumbnailMod .item dt a img {
	border: 1px solid #BBB;
	padding: 2px;
	vertical-align: top;
	width: 217px;
}



/*=========================
	カレンダー
=========================*/
.head2Mod{
    margin-top: 5px;
}

.head2Mod .L{
    float: left;
}

.head2Mod .R{
    float: right;
    position: relative;
    bottom: 0px;
    padding-right: 5px;
}


#calendar .col {
    margin-top: 10px;
    width: 700px;
}
#calendar .L {
    float: left;
    width: 314px;
}
#calendar .list2 {
    overflow: hidden;
    width: 380px;
}
#calendar .list2 li {
    float: left;
    margin-right: 5px;
}
#calendar .R {
    float: right;
    width: 391px;
}
#calendar .list3 {
    text-align: right;
}
#calendar .list3 li {
    display: inline;
}
#calendar .table {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    margin-left: 1px;
    margin-top: 10px;
    width: 699px;
}
#calendar .table caption {
    text-align: left;
    font-weight: bold;
}
#calendar .table td, #calendar .table th {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    padding: 5px;
}
#calendar .table .date {
    font-weight: bold;
    text-align: center;
    width: 40px;
}
#calendar .table .day {
    font-weight: bold;
    text-align: center;
    width: 40px;
}
#calendar .table tr.sun, #calendar .table th.sun, #calendar .table td.sun {
    background-color: #FFF8F8;
    color: #E02729;
}
#calendar .table tr.sat, #calendar .table th.sat, #calendar .table td.sat {
    background-color: #EFF9FF;
    color: #008CD2;
}
#calendar .table em {
    font-style: italic;
    font-weight: bold;
    padding-right: 15px;
}

/*新着一覧*/
.newsMod {
    background-image: url(../img_pc_sub/news_mod_bg_mid.png);   
    margin-top: 10px;
}

.newsMod .in{
    background-image: url(../img_pc_sub/news_mod_bg_btm.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    
}

.newsMod .in2{
    
}

.newsMod .title {
    font-size: 130%;
    background-image: url(../img_pc_sub/news_mod_title_mid.png);
    color: #332D14;
 }

.newsMod .title .bg_{
    display: block;    
    background-image: url(../img_pc_sub/news_mod_title_top.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.newsMod .title .bg2_{
    display: block;
    background-image: url(../img_pc_sub/news_mod_title_btm.png);
    background-repeat: repeat-x;
    background-position: left bottom;    
    padding: 10px;

}

.newsMod .in {
    padding: 20px;
    padding-left: 15px;    
    padding-top: 10px;    
}

.newsMod .list li {
    margin-top: 10px;
    background-image: url(../img_common/common_arrow_yellow.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 20px;
}


.level1GaiyoMod {
    width: 700px;
}

.level1GaiyoMod .box {
    width: 340px;
    float: left;
    margin-left: 20px;
}
.level1GaiyoMod .description {
    margin-top: 10px;
}
.level1GaiyoMod .detail {
    text-align: right;
    margin-top: 10px;
}



/*イベント*/


.imgColMod{
    margin-top: 20px;
}

.imgColMod .L{
    width: 300px;    
    float: left;
    margin-left: 25px;  
    margin-right: 25px; 
}

.imgColMod .R{
    width: 300px;    
    float: left;
    margin-left: 25px;  
    margin-right: 25px;  
}

.eventTableCom {
    width: 700px;
}

.eventTableCom th {
    width: 150px;
}


/*各課*/
.kakukaMod {
    /*margin-top: 20px;*/
    overflow: hidden;
    width: 700px;
}
.kakukaMod .L {
    float: left;
    width: 300px;
}
.kakukaMod .R {
    float: right;
    width: 380px;
}



.enqueteMod {
	margin-top:20px;
}
.enqueteMod .title {
	background-image: url(../img_sub/enquete_mod_title_bg2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 120%;
	color: #303030;
}
.enqueteMod .title2 {
	background-image: url(../img_sub/enquete_mod_title_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 5px;
	display:block;
	padding-left: 40px;
}

.enqueteMod .box {
	margin-top:10px;
	padding-right: 20px;
	padding-left: 20px;
}
.enqueteMod .item {
	margin-top:10px;
	text-align: center;
}
.enqueteMod .inputSubmit {
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
}
.enqueteMod .inputArea {
	width: 660px;
	height: 5em;
}
.enqueteMod .box3 {
	display:inline-block;
	margin-right:10px;
}
.enqueteMod .box2 {
	padding-right: 10px;
	padding-left: 10px;
}
.enqueteMod .box4 {
}

/*写真ギャラリー*/

.thumbnailCom .item{
    float: left;
    margin-left: 13px;
    margin-top: 20px;    
}

.thumbnailCom .item:first-child{
    margin-left: 0px;
}

.thumbnailCom .item dd{
    padding-top: 5px;
    width:218px;
}


.thumbnailCom .item img {
    width: 218px;
    height: auto;
    border: 1px solid #BBB;
    padding: 2px;    
    }


.thumbnailCom2 .item {
    width: 338px;
    float: left;
    margin-left: 12px;
    margin-top: 20px;    
}


.thumbnailCom2 .item:first-child{
    margin-left: 0px;
}

.thumbnailCom2 .item dd{
    padding-top: 5px;
}


.thumbnailCom2 .item img {
    width: 338px;
    height: auto;
    border: 1px solid #BBB;
    padding: 2px;    
    }

.tableMod .boshuTr_ {
    background-color: #e9f6fe;
}

.tablePubListCom {
    width: 700px;
}
.tablePubListCom .col1_ {
    width: 50px;
}
.tablePubListCom .col2_ {
    width: 120px;
}
.tablePubListCom .col3_ {
    width: 140px;
}
.tablePubListCom .col4_ {
    width: 120px;
}



.tableKoboCom {
    width: 700px;
}
.tableKoboCom .col1_ {
    width: 400px;
}



.tableShingiCom {
    width: 700px;
}
.tableShingiCom .col1_ {
    width: 80px;
}
.tableShingiCom .col2_ {
    width: 160px;
}
.tableShingiCom .col3_ {
    width: 140px;
}
.tableShingiCom .col4_ {
    width: 120px;
}




.level2Row2JsAnchorMod li {
    display: inline;
    margin-right: 5px;
}
.level2Row2JsAnchorMod li a {
    display: inline-block;
    border: 1px solid #e8d895;
    padding: 1px;
    margin-top: 10px;
}
.level2Row2JsAnchorMod .anchorBg {
    display: block;
    background-color: #fbedb3;
}
.level2Row2JsAnchorMod .anchorIcon {
    display: block;
    background-image: url(../img_sub/level2row2jsanchor_mod_a_icon.png);
    background-position: 8px 12px;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
}


