﻿@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
Site Name: TERRACE
File name: common.css
Version: 1.02
update/auther(admin): [2018-08-27][TERRACE]
----------------------------------------------------------- */
/* ////////////////////////////////// style//////////////////////////////////////////
---------------------------------------------------------------------------------- */
@import "thickbox.css"; 
body{
	width:100%;
	height:100%;
	position:relative;
	padding:0;
	margin:auto auto 0 auto;
	font:100% "ヒラギノ丸ゴ Pro", HiraKakuPro-W3, Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
}
img {
	border-style: none;
}
a {
	text-decoration:none;
	color:#ac0404;
}
li {
	list-style: none;
}
/* header layout 
---------------------------------------------------------------------------------- */
body header#header{
	width:100%;
	height:35px;
	position:fixed;
	top:0px;
	z-index:10;
	background:#fff;
	border-bottom:2px solid #222;
}
body header#header ul{  
	margin:0;
	padding:0;
}
body header#header ul li{  
	margin:0px;
	float:left;
}
body header#header ul li img{  
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	margin:1px 0 0 1px;
	height:33px;
}
body header#header ul li img.logo{  
	margin:4px 0 0 4px;
	height:25px;
}
/* footer style 
---------------------------------------------------------------------------------- */
body footer#footer{
	height:40px;
	width:100%;
	border-top:1px solid #222;
	position:fixed;
	bottom:0;
	z-index:10;
	background:#fff;
}
body footer#footer p{
	color:#333;
	font-size:70%;
	margin:4px 5px 2px 0;
	padding:0;
	float:left;
}
body footer#footer p#group{
	padding:2px 5px 0 0;
	border-right:1px solid #bbb;
}
body footer#footer p a{
	color:#333;
}
body footer#footer p.facebook{
	width:70px;
	overflow:hidden;
}
body footer#footer p#copyright{
	font-size:60%;
	width:100%;
	text-align:right;
	margin:0 0 0 -5px;
	padding:0;
}
/* clearfix 
---------------------------------------------------------------------------------- */
.clearfix {
width:100%;
}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
/* main layout 
---------------------------------------------------------------------------------- */
body div#main{
	width:100%;
	height:450px;
	margin:0px auto;
	position:relative;
	background:url("../images/terracecircle.png") 50% 50% no-repeat;
	background-size:70%;
	display:block;
}
#key{
	top:120px;
	position:relative;
	font:120% "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, 
	"ＭＳ Ｐ明朝", MS PMincho serif;
	text-align:center;
}
#word{
	top:170px;
	position:relative;
	font-size:75%;
	text-align:center;
}
/* works style
---------------------------------------------------------------------------------- */
#works{
	width:100%;
	overflow:hidden;
}
#works div#category{
	overflow:hidden;
}
#works div.item{
	float:left;
	margin:5px 5px 5px 5px;
	height:140px;
}
#works div.item img{
	float:left;
	max-width:100px;
	max-height:100px;
}
#works div.item p.long{
	width:100px;
	overflow:hidden;
}
#works div.item p.tall{
	height:100px;
	overflow:hidden;
}
#works div.item p.small{
	width:50px;
	float:left;
	margin:0 7px 8px 0;
	overflow:hidden;
}
#works div.item p{
	font-size:50%;
	width:100px;
}
#sort {
	overflow:hidden;
	margin-top:50px;
}
#sort li {
	float:left;
	margin:10px;
	cursor:pointer;
}
/* profile style
---------------------------------------------------------------------------------- */
#profile{
	width:100%;
	text-align:left;
}
#profile div.key{
	padding-top:50px;
}
#profile div.key p{
	margin:0 0 0 5px;
	padding:10px 0;
	font:110% "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, 
	"ＭＳ Ｐ明朝", MS PMincho serif;
}
#profile img.logo{
	float:right;
	height:30px;
	margin:0px 3px;
}
#profile div#section{
	width:100%;
	font-size:80%;
	margin:20px 0 0 0;
}
#profile div#section h2{
	font:190% "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, 
	"ＭＳ Ｐ明朝", MS PMincho serif;
	margin:0 5px;
}
#profile div#section p{
	line-height:150%;
	margin:0 5px;
}
#profile img.gai{
	margin:0px 10px 0px 100px;
	width:160px;
}
/* organization style
---------------------------------------------------------------------------------- */
#organization{
	width:100%;
	margin-top:50px;
	padding-top:50px;
}
#organization div{
	margin:20px 0;
}
#organization div h3{
	margin:5px 5px 10px 5px;
	width:60px;
	height:40px;
	float:left;
}
#organization div h3 img{
	width:50px;
}
#organization div p{
	margin:10px 5px 5px 5px;
	font-size:80%;
}
#organization div img.run{
	float:left;
	width:150px;
	margin:5px 10px 10px 5px;
}
/* contact style
---------------------------------------------------------------------------------- */
#contact {
	width:100%;
	margin-top:50px;
	padding-top:50px;
}
#contact img.map{
	width:250px;
	margin:10px auto 50px auto;
	float:left;
}
#contact div#address{
	margin:10px 5px;
}
#contact div h3{
	margin:5px 0 5px 0px;
	font-size:120%;
}
#contact div p{
	margin:5px 0 2px 0;
	font-size:80%;
}
#contact iframe{
	width:100%;
	height:500px;
	border:none;
	overflow:hidden;
}
body.frame{
	width:100%;
	border:none;
	font-size:80%;
	overflow:hidden;
	padding:0;
	margin:0;
}
