﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700);

/*-----Base -----*/
body{
	color:black;
	margin:20px auto 0 auto;
	text-align:left;
	background:url('../p/bg.gif') repeat;
}
@media (min-width: 714px) {
	body{
		width:714px;
	}
}
@media (min-width: 1100px) {
	body{
		background:url('../p/ryu.gif') repeat-y top right,url('../p/bg.gif') repeat;
	}
}
@media (max-width: 714px) {
	iframe{
		display:none;
	}
}
*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:15px;
	font-family:'Open Sans','Segoe UI',Arial,Helvetica,Sans-Serif;
}
img{
	border:none;
}

h1,h2{
	overflow:hidden;
	color:cornsilk;
	padding:0 15px;
	height:20px;
	background: -webkit-linear-gradient(left, #900 80%, #000 90%);
	background: linear-gradient(90deg,#900 80%, #000 90%);
	border-radius: 7px 7px 0 0;
}
h1 a,h1 a:hover{
	color:cornsilk;
	cursor: text;
}
hr{
	border: 0;
	background: -webkit-linear-gradient(left, #900 80%, #000 90%);
	background: linear-gradient(90deg,#900 80%, #000 90%);
	height: 3px;
}
h1 a,h1 a:hover{
	color:cornsilk;
}
a,abbr{
	text-decoration:none;
}
plaintext{
	display:none;
}

/*----- header -----*/
header{
	margin-bottom:10px;
}
video{
	margin-top:5px;
	width:216px;
	height:60px;
}
header iframe{
	float:right;
	margin-top:5px;
	width:468px;
	height:60px;
	border: 0;
}
header p{
	clear:both;
	margin-top:5px;
}
header strong{
	color:green;
}
header em{
	display:inline-block;
	color:#900;
	font-weight:bold;
	font-style:normal;
}

/*----- Soft -----*/
main{
	display:table;
}
main div{
	text-align:center;
	float:left;
	margin-right:2px;
}
main div p{
	overflow:hidden;
	height:20px;
	width:141px;
}
main p:nth-child(1){
	background-color:#900;
	color:cornsilk;
	font-weight:bold;
}
main p:nth-child(2){
	font-weight:bold;
	margin-bottom:4px;
}
main p:nth-child(2) a{
	color:#900;
	transition:200ms;
}
main p:nth-child(2) a:hover{
	color:orangered;
	text-shadow: 0 -4px 10px gold;
}
main p:nth-child(3){
	height:139px;
	display: table-cell;
	vertical-align:bottom;
}
main p img{
	box-shadow: 7px 7px 7px rgba(0,0,0,0.4);
	position:relative;
	top:-7px;
	left:-3px;
}
main p img:hover{
	top:-5px;
	left:-1px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
main p img[alt='Round Breakout']{
	border-radius:100%;
}
main p:nth-child(4){
	text-align:right;
	padding-right:8px;
	color:saddlebrown;
	font-family:Georgia;
	position:relative;
	top:-5px;
}
main p:nth-child(4) a{
	float:left;
	color:cornsilk;
	background-color:saddlebrown;
	font-size:10px;
	padding:2px;
	margin-left:8px;
	transition:200ms;
}
main p:nth-child(4) a:hover{
	background-color:orangered;
}
main div:nth-child(5n+1) p:nth-child(1){
	border-radius: 7px 0 0 0;
}
main div:nth-child(5n){
	margin-right:0
}
main div:nth-child(5n) p:nth-child(1){
	background: -webkit-linear-gradient(left,#900, #000 50%);
	background: linear-gradient(90deg,#900, #000 50%);
	border-radius: 0 7px 0 0;
}
main div:nth-child(5n) p:nth-child(2) a:last-child{
	color:black;
}
main div:nth-child(5n) p:nth-child(2) a:last-child:hover{
	color:orangered;
}
main div>a img{
	margin-top:30px;
}
/*----- Link -----*/
dl{
	margin-bottom:5px;
	background:white url('../p/cell.gif') repeat center center;
	border:1px solid #900;
	padding:4px 0;
	display:table;
	width:100%;
	box-shadow: 7px 7px 7px rgba(0,0,0,0.4) inset; 
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
dt{
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	width:120px;
}
dt img{
	width:88px;
	height:31px;
	box-shadow: 7px 7px 7px rgba(0,0,0,0.4);
}
dt img:hover{
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	position:relative;
	top:2px;
	left:2px;
}
dd{
	padding:4px 0;
}
dd a{
	display:inline-block;
	text-decoration:underline;
	color:darkblue;
}
dd a:hover{
	color:blue;
}

/*----- Trash/GuestBook-----*/
section{
	background: -webkit-linear-gradient(left,#900 80%, #000 90%);
	background: linear-gradient(90deg,#900 80%, #000 90%);
	color:cornsilk;
	border-radius: 7px;
}
section[ss]{
	padding:2px;
}
section span{
	padding:0 15px;
	height:20px;
	display:block;
}
section iframe{
	display:block;
	position:relative;
	top:2px;
	width:100%;
	height:250px;
	border:none;
	overflow: hidden;
}
section iframe+span{
	text-align:right;
}
section figure{
	background:white url('../p/cell.gif') repeat center center;
	box-shadow: 7px 7px 7px rgba(0,0,0,0.4) inset; 
	text-align:center;
	padding:5px 0;
	border-radius:0 0 7px 7px;
	overflow:hidden;
	color:gray;
}
section figure img{
	border-radius:7px;
}
/*----- footer -----*/
footer>img{
	display:none;
}
footer img{
	margin-top:3px;
	width:25px;
	height:25px;
}
footer img:hover{
	outline:2px solid #900;
}
small a{
	float:right;
	font-size:14px;
	color:black;
	margin-top:3px;
}
small a:first-letter{
	font-size:17px;
}
