@charset "UTF-8";

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

 http://www.shutoko.jp/etc/reference/ 基本デザインCSS

 last updated : 2007/11/29

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



/* individual:detail page /////////////////////////////// */

/* headding ---------- */
#contents div#article h2{
	margin-bottom: 1em;
}

#contents div#article div.remarkHeadline h3{
	float: none;
}

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

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

#contents div#article h5 {
	margin-left: 0;
	background: no-repeat left;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-bottom: 14px;
	font-size: medium;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 20px;
}


/* list ---------- */
#contents div#article ul.customUlList {
	margin-left: 0;
}

#contents div#article ul.customUlList li {

}

#contents div#article ol.customOlList {

}

#contents div#article ol.customOlList li {
	list-style-type: decimal;
}

#contents div#article dl.customDlList {
	margin-left: 0;
}

#contents div#article dl.customDlList dt {
	border: none;
	font-weight: bold;
}

/* 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 .figHeadline {
	margin-top: 5px;
	margin-bottom: 5px;
}

#contents div#article .figCaption {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 85%;
}

/* 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: 131%;
}

/* td 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 */
