@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {	outline:none;	}

img {	vertical-align:top;	}

ul, ol, li, dl, dt, dd{
	list-style: none;
}


/*=================================
本体
=================================*/

/* 共通クラス --------------*/
.o_12 {
	color: #f08b2f;	
}
.t_13 {
	font-size: 13px;
}
.t_14 {
	font-size: 14px;
}
.b_14 {
	font-size: 14px;
	color: #1e538e;
}
.topuncar {
	text-align: right;
	margin-top: 20px;
}
.inner_box {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.inner_box h4 {
	font-size: 17px;
	color: #f08b2f;
}
.topuncar a {
	color: #1e538e;
	text-decoration: none;
	font-size: 12px;
}
.blue_list li {
	font-size: 19px;
	color: #1e538e;
}

/* 全体 --------------*/
div#cad {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div#header h2 {
	font-size: 16px;
	color: #1e538e;
	padding-left: 63px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 160%;
}

/* トップ --------------*/
div#uncar {
	padding-left: 63px;
}
div#uncar a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
div#uncar a:hover {
	text-decoration: underline;
}

/* コンテンツ部 --------------*/
div#content {
	background-image: url(../images/cad/cad_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 30px;
	padding-right: 77px;
	padding-bottom: 30px;
	padding-left: 77px;
}

/* 料金表 --------------*/
table#price {
	width: 100%;
	border: 1px solid #666666;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table#price th {
	background-color: #C8CBE0;
	padding: 5px;
	width: 33%;
	font-size: 14px;
	border: 1px solid #666666;
}
table#price td {
	font-size: 14px;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
table#price td.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
table#price td.b_14 {
	padding-left: 10px;
}

div.make_btn {
	margin-top: 20px;
}
table#flow {
	margin-bottom: 30px;
}
table#flow td {
	font-size: 14px;
	line-height: 140%;
}
table#flow td p {
	margin-bottom: 10px;
	font-size: 14px;
}
div.sample_btn {
	margin-top: 10px;
}
div#content_foot {
	font-size: 11px;
	text-align: center;
	color: #1e538e;
}
div#content_foot a {
	font-size: 11px;
	color: #e5008d;
}
div#content_foot a:hover {
	text-decoration: none;
}
div.pop_window {
	padding: 20px;
	width: 380px;
	border: 1px solid #CCCCCC;
	line-height: 120%;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
}
div.pop_window h2 {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A3765;
	padding-left: 5px;
	margin-bottom: 10px;
}
div.pop_window div.close_btn {
	text-align: center;
	margin-top: 10px;
}

