@charset "utf-8";

/* *********************************************************
 * altstack base style seet
 * *********************************************************\*/


/*____________ element ____________\*/

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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
}

a img,
a:focus,
:link img,
:visited img {
	border: 0;
	outline:none;
}

q:before,
q:after,
blockquote:before,
 blockquote:after {
	content: "";
}

html,
body {
height: 100%;
}

body {
	color: #333;
	font-size: 18px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro' ,'メイリオ', Meiryo, Verdana, Arial,Helvetica, sans-serif ;
	_text-align: center;
	background: #fff;
}
p {
	margin: 0 0 1em;
	line-height: 1.5em;
}
em {
	font-style: normal;
	font-weight: bold;
}

strong {
	font-weight: bold;
}
a {
	color: #59c3e1;
}
a:focus {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
a:active {
	border: none;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

li img {
	vertical-align: bottom;
}

label {
	cursor: pointer;
}

hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: none;
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
}

/*____________ table ____________\*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
}

.simpletable {
	width: 100%;
	margin: 0 0 3em;
	border-collapse: collapse;
	border: 0px;
	animation: borderchange00 20s ease 1s infinite forwards !important;
	-o-animation: borderchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: borderchange00 20s ease 1s infinite forwards !important;
}
.simpletable tbody,
.simpletable tr {
	display: block;
	width: auto;
}
.simpletable th {
	display: block;
	width: auto;
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #59c3e1;
	animation: table_thchange00 20s ease 1s infinite forwards;
	-o-animation: table_thchange00 20s ease 1s infinite forwards;
	-webkit-animation: table_thchange00 20s ease 1s infinite forwards;
	border-bottom: 1px solid #fff;
	background: #59c3e1;
	white-space: nowrap;
}
@keyframes table_thchange00 {
	0% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1); border-bottom: 1px solid #fff; }
	33% {  border-color: rgba(224,90,195,1); background-color: rgba(224,90,195,1); border-bottom: 1px solid #fff; }
	66% {  border-color: rgba(202,224,90,1); background-color: rgba(202,224,90,1); border-bottom: 1px solid #fff; }
	100% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1); border-bottom: 1px solid #fff; }
}
@-o-keyframes table_thchange00 {
	0% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1); border-bottom: 1px solid #fff; }
	33% {  border-color: rgba(224,90,195,1); background-color: rgba(224,90,195,1); border-bottom: 1px solid #fff; }
	66% {  border-color: rgba(202,224,90,1); background-color: rgba(202,224,90,1); border-bottom: 1px solid #fff; }
	100% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1); border-bottom: 1px solid #fff; }
}
@-webkit-keyframes table_thchange00 {
	0% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1); border-bottom: 1px solid #fff; }
	33% {  border-color: rgba(224,90,195,1); background-color: rgba(224,90,195,1); border-bottom: 1px solid #fff; }
	66% {  border-color: rgba(202,224,90,1); background-color: rgba(202,224,90,1); border-bottom: 1px solid #fff; }
	100% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1); border-bottom: 1px solid #fff; }
}
.simpletable tr:last-child th {
	border-bottom: 1px solid #59c3e1;
	animation: bg_border_change00 20s ease 1s infinite forwards;
	-o-animation: bg_border_change00 20s ease 1s infinite forwards;
	-webkit-animation: bg_border_change00 20s ease 1s infinite forwards;
}
.simpletable td {
	display: block;
	font-size: 14px;
	padding: 5px 10px;
	background: #fff;
	animation: borderchange00 20s ease 1s infinite forwards !important;
	-o-animation: borderchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: borderchange00 20s ease 1s infinite forwards !important;
}
.simpletable td p {
	font-size: 1em;
	padding: 0;
}
.wpcf7-form {
	max-width: 95% !important;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
.simpletable.mailform01 {
	width: 100% !important;
	margin-bottom: 20px;
	border: none;
}
.simpletable.mailform01 tr {
	padding: 0;
	margin: 0;
	width: auto;
}
.simpletable.mailform01 th {
	width: auto;
	padding: 5px 10px;
}

.simpletable.mailform01 span {
	padding: 0 !important;
	margin: 0 !important;
}

.simpletable.mailform01 td {
	width: auto !important;
	padding: 5px 10px !important;
	margin: 0 0 10px;
}
.simpletable.mailform01 td.titlecol {

}
.simpletable.mailform01 td input  {
	max-width: 90% !important;
	font-size: 12px;
	padding: 10px 5px;
}
.formsubmit {
	text-align: center;
}
.formsubmit input {
	padding: 15px 10px;
	margin: 0 auto 20px;
}

.col05table01 {
}
.col05table01 tr {
	display: block;
}
.col05table01 th {
	display: block;
}
.col05table01 td {
	display: block;
}
/*________________________ col ________________________\*/

.col01,
.col01_l,
.col01_r {
	margin: 0 0 20px;
}
.col02,
.col02_l,
.col02_r {
	margin: 0 0 20px;
}
.col03,
.col03_l,
.col03_r {
	margin: 0 0 20px;
}
.col04,
.col04_l,
.col04_r {
	margin: 0 0 20px;
}
.col05,
.col05_l,
.col05_r {
	margin: 0 0 20px;
}
.col06,
.col06_l,
.col06_r {
	margin: 0 0 20px;
}

/*________________________ header ________________________\*/
header {
	border-bottom: 1px solid #59c3e1;
}
#contentstitle01 {
	background: #59c3e1;
}
#contentstitle01 #header_hr {
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
}
#contentstitle01 #header_hr h1 {
	width: 100%;
	height: 25px;
	color: #fff;
	font-size: 14px;
	text-indent: 0.5em;
	line-height: 1.4em;
	white-space: nowrap;
	padding-top: 5px;
	position: fixed;
	background: #59c3e1;
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
	z-index: 10005;
	overflow: hidden;
}
#contentstitle01 #header_hr #headersnav01 {
	display: none;
}

header nav {
	width: 100%;
	height: 365px;
	margin: 0 auto;
	position: fixed;
	transform: translateY(-365px);
	-webkit-transform: translateY(-365px);
	transition: ease .5s;
	-webkit-transition: ease .5s;
	z-index: 100;
	background: #59c3e1;
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
}
header nav#toppagenav {
	z-index: 10000;
}
header nav.action {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}
header nav #logo01 {
	width: 100%;
	height: 46px;
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #fff !important;
	animation: none !important;
	-o-animation: none !important;
	-webkit-animation: none !important;
}
header nav #logo01 a {
	display: block;
	width: 156px;
	height: 46px;
	margin: 0 auto;
	background: #59c3e1;
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
}
header nav #logo01 img {
	width: 150px;
	height: auto;
	margin: 0 auto;
	border: 8px solid #fff;
}
header nav #gnav {
	width: 100%;
	padding: 0;
}
header nav #gnav li {
	display: block;
	font-size: 16px;
	padding: 1px 0;
	overflow: hidden;
}
header nav #gnav li a {
	display: block;
	height: 22px;
	color: #fff;
	line-height: 1.4em;
	padding: 9px 15px;
	margin: 0;
	text-decoration: none;
	overflow: hidden;
	background: #59c3e1;
	background-size: no-repeat;
	background-image: url(../img/icon_arrow01_r.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 9px auto;
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
	border: 1px dotted #fff;
	border-width: 0 0 1px;
}
header nav #gnav li a span {
	font-size: 12px;
}
nav p#ds_btn {
	display: block;
	width: 61px;
	height: 0px;
	color: #661715;
	padding: 45px 0 0;
	background-color: #59c3e1;
	background-image: url(../img/btn_navswitch01.png);
	background-position: -44px center;
	background-repeat: no-repeat;
	background-size: auto 31px;
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
	cursor: pointer;
	position: absolute;
	right: 5px;
	bottom: -61px;
	overflow: hidden;
	z-index: 10001;
}
nav p#ds_btn.action {
	background: #4441f3 url(../img/btn_navswitch01.png) 16px center no-repeat;
	background-size: auto 31px;
}
#pageheader {
	background: #59c3e1;
}
h2.pagetitle01 {
	height: 40px;
	color: #59c3e1;
	text-align: center;
	line-height: 1.1em;
	padding: 30px 0;
	margin: 0;
	background: #fff url(../img/back_cross1.png) 0 0 repeat;
	background-attachment: fixed;
}
h2.pagetitle01 span {
	display: block;
	font-size: 14px;
	letter-spacing: 0.2em;
	padding: 0;
	text-align: center;
}
#breadcrumbs {
	text-align: center;
	padding: 0 10px 2px;
	margin: 0 auto;
	background: #59c3e1;
}
#breadcrumbs li {
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 5px;
	display: inline-block;
}
#breadcrumbs li a {
	color: #fff;
	text-decoration: none;
	background: url(../img/icon_arrow01_r.png) right center no-repeat;
	background-size: 7px;
	padding: 0 20px 0 0;
}
#breadcrumbs li a:hover {
	text-decoration: underline;
}

/*________________________ contents01 ________________________\*/
#contents01 {
	padding: 0 5px;
	margin: 0 auto;
}
#contents01 h3 {
	color: #59c3e1;
	font-size: 18px;
	line-height: 1.5em;
	padding: 7px 15px;
	margin: 0 0 20px;
	border: 1px solid #59c3e1;
	border-width: 0 0 1px;
}
#contents01 h3.indextitle01 {
	margin: 0 0 20px;
	text-align: center;
}
#contents01 h4 {
	color: #59c3e1;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 15px 20px ;
	margin: 0;
	border-width: 0 0 1px;
}

/*________________________ main_col ________________________\*/
#page_img01 img {
	width: 100%;
	height: auto;
	border: 5px solid #59c3e1;
	border-width: 0px 5px 5px;
	margin: 0 0 20px;
	box-sizing: border-box;
}
.main_col01 {
	margin: 0 0 50px;
}
.main_col01 img {
	max-width: 100%;
	height: auto;
}
.main_col01 section {
	padding: 30px 0 0;
	margin: 0 0 20px;
}
.main_col01 p {
	font-size: 14px;
	padding: 0 20px ;
	margin: 0 0 1em;
}
.main_col01 ul,
.main_col01 ol {
	padding: 0 0 0 1.5em;
	margin: 0 0 1em;
}
.main_col01 img {
	background-color: rgba(89,195,225,1);
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
}
.btnlist01 {
	padding: 0 !important;
}
.btnlist01 li {
	color: #fff;
	background: #59c3e1;
	list-style-type: none;
	margin: 0 0 10px;
}
.btnlist01 li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 17px 20px 17px 50px;
	background: url(../img/icon_arrow01_r.png) 26px center no-repeat;
	background-size: 10px;
}
a.link01 {
	display: block;
	padding: 12px 20px;
}
a.link01:hover {
	background-color: rgba(89,195,225,1);
	animation: bgchange00 5s ease 1s infinite forwards;
	-o-animation: bgchange00 5s ease 1s infinite forwards;
	-webkit-animation: bgchange00 5s ease 1s infinite forwards;
}
.graybox01 {
	padding: 22px;
	background: #ececec;
}
.graybox01 dl {
}
.graybox01 dt {
	font-size: 14px;
	line-height: 1.4em;
	clear: both;
}
.graybox01 dd {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 1em;
	clear: both;
}
.graybox01 ul {
}
.graybox01 li {
	display: inline-block;
	font-size: 14px;
	line-height:1.4em;
	list-style-type: none;
	white-space: nowrap;
	padding: 0 1em 0 0;
}

/*________________________ sub navigation ________________________\*/
.subnav{
}
.subnav.fixed {
}

.subnav ul {
	padding: 0;
	margin: 0;
	background-color: rgba(89,195,225,1);
}
.subnav ul li {
	display: inline-block;
	font-size: 12px;
	line-height: 1.4em;
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.subnav ul li a {
	display: block;
	padding: 9px 12px 8px 30px;
	margin: 0;
	text-decoration: none;
	background: url(../img/icon_arrow01_r.png) 12px center no-repeat;
	background-size: 8px;
	color: #fff;
}
.subnav ul li a:hover {
	background-color: rgba(89,195,225,1);
	animation: bgchange00 5s ease 1s infinite forwards;
	-o-animation: bgchange00 5s ease 1s infinite forwards;
	-webkit-animation: bgchange00 5s ease 1s infinite forwards;
}

/*________________________ index ________________________\*/

#index_mainimg01 {
	height: 180px;
	background: #59c3e1 url(../img/img_indexmain02.png) center 0px repeat-x;
	background-size: 800px auto;
	padding: 0 0;
	margin: 30px 0 180px;
	position: relative;
	overflow: visible;
}
#index_mainimg01 .bx-wrapper {
	position: absolute;
	bottom: -200px; 
	oveflow: hidden;
}
#index_mainimg01 .bx-wrapper .bx-viewport {
	height: auto !important;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: none;
	border: none;
	left: -5px;
	background: transparent;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
#index_mainimg01 .bx-wrapper .bxslider li a {
	display: block;
	height: 250px;
	position: relative;
}
#index_mainimg01 .bx-wrapper .bxslider li a img {
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
}
#index_mainimg01 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	bottom: -60px;
	padding: 5px;
	margin: auto auto;
	outline: 0;
	width: 22px;
	height: 40px;
	text-indent: -9999px;
	z-index: 9999;
}
#index_mainimg01 .bx-wrapper .bx-prev {
	left: 0px;
	background: #59c3e1 url(../img/icon_arrow02_l.png) center center no-repeat;
	background-size: 14px auto;
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
	opacity: 0.8;
}
#index_mainimg01 .bx-wrapper .bx-next {
	right: 0px;
	background: #59c3e1 url(../img/icon_arrow02_r.png) center center no-repeat;
	background-size: 14px auto;
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
	opacity: 0.8;
	transition: all 0.5s;
}
#index_mainimg01 .bx-wrapper a.bx-prev:hover, 
#index_mainimg01 .bx-wrapper a.bx-next:hover {
	opacity: 1;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -35px;
	width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: 0.8s;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #59c3e1;
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
}

#index_btnlist {
	text-align: center;
	margin: 0 0 30px;
}
#index_btnlist li {
	display: block;
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0 3px 12px;
	background: #59c3e1;
}

#index_btnlist li a {
	display: block;
	width: 100%;
	text-align: center;
}
#index_btnlist li a img {
	width: 50%;
	height: auto;
	margin: 0 auto;
}
#index_btnlist li a:hover {
}

#groupbox01 {
	width: auto;
	text-align: center;
	border: 1px solid rgba(89,195,225,1) ;
	border-width: 1px 0 0 0;
	animation: borderchange00 20s ease 1s infinite forwards !important;
	-o-animation: borderchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: borderchange00 20s ease 1s infinite forwards !important;
}
#groupbox01 h4 {
	width: 120px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 7px 10px;
	margin: 0 auto 15px;
	background: #59c3e1;
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
}
#groupbox01 ul {
	margin: 0 auto 30px;
	text-align: center;
}
#groupbox01 ul li {	
	display: inline-block;
	list-style-type: none;
}
/*________________________ information ________________________\*/
.infolist01 {
	margin: 0 0 50px;
}
.infolist01 li {
	width: 100%;
	font-size: 18px;
	line-height: 1.4em;
	list-style-type: none;
	margin: 0 0 30px;
}
.infolist01 li span.date {
	display: block;
	text-align: center;
	margin: 0 0 20px;
	padding: 0 20px 0 10px;
	color: #555;
}
.main_col01 .infolist01 {
	padding: 0;
	margin: 0 0 50px;
}
.main_col01 .infolist01 li section {
	display: table;
	padding: 0;
	margin: 0 !important;
}

#contents01 .infolist01 li h4 {
	display: block;
	color: #fff;
	font-weight: normal;
	margin: 0 0 7px;
	padding: 3px 20px 3px 10px;
	background: #59c3e1;
}
.infolist01 li p {
	display: block;
	padding: 0 20px;
}

/*________________________ recruit ________________________\*/

/*________________________ works ________________________\*/
section.workslist01 {
	width: 100%;
	padding: 15px 0 10px;
	margin: 0 auto 10px;
	float: none;
	position: relative;
	border: 5px solid #59c3e1;
	border-width: 5px 0 0;
	overflow: hidden;
}
section.workslist01 .works_img01 {
	height: auto;
}
section.workslist01 .works_img01 a:hover {
	opacity: 0.8;
}
#contents01 section.workslist01 h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	padding: 0 10px;
	margin: 0 0 0.8em;
	overflow: hidden;
}
#contents01 section.workslist01 .marginb50 {
	margin-bottom: 0px !important;
}
#contents01 section.workslist01 ul {
	padding: 0 10px;
	margin: 0 0 10px;
}
#contents01 section.workslist01 ul li {
	font-size: 14px;
	list-style-type: none;
}
#contents01 section.workslist01 ul li.works_btn1 {
}
#contents01 section.workslist01 ul li.works_btn1 a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 7px 30px 7px 38px;
	background: #59c3e1 url(../img/icon_arrow01_r.png) 15px center no-repeat;
	background-size: 8px;
	position: absolute;
	right: 0;
	bottom: 5px;
}
#contents01 section.workslist01 ul li.works_btn1 a:hover {
	background-color: rgba(89,195,225,1) !important;
	animation: bgchange00 5s ease 1s infinite forwards !important;
	-o-animation: bgchange00 5s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 5s ease 1s infinite forwards !important;
}
.works_img01l {
	margin: 0 0 50px;
}
.works_img01l img {
	margin: 0 0 20px;
}
.works_img01l img a {
	margin: 0 0 20px;
}
.speclist01 {
	margin: 0 0 30px;
}
.speclist01 li {
	font-size: 14px;
	line-height: 1.5em;
	list-style-type: none;
}
#contents01 h3.works_title {
	font-size: 16px;
	padding: 7px 150px 15px 7px;
	position: relative;
}
.works_title span {
	position: absolute;
	margin: auto;
	right: 10px;
	top: 0;
	bottom: 0;
}
.works_title span a {
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	padding: 8px 15px 8px;
	margin: 0 1px 0 0;
	display: inline-block;
	background: #59c3e1;
	background-size: 9px;
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
}
@keyframes bgchange00 {
	0% { background-color: rgba(89,195,225,1); }
	33% { background-color: rgba(224,90,195,1); }
	66% { background-color: rgba(202,224,90,1); }
	100% { background-color: rgba(89,195,225,1); }
}
@-o-keyframes bgchange00 {
	0% { background-color: rgba(89,195,225,1); }
	33% { background-color: rgba(224,90,195,1); }
	66% { background-color: rgba(202,224,90,1); }
	100% { background-color: rgba(89,195,225,1); }
}
@-webkit-keyframes bgchange00 {
	0% { background-color: rgba(89,195,225,1); }
	33% { background-color: rgba(224,90,195,1); }
	66% { background-color: rgba(202,224,90,1); }
	100% { background-color: rgba(89,195,225,1); }
}
.works_title span a:hover {
	text-decoration: none;
	background-color: rgba(89,195,225,1);
	animation: bgchange00 5s ease 1s infinite forwards !important;
	-o-animation: bgchange00 5s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 5s ease 1s infinite forwards !important;
}

/*________________________ footer ________________________\*/
#footer {
	clear: both;
	background: #59c3e1;
}
#footcontents {
	padding: 50px 0;
	margin: 0 auto;
}
#footcontents a {
	color: #fff;
	text-decoration: none;
}
.footernav01 {
	padding: 0;
	margin: 0 0 50px;
}
.footernav01 li {
	font-size: 12px;
	line-height: 1.5em;
	padding: 1px 0;
	margin: 0;
	list-style-type: none;
	border: 1px dotted #fff;
	border-width: 1px 0 0;
}
.footernav01 li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 15px 7px 35px;
	background: url(../img/icon_arrow01_r.png) 20px center no-repeat;
	background-size: 7px;
}
.footernav01 li ul {
	border-width: 0;
}
.footernav01 li ul li {
	border: 1px dotted #fff;
	border-width: 0 0 1px;
}
.footernav01 li ul li:first-child {
	border-width: 1px 0 1px;
}
.footernav01 li ul li a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 7px 15px 7px 45px;
	background: url(../img/icon_arrow01_r.png) 35px center no-repeat;
	background-size: 7px;
}
.footernav01 {
}
#footer address {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4em;
	padding: 35px 0 0;
	background: url(../img/title_footerlogo01.png) center top no-repeat;
	clear: both;
}
#footer .copyright {
	color: #59c3e1;
	font-size: 14px;
	padding: 50px 0;
	background: #fff;
}
#pagetop01 {
	width: 61px;
	height: 40px;
	margin: 0;
	padding: 0;
	position:fixed;
	right: 5px;
	bottom:0px;
	overflow: hidden;
}
#pagetop01 a {
	display: block;
	width: 61px;
	height: 0px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	padding: 40px 0 0;
	background: #59c3e1 url(../img/back_pagetop01.png) center center no-repeat;
	background-size: 57px auto;
	opacity: 0.7;
}

#pagetop01 a:hover {
	opacity: 1;
}

/*------------------------ sitemap ------------------------*/
ul#sitemap {
	padding: 0;
}
ul#sitemap ul {
	padding: 20px 0 0;
}

ul#sitemap li {
	font-size: 20px;
	vertical-align: middle;
	line-height: 1.4em;
	list-style-type: none;
	margin-bottom: 20px;
	padding: 0;
	background-image: none;
}
ul#sitemap li a {
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em;
	padding: 30px 20px;
	border: 1px solid #59c3e1;
	text-decoration: none;
}
ul#sitemap li a:hover {
	color: #fff;
	background-color: rgba(89,195,225,1);
	animation: bg_border_change00 5s ease 1s infinite forwards !important;
	-o-animation: bg_border_change00 5s ease 1s infinite forwards !important;
	-webkit-animation: bg_border_change00 5s ease 1s infinite forwards !important;
}
ul#sitemap li a span {
	font-size: 14px;
	line-height: 1.3em;
	display: block;
	text-align: center;
}


/*________________________ bits ________________________\*/

.fclear {
	clear: both;
}

.alignleft,
.float_l {
	display: block;
	float: none;
	text-align: center;
}
.alignright,
.float_r {
	display: block;
	float: none;
	text-align: center;
}

p img.alignleft,
p img.float_l {
	margin: 0 20px 20px 0;
}
p img.alignright,
p img.float_r {
	margin: 0 0 20px 20px;
}

.aligncenter,
.align_c {
	text-align: center !important;
}
.aligncenter img,
img.aligncenter,
.align_c img {
	margin-left: auto !important;
	margin-right: auto !important;#
}
.align_l {
	text-align: left !important;
}
.align_r {
	text-align: right !important;
}
.valign_t {
	vertical-align: top;
}
.align_b {
	vertical-align: bottom;
}

.nomargin {
	margin: 0px !important;
}

.marginb10 {
	margin-bottom: 5px !important;
}

.marginb20 {
	margin-bottom: 10px !important;
}

.marginb30 {
	margin-bottom: 15px !important;
}

.marginb50 {
	margin-bottom: 25px !important;
}


.marginb2em {
	margin-bottom: 2em !important;
}

.nopadding {
	padding: 0px !important;
}

.paddingt2em {
	padding-top: 2em !important;
}

.paddingt10 {
	padding-top: 10px !important;
}

.paddingt20 {
	padding-top: 20px !important;
}

.paddingb10 {
	padding-bottom: 10px !important;
}

.paddingb20 {
	padding-bottom: 20px !important;
}

.paddingb30 {
	padding-bottom: 30px !important;
}

.hide {
	display: none;
}

.hidden {
	visibility: hidden;
}

.hidedisp {
	position:absolute;
	left: -1000%;
}

.underline {
	text-decoration: underline;
}

.overline {
	text-decoration: overline;
}

.ssfont {
	font-size: xx-small !important;
}

.sfont {
	font-size: x-small !important;
}

.mfont {
	font-size: medium !important;
}

.x08emfont {
	font-size: 0.8em !important;
}

.x10emfont {
	font-size: 1em !important;
}

.x12emfont {
	font-size: 1.2em !important;
}

.x14emfont {
	font-size: 1.4em !important;
}

.indent1em {
	margin-left: 2em;
	text-indent: -1em;
}
.indent2em {
	margin-left: 3em;
	text-indent: -2em;
}

.blue {
	color: #00f !important;
}

.red {
	color: #f00 !important;
}

.orange {
	color: #f60 !important;
}

.pink {
	color: #e43f7b !important;
}

.pinkline {
	background: #ffe7ef;
	padding: 1px;
}

.brown01 {
	color: #9a5000 !important;
}


.bold {
	font-weight: bold !important;
}

.italic {
	font-style: italic
}
hr.hidden {
	height: 1px;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
br.fclear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 1px;
	overflow: hidden;
}

div.fclear {
	height: 1px;
	overflow: hidden ;
}
.fclear hr {
	display: none;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden ;
}
.textlink01 {
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
	padding: 8px 10px 8px 35px;
	display: inline-block;
	background: #59c3e1 url(../img/icon_arrow01_r.png) 17px center no-repeat;
	background-size: 9px;
}
.textlink01:hover {
	text-decoration: none;
	background-color: rgba(89,195,225,1);
	animation: bgchange00 5s ease 1s infinite forwards !important;
	-o-animation: bgchange00 5s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 5s ease 1s infinite forwards !important;
}
.dotted01 {
	height: 1px;
	background: #59c3e1 url(../img/back_dotted01.gif) 0 0 repeat;
	margin: 0 0 30px;
}
.dotted01 hr {
	display: none;
}

/*________________________ color change set ________________________\*/
.font_colorchange00 {
	animation: font_border_change00 20s ease 1s infinite forwards;
	-o-animation: font_border_change00 20s ease 1s infinite forwards;
	-webkit-animation: font_border_change00 20s ease 1s infinite forwards;
}
@keyframes font_change00 {
	0% {   color: rgba(89,195,225,1);}
	33% {  color: rgba(224,90,195,1); }
	66% {  color: rgba(202,224,90,1); }
	100% {  color: rgba(89,195,225,1); }
}
@-o-keyframes font_change00 {
	0% {   color: rgba(89,195,225,1);}
	33% {  color: rgba(224,90,195,1); }
	66% {  color: rgba(202,224,90,1); }
	100% {  color: rgba(89,195,225,1); }
}
@-webkit-keyframes font_change00 {
	0% {   color: rgba(89,195,225,1);}
	33% {  color: rgba(224,90,195,1); }
	66% {  color: rgba(202,224,90,1); }
	100% {  color: rgba(89,195,225,1); }
}


.bordercolorchange00 {
	animation: borderchange00 20s ease 1s infinite forwards !important;
	-o-animation: borderchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: borderchange00 20s ease 1s infinite forwards !important;
}
@keyframes borderchange00 {
	0% {  border-color: rgba(89,195,225,1); }
	33% {  border-color: rgba(224,90,195,1); }
	66% {  border-color: rgba(202,224,90,1); }
	100% {  border-color: rgba(89,195,225,1); }
}
@-o-keyframes borderchange00 {
	0% {  border-color: rgba(89,195,225,1); }
	33% {  border-color: rgba(224,90,195,1); }
	66% {  border-color: rgba(202,224,90,1); }
	100% {  border-color: rgba(89,195,225,1); }
}
@-webkit-keyframes borderchange00 {
	0% {  border-color: rgba(89,195,225,1); }
	33% {  border-color: rgba(224,90,195,1); }
	66% {  border-color: rgba(202,224,90,1); }
	100% {  border-color: rgba(89,195,225,1); }
}

.bgcolorchange00 {
	animation: bgchange00 20s ease 1s infinite forwards !important;
	-o-animation: bgchange00 20s ease 1s infinite forwards !important;
	-webkit-animation: bgchange00 20s ease 1s infinite forwards !important;
}
@keyframes bgchange00 {
	0% { background-color: rgba(89,195,225,1); }
	33% { background-color: rgba(224,90,195,1); }
	66% { background-color: rgba(202,224,90,1); }
	100% { background-color: rgba(89,195,225,1); }
}
@-o-keyframes bgchange00 {
	0% { background-color: rgba(89,195,225,1); }
	33% { background-color: rgba(224,90,195,1); }
	66% { background-color: rgba(202,224,90,1); }
	100% { background-color: rgba(89,195,225,1); }
}
@-webkit-keyframes bgchange00 {
	0% { background-color: rgba(89,195,225,1); }
	33% { background-color: rgba(224,90,195,1); }
	66% { background-color: rgba(202,224,90,1); }
	100% { background-color: rgba(89,195,225,1); }
}
.bgcolorchange00 a {
}

.font_border_colorchange00 {
	animation: font_border_change00 20s ease 1s infinite forwards;
	-o-animation: font_border_change00 20s ease 1s infinite forwards;
	-webkit-animation: font_border_change00 20s ease 1s infinite forwards;
}
@keyframes font_border_change00 {
	0% {  border-color: rgba(89,195,225,1); color: rgba(89,195,225,1);}
	33% {  border-color: rgba(224,90,195,1); color: rgba(224,90,195,1); }
	66% {  border-color: rgba(202,224,90,1); color: rgba(202,224,90,1); }
	100% {  border-color: rgba(89,195,225,1); color: rgba(89,195,225,1); }
}
@-o-keyframes font_border_change00 {
	0% {  border-color: rgba(89,195,225,1); color: rgba(89,195,225,1);}
	33% {  border-color: rgba(224,90,195,1); color: rgba(224,90,195,1); }
	66% {  border-color: rgba(202,224,90,1); color: rgba(202,224,90,1); }
	100% {  border-color: rgba(89,195,225,1); color: rgba(89,195,225,1); }
}
@-webkit-keyframes font_border_change00 {
	0% {  border-color: rgba(89,195,225,1); color: rgba(89,195,225,1);}
	33% {  border-color: rgba(224,90,195,1); color: rgba(224,90,195,1); }
	66% {  border-color: rgba(202,224,90,1); color: rgba(202,224,90,1); }
	100% {  border-color: rgba(89,195,225,1); color: rgba(89,195,225,1); }
}

.bg_border_colorchange00 {
	animation: bg_border_change00 20s ease 1s infinite forwards;
	-o-animation: bg_border_change00 20s ease 1s infinite forwards;
	-webkit-animation: bg_border_change00 20s ease 1s infinite forwards;
}
@keyframes bg_border_change00 {
	0% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1);}
	33% {  border-color: rgba(224,90,195,1); background-color: rgba(224,90,195,1); }
	66% {  border-color: rgba(202,224,90,1); background-color: rgba(202,224,90,1); }
	100% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1); }
}
@-o-keyframes bg_border_change00 {
	0% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1);}
	33% {  border-color: rgba(224,90,195,1); background-color: rgba(224,90,195,1); }
	66% {  border-color: rgba(202,224,90,1); background-color: rgba(202,224,90,1); }
	100% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1); }
}
@-webkit-keyframes bg_border_change00 {
	0% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1);}
	33% {  border-color: rgba(224,90,195,1); background-color: rgba(224,90,195,1); }
	66% {  border-color: rgba(202,224,90,1); background-color: rgba(202,224,90,1); }
	100% {  border-color: rgba(89,195,225,1); background-color: rgba(89,195,225,1); }
}

.bgcolorchange01 {
	background-color: rgba(224,119,90,1);
	animation: bgchange01 20s ease 1s infinite forwards;
	-o-animation: bgchange01 20s ease 1s infinite forwards;
	-webkit-animation: bgchange01 20s ease 1s infinite forwards;
}
@keyframes bgchange01 {
	0% { background-color: rgba(224,119,90,1); }
	33% { background-color: rgba(90,224,119,1); }
	66% { background-color: rgba(119,90,224,1); }
	100% { background-color: rgba(224,119,90,1); }
}
@-o-keyframes bgchange01 {
	0% { background-color: rgba(224,119,90,1); }
	33% { background-color: rgba(90,224,119,1); }
	66% { background-color: rgba(119,90,224,1); }
	100% { background-color: rgba(224,119,90,1); }
}
@-webkit-keyframes bgchange01 {
	0% { background-color: rgba(224,119,90,1); }
	33% { background-color: rgba(90,224,119,1); }
	66% { background-color: rgba(119,90,224,1); }
	100% { background-color: rgba(224,119,90,1); }
}


.imgcolorchange00 {
	animation: imgchange00 20s ease 1s infinite;
	-o-animation: imgchange00 20s ease 1s infinite;
	-webkit-animation: imgchange00 20s ease 1s infinite;
}
@keyframes imgchange00 {
	0% {  filter: hue-rotate(0deg); }
	100% {  filter: hue-rotate(360deg); }
}
@-o-keyframes imgchange00 {
	0% {  -0-filter: hue-rotate(0deg); }
	100% {  -0-filter: hue-rotate(360deg); }
}
@-webkit-keyframes imgchange00 {
	0% {  -webkit-filter: hue-rotate(0deg); }
	100% {  -webkit-filter: hue-rotate(360deg); }
}

.blur {
	opacity: 0.25;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	transition: 0.2s;
}