@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", Verdana, Roboto, "Droid Sans";
	background-color: #00a5a7 !important;
	margin: 0;
	padding: 0;
	color: #000000 !important;
}

ul {
	padding: 0;
	margin: 0;
}

/* リンク */
a {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* レイアウト要素 */
#container {
	width: 1000px;
	margin: auto;
}

#header {
	padding: 10px 0 6px 16px;
	background-color: #ffffff;
	vertical-align: top;
}

#main {
	margin: 0;
	padding: 0 80px 0 0;
	background-color: #ffffff;
	height: 100%;
}

#contents {
	margin: 0;
	padding: 50px;
	background-color: #ffffff;
}

.divider {
	background-color: #222222;
	height: 40px;
	margin: 0;
}

.element {
	border-bottom: solid 1px #666666;
	padding-bottom: 20px;
	margin-bottom: 40px;
	vertical-align: top;
}

.element_last {
	margin-bottom: 10px;
	vertical-align: top;
}

#footer {
	background-color: #222222;
	font-size: 80%;
	color: #ffffff;
	text-align: center;
	padding: 16px 10px;
}

/* clearfloat */
.clearfloat:after {
	clear: both;
	display: block;
	content: "";
}

/* メニュー */
#navi {
	background-color: #222222;
	color: #ffffff;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#navi ul {
	height: 40px;
	width: 100%;
}

#navi li {
	width: 25%;
	text-align: center;
	vertical-align: middle;
	float: left;
	list-style: none;
	line-height: 40px;
}

#navi li a {
	text-decoration: none;
	color: #ffffff;
	display: block;
}

.backtotop {
	float:right;
	font-size: 80%;
	margin-right: 4px;
	margin-bottom: 10px;
}

/* 画像 */
img.top {
	float: left;
	margin-right: 50px;
}

img.flow {
	margin-bottom: 30px;
}

img.ceo {
	float: left;
	margin-right: 40px;
	padding-top: 18px;
	padding-bottom: 12em;
}

/* テキスト要素 */
h1 {
	color: #00a5a7;
	font-weight: bold;
	margin: 0;
	font-size: 140%;
}

h1.main {
	padding-top: 30px;
	}

p {
	line-height: 1.5;
	padding-bottom: 30px;
}

p.long {
	line-height: 1.5;
	padding-bottom: 4px;
}

.note {
	margin-top: 10px;
	font-size: 80%;
}

.note_small {
	margin-top: 10px;
	font-size: 70%;
}

ul.business {
	list-style-type: disc;
	margin: -20px 30px 40px 20px;
}