@charset "UTF-8";

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

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

 last updated : 2007/11/29

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



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

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

#contents div#article .remarkHeadline{
	overflow: hidden;
	width: 705px;
}

#contents div#article .remarkHeadline h3{
	margin-bottom: 0;
	float: none;
}

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

#etc02client #contents div#article h4.figHeadline{
	font-weight: normal;
}

/* 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;
}
/* customized articleBody ---------- */
#contents div#article .articleGray {
	margin: 0 0 25px 0;
	padding: 7px 14px;
	background-color: #EFEFEF;
}
/* 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 */


.data {
	text-align: right;
}

.data_s {
	text-align: right;
	font-size: 10px;
	background-image: url(/common/images/icon_up.gif);
	background-repeat: no-repeat;
	background-position: 600px;
	color: #666666;
}

.komeright {
	float: left;
	width: 560px;
	clear: none;
	line-height: 140%;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.komeclear {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

