@charset "UTF-8";
body {
	background-color: #ffffff;
	color: #404040;
	font: 16px Georgia, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
	height: auto;
	width: 996px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	line-height: 16px;
	margin: 0px auto;
	padding: 0 10px;
}

h1,h2,h3,h4,h5,h6{
    /* font-size:100%; */
	/* font-weight:normal; */
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

a:link {
	color: #33cccc;
	text-decoration: none;
}
a:visited {
	color: #33cccc;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color: #33cccc;
}
a:active {
	color: #33cccc;
}

/* ボーダーグラデーション
-------------------------------------------------------------- */

.hb {
    position: relative;
    width: 100%;
    /* margin: 50px 0; */
    padding: 16px 0;
    color: #ff0099;
    /* font-size: 18px; */
    text-align: center;
}
.hb::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #f09 25%, #f09 75%, transparent);
    background-image: linear-gradient(to right, transparent, #f09 25%, #f09 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}
.hb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #f09 25%, #f09 75%, transparent);
    background-image: linear-gradient(to right, transparent, #f09 25%, #f09 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}
.hb2 {
    position: relative;
    width: 100%;
    /* margin: 50px 0; */
    padding: 16px 0;
    /* color: #ff0099; */
    /* font-size: 18px; */
    /* text-align: center; */
}
.hb2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000 25%, #000 75%, transparent);
    background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}
.hb2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000 25%, #000 75%, transparent);
    background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

/* テーブル（表）
-------------------------------------------------------------- */

table {
	background-color: #ffffff;
	border-top: #f0f0f0 1px solid;
	border-bottom: #f0f0f0 1px solid;
	border-collapse: collapse;
	/* width: 100%; */
} 
table.row-table-01 th {
	text-align: right;
	padding: 10px;
	white-space: nowrap;
	font-weight: normal;
} 
table.row-table-01 td {
	padding: 10px;
	width: 100%;
} 
table.row-table-01 tr {
	background-color: #fafafa;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
table.row-table-01 tr:nth-child(2n) {
	background-color: #f0f0f0;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

#container {
	padding: 0;
	display: inline;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 1000px ;
}
#header {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#navbar {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* フッター
-------------------------------------------------------------- */

.footer {
}
#footer {
	margin: auto;
	margin-top: 32px;
	padding-top: 32px !important;
	text-align: center;
}
.copyright {
	padding: 16px 0 32px 0;
	color: #ff0099;
}
.footer-menu {
	/* margin-top: 20px; */
}
.footer-menu ul {
	font-size: 0;
	padding: 0;
}
.footer-menu li {
	background-color: #ff0099;
	display: inline-block;
	font-size: 12px;
	width: 25%;
	padding: 5px 0;
}
.footer-menu li:hover {
	background-color: #33cccc;
}
.footer-menu li a {
	color: #ffffff;
	display: block;
}

.h1 {
	/* font-size: 42px; */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color: #ff0099;
	margin-bottom: 16px;
}
.h2 {
	/* font-size: 24px; */
	color: #ff0099;
}
.h5 {
	text-align: center;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: left;
	width: 166px;
	text-align: center;
	background-color: #ff0099;
}
#contents {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#navbar a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	padding: 3px;
	font-size: 16px;
	margin: 0px;
}
#navbar a:hover {
	background-color: #6FC;
}
#container #header {
	color: #ff0099;
}
h4 {
	/* font-size: large; */
}
.h4 {
	/* font-size: medium; */
}
.h5-2 {
	/* font-size: medium; */
}

/* グローバルメニュー
-------------------------------------------------------------- */
#menu-wrap {
  width: 100%;
  height: 40px;
  box-shadow: 0 1px 10px #333;
  background: #ff0099;
  margin: 0 auto 16px;
}
#global-menu {
	list-style-type: none;
	width: 996px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: #ff0099;
	/* border-bottom: 5px solid #cc0066; */
	/* border-radius: 3px 3px 0 0; */
}
#global-menu li {
	position: relative;
	width: 16.666666666%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#global-menu li a {
	display: block;
	margin: 0;
	padding: 13px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
}
#global-menu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	z-index: 9999;
}
#global-menu li:last-child ul {
	left: -100%;
	width: 100%
}
#global-menu li ul li {
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#global-menu li ul li a {
	padding: 13px 15px;
	background: #33cccc;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#global-menu li:hover > a {
	background: #22bbbb;
	color: #ffffff;
}
#global-menu > li:hover > a {
	/* border-radius: 3px 3px 0 0; */
}
#global-menu li:hover ul li {
	overflow: visible;
	height: 38px;
	border-top: 1px solid #44dddd;
	border-bottom: 1px solid #22bbbb;
}
#global-menu li:hover ul li:first-child {
	border-top: 0;
}
#global-menu li:hover ul li:last-child {
	border-bottom: 0;
}
#global-menu li:hover ul li:last-child a {
	border-radius: 0 0 3px 3px;
}

#global-menu2 {
	list-style-type: none;
	width: 996px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: #ff0099;
	/* border-bottom: 5px solid #cc0066; */
	/* border-radius: 3px 3px 0 0; */
}
#global-menu2 li {
	position: relative;
	width: 11.111111111%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#global-menu2 li a {
	display: block;
	margin: 0;
	padding: 13.5px 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
#global-menu2 li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	z-index: 9999;
}
#global-menu2 li:last-child ul {
	left: -100%;
	width: 100%
}
#global-menu2 li ul li {
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#global-menu2 li ul li a {
	padding: 13px 15px;
	background: #33cccc;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#global-menu2 li:hover > a {
	background: #22bbbb;
	color: #ffffff;
}
#global-menu2 > li:hover > a {
	/* border-radius: 3px 3px 0 0; */
}
#global-menu2 li:hover ul li {
	overflow: visible;
	height: 38px;
	border-top: 1px solid #44dddd;
	border-bottom: 1px solid #22bbbb;
}
#global-menu2 li:hover ul li:first-child {
	border-top: 0;
}
#global-menu2 li:hover ul li:last-child {
	border-bottom: 0;
}
#global-menu2 li:hover ul li:last-child a {
	border-radius: 0 0 3px 3px;
}

.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
}

/* 最新情報RSS項目
-------------------------------------------------------------- */

div#feed {
  margin: 0 0 20px;
}
div#feed .rss-item a {
  text-decoration: none;
  display: block;
  padding: 9px 0;
  overflow: hidden;
}
div#feed .rss-item a:hover {
	background-color: rgba(255, 255, 0, 0.5);
}
div#feed .rss-item img {
	margin: 0 10px;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
    width:150px;
}
div#feed .rss-item p {
  margin: 0 0 3px 0;
  line-height: 1.2;
  width: auto;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ff0088;
}
div#feed .rss-item .rss-img {
  margin: 0;
  padding: 0;
}
div#feed .rss-item .title {
  font-weight: normal;
}
div#feed .rss-item .siteinfo {
  /* font-size: 90%; */
  /* font-weight: normal; */
  /* color: #a9a9a9; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div#feed .rss-item .description {
  /* font-size: 90%; */
  font-weight: normal;
  color: #404040;
}
div#feed .rss-item .description a:hover {
  color: #404040;
}
div#feed .rss-item .title, div#feed .rss-item .siteinfo, div#feed .rss-item .description {
  overflow: hidden;
  padding: 0 5px;
}
div#feed .rss-item .left {
	float: left;
}
div#feed .rss-item .right {
  float: right;
}
div#feed .rss-item .newmark {
  font-size: 74%;
  padding: 0px 5px;
  vertical-align: middle;
  color: White;
  background-color: #ff4500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div#feed hr {
  margin: 0;
  padding: 0;
}
.sub-title {
	color: #999999;
	font-size: 0.8rem;
	font-weight: normal;
}
.bc-caption {
	position: relative;
}
.bc-caption-text {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,0,128,0.5);
	color: #ffffff;
	width: 100%;
	padding: 5px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
}

/* ページトップ
-------------------------------------------------------------- */

.pagetop{
   background-color: rgba(255,0,153,1);
   border-radius: 32px;
   color: #ffffff !important;
   /* padding: 8px; */
   position: fixed; /* 表示場所を固定 */
   bottom: 50px;
   right: 50px;
   /* font-family: 'Roboto Condensed', sans-serif; */
   text-decoration: none;
   z-index: 100; /* 下に入り込むのを回避 */
   height: 64px;
   width: 64px;
   text-align: center;
   line-height: 64px;
	-webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
}
/* hover時に色を変える */
.pagetop:hover{
   background-color:rgba(51,204,204,1);
}
