@charset "euc-jp";
/* CSS Document */
/*---------------------------------- 
	(c)SBD Style 
	Template:DoMo lettuce
	ver:0.1
	type:Giga_plan_kiji
	ÆÃÄê¾¦¼è°ú
----------------------------------*/
#container div.content dl > dt.category_title{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #aaa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-left:10px;
	letter-spacing:0.2em;
	margin-bottom:20px;
	font-size:16px;
}
#container div.content dl > dd.title{
	margin-bottom:20px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	 padding-bottom: 10px;
}
#container div.content dl > dd.note{
	margin-bottom:50px;
}
.c_one{
}

.c_two{
  display:table;
  width:100%;
  position:relative;
  margin-bottom:0 !important;
}
.c_two dt{
  float:left;
  clear:both;
  min-width:190px;
  padding: 0.5em ;
  background:#efefef;
  margin-right:1em;
  font-weight:bold;
}
.c_two *:nth-child(4n+3){
  background: #f8f8f8;
}

.c_two dd{
  height:1.5em;
  border-bottom:solid 1px #aaa;
  padding: 0.5em ;
}
.c_one dd,
.c_one dt{
  padding: 0.5em ;
  min-height:1.5em;
  border-bottom:solid 1px #aaa;
  display:block;
}
.c_one dt{
background:#efefef;
font-weight:bold;
}
.c_one dd dt{
  background: transparent;
}
.c_one dd dd{
  margin-bottom:0 !important;
}