@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
Site Name: TERRACE
File name: sub.css
Version: 1.02
update/auther(admin): [2018-08-27][TERRACE]
----------------------------------------------------------- */
/* main layout 
---------------------------------------------------------------------------------- */
body div#main{
	width:90%;
	height:100%;
	margin:0 auto;
	position:relative;
	background:url("../images/terracecircle.png") 50% 50% no-repeat;
	display:block;
}
#key{
	top:140px;
	left:20px;
	position:relative;
	font:190% "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, 
	"ＭＳ Ｐ明朝", MS PMincho serif;
	text-align:center;
}
#word{
	top:240px;
	position:relative;
	font-size:100%;
	text-align:center;
}
/* works style
---------------------------------------------------------------------------------- */
#works{
	width:90%;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding-top:100px;
}
#works div#category{
	overflow:hidden;
}
#works div.item{
	float:left;
	margin:10px 20px 10px 0;
	width:300px;
	height:280px;
}
#works div.item img{
	max-width:300px;
	max-height:200px;
	vertical-align:bottom;
	margin:0 auto;
}
#works div.item p.long{
	overflow:hidden;
}
#works div.item p.tall{
	overflow:hidden;
}
#works div.item p.small{
	width:100px;
	float:left;
	margin:0 15px 16px 0;
	overflow:hidden;
}
#works div.item p{
	font-size:75%;
}
#works div.double{
	float:left;
	margin:10px 20px 10px 0;
	width:600px;
	height:280px;
}
#works div.double img{
	max-width:600px;
}
#sort {
	overflow:hidden;
	margin:10px 0;
}
#sort li {
	float:left;
	margin:10px;
	cursor:pointer;
}
/* profile style
---------------------------------------------------------------------------------- */
#profile{
	width:90%;
	height:750px;
	text-align:left;
	position:relative;
	margin:0 auto;
	padding-top:100px;
}
#profile div.key p{
	margin:10px 0;
	font:190% "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, 
	"ＭＳ Ｐ明朝", MS PMincho serif;
}
#profile img.logo{
	float:right;
	margin:5px 15px 10px 10px;
}
#profile div#section{
	float:left;
	width:auto;
	font-size:100%;
	margin:20px 0 0 0;
}
#profile div#section h2{
	font:350% "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, 
	"ＭＳ Ｐ明朝", MS PMincho serif;
}
#profile div#section p{
	line-height:180%;
}
#profile img.gai{
	float:right;
	margin:20px 10px 10px 10px;
}
/* organization style
---------------------------------------------------------------------------------- */
#organization {
	width:90%;
	height:750px;
	position:relative;
	margin:0 auto;
	padding-top:100px;
}
#organization div{
	margin:20px 10px 20px 10px;
	width:90%;
}
#organization div h3{
	margin:5px 10px 10px 10px;
	width:120px;
	height:80px;
	float:left;
}
#organization div h3 img{
	margin:auto;
}
#organization div p{
	margin:10px 15px 5px 10px;
	font-size:90%;
}
#organization div p a{
	margin-left:130px;
}
#organization div img.run{
	float:left;
	width:400px;
	margin:5px 15px 10px 130px;
}
/* contact style
---------------------------------------------------------------------------------- */
#contact {
	width:90%;
	position:relative;
	margin:0 auto;
	padding-top:100px;
}
#contact img.map{
	margin:10px auto;
	float:left;
}
#contact div#address{
	margin:10px 10px 20px 10px;
	width:50%;
	float:left;
}
#contact div h3{
	margin:10px 0 10px 0px;
	font-size:120%;
}
#contact div p{
	margin:10px 15px 5px 10px;
	font-size:90%;
}
#contact iframe{
	width:500px;
	height:420px;
	border:none;
	overflow:hidden;
	margin-bottom:50px;
}
body.frame{
	width:500px;
	height:420px;
	border:none;
	overflow:hidden;
	font-size:80%;
	padding:0;
	margin:0;
}
#frame{
	width:500px;
	height:420px;
	border:none;
}
#frame tr{
	height:26px;
}