@charset "utf-8";

/*
	text.css
*/


/* === Common === */

.blue {
	color: #06C;
}
.red {
	color: #F06;
}
.bold {
	font-weight: bold;
}


/* === Title === */

#title {
	border-top: 1px #999999 solid;
}

#title h2 {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	text-indent: 90px;
	font-size: 24px;
	background-image: url(../img/sub_main.gif);
	background-repeat: no-repeat;
}


/* === Main === */

/* --- h3 --- */

#main h3 {
	margin: 20px 0 10px;
	font-size: 20px;
	border-bottom: 3px #00CC99 solid;
}

#main h4 {
	margin: 20px 0 10px;
	font-size: 18px;
	border-bottom: 1px #00CC99 solid;
}



/* === example === */

.example {
	width: 100%;
	border-spacing: inherit;
}

.example tr:nth-child(odd) td {  
	background-color: #EAF6FD;  
}
.example tr:nth-child(even) td {
	background-color: #EFEFEF;  
}

.example td {
	padding: 5px 10px;
}

.example td + td {
	text-align: right;
}

.example p {
	margin-bottom: 1px;
	font-size: 14px;
}


/* === machine === */


/* === same === */

#same {
	margin-bottom: 10px;
}
#same li {
	margin-bottom: 5px;
	list-style-type: disc;
	list-style-position: inside;
}


/* === company === */

#company {
	width: 100%;
	border-spacing: inherit;
}

#company tr th,
#company tr td {
	padding: 13px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 15px;
}

#company tr th {
	width: 20%;
	background: #f2f2f2 !important;
}

#company tr td {
	width: 80%;
}


/* === privacy === */

#privacy tr th,
#privacy tr td {
	padding: 5px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 15px;
}

#privacy tr th {
	background: #f2f2f2 !important;
}

#privacy tr td {
}
