@charset "utf-8";

/* outside */

#outside {
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 15px;
	background-color: #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior :url(http://vps.sakura.ad.jp/common/css/PIE.htc);
	position: relative;
}

/* inside */

#inside {
	background: url(../images/ssdplan/box_bg.png);
	border: 1px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	behavior :url(http://vps.sakura.ad.jp/common/css/PIE.htc);
	position: relative;
}

/* box */

#inside li {
	position: relative;
	min-height: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#inside li:nth-child(odd) {
	background: none #fff;
}
#inside li:nth-child(1) {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	behavior :url(http://vps.sakura.ad.jp/common/css/PIE.htc);
	position: relative;
}

#inside li dl {
	overflow: hidden;
}

/* icon */

#inside li:nth-child(odd) dl dt {
	float: left;
	width: 70px;
	height: 70px;
	margin-left: 15px;
}
#inside li:nth-child(even) dl dt {
	float: right;
	width: 70px;
	height: 70px;
	margin-right: 15px;
}

/* fukidashi */

#inside li:nth-child(odd) dl dd {
	float: right;
	width: 570px;
	min-height: 48px;
	margin-right: 15px;
	padding: 10px;
	border: 1px solid #c3d4e1;
	background-color: #d5edff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(http://vps.sakura.ad.jp/common/css/PIE.htc);
	position: relative;
}
#inside li:nth-child(even) dl dd {
	float: left;
	width: 570px;
	min-height: 48px;
	margin-left: 15px;
	padding: 10px;
	border: 1px solid #e8c8ce;
	background-color: #ffdee4;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(http://vps.sakura.ad.jp/common/css/PIE.htc);
	position: relative;
}

/* chat */
#inside li:nth-child(odd) div.chat{
	position: absolute;
	top: 62px;
	left: 90px;
}
#inside li:nth-child(even) div.chat{
	position: absolute;
	top: 62px;
	right: 90px;
}

/* badge */
#inside li:nth-child(odd) .badge {
	position: absolute;
	top: -15px;
	left: -15px;
}
#inside li:nth-child(even) .badge {
	position: absolute;
	top: -15px;
	right: -15px;
}

/* data */

#inside  .data {
	position: relative;
	margin-top: 5px;
	padding: 26px 15px 15px 15px;
	background: url(../images/ssdplan/data_bg.png);
}
#inside li h3 {
	font-size: 12px;
	color: #fff;
}
#inside li table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}
#inside li table th {
	padding: 8px 0 8px 0;
	background:  url(../images/ssdplan/data_headcell02.png);
	text-align: center;
}
#inside li table td {
	padding: 8px 0 8px 0;
	background:  url(../images/ssdplan/data_cell.png);
	text-align: center;
}
#inside li table th.hcell {
	background:  url(../images/ssdplan/data_headcell01.png);
	color: #fff;
}
#inside li table th.ccell,
#inside li table td.ccell {
	background:  url(../images/ssdplan/data_colorcell.png);
}
.absolute {
	position: absolute;
	top: 19px;
	left: 15px;
}
#inside .data strong {
	color: #ed0f37!important;
}

/* 文字装飾 */
em {
	color: #ea2e59;
	font-weight: bold;
	font-style: normal;
}