@charset "UTF-8";


input.gsc-input {
    font-size: 140%;
}




/*みたまま編集入力補助系*/
.attention {
	background-color:#FFCC00;
	font-size:13px;
}
.attentionL {
	background-color:#00CCFF;
	font-size:13px;
}
.attentionR {
	background-color:#00CCFF;
	font-size:13px;
	text-align:right;
	margin-right:20px;
	margin-left:300px;
}
.attentionR2 {
	background-color:#00CCFF;
	font-size:13px;
	text-align:right;
	margin-right:20px;
}
.attention2 {
	background-color:#5ED5F2;
	font-size:13px;
}

/*----------------
 緊急災害情報ページで使うパーツ
----------------*/

/*jsが効いていない時に表示*/
.noscriptCom {
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	line-height: 150%;
}

/*clearFix*/
.clearFix:after{
    content: ""; 
    display: block; 
    clear: both;
}

/*ヘッダー*/
#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 85px;
	/*background-image: url(../img_kinkyu/header.gif);*/
	background-repeat: no-repeat;
}







#headerSubNav {
	position: absolute;
	width: 684px;
	right: 0px;
	top: 5px;
	text-align:center;
}
#headerSubNav li {
	display:inline;
}




#headerControl {
	position: absolute;
	top: 49px;
	right:0px;
	width: 393px;
	height: 36px;
	background-image: url(../img_kinkyu/headercontrol.gif);
	background-repeat: no-repeat;
	background-position: left top;
}




#headerSize {
	position: absolute;
	left: 9px;
	top: 7px;
}
#headerSize .title {
	position: absolute;
	left: 0px;
	top: 6px;
}
#headerSize .item {
	position: absolute;
	left: 87px;
	top: 0px;
}
#headerSize .item2 {
	position: absolute;
	left: 140px;
	top: 0px;
}


#headerColor {
	position: absolute;
	left: 213px;
	top: 7px;
}
#headerColor .title {
	position: absolute;
	left: 0px;
	top: 6px;
}
#headerColor .item {
	position: absolute;
	left: 68px;
	top: 0px;
}
#headerColor .item2 {
	position: absolute;
	left: 105px;
	top: 0px;
}
#headerColor .item3 {
	position: absolute;
	left: 142px;
	top: 0px;
}











#headerLogo {
	position: absolute;
	top: 20px;
}

/*共通レイアウト*/
#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-image: url(../img_kinkyu/wrapper_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#infoMod .box1 {
	padding:5px 30px 5px 30px;
}

/*検索エリア*/
#searchMod {
	width:910px;
}

#searchMod .searchBox {
	width:430px;
}







/*コンテンツ*/
#container {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#leftNav {
	width: 455px;
	float:left;
}
#rightNav {
	width: 455px;
	float:right;
}







/*フリーテキストエリア*/
.infoMod, .info2Mod {
	border: 1px solid #B5B5B5;
	padding: 10px;
	padding-top:0px;
	background-color: #F4F4F4;
	margin-top: 15px;
}
.infoMod p {
	text-align: center;
}
.infoMod .item5 {
	font-weight:bold;
	color:#D60C00;
}


.infoMod2 {
	text-align:center;
}

/*フッター*/
#footer {
	width: 930px;
	margin: 20px auto 0;
}
#footer .col {
	width: 930px;
	margin: 0 auto;
	border-bottom: 3px solid #DBDBDB;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
#footer .L {
	float: left;
	width: 139px;
	margin-right: 10px;
	display: inline;
}
#footer .L2 {
    float: left;
    font-size: 90%;
    font-style: normal;
    padding-left: 10px;
    width: 420px;
	margin-top: 5px;
}
#footer #pagetop {
	text-align:right;
	font-size: 85%;
	float: right;
	margin-top: 25px;
}
#footer #pagetop .icon2 {
	text-align:right;
	background-image: url(../img_kinkyu/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left;
    padding-left:15px;
}
#footer #copyright {
	clear: both;
	text-align:center;
}




.wysiwygCom ul {
	list-style: disc;
	margin-top:10px;
	overflow:hidden;
}
.wysiwygCom ul li {
	margin-left: 2em;
}
.wysiwygCom ol {
	list-style: decimal;
	margin-top:10px;
	overflow:hidden;
}
.wysiwygCom ol li {
	margin-left: 2em;
}
.wysiwygCom p {
	margin-top:10px;
	padding-right: 10px;
	padding-left: 10px;
}
.wysiwygCom table {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin-top: 10px;
}
.wysiwygCom table td, .wysiwygCom table th {
	border-collapse: collapse;
	border: 1px solid #B1B1B1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.wysiwygCom table th {
	background-color: #4E7D1D;
	color: #FFF;
}
.wysiwygCom div {
	line-height: 150%;
	margin-top:10px;
}
.wysiwygCom h2 {
	border-bottom: 1px dotted #666666;
	border-left: 5px solid #9C0C03;
	font-weight:bold;
	font-size:120%;
	padding: 5px;
	margin-top:20px;
}
.wysiwygCom h3 {
	border-bottom: 1px solid #aaaaaa;
	font-weight:bold;
	font-size:120%;
	padding: 5px;
	margin-top:20px;
}
.wysiwygCom h4 {
	font-weight:bold;
	font-size:100%;
	padding-left: 5px;
	padding-right: 5px;
	
	margin-top:20px;
}

/*cke_panel_listをいれなければリストにもスタイルが効かない*/
.wysiwygCom .text_, .cke_panel_list .text_ {
	color: #c00;
}
.wysiwygCom .text2_, .cke_panel_list .text2_{
	color: #00c;
}


/*最初のアイテムのトップマージンを除去*/
.firstTopCom {
	margin-top:0px !important;
}
/*最初のアイテムの左マージンを除去*/
.firstLeftCom {
	margin-left:0px !important;
}




.twitterMod .title {
	background:#9D0D05;	
	font-weight:bold;
	font-size:120%;
	color:#FFFFFF;
	padding: 5px;
	margin-top:20px;
}
.twitterMod .in {
	border: 1px solid #9B0A07;
	padding:14px;
}
.twitterMod .list {
	overflow-y:auto;
	height:170px;
}
.twitterMod .list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
	padding:10px;
}
.twitterMod .date {
	text-align:right;
	margin-top:5px;
	display:block;
}

.twitterMod .detail {
	margin-top:10px;
	text-align:right;
}
.twitterMod .nothing {
	padding-left:10px;
	padding-right:10px;
}

#twitter .list {
	overflow-y:auto;
	height:170px;
}


.catMod .title {
	background:#9D0D05;	
	font-weight:bold;
	font-size:120%;
	color:#FFFFFF;
	padding: 5px;
	margin-top:20px;
}
.catMod .in {
	border: 1px solid #9B0A07;
	padding:14px;
	padding-top:4px;
}

.catMod .list li {
	
		background-image: url(../img_kinkyu/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-top:10px;
    padding-left:15px;
}
.catMod .date {
	text-align:right;
	margin-top:5px;
	display:block;
}

.catMod .detail {
	margin-top:10px;
	text-align:right;
}




.textMod {
	margin-top:20px;
	border: 2px solid;
	border-color: #DADADA;
}
.textMod .title {
	border-left: 5px solid #9C0C03;
	border-bottom: 1px dotted #666666;
	padding: 5px;
	font-size: 120%;
}
.textMod .in {
	padding:15px;
	padding-top:5px;
}




.linkMod {
	margin-top:20px;
	border: 2px solid;
	border-color: #DADADA;
}

.linkMod .title {
	border-left: 5px solid #9C0C03;
	border-bottom: 1px dotted #666666;
	padding: 5px;
	font-size: 120%;
}
.linkMod .in {
	padding:15px;
	padding-top:5px;
	min-height: 224px;
	box-sizing: border-box;
}




.linkMod .list li {
	background-image: url(../img_kinkyu/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
    padding-left:15px;
    margin-top:10px;
}

.linkMod .detail {
	margin-top:10px;
	text-align:right;
}


/*検索エリア*/
#searchMod {
	width:910px;
}

#searchMod .searchBox {
	width:430px;
	}
	

#searchMod .item_search {
	position:relative;
	left: 280px;
	width:300px;
}
#searchMod .title {
	position:relative;
	left: 180px;
	top: 20px;
	font-weight:bold;
	color:#1F1F1F;
}





/*2階層*/
.linkList2Mod {
	margin-top: 0px;
	width: 930px;
	overflow: hidden;
}
.linkList2Mod .L {
    float: left;
    width: 455px;
}
.linkList2Mod .R {
    float: right;
    width: 455px;
}




/*大事なお知らせ*/
.importantMod {
	margin-top: 20px;
	width:930px;
}
.importantMod .title {
	line-height: 1;
	font-size:100%;
	box-sizing: border-box;
	border: solid 1px #D14E3C;
	padding: 10px 11px;
}
.importantMod .title .in{
	border-left: solid 6px #b50808;
	padding: 0 0 0 10px;
}
.importantMod .box {
}
.importantMod .box .box2 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: solid 1px #D14E3C;
	border-top: none;
}
.importantMod .box .box2 .list {
	padding-top: 10px;
}
.importantMod .box .box2 .list li {
}
.importantMod .box .box2 .list li a {
	display: inline-block;
	padding-left: 15px;
	background-image: url(../img_top/cat2_mod_arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	padding-top: 2px;
	padding-bottom: 2px;
}