﻿@charset "utf-8";
/* CSS Document */
body {
}
/* ヘッダーオビ
-----------------------------------------------*/
header #hbox_logo {
  padding: 10px;
  background-color: #ffd700;
}
header h1 {
  padding: 10px;
}

/* サムネイルつき1列リスト
-----------------------------------------------*/
.list1 ul{
  border-bottom: 1px solid #ccc;
 }
 .clear{
  clear:both;
	}
 
 .list1 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top: 1px solid #ccc;
	height: 100px;
	margin: 0px;
 }
 .list1 ul li a{
	color: #666;
  
	display: block;
  box-align: center;
  
	height: 100px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	/* [disabled]white-space: nowrap; */
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../image/list_mark1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	
 }
 .list1 ul li img{
	float: left;
	height: 100px;
	/* [disabled]width: 70px; */
	margin-right: 10px;
 }
 .list1 ul li a span {
  color: #000;
  display: block;
  padding: 5px 0;
  margin-right: 10px;
  line-height: 1.2em;
  
  
  margin-top: 0 auto;
  margin-bottom: 0 auto;
 }
 
 /* サムネイルつき矢印リスト２列
 -----------------------------------------------*/
.list2 {
 
 }
 .list2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }
 .list2 ul{
  border-top: 1px solid #ccc;
  list-style: none;
 }
 .list2 ul li{
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
  background: linear-gradient(#fff, #f0f0f0);
  border-top: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 70px;
  margin: 0px;
}
 .list2 ul li:nth-child(odd) {
  float: left;
  width: 50%;
 }
 .list2 ul li a{
  color: #666;
  display: block;
  height: 70px;
  margin: 0px;
  padding: 0 20px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  background-image: url(../image/list_mark1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
 .list2 ul li a span {
	color: #333;
	display: block;
	font-weight: bold;
  
  margin-left: 10px;
  line-height: 70px;
}
 .list2 ul li img{
  float: left;
  height: 70px;
  width: 70px;
  margin-right: 10px;
 }
 
 /* サムネイルなし矢印リスト２列
 -----------------------------------------------*/
.list3 {
 
 }
 .list3:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }
 .list3 ul{
  border-top: 1px solid #ccc;
  list-style: none;
 }
 .list3 ul li{
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
  background: linear-gradient(#fff, #f0f0f0);
  border-top: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 70px;
  margin: 0px;
}
 .list3 ul li a{
  color: #666;
  display: block;
  height: 70px;
  width: 70px;
  margin: 0px;
  padding: 0 20px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  background-image: url(../image/list_mark1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
 .list3 ul li a span {
	color: #333;
	display: block;
	font-weight: bold;
  
  margin-left: 10px;
  line-height: 70px;
}
 .list3 ul li img{
  float: left;
  height: 70px;
  width: 70px;
  margin-right: 10px;
 }

/* 以下その他
-----------------------------------------------*/
span {
 font-size: 0.8em;
}
 
.sp {
	color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EA70A6;
	font-size: 16px;
	-pie-background: linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23fff%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ddd%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd));
	background-image: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #ddd 100%);
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
.title {
	background-color: #CCC;
	padding: 10px;
}
#download {
	border: 1px solid #EA68A2;
	border-radius: 10px;
	width: 80%;
	text-align: center;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f09bc1), to(#ea68a2));
	background: linear-gradient(#f09bc1, #ea68a2);
	color: #ffff00;
	margin: 15px auto;
	font-size: 16px;
	clear: both;
}
#download a {
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ff1493;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
}



/* go to top
----------------------------------------------------------*/
.gototop {
  display: block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  background-color: #ffd700;
  color: #ff1493;
  margin: 10px 0 0 50%;
} 

/* フッター
---------------------------------------------------------- */
#ft_navi {
	clear: both;
	border-top: #ccc solid 1px;
}
#ft_navi ul{
}
#ft_navi ul li{
}
#ft_navi ul li a{
	position:relative;
	display:block;
	height:44px;
	padding:0 10px;
	font-size: 1.0em;
	font-weight:bold;
	color:#ff1493;
	text-decoration:none;
	text-indent:10px;
	line-height:44px;
	border-bottom:#ccc solid 1px;
  background-color: #ffd700;
}
#ft_navi ul li a:after {
	position:absolute;
	right:10px;
	top:50%;
	margin:-8px 0 0 0;
	display:block;
	content:"";
	width:11px;
	height:17px;
	background:url(../images/icon01.png) no-repeat;
	-webkit-background-size:11px 17px;
	background-size:11px 17px;
}

/* !風営法など
---------------------------------------------------------- */
footer {
	min-width: 320px;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-size: 320px 18px;
	-webkit-background-size: 320px 18px;
	-moz-background-size: 320px 18px;
	-o-background-size: 320px 18px;
	-ms-background-size: 320px 18px;
  background-color: #ffd700;
}
	#footerIn img {
		margin: 10px;
	}
	#footerIn {
    margin: 0 10px;
    text-align: center;
  }
	#footerIn p {
		color:#fff;
		padding-bottom: 80px;
		text-align: center;
	}
	#footerIn small {
		color: #999;
	}

/* !Button
---------------------------------------------------------- */
.bannerfloat {
  width: 100%;
}
.bannerfloat small {
  color: #FFF;
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
  font-weight: bold;
	color: #ffffff;
  width: 100%;
	padding: 10px 50px;
	background: -moz-linear-gradient(
		top,
		#80ff00 0%,
		#4f9905 50%,
		#468704 50%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#80ff00),
		color-stop(0.50, #4f9905),
		color-stop(0.50, #468704),
		to(#000000));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fcd8fc;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 1px rgba(250,252,249,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 1px rgba(250,252,249,0);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 1px rgba(250,252,249,0);
	z-index: 9999;
}
