@charset "utf-8";
.info {
	background-color: #FFC;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 2%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 7px; padding-left: 5%; padding-bottom: 10px; padding-right: 3%;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC), to(#FFCC00));
}

.header_2 ul{
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	width:100%;
	height:30px;
	border-top:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	border-left:0px solid #FFFFFF;
	padding-top: 2%;
	padding-bottom: 13px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.header_2 li{
float:left;
width:25%;
height:25px;
}

.header_2 a{
	display:block;
	padding-top:15px;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	text-align:center;
	text-decoration:none;
	/*background-color:#C00;*/
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#3399FF));
	color:#000;
	font-size: 95%;
	text-shadow: 3px 2px 2px #3399FF;
	width:99%;
	height:30px;
}

.header_2 a:hover{
	background-color:#F90;
	font-weight: bold;
	background: -webkit-gradient(linear, center top, center bottom, from(#3399FF), to(#FFFFFF));
}

.main {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.trial {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
}

.copyright {
	text-align: center;
	font-size: 80%;
}

.flickSimple {
	width: 100%;
	position: relative;
	overflow: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #eee;
}
 
.flickSimple.landscape {
	width: 100%;
}
 
.flickSimple ul {
	display: block;
	margin: 0;
	padding: 0;
}
 
.flickSimple ul.landscape {
}
 
.flickSimple ul li {
	float: left;
	list-style-type: none;
	
	text-align: center;
}
 
.flickSimple ul li.landscape {
}

#flick {
	width: 100%;
	position: relative; /* IE6・7の overflowバグ回避 */
	overflow: auto;     /* JavaScript無効時にスクロール表示させたいから */
}

#flick ul {
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
}

#flick ul li {
	float: left;
	list-style-type: none;
	width: 5%;
}

#basic ul,
#basic ul.landscape {
	width: 2100px;
}
 
#basic ul li,
#basic ul li.landscape {
	width: 150px;
}

.index {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.index_2 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}

.copyright {
	text-align: center;
	font-size: 80%;
}