@charset "shift_jis";
/* CSS Document */

body, tr, td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#right ul,
#right ol {
	margin: 5px 0 0 2.0em;
}

.text02.tech h4 {
	margin-top: 20px;
}

.text02.tech h5 {
	margin-top: 20px;
	font-size: 100%;
}

.text02.tech h4.bb,
.text02.tech h5.bb {
	border-bottom: solid 1px #999;
	margin-bottom: 10px;
}

.text02.tech p {
	margin-bottom: 20px;
}

.text02.tech ul,
.text02.tech ol {
	margin-left: 2.5em;
}

.text02.tech ul li,
.text02.tech ol li {
	margin-bottom: 2px;
}

.text02.tech strong {
	color: #e50039;
}

.text02.tech .comment_area p:first-child {
	margin-top: 10px;
}

.topic p {
	margin: 5px 0 20px 1.5em;
}

.item-box {
	position: relative;
	margin-bottom: 20px;
}

.item-box img {
	position: absolute;
	top: 0;
	right: 0;
}

h3.copy {
	margin: 30px 50px 45px 64px;
	padding: 60px 0;
	border: solid 2px #9ce47f;
	border-radius: 4px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

#right ul.usecase {
	margin: 6px 0 0;
	list-style: none;
}

ul.usecase li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #dcdcdc;
}

ul.usecase li:first-child {
	margin-top: 0;
	padding-top: 10px;
	border-top: solid 1px #dcdcdc;
}

ul.usecase li h5 {
	margin-bottom: 2px;
	font-size: 100%;
}

ul.usecase li h5:before {
	content: "\25cf";
	margin-right: 5px;
	color: #018c39;
}

ul.usecase li span {
	margin-right: 5px;
	color: #43b23d;
	font-weight: bold;
}

ul#tech_list {
	margin: 20px 0 0;
}

#tech_list li {
	display: table;
	float: left;
	margin-bottom: 20px;
	width: 322px;
}

#tech_list li:nth-child(even) {
	margin-left: 32px;
}

#tech_list li a {
	display: table-cell;
	padding: 30px;
	height: 40px;
	vertical-align: middle;
	border: solid 1px #607474;
	border-radius: 5px;
	color: #607474;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff url(../image/tech_list_arrow_off.png) 277px center no-repeat;
}

#tech_list li a:hover {
	border-color: #58c072;
	color: #58c072;
	background-image: url(../image/tech_list_arrow_on.png);
}
