@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size:87.50%;
	color: #333;
	background:url(../images/bg.png) 0 0 no-repeat fixed;
	background-size:auto 100%;
}
a, a:visited {
	text-decoration: none;
	color: inherit;
	color: #39F;
}
a:hover{
	text-decoration:underline;
}
a img:hover {
	opacity:0.8;
}
img {
	border:none;
}
address {
	font-style:normal;
}
.wrapper {
	margin:0 auto;
	overflow:hidden;
}
/* =====================
	CSSリセット
======================= */
* {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
br {
	letter-spacing:0;
}
/* clearfix */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.cf {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display:block;
}
/* End Hack */
/* 風車*/
.load {
	float:right;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	-ms-animation: spin 4s linear infinite;
	-o-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}
 @-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes spin {
 0% {
-ms-transform: rotate(0deg);
}
 100% {
-ms-transform: rotate(360deg);
}
}
@-o-keyframes spin {
 0% {
-o-transform: rotate(0deg);
}
 100% {
-o-transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.load img {
	width:100%;
	height:auto;
}
/* Youtube */
.yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background-color:rgba(0,0,0,0.8);
}
.yt iframe, .yt img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	cursor:pointer;
}

/**********************************[共通装飾]***/
.clear {
	clear:both;
}
.r6 {
	border-radius: 6px;
}
.r10 {
	border-radius: 10px;
}
.r20 {
	border-radius: 20px;
}
div.alignnone { /*　指定なし:キャプションあり　*/
	margin-bottom: 10px;
}
.alignright { /*　右寄せ　*/
	float: right;
}
.alignleft { /*　左寄せ　*/
	float: left;
}
.aligncenter { /*　中央配置　*/
	margin: 0px auto 10px;
	display: block;
}
.alignright img {
	margin:0 0 20px 20px;
}
.alignleft img {
	margin:0 20px 20px 0;
}
.textright {
	text-align:right;
}
.textleft {
	text-align:left;
}
.textcenter {
	text-align:center;
}
.right img {
	margin:0 0 10px 10px;
}
.left img {
	margin:0 10px 10px 0;
}
.galindo {
	font-family: 'Galindo', cursive;
	font-weight:normal;
}
.fff {
	color:#fff !important;
}

/**********************************[header]***/
header {
	margin:30px 0;
	text-align:right;
	background-color:rgba(0,0,0,0.7);
	padding:20px 0 10px;
}
header h1 {
	font-size:64px;
	line-height:1;
	color:#fff;
}
header .sub {
	display:none;
	padding-top: 20px;
	font-size: 1.5em;
	letter-spacing:0.1em;
}
header .us{
	color:#fff;
}
header .us img{
	height:40px;
	width:auto;
}
nav {
	padding-bottom:10px;
}
/**********************************[main]***/
.main {
	margin:0 0 30px;
	padding:30px;
	background-color:rgba(255,255,255,0.9);
}
.main section {
	padding-bottom:30px;
	border-bottom:1px dotted #eee;
}
.attention {
	display:inline-block;
	background-color:#FFCC00;
	font-weight:bold;
	font-size:1.4em;
	color:#444;
	padding:5px 15px;
}
.main article section h1 {
	font-size:3em;
	color:#000;
}
.main article section h2 {
	padding:20px 0 10px;
	border-bottom: #FC0 4px double;
	margin-bottom:30px;
}
.main .text p {
	padding:0 0 1em;
}
.main .map {
	max-width:650px;
}
.main .map img {
	width:100%;
	height:auto;
}

.main .fbp a {
	color:#3b5998;
	font-size:1.5em;
}
/**********************************[side]***/
.side {
	background-color:rgba(0,102,204,0.85);
	margin-bottom:30px;
}
.side section {
	margin:10px 0 20px;
}
.side article section h1 {
	font-size:2.4em;
	color:#FC0
}
.side article section section h1 {
	color:#fff;
	font-size:2em;
}
.side .date {
	color:#FFCC00;
}
.side .text {
	background-color:rgba(255,255,255,0.8);
	padding:20px;
}
.side .link::before {
	content:"[Link to] ";
}
.side .hase {
	background-color:rgba(255,255,255,0.8);
	padding:20px;
	margin:20px 0 0;
}
.side .remix {
	background-color:#FF3333;
	padding:10px;
	margin:30px 0;
}

.side .remix img{
	box-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

/* external links */
.links {
    font-size: 22px;
}

/**********************************[aside]***/
aside {
	background-color:rgba(0,0,0,0.7);
}
aside .wrapper{
	box-sizing:border-box;
}
aside h1{
	font-size:2em;
	padding:0 0 20px;
}
aside ul li {
	float:left;
	padding:5px;
}
aside ul li img {
	border-radius: 3px;
}
/**********************************[footer]***/
footer {
	padding:20px;
	text-align:center;
	clear:both;
}
.himpotan::before{
	content:"";
	display:inline-block;
	margin:0 3px -2px 0;
	width:20px;
	height:20px;
	background:url(../images/himpotanVer4s.png) 0 bottom no-repeat;
	background-size:100% auto;
}
/**********************************[to page top]***/
#pageTop {
	width:80px;
	height:40px;
	position:fixed;
	bottom:10px;
	right:0px;
	font-size:2em;
	line-height:16px;
	text-align:center;
	/*text-shadow:1px 1px 1px rgba(255,255,255,1);*/
	opacity:0.8;
	color: #000;
	padding-top:20px;
	text-decoration:none;
	background-color: #FC0;
	border-radius:10px 0px 0 10px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.4);
}
#pageTop small {
	font-size:11px;
}
#pageTop:hover {
	opacity:1;
}
