/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	line-height: 1;
	background-image: url(../img/index/back-g.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/*table {
    border-collapse: collapse;
    border-spacing: 0;
}
*/

.wrap {
	max-width: 960px;
	margin: auto;
	background-color: #FFF;
}

header {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

footer {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #43B64B;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/index/f_back.png);
	background-repeat: no-repeat;
	background-position: 80% 100%;
}

footer a:link { text-decoration:none; color: #FFF; }
footer a:visited { color: #FFF; }
footer a:hover { text-decoration:underline;}


footer .foot_l li {
  margin: 10px 20px;
  color: #fff;
  position: relative;
}

footer .foot_l li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
}

footer .foot_l {
	float: left;
	width: 65%;
	padding:5px;
}
footer .foot_r {
	float: right;
	width: 35%;
	padding:5px;
}

footer #logo_i {
	width: 100%;
}
footer #logo_i li {
	display:inline-block;
	margin:5px 10px;
}

#main {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#s_main {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding: 10px;
}

#m_center {
	text-align:center
}

#m_center {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#m_center iframe,
#m_center object,
#m_center embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#sub-con {
	height: auto;
	width: 76%;
	float: left;
	margin: 10px;
}



/*-------▼saidnavi-------*/

#side-navi {
	float: right;
	width: 20%;
}

#side-navi ul{ 
margin: 0; 
padding: 0; 
list-style-type: none; 
}
#side-navi li{ 
display: inline; 
padding: 0; 
margin: 0; 
}
#side-navi li a{
	display: block;
	background-color: #fff;
	text-decoration: none;
	color: #333;
	width: 80%;
	text-align: left;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-style: solid;
	border-color: #009999;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding: 10px;
}
#side-navi li a:hover{
border-left: 8px solid #474655;
border-top: 1px solid #474655;
border-right: 1px solid #474655;
border-bottom: 1px solid #474655;
background-color: #d7efd7;
}
/*-------▼saidnavi-------*/

/*-------▼navi-------*/

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 5px auto 5px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 11.1%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  /*width: calc(100% / 9);*/
}

.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #ff3366;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #cc0033;
  background: #cc0033;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #A31621;
}
.dropmenu li a:hover{
  background: #A31621;
}

#menu li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#menu li:hover ul{
  visibility: visible;
  opacity: 1;
}
#menu li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#menu li:hover ul li a{
  visibility: visible;
  opacity: 1;
}

#menu {
  display: none;
}

/*-------navi-------*/

/*-------suraida--------*/
.mb60{
	margin-bottom: 60px;
}
	
.swiper-container{
	text-align: center;
}

.swiper-container .swiper-slide img{
	max-width: 100%;
	height: auto;
}

.prettyprint{
	border: none;
	background: #fafafa;
	color: #697d86;
}

/*-------▼info-------*/

#information ul {
	padding: 0;
	list-style: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

#information li {
   padding:15px 0 15px 7em;
   text-indent: -7em;
   border-bottom:1px solid #ddd;
}

#information li span {
   display:inline-block;
   width:7em;
   text-indent:0;
}

#information li a {
   text-decoration:none;
   color:#000;
}

#information li a:hover {
   text-decoration:underline;
   color:#AB0404;

}

/*-------info-------*/


/*-------jamp-------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 9999;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/*-------jamp-------*/
.main_l {
	float: left;
	width: 65%;
}
.main_r {
	float: right;
	width: 35%;
}

.t_img {
	table-layout: fixed;
	width: 100%;
	font-size: 90%;
	color: #030;
}

.t_img tr td {
	padding: 2px;
}
#list tr td {
	background-position: top;
}

.clear_s {
  clear: both;
}

h2 {
	border-left-style: solid;
	border-left-color: #607131;
	border-left-width: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #607131;
	border-right-color: #607131;
	border-bottom-color: #607131;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	font-size: 120%;
	background-color: #8BA547;
	color: #FFF;
}

h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #960234;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #960234;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 110%;
}

h4 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #607131;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #607131;
}

.list_sc {
	width: 100%;
	border: 1px solid #333333;
	border-collapse: collapse;
	font-size: 90%;
}
.list_sc td {
	width: 25%;
	text-align: center;
	padding: 10px;
	border: 1px solid #333333;
}
.p_color_1 {
	background-color: #419CC0;
	color: #FFF;
}

.p_color_2 {
	background-color: #D4ECEA;
}

p {
	font-size: 90%;
	line-height: 150%;
	margin: 10px;
}

a:hover img.hoverimg{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}
.font_r {
	color: #F00;
	text-decoration: blink;
}

.font_r_i {
	color: #F00;
	text-decoration: underline blink;
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}
