@charset "utf-8";

/*///////////////////////////////////////
	container
///////////////////////////////////////*/
#container h1 { margin-bottom: 30px;}

#container img.left { margin: 0 14px 14px 0;}
#container img.right { margin: 0 0 14px 14px;}

/*/////	section	/////*/
section#loginBox {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: dotted 1px #C0C0C0;
}

.leftBox {
	width: 466px;
	float: left;
}
#contactBox .leftBox {
	width: 344px;
}

section.about p { margin-left: 172px;}
#container section.about p img.left { margin-left: -172px;}

/*/////	figure	/////*/
figure.photo {
	position: relative;
	margin: 0 1.6em 1.6em 0;
	line-height: 0;
}
figure.photo figcaption {
	position: absolute;
	right: 8px;
	bottom: 5px;
	font-size: 12px;
	line-height: 1.4em;
	text-align: right;
}

/*/////	chronology	/////*/
.chronology {
	width: 668px;
	margin-bottom: 60px;
	letter-spacing: 0.1em;
	float: right;
}
.chronology tr { border-bottom: dotted 1px #C0C0C0;}
.chronology th {
	width: 172px;
	padding: 6px 0;
	font-weight: normal;
	text-align: left;
}
.chronology tr:first-child > th { padding-top: 0;}
.chronology td {
}

#container p.chronology {
	margin-bottom: 36px;
	line-height: 1.8em;
	letter-spacing: .1em;
}

/*/////	aside	/////*/
#container aside { margin-top: 0;}
#contactBox aside { width: 406px;}

aside label b {
	line-height: 2em;
	color: #103539;
}
aside input,
aside textarea {
	width: 272px;
	height: 26px;
	padding: 0 5px;
	line-height: 20px;
	margin-bottom: 15px;
	border: solid 1px #2C8C8B;
}
aside .checkBox { cursor: pointer;}
aside .checkBox input {
	width: auto;
	margin-right: 0.5em;
	height: 1.4em;
	vertical-align: top;
	cursor: pointer;
}

#contactBox aside input,
#contactBox aside textarea { width: 394px;}
#contactBox aside textarea {
	height: 10em;
	padding: 5px;
	font-size: 14px;
	line-height: 1.6em;
}


/*/////	formBtn	/////*/
.bigBtn { width: 284px;}
#contactBox .bigBtn { width: 406px;}

aside .formBtn {
	display: block;
	height: 43px;
	padding: 0;
	margin-top: 10px;
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	background: #2C8C8B;
	border: none;
	border-bottom: solid 5px #236A72;
	float: right;
}
aside .formBtn:hover { background: #236A72;}
aside .formBtn img { margin: 12px;}
aside .formBtn .ico_arw { top: 10px;}
