@charset "UTF-8";

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

 http://www.shutoko.jp/　交通規制のお知らせ用

 last updated : 2007/11/30
 
///////////////////////////////////////////////////////// */


/* customized toPageTop ---------- */
#contents div#article ul.customToPageTop {
	margin-bottom: 0;
}


#contents div#article ul.customToPageTop li {
	float: right;
	font-size: 10px;
	padding: 3px 0 3px 17px;
	margin: 0;
	background: url(/common/images/icon_up.gif) left no-repeat;
}

#contents div#article ul.customToPageTop li a {
	color: #808080;
	text-decoration: none;
}

#contents div#article .customToPageTop li a:hover,
#contents div#article .customToPageTop li a:active {
	text-decoration: underline;
}

/* headding ---------- */
#contents div#article .articleBody h3 {
	margin-bottom: 0.5em;
	font-size: 123.1%;
	font-weight: bold;
}

#contents div#article .articleBody h4 {
	margin-bottom: 0.5em;
	font-weight: bold;
}

/* paragraph ---------- */
#contents div#article p.remarkParagraph {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0.4em 0.3em 0.5em 0.3em;
	margin-bottom: 0.25em; 
}

/* list ---------- */
#contents div#article ol.customOlList {

}

#contents div#article ol.customOlList li {
	padding-left: 5px;
	list-style-type: decimal;
	background: none;
}

/* table ---------- */
#contents div#article table.tableCustom {
	margin-bottom: 1.0em;
}

#contents div#article table.tableCustom th {
	background: #FFE4CA;
	text-align: center;
}

/* figure ---------- */
#contents div#article div.posLeftFig {
	float: left;
	margin-right: 5px;
	font-size: 85%;
}

#contents div#article div.posRightFig {
	float: right;
	margin-left: 5px;;
	font-size: 85%;
}

#contents div#article div.posLeftFig img, #contents div#article div.posRightFig img {
	margin-bottom: 5px;
}

#contents div#article img.figThumbnail {
	padding: 15px;
}

/* position ---------- */
#contents div#article .posLeft {
	float: left;
	margin-right: 8px;
}

#contents div#article .posRight {
	float: right;
	margin-left: 8px;
}

#contents div#article .posClear {
	clear: both;
}

/* text ---------- */
#contents div#article .textBold {
	font-weight: bold;
}

#contents div#article .textColor1 {
	color: #F00;
}

#contents div#article .textCenter {
	text-align: center;
}

#contents div#article .textLeft {
	text-align: left;
}

#contents div#article .textRight {
	text-align: right;
}

#contents div#article .textSmall {
	font-size: 85%;
}

#contents div#article .textLarge {
	font-size: 116%;
}

#contents div#article .textxLarge {
	font-size: 140%;
	line-height: 170%;
}

/* background color ---------- */
#contents div#article .tdColor1 {
	background-color: #FFF0F5;
}

/* clearfix ----- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear1 {
	clear: both;
}

