@charset "utf-8";
/*
smartphone : 320px - 480px
tablet : 480 - 768px
PC : 768px over
*/

/* for all */

body {
font-family: Arial, Verdana, sans-serif;
width: 98%;
margin:0 auto;
}
header {
background: #ffffff;
margin-top: 3px;
}
footer {
  background: #ffffff;
}
.copyright {
  text-align: center;
  font-size: smaller;
  margin: 5px 0;
}
#footerNavLink {
  float: right;
  color: #f0831e;
  font-weight: bolder;
  font-size: smaller;
  margin: 3px;
}
#footerNavLink a {
  text-decoration: none;
  color: #f0831e;
}
#footerNav ul {
  list-style: none;
  overflow: hidden;
  margin: 0 0 5px 1px;
}
#footerNav li {
  width: 98%;
  text-align: center;
  margin: 3px 1px;
  padding: 7px 0;
  font-size: normal;
  font-weight: bolder;
  text-decoration: none;
}
#footerNav a {
  text-decoration: none;
}
#footerNav a li {
  border: 2px solid #f0831e;
  text-decoration: none;
  color: #f0831e;
}
#footerNav a:hover li {
  border: 2px solid #ffcc66;
  text-decoration: none;
  color: #ffcc66;
}
#footerNav a.active li {
  border: 2px solid #ef4720;
  text-decoration: none;
  color: #ef4720;
}
#footerNav a.active:hover li {
  border: 2px solid #ffcc66;
  text-decoration: none;
  color: #ffcc66;
}	
  
/* top page only */
.top-pc-l-g {
  color: #9fa0a0;
  font-size: 40px;
  font-weight: bold;
  margin: 15px 5px 0 0;
}
.top-pc-l-ge {
  color: #9fa0a0;
  font-size: 40px;
  font-weight: bold;
  margin: 15px 5px 0 0;
}
.top01 {
  color: #f0831e;
  font-size: 32px;
  font-weight: bold;
}
.top01e {
  color: #f0831e;
  font-size: 32px;
  font-weight: bold;
}
.top02 {
  color: #f0831e;
  font-size: 24px;
  font-weight: bold;
  margin-top: -5px;
}
.top03 {
  color: #00a0e9;
  font-weight: bold;
}
.top-bottom-inner {
  margin: 10px;
}
.top-bottom-inner table th,td {
  padding: 5px;
  vertical-align: top;
}
.l-link {
  color: #cccccc;
  font-weight: bolder;
}
.l-link a {
  text-decoration: none;
  color: #cccccc;
}
.l-link a:hover {
  color: #ff9933;
}
  	
/** main, sub contents **/
#container {
}
article {
  padding: 0 18px 10px 12px;
  line-height: 1.6;
}
section {
  margin: 15px 0;
}
h1 {
  display: none;
}
h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 2px 2px 3px 3px;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 3px 0;
}
h4 {
  font-weight: bold;
}
.orange {
  color: #f0831e;
  padding: 3px 22px;
}
div.bg-yellow {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;	
  border-radius: 20px;
  background: #fcf860;
  margin: 10px 30px;
  padding: 15px 20px;
}
div.bg-yellow2 {
  background: #fcf860;
  margin: 0 10px 0 0;
  padding: 1px 3px 1px 12px;
  font-weight: bold;
}

/* main 系 */

#main {
}
h2.midashi {
  background-image: url("img/gd-logo02.png") ;
  background-repeat: no-repeat;
  background-position: left;
  margin: 5px 2px 2px 3px;
  padding: 1px 0 1px 56px;
}
.l-orange01 {
  font-size: 30px;
  font-weight: bold;
  color: #f0831e;
  margin: -3px 0 0 0;
}
.l-orange02 {
  font-size: 22px;
  font-weight: bold;
  color: #f0831e;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
hr {
  margin: 0 8px 0 0;
  border: 0;
  border-bottom: 1px dashed #f0831e;
  background: #ffffff;
}
#main li {
  list-style: disc;
  list-style-position: inside;
}
#main li.w-circle {
  list-style: circle;
  list-style-position: inside;
}
table.nom-form {
  border-collapse: collapse;
  width:95%;
  margin: 15px 10px 0 10px
}
table.nom-form th {
  border-top: #e3e3e3 1px dotted;	
  border-bottom: #e3e3e3 1px dotted;
  background: #f7f7f7;
  text-align: left;
  padding: 10px 10px 10px 20px;
  font-weight: normal;
}
table.nom-form td {
  border-top: #e3e3e3 1px dotted;
  border-bottom: #e3e3e3 1px dotted;
  text-align: left;
  padding: 10px;
}
table.nom-form tr:hover {
  background: #f7f7f7;
}
.submit {
  text-align: center;
  padding: 2px;
}
table.datalist td {
  border-bottom: 1px #aaaaaa dotted;
}

/* sub系 */

#sub {
  text-align: center;
}
#sub li {
  list-style: none;
}
#sub p {
  padding: 5px;
  font-size: smaller;
  text-align: left;
} 

/** navigation **/
nav ul {
  list-style: none;
  overflow: hidden;
  margin: 0 0 5px 1px;
}
nav li {
  float:left;
  width: 13%;
  text-align: center;
  margin: 3px 1px;
  padding: 7px 0;
  font-size: x-small;
  font-weight: bolder;
  text-decoration: none;
}
nav a {
  text-decoration: none;
}
nav a li {
  border: 2px solid #f0831e;
  text-decoration: none;
  color: #f0831e;
}
nav a:hover li {
  border: 2px solid #ffcc66;
  text-decoration: none;
  color: #ffcc66;
}
nav a.active li {
  border: 2px solid #ef4720;
  text-decoration: none;
  color: #ef4720;
}
nav a.active:hover li {
  border: 2px solid #ffcc66;
  text-decoration: none;
  color: #ffcc66;
}
	
 
img {
  max-width: 100%;
}
 
.movie {
  position: relative;
  height: 0;
  padding-top: 56.25%; /* 16:9 */
}
 
iframe {
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  width:100%;
}

/* style for smartphone */

nav {
  display: none;
}

/* style for tablet */
 
@media all and (min-width: 480px) {
#footerNavLink {
  display: none;
}
nav {
  display: block;
}
#footerNav {
  display: none;
}
.top01 {
  font-size: 52px;
}
.top01e {
  font-size: 40px;
}
}
 
/* style for PC */
 
/*
all: 860px
sub: 220px
margin: 
main: 
*/
 
@media all and (min-width: 768px) {
body {
  width: 860px;
}
nav li {
  margin: 3px 1px 3px 4px;
  padding: 9px 0;
  font-size: smaller;
  text-decoration: none;
}
nav a li {
  border: 3px solid #f0831e;
  text-decoration: none;
  /*color: #f0831e;*/
}
nav a:hover li {
  border: 3px solid #ffcc66;
  text-decoration: none;
  /*color: #ffcc66;*/
}
nav a.active li {
  border: 3px solid #ef4720;
  text-decoration: none;
  /*color: #ef4720;*/
}
nav a.active:hover li {
  border: 3px solid #ffcc66;
  text-decoration: none;
  /*color: #ffcc66;*/
}
#container {
  overflow: hidden;
}
#main {
  float: left;
  width: 74.3%; /* 640px / 860px * 100 */
  border-right: dotted #aaaaaa 1px;
}
#sub {
  float: right;
  width: 25.4%; /* 220px / 860px * 100 */
}
/* top page only */
.top-bottom {
  clear: both;
}
.top-pc-l-g {
  text-align: right;
}
.top-pc-l-ge {
  text-align: right;
  font-size: 30px;
}
.top-pc-l {
  float: left;
  width: 47%;
}
.top-pc-r {
  float: right;
  width: 52%;
}