@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 {
    -webkit-border-radius:2px 2px 2px 2px;
    -moz-border-radius:2px 2px 2px 2px; 
    border-radius:2px 2px 2px 2px;

    margin: 0;
    padding: 10px 20px;
    background-color: #a32d73;
    background-image: -webkit-linear-gradient(-45deg, #ab3f7f 20%, transparent 20%, transparent 50%,#ab3f7f 50%,#ab3f7f 70%, transparent 70%, transparent);
    background-image: linear-gradient(-45deg, #ab3f7f 20%, transparent 20%, transparent 50%,#ab3f7f 50%,#ab3f7f 70%, transparent 70%, transparent);
    background-size: 20px 20px;/*数字を大きくすれば太く、小さくすれば細くなります。*/
    
    color: #fff;
    font-weight: normal;
    font-size: 120%;
}
h1.headCom .qa_ {
    background-image: url(../img_pc_sub/icon_qa_q.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 36px;
    font-size: 100%;
    display: inline-block;
}

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;
}

h2.headCom{
    color: #000;
    font-size: 110%;

    padding: 10px 2px;
    border-left: 0;
    background-color: transparent;

    background-image: url(../img_pc_sub/icon_line001_purple.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
/*
h2.headCom .subhMod{
    background-image: url(../img_pc_sub/icon_line_purple.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 16px;
}
*/
h2.headCom .bg_ {
    background-image: url(../img_pc_sub/icon_line_purple.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 16px;
}
h2.headCom .subhMod .qa_ {
    background-image: url(../img_pc_sub/icon_qa_a.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 31px;
    margin-left: 4px;
    display: inline-block;
}
h2.subh2LRMod{
    overflow: hidden;
    width: 696px;
    font-size: 110%;
}
h2.subh2LRMod .subhLMod{
    float: left;
}
h2.subh2LRMod .subhRMod{
    float: right;
}

h2.head2Com{
    color: #000;
    font-size: 110%;

    padding: 10px 2px;
    border-left: 0;
    background-color: transparent;

}
h2.head2Com .subhMod{
    background-image: url(../img_pc_sub/sub_mod_h2_en.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 26px;
}
h2.head2Com .subhMod .red_ {
    color: #a32d73;
    font-size: 120%;
}
h2.head2Com .subhMod .small_ {
    font-size: 85%;
}

.subtextMod p {
    padding: 10px 0;
}
/*
h3.headCom{
    color: #000;
    font-size: 100%;   
    
    border: 0;
    padding: 10px 10px;
    border-left: 0;
    background-color: transparent;

    background-image: url(../img_pc_sub/icon_line002_purple.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
h4.headCom{
    font-size: 90%;

    background-image: url(../img_pc_sub/icon_en_purple.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 16px;
    border: 0;
    margin-left: 4px;
}
*/
h3.headCom, .wysiwygCom h3{
    font-size: 110%;   
}
h4.headCom, .wysiwygCom h4{
    font-size: 110%;
}


.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_pc_sub/icon_arrow_right_purple.png);
background-position: 16px 12px;
*/    
    background-image: url(../img_pc_sub/icon_arrow3_right_purple.png);
    background-position: 21px 11px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
    display: inline-block;
}
.linkCom .icon2_ {
/*
    background-image: url(../img_pc_sub/icon_arrow3_right_purple.png);
    background-position: 16px 12px;
*/
    background-image: url(../img_pc_sub/icon_arrow2_right_purple.png);
    background-position: 16px 8px;
/*    background-image: url("../img_sub/link_com_icon_gaibu.png");
    background-position: 15px 2px;
*/
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
    display: inline-block;
}
.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 .L2 {
    float: left;
    margin-left: 10px;
}
.colMod .R {
    float: left;
    margin-left: 10px;
}
.colMod .L3w226s {
    width: 226px;
    float: left;
}
.colMod .L3w226 {
    width: 226px;
    float: left;
    margin-left: 10px;
}
.colMod .R3w226 {
    width: 226px;
    float: left;
    margin-left: 10px;
}
.colMod .L4w160s {
    width: 160px;
    float: left;
}
.colMod .L4w160 {
    width: 160px;
    float: left;
    margin-left: 20px;
}
.colMod .R4w160 {
    width: 160px;    
    float: right;
    margin-left: 20px;
}




.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 {
/*	border: 1px solid #cccccc;
*/    border: 1px solid #a32d73;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
	padding: 1px;
	width: 696px;
}
.toiawaseMod .L {
	float: left;
/*	width: 99px;
*/  
    width: 135px;
    font-size: 95%;
    padding-top: 5px;
    padding-left: 5px;
    text-align: center;
}
.toiawaseMod .R {
	float: right;
/*	width: 551px;
*/    width: 501px;
    margin: 10px 25px 10px 0px;
    border-left: #a32d73 1px solid;
    padding-left: 25px;
}
.toiawaseMod .col {
	overflow: hidden;
	width: 696px;
}






.level1Row1Mod li {
	margin-top:10px;
	background-image: url(../img_sub/sub_mod_page.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:10px;
}
.level1Row1Mod li.page {
	background-image: url(../img_sub/sub_mod_page.png);
}
.level1Row1Mod li.dir {
	background-image: url(../img_sub/sub_mod_folder.png);
}
.level1Row1Mod .item {
	display:block;
}



.level1Row2Mod {
	width:700px;
}
.level1Row2Mod li {
	margin-top:10px;
	background-image: url(../img_sub/sub_mod_page.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	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/sub_mod_page.png);
}
.level1Row2Mod li.dir {
	background-image: url(../img_sub/sub_mod_folder.png);
}



.level2Row1Mod .list, .level2Row1Mod .list2 {
	width:700px;
}
.level2Row1Mod .list li, .level2Row1Mod .list2 li {
	margin-top:10px;
	background-image: url(../img_sub/sub_mod_page.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	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/sub_mod_page.png);
}
.level2Row1Mod li.dir {
	background-image: url(../img_sub/sub_mod_folder.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/sub_mod_page.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:10px;
	width:300px;
}
.level2Row2Mod .item {
	display:block;
}
.level2Row2Mod li.page {
	background-image: url(../img_sub/sub_mod_page.png);
}
.level2Row2Mod li.dir {
	background-image: url(../img_sub/sub_mod_folder.png);
}


.level2Row2Mod .box2 .list {
	width:700px;
	overflow:hidden;
}
.level2Row2Mod .box2 .list li {
	margin-top:10px;
	background-image: url(../img_sub/sub_mod_page.png);
	background-repeat: no-repeat;
/*    
	background-position: 10px 7px;
*/
    background-position: 10px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:10px;
	float:left;
	width:295px;
	margin-left:15px;
	display:inline;
}

.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;
    background-color: #fff;
}
.tableMod th {
    background-color: #c6a8d8;
	color: #333333;
}
.tableCom {
    table-layout: fixed;
}

/*=========================
	写真ギャラリー
=========================*/
.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;
}



/*=========================
	カレンダー
=========================*/
#calendar .col {
    margin-top: 10px;
    width: 700px;
}
#calendar .L {
    float: left;
    width: 314px;
}
#calendar .list2 {
    overflow: hidden;
    width: 330px;
}
#calendar .list2 li {
    float: left;
    margin-right: 5px;
}
#calendar .R {
    float: right;
    width: 383px;
}
#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!important;
    color: #E02729;
}
#calendar .table tr.sat, #calendar .table th.sat, #calendar .table td.sat {
    background-color: #EFF9FF!important;
    color: #008CD2;
}
#calendar .table em {
    font-style: italic;
    font-weight: bold;
    padding-right: 15px;
}
#calendar .table tr, #calendar .table th {
    background-color: #fff!important;
}
#calendar .table tr.sun th.date {
    background-color: #FFF8F8!important;
}
#calendar .table tr.sat th.date {
    background-color: #EFF9FF!important;
}


/*新着一覧*/
.newsMod {
    margin-top: 20px;
    background-color: #fff;
    padding: 2px;

    box-shadow:rgba(136, 136, 136, 0.2) 0px 0px 10px 3px;
    -webkit-box-shadow:rgba(136, 136, 136, 0.2) 0px 0px 10px 3px;
    -moz-box-shadow:rgba(136, 136, 136, 0.2) 0px 0px 10px 3px;

}
#daikategori .newsMod {
/*    margin-top: 0px;
*/    margin-top: 30px;
    margin-bottom: 30px;
}
#daikategoriOn .newsMod {
    margin-top: 0px;
    margin-bottom: 30px;
}
#daikategoriOff .newsMod {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*
.newsMod h2.newstitle {
    -webkit-border-radius:2px 2px 2px 2px;
    -moz-border-radius:2px 2px 2px 2px; 
    border-radius:2px 2px 2px 2px;

    margin: 0;
    padding: 10px 20px;
    background-color: #a32d73;
    background-image: -webkit-linear-gradient(-45deg, #ab3f7f 20%, transparent 20%, transparent 50%,#ab3f7f 50%,#ab3f7f 70%, transparent 70%, transparent);
    background-image: linear-gradient(-45deg, #ab3f7f 20%, transparent 20%, transparent 50%,#ab3f7f 50%,#ab3f7f 70%, transparent 70%, transparent);
    background-size: 20px 20px;
    
    color: #fff;
    font-weight: normal;
    font-size: 120%;
}
*/
.newsMod .list .icon {
    background-image: url(../img_pc_sub/icon_arrow_right_purple.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
    padding-left: 16px;
    display: inline-block;
}
.newsMod .list .icon .text_ {
    display: inline-block;
}

/*
.newsMod .list a {
    background-image: url(../img_pc_sub/icon_arrow_right_purple.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
    padding-left: 16px;
}*/
.newsMod .in {
    padding: 28px; 
}
.newsMod .list li {
    margin-top: 15px;
}
.newsMod .list li:first-child {
    margin-top: 0;
}
.newsMod  h2.title {
    -webkit-border-radius:2px 2px 2px 2px;
    -moz-border-radius:2px 2px 2px 2px; 
    border-radius:2px 2px 2px 2px;

    margin: 0;
    padding: 10px 20px;
    background-color: #a32d73;
    background-image: -webkit-linear-gradient(-45deg, #ab3f7f 20%, transparent 20%, transparent 50%,#ab3f7f 50%,#ab3f7f 70%, transparent 70%, transparent);
    background-image: linear-gradient(-45deg, #ab3f7f 20%, transparent 20%, transparent 50%,#ab3f7f 50%,#ab3f7f 70%, transparent 70%, transparent);
    background-size: 20px 20px;
    
    color: #fff;
    font-weight: normal;
    font-size: 120%;
/*
    border-bottom: 1px dotted #cccccc;
    font-size: 120%;
    background-color: #eee;
    padding: 10px;
*/
}









.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;
}


.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 {
}

.newsMod .listall {
    margin-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
}
.newsMod .listall .list li {
    border-bottom-width: 0px;
    background-image: url(../img_pc_sub/icon_arrow_right_purple.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
    padding-left: 16px;
/*    display: inline-block;
*/
}
.newsMod .listall .list li span {
    display: inline-block;
}

#footer {
    background-color: transparent;
}
/*=========================
    SNS用
=========================*/
#social {
    overflow: hidden;
}
#social #twitter {
    float: left;
}
#social #facebook_like {
    float: left;
    margin-left: 20px;
}
#social #google_plusone {
    display: none;
}
/*=========================
    イベント一覧（テーブル用）
=========================*/
table {
    border: 1px solid #cccccc!important;
}
table td, table th {
    border: 1px solid #cccccc!important;
}
table th {
    background-color: #c6a8d8!important;
}

/* 検索結果に余計なborderが入るのを回避 */
#___gcse_1 table {
    border: none !important;
}
#___gcse_1 table td, #___gcse_1 table th {
    border: none !important;
}
#___gcse_1 table th {
    background-color: none !important;
}

/***************

休日当番医

****************/
/*テーブル*/
.calendarMod {
  position: relative;
  margin:0 auto;
}

.calendarMod .table {
  margin-top: 20px;
  border-collapse: separate;
  width:100%;
  border: 0 #fff solid!important;
}
/*テーブルボックス*/
.calendarMod .table .tableBox{
  margin-top: 20px;
}

/*キャプション設定*/
.calendarMod .table .tableBox .caption td{

  border: 0 #fff solid!important;
  padding-bottom: 10px;

/*
  background-color: #F4E7F6;
  border:solid 4px #000000; 
  border-collapse: separate;
  padding: 10px;
*/
}


/*キャプション設定*/
.calendarMod .table .tableBox .header td{
  color: #000;
  font-weight: bold;
  background-color : #c6a8d8;
  border: 1px solid #000000;
  text-align: center;
  padding: 10px;
}
/*row*/
.calendarMod .table .tableBox .header .td0{
  width:150px;
 }
.calendarMod .table .tableBox .header .td1{
  width:350px;
 }
.calendarMod .table .tableBox .header .td2{
  width:240px;
 }
.calendarMod .table .tableBox .header .td3{
  width:240px;
 }
/*
.calendarMod .table .tableSpace{
  padding-bottom: 50px;
  }
*/
.calendarMod .table .tableBox .data td{
  height: 30px;
  border:solid 1px #eeeeee;/*グレー*/ 
  background-color: #ffffff;/*白*/
  padding: 10px;
}
/*テーブル間の余白を設定*/
.calendarMod .table .tableBox .space{
  height: 20px;
}

.calendarMod .tyusyaku {
    margin-top: 20px;
}

.calendarMod .categoryBox {
    margin-top: 20px;
}

.calendarMod .categoryBox .btn_show {
	width: 170px;
	padding: 10px 0px;
	margin-right: 5px;
    margin-top: 5px;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 80%;
	font-weight: bold;
}

.calendarMod .table .tableBox h3.headCom {
    margin-top: 10px;
}





/*** 検索用 ***/
.garbageSearchMod {
    font-size:90%;
}
.garbageSearchMod .in {
    background-color: #eee;
    background-position: left top;
    background-repeat: repeat;
    border: 1px solid #DDDDDD;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 4px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
}
.garbageSearchMod .box {
    margin-top:10px;
}
.garbageSearchMod .input {
    width:220px;
    font-size:140%;
}
.garbageSearchMod .input2 {
    width:210px;
    font-size:140%;
}
.garbageSearchMod .inputBox {
    margin-top:5px;
    text-align:center;
    display:block;
}
.garbageSearchMod .wa50 {
    overflow:hidden;
}
.garbageSearchMod .yayuyo {
    width:61px !important;
    margin-left:2px !important;
    margin-right:2px !important;
}
.garbageSearchMod .wa50 li {
    float:left;
    width:35px;
    text-align:center;
    margin-top:5px;
    margin-left:2px;
    margin-right:2px;
    display:inline;
}
.garbageSearchMod .wa50 a {
    display:block;
    background-color:#eeeeee;
}
.garbageSearchMod .wa50 a:hover {
    background-color:#FFF9B1;
}
.garbageSearchMod .wa50 .on {
    display:block;
    background-color:#FFF9B1;
}
.garbageSearchMod .title {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #DFC79D;
    font-size:120%;
    background-color:#FBECD4;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 45px;
    background-image: url(../img_sub/garbagesearch_mod_title_plus.gif);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    cursor:pointer;
    margin-top:20px;
}
.garbageSearchMod .accordion_head_opened {
    background-image: url(../img_sub/garbagesearch_mod_title_minus.gif);
}
.garbageSearchMod .desc {
    margin-top:10px;
}


.garbageResultMod {
    margin-top:10px;
}
.garbageResultMod strong.red {
    color:#CC0000;
}
.garbageTableCom {
    margin-top:20px;
}
.garbageSearchMod .col {
    width: 700px;
    overflow: hidden;
}
.garbageSearchMod .L {
    float:left;
    width:250px;
}
.garbageSearchMod .R {
    float:right;
    width:430px;
}

.garbageSearchMod .col2 {
    width: 400px;
    overflow: hidden;
}
.garbageSearchMod .L2 {
    float:left;
    width:195px;
}
.garbageSearchMod .R2 {
    float:right;
    width:195px;
}

.garbageSearchMod .col3 {
    width: 680px;
    overflow: hidden;
}
.garbageSearchMod .L3 {
    float:left;
    width:240px;
}
.garbageSearchMod .R3 {
    float:right;
    width:430px;
}
.garbageSearchMod .in2 {
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #DFC79D;
    border-right-color: #DFC79D;
    border-bottom-color: #DFC79D;
    border-left-color: #DFC79D;


    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

.garbageSearchMod h3.headCom {
    margin-top:8px;
    font-size:100%;
}

.garbageSearchMod .list {
    width:400px;
    overflow:hidden;
}

.garbageSearchMod .list li {
    float:left;
    width:45px;
    margin-top:10px;
}
.garbageSearchMod .list li.sp {
    width:85px;
    
}
.garbageSearchMod .list a {
    background-color:#ddd;
    display:block;
    padding:2px;
    text-align:center;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
}
.garbageSearchMod .list a.first {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCC;    
}
.garbageSearchMod .list a.on {
    background-color:#a32d73;
    color:#FFF;
}
.garbageSearchMod .list2 {
    text-align:center;
    margin-top:10px;
}
.garbageSearchMod .list2 li {
    display:inline;
    margin-left:2px;
    margin-right:2px;
}



.garbageSearchMod .list2 a {
    display: inline-block;
    background-color: #ddd;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.capColCom {
width:700px;
}
.capColCom .L_ {
float:left;
}
.capColCom .R_ {
float:right;
}
.R {
    float: right;
}
.calendarCategoryMod span {
    background-color: #FFFF00;
}

#headerSearch table
,#headerSearch td
,#headerSearch th {
    border: 0px solid #cccccc!important;
}
#cse-search-form2 table
,#cse-search-form2 td
,#cse-search-form2 th {
    border: 0px solid #cccccc!important;
}
#sHeaderSearch table
,#sHeaderSearch td
,#sHeaderSearch th {
    border: 0px solid #cccccc!important;
}
#cse table
,#cse td
,#cse th {
    border: 0px solid #cccccc!important;
}
