@charset "utf-8";
/* Reset
---------------------------------------------------------- */
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, 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;
}
body {
	line-height: 1;
}
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;
}
a {
	text-decoration: none;
}
/* ===========================================================

 Layout

=========================================================== */
body {
	background: #fff;
	color: #020202;
	font-size: 87.5%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	line-height: 1.6;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
}
.sp_f_regist {
	display: none;
}
/* ===========================================================

	header

=========================================================== */
#header {
	border-top: solid 3px #0097e0;
}
#header .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
/* logo
----------------------------------------------------------- */
#header .logo {
	margin: 0px 0 10px;
}
#header .logo img {
	width: 200px;
	height: auto;
}
/* login
----------------------------------------------------------- */
#header ul#login {
	font-size: 90%;
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 10px;
}
#header ul#login li {
	float: left;
}
#header ul#login li a {
	color: #fff;
	width: 150px;
	padding: 10px 15px 10px 15px;
	display: block;
	background-color: #0097e0;
	text-align: center;
}
#header ul#login li a:hover {
	color: #fff;
	text-decoration: none;
	width: 150px;
	padding: 10px 15px 10px 15px;
	display: block;
	background-color: #0065ac;
	text-align: center;
}
#header ul#login li.active a {
	color: #fff;
	width: 150px;
	padding: 10px 15px 10px 15px;
	display: block;
	background-color: #0065ac;
	text-align: center;
}
#header ul#login li.active a:hover {
	color: #fff;
	text-decoration: none;
	width: 150px;
	padding: 10px 15px 10px 15px;
	display: block;
	background-color: #0065ac;
	text-align: center;
}
/* tel
----------------------------------------------------------- */
#header div#tel {
	position: absolute;
	top: 58px;
	right: 20px;
	margin: 0;
}
/* ===========================================================

	globalNavi

=========================================================== */
nav {
	width: 100%;
	height: 55px;
	margin-top: 15px;
}
#gnav {
	width: 980px;
	height: 55px;
	margin: 0 auto;
	word-break: keep-all;
	z-index: 999900;
}
#gnav ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.2;
}
#gnav ul li img {
	vertical-align: bottom;
	outline: none;
}
#gnav li {
	float: left;
	position: relative;
	display: inline;
	margin: 0;
	width: 196px;
}
#splogin {
	display: none;
}
#spmember {
	display: none;
}
#spNav {
	display: none;
}
/* ===========================================================

	mainvisual

=========================================================== */
#mainvisual {
	border-top: solid 3px #0097e0;
}
.top_img{
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	text-align: center;
	background-color: #0097e0;
}
@media screen and (max-width: 1024px) {
.top_img img{
	width: 100%;
	height: auto;
}
}
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul, .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	height: auto;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev, .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #333 url(../img/sl_pre.png) right center no-repeat;
}
.slider_next {
	background: #333 url(../img/sl_nxt.png) left center no-repeat;
}
/*
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}*/


/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
/* ===========================================================

	contens

=========================================================== */

#containerWrapper {
/*background: #f7fcff;*/
}
#container {
	width: 980px;
	margin: 0 auto;
}
#container img {
	width: 100%;
	height: auto;
}
#contents {
}
#contents p {
	line-height: 1.6em;
}
#home #contents {
}
#contentsInner {
	padding: 10px 40px 64px;
 *zoom: 1;
}
#contentsInner:after {
	content: '';
	display: block;
	clear: both;
}
/*breadcrumbs
---------------------------------------------*/
.breadcrumbs {
/*background: #eee;*/
}
.breadcrumbs ul {
	width: 980px;
	margin: 0 auto;
	padding: 18px 0;
}
.breadcrumbs li {
	color: #555;
	float: left;
	font-size: 90%;
}
.breadcrumbs li span {
	display: inline-block;
	padding: 0 0.5em;
}
/*pagetitle
---------------------------------------------*/
#pagetitle {
	width: 100%;
	background-color: #0097e0;
	position: relative;/*border-bottom: 5px solid #00aae0;*/
}
#pagetitle .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index: 99;
}
#pagetitle .ami {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	background: url(../img/ami.png);
}
#pagetitle h1 {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 24px;
}

@media screen and (max-width: 640px) {
#pagetitle .inner {
	position: relative;
	width: 100%;
}
#pagetitle h1 {
	margin-left: 15px;
	font-size: 18px;
	line-height: 1.6em;
}
}
/*pagetop
---------------------------------------------*/
#pagetop {
	margin: 0 auto;
	text-align: right;
	line-height: 1.6em;
	padding: 50px 15px 15px 15px;
}
/*main_sub
---------------------------------------------*/
#main {
	float: right;
	width: 65%;
}
#sub {
	float: left;
	width: 30%;
}
/**/
/*side_login
----------------------------------------------------------- */
#side_login, #main_login{
	text-align: center;
	padding: 10px;
	border: solid 3px #0097e0;
}
#side_login p.name,
#main_login p.name{
	padding-top:10px;
}
#side_login div a,
#main_login div a{
	color: #fff;
	text-decoration:none;
}
#side_login div span,
#main_login div span{
	display:block;
}
#side_login h2,
#main_login h2 {
	color: #0097e0;
	font-size: 20px;
	font-weight: 700;
}
#side_login li,
#main_login li {
	padding: 10px;
}
#side_login .login ,
#main_login .login {
	margin-top:10px;
	padding: 15px;
	color: #fff;
	background-color: #fea500;
	cursor: pointer;
}
#side_login .login:hover ,
#main_login .login:hover {
	color: #fff;
	background-color: #feba00;
}
/*#side_login .login a,#side_login .login a:hover {
	color: #fff;
}*/
#side_login .new_entry,
#main_login .new_entry {
	margin-top:15px;
	margin-bottom:15px;
	padding: 15px;
	color: #fff;
	background-color: #0097e0;
}
#side_login .new_entry:hover ,
#main_login .new_entry:hover {
	color: #fff;
	background-color: #00aae0;
}
/*#side_login .new_entry a,#side_login .new_entry a:hover {
	color: #fff;
}*/
#side_login .logout ,
#main_login .logout {
	padding: 15px;
	color: #fff;
	background-color: #888888;
        display: block;
}
#side_login .logout:hover ,
#main_login .logout:hover {
	background-color: #666666;
        text-decoration: none;
}
#side_login input ,
#main_login input {
	width: 100%;
	height: 30px;
}
/*
side_menu
--------------------------*/
#side_menu {
	margin-top: 20px;
}
#side_menu a, #side_menu a:hover {
	color: #fff;
	text-decoration: none;
}
#side_menu li {
	padding: 15px;
	color: #fff;
	background-color: #0097e0;
	position: relative;
	padding-left: 40px;
}
#side_menu li:hover {
	background-color: #00aae0;
}
#side_menu li:before {
	content: '';
	display: block;
	position: absolute;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top: 40%;
	left: 15px;
	height: 0;
	width: 0;
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #fff;
}
/* side_bnr
----------------------------------------------------------- */
.side_bnr {
	padding: 0 0 10px;
}
.side_bnr ul {
	margin: 0 0 0 20px;
	padding: 20px 0 0;
}
.side_bnr li {
	margin: 0 0 10px;
}
.side_bnr li img {
	border: 1px solid #ccc;
	vertical-align: bottom;
}
.side_bnr li img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.side_bnr_tel {
	padding: 0 0 10px;
}
.side_bnr_tel ul {
	margin: 0 0 0 20px;
	padding: 20px 0 0;
}
.side_bnr_tel li {
	margin: 0 0 10px;
}
/*=================================

	footer

================================ */
#footer {
	width: 100%;
}
#footer .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
/*footer logo
---------------------------------------------*/
#f_logo {
	line-height: 1.6em;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
/*footer_message
---------------------------------------------*/
#footer_message {
	color: #0065ac;
	background-color: #d2eef3;
	padding: 30px 15px 15px 15px;
	line-height: 2.0em;
}
/*footer_link
---------------------------------------------*/
#footer_link {
	color: #ffffff;
	line-height: 1.6em;
	width: 100%;
	min-height: 380px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #0065ac;
}
#footer_link a {
	color: #ffffff;
}
#footer_link li {
	float: left;
	width: 24%;
}
#footer_link dt {
	font-weight: 700;
	padding-bottom: 10px;
}
/*copyright
---------------------------------------------*/
#copyright {
	width: 100%;
	line-height: 1.6em;
}
#copyright .left {
	float: left;
	margin-top: 15px;
	font-size: 90%;
}
#copyright .left ul li {
	float: left;
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.6em;
	white-space: nowrap;
}
#copyright .left ul li a:hover {
	text-decoration: underline;
}
#copyright .right {
	color: #0097e0;
	font-size: 80%;
	float: right;
	text-align: right;
	margin-top: 15px;
}

@media screen and (max-width: 1040px) {
#header .inner {
	width: 100%;
}
#container {
	width: 100%;
}
#contents {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#footer .inner {
	width: 100%;
}
}

@media screen and (max-width: 640px) {
/*#header {
		height: 70px;
	}*/
#header .inner {
 *zoom: 1;
}
#header .inner:after {
	content: '';
	display: block;
	clear: both;
}
#header .logo {
	float: left;
	padding-left: 8px;
}
#header .logo img {
	width: 120px;
	height: auto;
}
#header #login {
	display: none;
}
#header #tel {
	display: none;
}
#nav {
	display: none;
}
#splogin {
	position: relative;
	display: block;
	padding-top: 0px;
}
#splogin .btn {
	width: 48px;
	float: right;
	margin-right: 10px;
}
#splogin .btn img {
	width: 100%;
	height: auto;
}
#spmember {
	position: relative;
	display: block;
	padding-top: 0px;
}
#spmember .btn {
	width: 48px;
	float: right;
	margin-right: 10px;
}
#spmember .btn img {
	width: 100%;
	height: auto;
}
#spNav {
	position: relative;
	display: block;
	padding-top: 19px;
}
#spNav .btn {
	width: 48px;
	float: right;
	margin-right: 8px;
}
#spNav .btn img {
	width: 100%;
	height: auto;
}
#spNav ul {
	background-color: #0097e0;
	display: none;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 10000;
	box-shadow: 0 2px 4px #666;
}
#spNav li {
	border-top: 1px solid #ddd;
	line-height: 1.3;
	font-weight: bold;
}
#spNav a {
	display: block;
	padding: 15px 8px 15px 20px;
	background: #0097e0;
	background-size: auto 13px;
	color: #fff;
}
#spNav a:hover, #spNav a.cr {
	background-color: #0065ac;
	background: rgb(0,101,172);
	background-position: -242px 1.8em;
	color: #fff;
	text-decoration: none;
}
#mainvisual {
	margin-top: -10px;
}
#pagetitle {
	margin-top: -10px;
}
#contents, #home #contents {
	top: 0;
	width: 100%;
	margin-bottom: 0;
	border-radius: 0;
}
#contentsInner {
	padding: 10px 10px 40px;
}
.img_box {
	margin-top: 15px;
}
/*gotop
---------------------------------------------*/
#pagetop {
	text-align: center;
	padding: 20px 15px 15px 15px;
}
/*main
---------------------------------------------*/
#main {
	float: none;
	width: auto;
}
#sub {
	float: none;
	width: auto;
	margin-top: 50px;
}
/*side_bnr
---------------------------------------------*/
#side_login {
	display: none;
}
.side_bnr {
	margin: 0 0 0 0px;
}
.side_bnr ul {
	margin: 0 0 0 0px;
	padding: 0px 0 0;
}
.side_bnr li {
	float: left;
	width: 45%;
	margin: 2%;
}
.side_bnr_tel li {
	display: none;
}
/*.sp_f_regist */
.sp_f_regist {
	display: none;
}
.sp_f_regist {
	position: relative;
	padding: 16px;
	z-index: 5;
}
.sp_f_regist > div {
	padding: 8px;
	background: #fff;
}
.sp_f_regist .tel {
	padding-top: 20px;
	text-align: center;
}
.sp_f_regist .tel img {
	width: 260px;
	height: auto;
}
#footer_link li {
	float: none;
	width: 90%;
	margin-left: 20px;
}
#footer_link dt {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#footer_link dd {
	padding-top: 5px;
	padding-bottom: 5px;
}
/*copyright
---------------------------------------------*/
#copyright .left {
	float: none;
	margin-top: 10px;
	font-size: 90%;
}
#copyright .left ul li {
	float: none;
	margin: 0;
	padding-right: 0px;
	padding-top: 15px;
	padding-left: 15px;
}
#copyright .right {
	float: none;
	text-align: center;
}
/*breadcrumbs*/
.breadcrumbs {
	display: none;
}
}


#form_box {
	position: relative;
}
#form_box div.term{
	border:1px solid #ccc;
	width:100%;
	height:200px;
	overflow-y: auto;
	overflow-x: none;
	margin-bottom: 5px
}


#main img.alignright{
	width: auto;
	height: auto;
	float: right;
  margin: 0.5em 0 0.5em 1em;
}

#main img.alignleft{
	width: auto;
	height: auto;
	float: left;
  margin: 0.5em 1em 0.5em 0;
}



#main img.aligncenter{
	width: auto;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#main img.alignnone{
	width: auto;
	height: auto;
}


table.table_data th.data_name {
	color:#000;
	background: #CCD4FF;
	border-right: 1px solid #ccc;
	text-align: right;
}

#main h5.backgray {
	margin: 2.5px 0px 2.5px 0px;
  font-size: 120%;
  padding: 10px 10px;
  line-height: inherit;
  background-color: #e5e5e5;
}

#main img[class*="wp-image-"] {
 max-width:100%;
}

#main #iframe-content {
    position: relative;
    width: 100%;
    height: 100%;
    height: 1500px;
    /*padding: 75% 0 0 0;*/
}
#iframe-content iframe.frame {
	 overflow-x:hidden;
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main .friend {
	height: 1000px !important;
}

.txt_term a{
	color: #0097e0 !important;
}


#side_login .shicklist{
	text-align: left !important;
}
#side_login .shicklist ul li{
	padding: 0 !important;
}

#side_login .shicklist ul li a{
	color: #111 !important;
}

#search_form .form-control{
    height: 30px;
}

#search_form .link_btn{
    width: 50%;
    background-color: #0097e0;
    margin-bottom: 20px;
}

#search_form .link_btn:hover {
	color: #fff;
	background-color: #00aae0;
}

.account_regist {
	float:none !important;
	width:85% !important;
	margin: 0 auto;
}

/* account_regist complete
---------------------------------------------*/
#container .img_min img {
	width: 1px;
	height: 1px;
}
/* schedule
---------------------------------------------*/
table.event-calendar caption {
	text-align: center;
}
table.event-calendar ul {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.event-calendar li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}
table.event-calendar li.title {
	font-size: 16px;
}
table.event-calendar th {
	border: solid 1px #ccc;
	background: #0065ac;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-align: center;
	width: 14%;
}
table.event-calendar td {
	border: solid 1px #ccc;
	background: #f9f9f9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	text-align: center;
	height: 70px;
}
table.event-calendar td .sunday {
	color: red;
}
table.event-calendar td .saturday {
	color: blue;
}
table.event-calendar td.calendar_today {
	background: #feaf40;
}
/* table
---------------------------------------------*/
td.text-center {
	padding-left: 0px;
	text-align: center;
}