@charset "utf-8";
body {
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333;
}
/* COMMON */
.purple { color: #a1006a;
font-weight:bold; }
.inner {
	width: 965px;
	margin: 0 auto;
	overflow: hidden;
}
h2 {
	margin: 40px 0 20px;
	font-size: 36px;
	font-weight: bold;
}
h3 {
	margin: 20px 0 10px;
	font-size: 24px;
	font-weight: bold;
}
.table {
	width: 100%;
	display: table;
}
.cell { display: table-cell; }
.left { float: left; }
.right { float: right; }
.attention { font-size: 12px; }

/* NAVIGATION */
#navigation {
	position: fixed;
	z-index: 9999;
	width: 28px;
}
#navigation ul li {
	margin-bottom: 0px;
	height: 23px;
}
#navigation div {
	position: absolute;
	top: 186px;
	left: -3px;
}
a:link {
    color:#a1006a;
    text-decoration:none;
}
a:visited {
    color:#a1006a;
    text-decoration:none;
}
a:hover {
    color:#a1006a;
    text-decoration:none;
}
a:active {
	color:#a1006a;
    text-decoration:none;
}
/* SCENE 1 */
.scene-1 {
	width: 100%;
	height: 478px;
	background: url(../images/header.jpg) no-repeat 50% 0;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.scene-1 img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 246px;
	height: 94px;
}
/* SCENE 2 */
.scene-2 { }
.scene-2 dl {
	margin: 0 0 40px 0;
	font-size: 14px;
	line-height: 150%;
}
.scene-2 dt {
	padding: 10px 0;
	width: 5em;
	float: left;
	clear: left;
}
.scene-2 dd {
	padding: 10px 0;
	margin-left: 5em;
}
.staff-container {
	margin: 0 0 40px 0;
	display: table;
}
.staff-profile {
	width: 180px;
	display: table-cell;
	vertical-align: middle;
}
.staff-profile .job { font-size: 14px; }
.staff-profile .name {
	margin: 5px 0;
	font-size: 32px;
}
.staff-profile .en { font-size: 14px; }
.staff-photo {
	width: 130px;
	display: table-cell;
	vertical-align: middle;
}
.staff-caption {
	font-size: 14px;
	line-height: 150%;
	display: table-cell;
	vertical-align: middle;
}
/* SCENE 3 */
.scene-3 {
	width: 100%;
	height: 710px;
	background: url(../images/cafe.jpg) no-repeat;
	position: relative;
	display: table;
}
.scene-3 .inner p {
	width: 460px;
	height: auto;
	line-height: 180%;
}
.scene-3 .box {
	width: 390px;
	min-height: 70px;
	margin: 20px 0;
	padding: 10px 30px;
	background: #a1006a;
	clear: both;
	overflow: hidden;
}
.scene-3 .box h3 {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.scene-3 .box p {
	width: 100%;
	font-size: 14px;
	color: #FFF;
	line-height: 150%;
}
.sp {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* SCENE 4 */
.scene-4 { background: url(../images/bg_dot.gif); }
.scene-4 .inner p {
	font-size: 14px;
	line-height: 200%;
}
.service-container {
	margin: 40px 0;
	padding: 40px;
	border: 1px solid #CCC;
	border-radius: 5px;
	background: #FFF;
}
.service-image { text-align: center; }
.service-inner {
	width: 280px;
	padding: 0 10px;
	text-align: center;
}
.service-inner h3 {
	height: 70px;
	margin: 25px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #a1006a;
	line-height: 150%;
}
.service-inner p {
	padding: 0 20px;
	font-size: 12px !important;
	text-align: left;
}
/* SCENE 5 */
.scene-5 { }
.scene-5 p{
	font-size:14px;
	margin:0 0 40px 0;
	line-height:200%; }
.scene-5-image {
	width:960px;
	height:606px;
	background: url(../images/project.jpg) no-repeat;
	position: relative;
}
.scene-5-image h3 {
	font-size: 18px;
	margin:0 0 10px 0;
	font-weight: bold;
	color: #a1006a;
}
.scene-5-image p {
	font-size: 14px;
	line-height: 150%;
}
.scene-5-inner-1 {
	width: 436px;
	padding: 10px;
	position: absolute;
	left: 50px;
	top: 50px;
}
.scene-5-inner-2 {
	width: 436px;
	padding: 10px;
	position: absolute;
	left: 270px;
	top: 240px;
}
.scene-5-inner-3 {
	width: 436px;
	padding: 10px;
	position: absolute;
	left: 495px;
	top: 428px;
}
/* SCENE 6 */
.scene-6 {
	margin:40px 0 0 0;
	padding:0 0 40px 0;
	background:#F7F7F7;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	 }
.scene-6 p {
	font-size: 14px;
	line-height: 200%;
	margin: 20px 0;
}
/* SCENE 7 */
.scene-7 {
	margin:40px 0 0 0;
	padding:0 0 40px 0;
	background:#FFFFFF;
	border-bottom:1px solid #CCC;
}
.scene-7 p {
	font-size: 14px;
	line-height: 200%;
	margin: 20px 0;
}
/* FOOTER */
.footer {
	height:600px;
	background:#000;
	padding:40px 0;
	text-align:center;
	position:relative;
	}
.footer img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 220px;
	height: 220px;
}
.copy{
	width:100%;
	padding:0 0 40px 0;
	background:#000;
	margin:0 auto;
	font-size:12px;
	text-align:right;
	color:#333;
	}