@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
body {
	background: #aaa;
    background-size: cover;
    font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
    color:#000;
    margin: auto;
    text-align:center;
    line-height:1.5em;
    width:100%;
	
}
h1, h2, h3, h4, h5, h6 {
    font-family:"Hiragino Kaku Gothic Pro",  Meiryo, sans-serif;
    font-weight:lighter;
}
a:link, a:visited {
    color:#00f;
    text-decoration:none;
}
a:hover {
    color:#f00;
}
.a:link{
	
	background: url("./image/cursor.gif") no-repeat;
    background-position: right center;
	
}
.a:hover {
	background: url("./image/cursor2.gif") no-repeat;
    background-position: right center;
}
a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}
a img {
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
nav, section, footer {
    display:block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 4px #666;
    -moz-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    margin:5px;
    padding: 0 13px 10px 27px;
    font-size: 10pt;
    color: #000;
    text-align: left;
}

header {
    text-align:center;
    
	background-image:url("image/headerback0.gif");
    height:262px;
    background-color: #444;
    border:none;
    color:#fff;
    text-shadow:0 1px 1px 1px #000000;
	 margin: 0;
  padding: 15px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
}
header h1, header h2, header h3, header h4, header h5, header h6, header li, header p {
    font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
}
header h1 {
    font-size:1.5em;
    text-transform:none;
    letter-spacing:0em;
}
header h2 {
    
    font-size:0.8em;
}
header h3 {
    
    font-size:0.8em;
}

header a:link, nav a:visited {
    font-weight:normal;
}

.tabs {

  width: 910px;
  list-style: none;
  position: relative;
  margin: -72px 0 0 0;
  text-align: left;
  
}

.tabs ul {
 text-align:left;
    margin-top:10px;
    margin-bottom:10px;
  
 }
.tabs li {
	display: block;
	display: -moz-inline-box;
	display: inline-block;

  /display: inline;
  /zoom: 1;
	padding-right: 10px;
	color: #FFF;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs label {
  width:130px;
  display: block;
  padding: 13px 0;
  border-radius: 10px 10px 0 0;
  font-size: 12px;
  font-weight: normal;
  text-align:center;
  text-transform: uppercase;
  background: #805300;
  cursor: pointer;
  position: relative;
  top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius:10px 10px 0 0;
  color:#fff;
  text-shadow:
-1px -1px 1px rgba(0, 0, 0, 0.8),
1px 1px 1px rgba(255, 255, 255, 0.9);
}
.tabs label:hover {
  background: #ffb62d;
  
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  color:#000000;
  line-height: 25px;
  padding: 5px;
  position: absolute;
  top: 51px;
  left: 0;
  background: #ffb62d;
  
}
.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 15px;
  background: #ffb62d;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
  
}

nav {
	float: left;
	width: 220px;
	color: #000000;
	margin-top:5px;
	padding:2px 0 0 10px;
	text-align: center;
}
nav2 {
	float: left;
	width: 220px;
	color: #000000;
	display:block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 4px #666;
    -moz-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    margin:5px;
    padding: 2px 0 0 10px;
    font-size: 10pt;
    color: #000;
    text-align: left;
	
}
nav h1 {
    font-size:1.0em;
	text-align:center;
}
nav2 h1 {
    font-size:1.0em;
	text-align: center;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-image: -moz-linear-gradient(top, #ffb62d, #805300);
background-image: -ms-linear-gradient(top, #ffb62d, #805300);
background-image: -o-linear-gradient(top, #ffb62d, #805300);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffb62d), to(#805300));
background-image: -webkit-linear-gradient(top, #ffb62d, #805300);
background-image: linear-gradient(top, #ffb62d, #805300);
	color: #fff;
	padding: 2px 2px 0 0;
	margin: 5px -7px;
	text-shadow:
-1px -1px 1px rgba(0, 0, 0, 0.8),
1px 1px 1px rgba(255, 255, 255, 0.9);
	width:100%;
	
}
nav2 li{
	list-style-image: url("./image/pcicon.gif");
  list-style-position: 10px top; 
 list-style-repeat: no-repeat;disc;
	padding: 0 0 0 2px;
}

section {
float:left;
padding: 5px 0px 0 -4px;
    width:656px;
    text-align:left;
    margin-top:5px;
    
}
section h2, nav h2, nav2 h2 {
font-size:14px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-image: -moz-linear-gradient(top, #ffb62d, #805300);
background-image: -ms-linear-gradient(top, #ffb62d, #805300);
background-image: -o-linear-gradient(top, #ffb62d, #805300);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffb62d), to(#805300));
background-image: -webkit-linear-gradient(top, #ffb62d, #805300);
background-image: linear-gradient(top, #ffb62d, #805300);
color: #fff;
padding: 2px 2px 0 0;
margin: 5px -7px;
text-shadow:
-1px -1px 1px rgba(0, 0, 0, 0.8),
1px 1px 1px rgba(255, 255, 255, 0.9);
width:100%;
text-align:center;
}

section ul {
    padding:0px;
    list-style:none;
    border-top:1px solid #e7e2d7;
    margin:14px 0px;
}
section li {
	text-align:justify;
    text-justify:inter-ideograph;
    margin:0px;
    padding:0px;
    list-style:disc;
}
section li a:link, section li a:visited {
    float:left;
    width:96%;
    padding:3px 1%;
    border-bottom:1px solid #e7e2d7;
}
section li a:hover {
    background:#f2f1ec;
}
section p {
	font-size: 0.9em;
	color: #000000;
}
article {
    margin:0 0 0 0;
}
footer {
	clear: both !important;
	padding: 10px;
	margin: 5px;
	background-image: -moz-linear-gradient(top, #ffb62d, #805300);
	background-image: -ms-linear-gradient(top, #ffb62d, #805300);
	background-image: -o-linear-gradient(top, #ffb62d, #805300);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffb62d), to(#805300));
	background-image: -webkit-linear-gradient(top, #ffb62d, #805300);
	background-image: linear-gradient(top, #ffb62d, #805300);
	border: none;
	font-size: 1em;
	text-align: center;
	color: #fff;
}
footer a {
    margin:0px 5px;
}


table {
font-size:14px;
padding: 5px 0 0 5px;
margin:5px 0 10px 0;
border-collapse : collapse;

}
table th {
color: #fff;
padding: 8px 5px;
background: #805300;
background:-moz-linear-gradient(rgba(255,182,45,0.7), rgba(128,83,0,0.9) 50%);
background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(255,182,45,0.7)), to(rgba(128,83,0,0.9)));
font-weight: bold;
border-left:1px solid #805300;
border-top:1px solid #805300;
border-bottom:1px solid #805300;
line-height: 120%;
text-align: center;
text-shadow:0 -1px 0 rgba(34,85,136,0.9);
box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.th {
background-color:white;
background-image: linear-gradient(90deg, rgba(255,182,45,.5) 50%, transparent 50%),
linear-gradient(rgba(255,182,45,.5) 50%, transparent 50%);
background-size:30px 30px;
color:#00f;
text-align: left;	

}
.th:last-child {
border-radius:0 0 0 0;
border-right:1px solid #805300;
box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table th:first-child {
border-radius: 0 0 0 0;
}
table th:last-child {
border-radius:0 0 0 0;
border-right:1px solid #666;
box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table tr td {
padding: 3px 4px;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #666666;
text-align: center;

}
table tr td:last-child {
border-right: 1px solid #666666;
box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
background: #fff;
}

table tr:last-child td {
box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
border-radius: 0 0 0 0;
}
table tr:last-child td:last-child {
border-radius: 0 0 0 0;
}

.glad{
text-align:left;
padding-left:20px;
background: -moz-linear-gradient(bottom, #59b1eb, #a5d5f5);
background: -webkit-gradient(linear, center bottom, center top, from(#59b1eb), to(#a5d5f5)),;	
background-image: -moz-linear-gradient(left, #59b1eb, #a5d5f5);
background-image: -ms-linear-gradient(left, #59b1eb, #a5d5f5);
background-image: -o-linear-gradient(left, #59b1eb, #a5d5f5);
background-image: -webkit-gradient(linear, center left, center right, from(#59b1eb), to(#a5d5f5));
background-image: -webkit-linear-gradient(left, #59b1eb, #a5d5f5);
background-image: linear-gradient(left, #59b1eb, #a5d5f5);
-moz-background-size: 4px 1px, 4px 1px;
-webkit-background-size: 4px 1px, 4px 1px;
background-size: 4px 1px, 4px 1px;
	color: #000;
	margin: 10px -10px;
	text-shadow:
1px 1px 1px rgba(0, 0, 0, 0.8),
-1px -1px 1px rgba(255, 255, 255, 0.9);	
	width:100%;
	font-size:14px;
	box-shadow:
	-1px -1px 1px rgba(0, 0, 0, 0.8),
1px 1px 1px rgba(255, 255, 255, 0.9);	
	 
}

.glad2{	
background: url("./image/bkicon.gif") no-repeat;
background-position: 10px center;
background-color:#aaa;
font-size:15px;
color:#222;
text-shadow:
1px 1px 1px rgba(0, 0, 0, 0.6),
-1px -1px 1px rgba(255, 255, 255, 0.5);
text-align:left;

}
.btn  {
display:inline-block;
width:120px;
height:10px;
text-align:center;
text-decoration:none;
outline:none;
font-size:13px;
font-weight:bold;
text-shadow:0 -1px 0px #225588,0 -1px 0px #225588;
padding:2px 0 8px 0;
border-radius:20px;
	position: relative;
	z-index: 2;
	background-color: #cccccc;
	border: 2px solid #666666;
	color: #fff;
	line-height: 20px;
}
.btn:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #ff0000;
	
}
.btn::before,
.bon::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #cccccc;
}
.btn::before {
	right: 0;
}
.btn::after {
	left: 0;
}
.btn:hover::before,
.btn:hover::after {
	width: 0;
	background-color: #59b1eb;
}
iframe{
border-spacing: 0;
font-size:12px;
}

.table2 {
		text-align:left;
		padding-left:20px;
}
figure {
	position: relative;
	overflow: hidden;
	width: 300px;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotate(90deg) scale(0);
	transform: rotate(90deg) scale(0);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	-webkit-transform: rotate(360deg) scale(1);
	transform: rotate(360deg) scale(1);
	opacity: 1;
}
