@charset="utf-8";

/* reset css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*広告非表示*/
ul.tdftad	{
display:none;
}

body{
	width:100%;
	font-size:14px;
	background-color:#0f2350;
	background:-webkit-gradient(
	linear,left top, left bottom, from(#0f2350), color-stop(0.5,#1e50a2),to(#3e62ad));
}

span{
	font-weight:bold;
	color:#ff0000;
}
strong{
	font-weight:bold;
}
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 
@charset="utf-8";

#wrap{width:100%;
	height:100%;
	
}
nav	{
	margin:50px 50px 50px 700px;
}
/*アクアボタン*/
.new-aqua {
	
	width: 155px;
	height: 40px;
	background: #cde;
	border: 2px solid #ccc;
	border-color: #8ba2c1 #5890bf #4f93ca #768fa5;
	font: 600 16px/1 Lucida Sans, Verdana, sans-serif;
	color: #fff;
	text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
	box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -8px 0 8px #48c, inset 0 -35px 15px -10px #7ad;
	-moz-box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -8px 0 8px #48c, inset 0 -35px 15px -10px #7ad;
	-webkit-box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -8px 0 8px #48c, inset 0 -35px 15px -10px #7ad;
}
.new-aqua:hover {
	text-shadow: rgb(255, 255, 255) 0px 0px 5px;
}

/*index.html*/
.top_t{
	margin-top:120px;
	margin-bottom:180px;
	margin-left:350px;
	font-family: 'Henny Penny', cursive;
	font-size:120px;
	color:white;
	text-shadow:5px 5px 5px #f0f8ff;
	-webkit-transition:-webkit-transform 1s linear;
	-moz-transition:-webkit-transform 1s linear;
}
.top_t:hover	{
	-webkit-transform:scale(1.5,2);
	-moz-transform:scale(1.5,2);
}
.top_p{
	margin-left:350px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:bold;
	color:white;
}

/*portfolio.html*/
.main_top{
	margin-left:50px;
	color:white;
	font-size:24px;
	font-weight:bold;
} 
.works{
	margin-left:50px;
	margin-top:40px;
	color:white;
	font-size:20px;
	font-weight:bold;
}
.works1{
	margin-left:80px;
	margin-top:15px;
	color:white;
	font-size:16px;
	font-weight:bold;
}
.as, .js, .js_p{
	margin-left:20px;
}
section p{
	margin-left:50px;
}

.js_p,.js_p1{-webkit-transition:-webkit-transform 1s linear;
		-moz-transition:-webkit-transform 1s linear;
}
.js_p:hover{-webkit-transform:translate(600px,-200px) 
		rotate(3600deg);
	-moz-transform:translate(600px,-200px) 
		rotate(3600deg);
}
.js_p1:hover{-webkit-transform:translate(800px,0px) 
		rotate(360deg);
	-moz-transform:translate(800px,0px) 
		rotate(360deg);
}
table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
.kadai{
	padding-top:30px;
}
table {
	width: 900px;
	border-collapse:collapse;
	border-spacing:0;
	border: solid 2px;
	margin-left:200px;

}
td, th {
	padding-left: 5px;
}
table th {
	font-weight: bold;
}
table td {
	border-top: solid 1px;
}
.name {
	width: 30%;
	border-right: solid 1px;
}
.date {
	width: 10%;
	border-right: solid 1px;
}
.url {
	width: 60%;
}

footer{
	margin-bottom:20px;
	margin-top:50px;
	margin-left:500px;

	color:white;
	font-weight:bold;
}

/*contact.html*/
.form{
	
	margin-top:-500px;
	margin-left:900px;
	margin-bottom:200px;
}
.my{
	margin-left:100px;
	box-shadow:5px 5px 10px gray;
	-webkit-animation: henkei 7s ease-in-out 0 infinite alternate;
}

@-webkit-keyframes henkei{
0%{-webkit-transform:translate(100px,0px) rotate(360deg);}
20%{-webkit-transform:translate(0px,100px) rotate(360deg);}
40%{-webkit-transform:translate(-100px,0px) rotate(360deg);}
60%{-webkit-transform:translate(0px,-100px) rotate(360deg);}
80%{-webkit-transform:translate(100px,0px) rotate(360deg);}
}
/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	padding-bottom: 90px;
	font-size: 100%;
}

.pageTop {
	position: fixed;
	right: 0;
	z-index: 2;
}

.pageTop a img {
	position: relative;
	top: 0;
}
/*
section .more {
	position: absolute;
	top: 470px;
	right: 32px;
	width: 160px;
	height: 32px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgba(255,255,255,.9);
	-webkit-box-shadow: 8px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 8px 8px rgba(0,0,0,.2);
	box-shadow: 8px 8px rgba(0,0,0,.2);
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	behavior: url(/hub/wp-content/themes/hub/css/PIE.php);
	-pie-background: rgba(255,255,255,.9);
}

section .more:hover {
	background: #fff;
	-webkit-box-shadow: 8px 8px rgba(0,0,0,.4);
	-moz-box-shadow: 8px 8px rgba(0,0,0,.4);
	box-shadow: 8px 8px rgba(0,0,0,.4);
}

section .more img {
	vertical-align: middle;
}

section#top,
section#new,
section#about,
section#members,
section#place,
section#post {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 1024px;
}
*/

