﻿@charset "utf-8";
/* CSS Document */

img {
	max-width: 100%;
}
section +section {
	margin-top: 40px;
}
#s_contents h2 {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 60px;
}
#what p {
	text-align: center;
}
#concept01 {
	background-image: url(../images/bg01.png);
	width: 905px;
	height: 680px;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	margin-bottom: 40px;
}
#concept01 h3 {
	position: absolute;
	left: 2px;
	top: 12px;
}
#concept01 h4 {
	position: absolute;
	left: 21px;
	top: 72px;
}
#concept01 p {
	position: absolute;
	left: 22px;
	top: 123px;
	width: 563px;
}
#concept #concept02 {
	background-image: url(../images/bg02.png);
	background-repeat: no-repeat;
	height: 583px;
	width: 886px;
	position: relative;
}
#concept02 h4 {
	position: absolute;
	left: 19px;
	top: 24px;
}
#concept02 p {
	position: absolute;
	left: 21px;
	top: 70px;
	width: 559px;
}
#profile {
	padding-top: 40px;
	/* margin-bottom: 40px; */
}
#profile h3 {
	margin-bottom: 30px;
}
#profile dl dt {
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	float: left;
	width: 125px;
}
#profile dl {
	margin-left: 20px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#project {
	overflow: hidden;
}
#project h3 {
	margin-bottom: 30px;
}
#project ul {
	margin-left: 20px;
}
#project ul li img {
	margin-right: 5px;
}
#project ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-bottom: 10px;
}
#project figcaption {
  display: block;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #ccc;
}
#project figure {
  padding: 10px 0 15px 100px;
}
.license > h3 {
	margin-bottom: 30px;
}
.license > p {
	padding: 0 0 10px 20px;
  border-bottom: 1px solid #ccc;
}
.license .license_fig {
	margin-top: 33px;
	width: 520px;
}
#associate {
	margin-top: 68px;
	margin-bottom: 40px;
}
#associate h3 {
	margin-bottom: 30px;
}
#associate dl dt {
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	float: left;
	width: 120px;
}
#associate dl {
	margin-left: 20px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#associate dl dd {
	overflow: hidden;
}
#associate .pdlink {
	padding-left: 20px;
}
.pdlink img {
	float: left;
	margin-right: 10px;
}
.pdlink p {
	padding-top: 15px;
}
#profile dl dd {
	overflow: hidden;
}
