﻿@charset 'UTF-8';

body	{font-family: 'Arial', 'Helvetica', sans-serif;
	background-color: #e5e5e5;
	margin: 0}

a	{ color: #017acd; }


figure	{margin: 0}

/* Container */
div#container	{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 0 40px;
	-webkit-box-shadow: 0px 0px 50px #bbbbbb;
	box-shadow: 0px 0px 50px #bbbbbb;
	position: relative;
	overflow: hidden;
	}

/* ====== for Tablet ====== */
@media only screen and (min-width: 600px) and (max-width:899px) {

	div#container	{width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 10px;
		/*background-position: -3px 380px, 100px 460px;*/
		}


}

/* ====== for Phone ====== */
@media only screen and (max-width:599px) {

	div#container {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 10px;
/*		background-position: -3px 220px, 100px 280px;*/
		}
}



/* Page Header */
header	{
	clear: both;
	height: 55px;
	position: relative;
}

header img { 
	position: absolute;
	height: 45px;
	top: 5px;
}

header ul {
	position: absolute;
	top: 30px;
	right: 5px;
	height: 30px;
	margin: 0;
}

header ul li {
	width: auto;
	list-style-type: none;
	float: left;
	font-size: 14px;
	padding-left: 20px;
}

header ul li a {
	color: #000000;
	text-decoration: none;
}
header ul li a:hover {color: #2f868b;}

/* ====== for Tablet ====== */
@media only screen and (min-width: 600px) and (max-width:899px) {
	header ul li {
		font-size: 14px;
		padding-left: 20px;
	}
}

/* ====== for Phone ====== */
@media only screen and (max-width:599px) {
	header ul {
		position: absolute;
		top: 37px;
		right: 0px;
	}
	header ul li {
		font-size: 12px;
		padding-left: 10px;
	}
	header img { 
		top: 0px;
	}
}





.topcap {
	clear: both;
	height: auto;
	background: #ffffff;
	overflow: auto;
	}
.topcap img {
	float: left;
	width: 60%;
	height: auto;
	margin: 10px 10px 10px 10px;
	}
.topcap img.badge {
	float: none;
	width: 280px;
}
.topcap h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	}

.topcap p {
	margin: 0;
	}

/* ====== for Tablet ====== */
@media only screen and (min-width: 600px) and (max-width:899px) {
	.topcap img.badge {
		width: 160px;
	}
}

/* ====== for Phone ====== */
@media only screen and (max-width:599px) {
	.topcap {
		clear: both;
		text-align: center;
		margin: 5px 0 30px 0;
		}
	.topcap img {
		float: none;
		width: 70%;
		height: auto;
		text-align: center;
		margin: 5px 10px 5px 0;
		}
	.topcap h1 {
		text-align: left;
		margin: 0;
		}
	.topcap p {
		text-align: left;
		margin: 0;
		}
}



.videofull {
	clear: both;
	height: auto;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	margin: 10px 0 10px;
	padding: 10px; 
	overflow: auto; /*エリア内にフロート画像もすべて含める*/
/*
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
*/
	}

.videofull video {
	float: left;
	width: 100%;
	height: auto;
	margin: 5px 10px 5px 0;
	}
.videofull img.badge {
	width: 140px;
}
.videofull h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	}
.videofull ol {
	list-style-position: inside;
	font-size: 18px;
	margin: 0;
	padding: 0;
	}

.videofull p {
	margin: 0;
	padding: 0 0 10px 0;
	}

/* ====== スマートフォン用の設定 ====== */
@media only screen and (max-width:599px) {
	.videofull {
		clear: both;
		text-align: center;
	}
	.videofull video {
		float: none;
		width: 95%;
		height: auto;
		text-align: center;
		margin: 5px 10px 5px 0;
	}
	.videofull h2 {
		text-align: center;
		margin: 0;
	}
	.videofull ol {
		text-align: center;
	}
	.videofull p {
		text-align: center;
		margin: 0;
		padding: 0 0 10px 0;
	}
}



/*ユニティ*/
.article-unity{
	clear: both;
	border: solid 1px #aaaaaa;
	margin: 20px 0 0 0;
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
/*
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
*/
}

.article-unity img {
	height: 100px;
	float:left;
	padding-right: 10px;
}

.article-unity h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 0 30px;
}
.article-unity h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px 30px;
}
.article-unity span {
	font-weight: bold;
	color: #2f868b;
	margin: 0;
}
.article-unity p {
	font-size: 16px;
	margin: 0;
}


/* Back to the top */
span.to_top { position:fixed; bottom:10px; left:10px }






/* Menu */
nav {clear: both}

nav ul {
	font-size: 16px;

	padding-left: 0;
	margin: 10px 0 0 0;
	height: 30px;
	background-color: #333333;
	border-radius: 5px;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), color-stop(50%, #444444), color-stop(50%, #333333), to(#555555));
	background: -webkit-linear-gradient(#777777 0%, #444444 50%, #333333 51%, #555555 100%);
	background: -moz-linear-gradient(#777777 0%, #444444 50%, #333333 51%, #555555 100%);
	background: -o-linear-gradient(#777777 0%, #444444 50%, #333333 51%, #555555 100%);
	background: -ms-linear-gradient(#777777 0%, #444444 50%, #333333 51%, #555555 100%)
	
	}

nav ul li {
	list-style-type: none;
	float: left;
	}

nav ul li a {
	display: block;
	width: 150px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	border-right: solid 1px rgba(255,255,255,0.2);
	}

nav ul li a:hover {background-color: rgba(47,134,139,0.6)}

nav ul li:first-of-type a:hover	{border-radius: 5px 0 0 5px}

/* ====== for Tablet ====== */
@media only screen and (min-width: 600px) and (max-width:899px) {
	nav ul {font-size: 14px}
	nav ul li a {width: 100px}
}

/* ====== for Phone ====== */
@media only screen and (max-width:599px) {
	nav ul {
		font-size: 12px;
		}

	nav ul li a {
		width: auto;
		display: inline-block;
		padding: 0 10px;
		}
}

/* Footer */
footer {
	color: #888888;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
	border-top: solid 1px #aaaaaa;
}

small {
	font-size: 10px;
	font-style: normal;
	text-align: left;
	display: block;
}

small::before {
	content: 'LiveCraft !';
	display: block;
	width: 200px;
	padding: 10px 0;
	background-color: #ffdd00;
	color: #000000;
	font-family: 'Righteous', cursive;
	font-size: 16px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg) translate(62px, 20px);
	-moz-transform: rotate(-45deg) translate(62px, 20px);
	-o-transform: rotate(-45deg) translate(62px, 20px);
	-ms-transform: rotate(-45deg) translate(62px, 20px);
}



