﻿html {
	width: 100%;
}


body {
	color: #696565;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 1px;
	font-size: 14px;
	line-height: 20px;
}
.bb {
	text-align: center;
	width: 100%;
	height: auto;
}

.gray_block {
	padding-bottom: 30px;
	background-color: #F3F3F3;
}
.container {
	width: auto;
	background-color: #FFF;
	height: auto;
}
ol, ul {
	list-style: none;
}
ul#fontSize {
	*zoom: 1; /*forIE6,7*/
	margin-bottom: 10px;
}
ul#fontSize:after {
	content: "";
	display: block;
	clear: both; 
}
ul#fontSize li {
	background-color: #6CF;
	padding: 10px 15px;
	margin-right: 5px;
	float: left;
	cursor: pointer;
	display: block;
}
ul#fontSize li:hover {
	background-color: #000000;
}
ul#fontSize li.active {
	background-color: #000000;
}
ul#fontSize li.active:hover {
	background-color: #000000;
}
a {
	color: #000000;
}
/* calrse */
#myRoundabout {padding: 0;}
#myRoundabout ul {
list-style: none;
    margin: 0;
}
#myRoundabout li {
	list-style-type: none;
}
.roundabout-holder {/*全体表示幅*/
list-style: none;
width: 51.25em;
height: 13.5em;
margin: auto;
}
.roundabout-moveable-item {
height: 12.5em;
width: 31.25em;
cursor: pointer;
}
.roundabout-moveable-item img {/*画像の大きさ*/
	height: 12.5em;
	width: 31.25em;
	border: none;
}
.roundabout-in-focus { cursor: auto; }

.arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92%;
}