@charset "utf-8";
/* CSS Document */


/*******************************************************
Reset
*******************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/*******************************************************
Base
*******************************************************/
html {
	-webkit-text-size-adjust: none;
}
body {
	background: url(../images/background.jpg) center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 1px;
}

#wrapper {
	position: relative;
	width: 100%;
}

article {
	width: 900px;
	min-height: 500px;
	background: #fff;
	margin: 0 auto 35px auto;
	padding: 0 30px 30px 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
}

.inner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

a:link,
a:visited {
	color: #008481;
	text-decoration: none;
}
a:hover {
	color: #008481;
	text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear {
	clear: both;
}


/*******************************************************
Font
*******************************************************/
.f10 { font-size: 77%;}
.f11 { font-size: 85%;}
.f12 { font-size: 93%;}
.f13 { font-size: 100%;}
.f14 { font-size: 108%;}
.f15 { font-size: 116%;}
.f16 { font-size: 124%;}
.f17 { font-size: 131%;}
.f18 { font-size: 139%;}
.f19 { font-size: 147%;}
.f20 { font-size: 154%;}
.f21 { font-size: 162%;}
.f22 { font-size: 170%;}
.f23 { font-size: 177%;}
.f24 { font-size: 185%;}
.f25 { font-size: 193%;}
.f26 { font-size: 200%;}

@font-face {
	font-family: 'futura_mdmedium';
	src: url('../fonts/ftramd_-webfont.eot');
	src: url('../fonts/ftramd_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ftramd_-webfont.woff') format('woff'),
         url('../fonts/ftramd_-webfont.ttf') format('truetype'),
         url('../fonts/ftramd_-webfont.svg#futura_mdmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'futura_ltlight';
    src: url('../fonts/ftralt_-webfont.eot');
    src: url('../fonts/ftralt_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ftralt_-webfont.woff') format('woff'),
         url('../fonts/ftralt_-webfont.ttf') format('truetype'),
         url('../fonts/ftralt_-webfont.svg#futura_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'times_new_romanbold';
	src: url('../fonts/timesbd-webfont.eot');
	src: url('../fonts/timesbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/timesbd-webfont.woff') format('woff'),
         url('../fonts/timesbd-webfont.ttf') format('truetype'),
         url('../fonts/timesbd-webfont.svg#times_new_romanbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
.timesNewBold {
	font-family: 'times_new_romanbold' !important;
}
.green {
	color: #008481;
}
.red {
	color: #900;
}
.greenKei {
	color: #008481;
	border: 1px solid #008481;
}

/*******************************************************
Layout
*******************************************************/
.m0 { margin: 0;}
.m0t { margin-top: 0;}
.m0b { margin-bottom: 0;}
.m0l { margin-left: 0;}
.m0r { margin-right: 0;}
.m5 { margin: 5px;}
.m5t { margin-top: 5px;}
.m5b { margin-bottom: 5px;}
.m5l { margin-left: 5px;}
.m5r { margin-right: 5px;}
.m10 { margin: 10px;}
.m10t { margin-top: 10px;}
.m10b { margin-bottom: 10px;}
.m10l { margin-left: 10px;}
.m10r { margin-right: 10px;}
.m15 { margin: 15px;}
.m15t { margin-top: 15px;}
.m15b { margin-bottom: 15px;}
.m15l { margin-left: 15px;}
.m15r { margin-right: 15px;}
.m20 { margin: 20px;}
.m20t { margin-top: 20px;}
.m20b { margin-bottom: 20px;}
.m20l { margin-left: 20px;}
.m20r { margin-right: 20px;}
.m25 { margin: 25px;}
.m25t { margin-top: 25px;}
.m25b { margin-bottom: 25px;}
.m25l { margin-left: 25px;}
.m25r { margin-right: 25px;}
.m30 { margin: 30px;}
.m30t { margin-top: 30px;}
.m30b { margin-bottom: 30px;}
.m30l { margin-left: 30px;}
.m30r { margin-right: 30px;}

.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}


/*******************************************************
Header
*******************************************************/
header {
	width: 960px;
	margin: 20px auto 0 auto;
	text-align: center;
}
#mainNav {
	position: relative;
	font-family: 'futura_mdmedium';
	margin: 0;
	padding: 8px 8px 0 8px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 108%;
	line-height: 1em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#mainNav ul li.navhome a {
	display: inline-block;
	margin: 0;
	padding: 5px 15px 5px 15px;
	float: left;
	text-decoration: none;
	color: #fff;
}
#mainNav ul li a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 5px 15px 13px 15px;
	float: left;
	text-decoration: none;
	color: #fff;
}
#mainNav ul li a:link,
#mainNav ul li a:visited {
	color: #fff;
}
#mainNav ul li.navhome a:hover {
	background: #008481;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	color: #fff;
}
#mainNav ul li a:hover {
	background: #008481;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	text-decoration: none;
	color: #fff;
}
#mainNav ul li.navinfo {
	float: right;
}
#mainNav ul li.navinfo a {
	background: #008481;
	margin-left: 8px;
	padding: 5px 15px;
	font-size: 93%;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
}
#mainNav ul li.navinfo a:hover {
	background: #fff;
	text-decoration: none;
	color: #008481;
}
#mainNav ul li.navline {
	display: inline-block;
	float: left;
	background: none;
	padding: 5px 1px;
}


#mainNav ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 5px;
	background: rgba(0,132,129,0.8);
	color: #fff;
	font-size: 93%;
	line-height: 1em;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
#mainNav ul li ul li a {
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
	margin: 0;
	padding: 5px 8px;
	float: left;
	text-decoration: none;
	color: #fff;
}
#mainNav ul li ul li a:link,
#mainNav ul li ul li a:visited {
	color: #fff;
}
#mainNav ul li ul li a:hover {
	background: rgba(255,255,255,0.3);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	color: #fff;
}
#mainNav ul li ul li.navline {
	display: inline-block;
	float: left;
	background: none;
	padding: 5px 1px;
}

#mainNav ul li a.active {
	background: #008481;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	text-decoration: none;
	color: #fff;
}
#mainNav ul li a.passive {
}
#mainNav ul > li li {
	float: left;
}
#mainNav ul li:hover > a {
	background: #008481;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	text-decoration: none;
	color: #fff;
}
#mainNav ul li:hover > ul {
	display: inline-block;
	position: absolute;
	top: 100%;
}
#mainNav ul li:hover > ul.subNews {
	left: 10px;
}
#mainNav ul li:hover > ul.subAbout {
	left: 10px;
}
#mainNav ul li:hover > ul.subMethods {
	left: 65px;
}
#mainNav ul li:hover > ul.subTraining {
	/*left: 230px;*/
	left: 50px;
}
#mainNav ul li:hover > ul.subContact {
	/*left: 535px;*/
	left: 220px;
}
#mainNav ul li li:hover ul {
	top: 0px;
	left: 100%;
}

#headerlogo {
	padding: 10px 0 3px 0;
	text-align: right;
}
#toplogo {
	margin: 180px auto;
}


/*******************************************************
Side Button
*******************************************************/
#btnReservation {
	font-family: 'futura_mdmedium';
	position: fixed;
	top: 293px;
	left: -1px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	z-index: 1000;
}
#btnMembers {
	font-family: 'futura_mdmedium';
	position: fixed;
	top: 433px;
	left: -1px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	z-index: 1000;
}
#btnReservation a {
	display: block;
	background: #930;
	padding: 0 20px;
	border: 1px solid #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	text-decoration: none;
	color: #fff;
	font-size: 131%;
	line-height: 40px;
}
#btnMembers a {
	display: block;
	background: #c60;
	padding: 0 20px;
	border: 1px solid #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	text-decoration: none;
	color: #fff;
	font-size: 131%;
	line-height: 40px;
}
#btnReservation a:hover {
	background: #fff;
	color: #930;
}
#btnMembers a:hover {
	background: #fff;
	color: #c60;
}


/*******************************************************
Footer
*******************************************************/
a#pageTop {
	display: block;
	background: #e0e9d7;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 124%;
	position: fixed;
	bottom: 15px;
	right: 15px;
}
a#pageTop:hover {
	background: #008481;
	color: #fff;
}
footer a:link,
footer a:visited {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer #bannerArea {
	background: #e0e9d7;
	padding-top: 10px;
}
footer #bannerArea a {
	margin-right: 13px;
	margin-bottom: 10px;
	display: block;
	width: 180px;
	float: left;
}
footer #bannerArea a:last-of-type {
	margin-right: 0px;
}
.sBanner {
	line-height: 25px !important;
}
.sBanner span {
	font-size: 10px !important;
	line-height: 10px !important;
}
footer #footer {
	background: rgba(0,0,0,0.7);
	margin: 0;
	padding: 0;
	color: #fff;
}
footer a,footer a:visited {
	color: #fff;
}
#footerLogo {
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	font-size: 85%;
}
#footerLogo ul {
	float: right;
	list-style-type: none;
	position: relative;
	bottom: 10px;
}
#footerLogo ul li {
	float: right;
}
#footerLogo ul li a {
	background: #008481;
	margin-left: 8px;
	padding: 5px 15px;
	font-size: 108%;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
}
#footerLogo ul li a:link,
#footerLogo ul li a:visited {
	color: #fff;
}
#footerLogo ul li a:hover {
	background: #fff;
	text-decoration: none;
	color: #008481;
}
footer nav {
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
}
footer nav ul {
	float: right;
	margin-left: 20px;
}
footer nav ul li {
	font-size: 77%;
}
footer nav ul li a {
	letter-spacing: 0;
}
footer nav ul li.footerNav {
	font-family: 'futura_mdmedium';
	font-size: 116%;
	color: #fff !important;
}
footer nav .footerIcons a {
	display: block;
	color: #000;
	font-size: 131%;
	line-height: 24px;
	background: #666;
	width: 24px;
	height: 24px;
	padding: 5px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
#footerLeft {
	width: 310px;
	float: left;
}
footer nav .footerIcons a:hover {
	color: #fff;
	background: #008481;
}
#footerCopy {
	background: #000;
	font-size: 77%;
	line-height: 3em;
}
#footerCopy span {
	float: right;
}
#footer .add {
	font-size: 100%;
}


/*******************************************************
Top
*******************************************************/
section#top1 {
	background: rgba(244,233,215,0.75);
	height: 134px;
}
section#top1 div.menu {
	width: 309px;
	height: 77px;
	text-align: center;
	background: #ecf2e7;
	border: 1px solid #fff;
	position: relative;
	padding-top: 14px;
	float: left;
	margin-right: 13px;
}
section#top1 div.menu:last-of-type {
	margin-right: 0;
}
section#top1 h2 {
	font-family: 'times_new_romanbold';
	color: #008481;
	font-size: 32px;
	font-weight: normal;
	line-height: 42px;
}
section#top1 h2 sup {
	font-size: 16px;
	vertical-align: super;
}
section#top1 h2 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 12px;
}
section#top1 div.corner {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #008481;
	border-right: 6px solid #008481;
	position: absolute;
	top: 17px;
	right: 4px;
}
section#top1 div.menu nav {
	display: block;
	position: absolute;
	width: 311px;
	height: 212px;
	bottom: 80px;
	overflow: hidden;
	left: -1px;
}
section#top1 div.menu div.slideMenu {
	position: absolute;
	bottom:70px;
	width: 309px;
	background: #008481;
	height: 210px;
	border: 1px solid #fff;
}
section#top1 div.menu div.slideMenu img {
	display: none;
	border-bottom: 1px solid #fff;
}
section#top1 div.menu div.slideMenu ul {
	display: block;
	text-align: left;
	padding: 15px;
	list-style-type: none;
}
section#top1 div.menu div.slideMenu ul li a {
	color: #fff;
}


section#top2 {
	background: #fff;
	height: 352px;
}
section#top2 .inner {
	position: relative;
}
section#top2 p {
	display: block;
	text-align: center;
	font-family: 'futura_mdmedium';
	font-size: 200%;
	line-height: 1.5em;
	padding: 30px 0;
}
section#top2 div#menu2 {
	position: absolute;
	top: 150px;
	left: 134px;
	width: 134px;
}
section#top2 div#menu3 {
	position: absolute;
	top: 150px;
	left: 413px;
	width: 134px;
}
section#top2 div#menu4 {
	position: absolute;
	top: 150px;
	right: 134px;
	width: 134px;
}
section#top2 div ul.hexP {
	display: block;
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}
section#top2 div ul.hexP li {
	display: block;
}
section#top2 div ul.hexP li:first-of-type {
	width: 0;
	border-bottom: 37px solid #008481;
	border-left: 67px solid transparent;
	border-right: 67px solid transparent;
}
section#top2 div ul.hexP li:nth-of-type(2) {
	width: 134px;
	height: 74px;
	background-color: #008481;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0;
}
section#top2 div ul.hexP li:nth-of-type(2) div {
	position: relative;
	top: -10px;
}
section#top2 div ul.hexP li:nth-of-type(2) p {
	font-family: 'futura_mdmedium';
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 5px;
}
section#top2 div ul.hexP li:last-of-type {
	width: 0;
	border-top: 37px solid #008481;
	border-left: 67px solid transparent;
	border-right: 67px solid transparent;
}
section#top2 div ul.hexC {
	display: block;
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}
section#top2 div ul.hexC li {
	display: block;
}
section#top2 div ul.hexC li:first-of-type {
	width: 0;
	border-bottom: 37px solid #008481;
	border-left: 67px solid transparent;
	border-right: 67px solid transparent;
}
section#top2 div ul.hexC li:nth-of-type(2) {
	width: 130px;
	height: 60px;
	padding-top: 14px;
	background-color: #ecf2e7;
	color: #008481;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0;
	border-left: 2px solid #008481;
	border-right: 2px solid #008481;
}
section#top2 div ul.hexC li:nth-of-type(2) p {
	font-family: 'times_new_romanbold';
	font-size: 15px;
	line-height: 15px;
	margin: 0;
	padding: 5px;
}
section#top2 div ul.hexC li:nth-of-type(2) p sup {
	font-size: 12px;
	vertical-align: super;
}
section#top2 div ul.hexC li:nth-of-type(3) {
	width: 0;
	border-bottom: 36px solid #ecf2e7;
	border-left: 66px solid transparent;
	border-right: 66px solid transparent;
	position: absolute;
	top: 2px;
	left: 1px;
}
section#top2 div ul.hexC li:nth-of-type(4) {
	width: 0;
	border-top: 37px solid #008481;
	border-left: 67px solid transparent;
	border-right: 67px solid transparent;
}
section#top2 div ul.hexC li:last-of-type {
	content: "";
	width: 0;
	border-top: 36px solid #ecf2e7;
	border-left: 66px solid transparent;
	border-right: 66px solid transparent;
	position: absolute;
	bottom: 2px;
	left: 1px;
}


section#top3 {
	height: 225px;
}


section#top4 {
	background: rgba(244,233,215,0.75);
	height: 520px;
}
section#top4 .inner {
	position: relative;
}
section#top4 .newsTitle {
	position: absolute;
	top: 80px;
	font-family: 'futura_mdmedium';
	font-size: 154%;
	text-align: center;
}
section#top4 .newsTitle i {
	display: block;
	color: #008481;
	font-size: 30px;
	margin: 5px 0 20px 0;
}
section#top4 .newsTitle a {
	display: block;
	width: 120px;
	background: #008481;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	text-align: left;
	padding: 1px 0 1px 10px;
	margin-bottom: 5px;
}
section#top4 .newsTitle a:hover {
	background: #fff;
	color: #008481;
}
section#top4 .newsTitle2 {
	top: 260px !important;
}
section#top4 .newsTitle2 a {
	background: #c60 !important;
}
section#top4 .newsTitle2 a:hover {
	background: #fff !important;
	color: #c60 !important;
}
section#top4 .newsTitle2 i {
	color: #c60 !important;
}
section#top4 ul.newsTab,
section#top4 ul.newsTab2 {
	display: block;
	list-style-type: none;
	height: 30px;
	position: relative;
	top: 38px;
	left: 155px;
	width: 801px;
}
section#top4 ul.newsTab li a {
	float: left;
	display: block;
	width: 199px;
	height: 29px;
	border-top: 1px solid #b0b8a5;
	border-left: 1px solid #b0b8a5;
	background: #e0e9d7;
	text-align: center;
	color: #b0b8a5;
	font-family: "futura_mdmedium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 29px;
}
section#top4 ul.newsTab2 li a {
	float: left;
	display: block;
	width: 159px;
	height: 29px;
	border-top: 1px solid #baad8a;
	border-left: 1px solid #baad8a;
	background: #dccfac;
	text-align: center;
	color: #baad8a;
	font-family: "futura_mdmedium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 29px;
}
section#top4 ul.newsTab li a.select {
	background: #008481;
	color: #fff;
}
section#top4 ul.newsTab2 li a.select {
	background: #c60;
	color: #fff;
}
section#top4 ul.newsTab li:last-of-type a {
	border-right: 1px solid #b0b8a5;
}
section#top4 ul.newsTab2 li:last-of-type a {
	border-right: 1px solid #baad8a;
}
section#top4 ul.newsTab li a:hover {
	background: #008481;
	color: #fff;
	text-decoration: none;
}
section#top4 ul.newsTab2 li a:hover {
	background: #c60;
	color: #fff;
	text-decoration: none;
}
section#top4 .newsArea,
section#top4 .newsArea2 {
	display: block;
	list-style-type: none;
	/*height: 230px;*/
	width: 759px;
	position: relative;
	top: 38px;
	left: 155px;
}
section#top4 .newsArea li {
	display: none;
	width: 759px;
	height: 230px;
	background: #fff;
	border: 1px solid #b0b8a5;
	padding: 15px 20px;
}
section#top4 .newsArea2 li {
	display: none;
	width: 759px;
	height: 120px;
	background: #fff;
	border: 1px solid #baad8a;
	padding: 15px 20px;
}
section#top4 .newsArea li.newsContent,
section#top4 .newsArea2 li.newsContent {
	display: block;
}
section#top4 .newsArea li dl dt,
section#top4 .newsArea2 li dl dt {
	display: block;
	width: 150px;
	float: left;
	line-height: 1.8em;
}
section#top4 .newsArea li dl dd,
section#top4 .newsArea2 li dl dd {
	line-height: 1.8em;
}
section#top4 a.topbanner_course {
	display: block;
	padding: 5px;
	text-align: center;
	width: 950px;
	margin: 80px auto 0 auto;
	background-color: #c60;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.4em;
	clear: both;
}
section#top4 a.topbanner_course p {
	display: block;
	padding: 15px;
	border: 1px solid #fff;
}


/*******************************************************
Sub Common
*******************************************************/
#breadcrumb {
	display: block;
	text-align: right;
	line-height: 30px;
	font-size: 85%;
}
#pageHead {
	position: relative;
	margin: 0;
	padding: 0;
	min-height:100px;
}
#pageHead h1 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 0;
}
#pageHead h1 i {
	font-size: 46px;
	color: #008481;
	float: left;
	margin-right: 5px;
}
#pageHead h1 span {
	font-size: 32px;
	font-family: 'futura_mdmedium';
	line-height: 32px;
}
#pageHead h1 span sup {
	font-size: 16px;
	vertical-align: super;
	line-height: 1px;
}
#pageHead h2 {
	display: block;
	width: 700px;
	font-weight: normal;
	float: right;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#pageHead h2 p {
	font-size: 170%;
	color: #008481;
	line-height: 1.8em;
}
#pageHead .subTitle {
	display: block;
	width: 700px;
	line-height: 46px;
	font-size: 124%;
	font-weight: normal;
	float: right;
	color: #008481;
}

body#courseinfo #pageHead h1 i {
	color: #c60 !important;
}

section#leftNav {
	width: 170px;
	padding: 0;
	float: left;
}
section#leftNav ul li {
	list-style-type: none;
}
section#leftNav ul li a {
	display: inline-block;
	font-family: 'futura_mdmedium';
	background: #e0e9d7;
	margin-bottom: 3px;
	padding: 10px;
	font-size: 124%;
	height: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	text-align: center;
	width: 150px;
	color: #b0b8a6;
}
body#courseinfo section#leftNav ul li a {
	background: #dccfac;
	color: #b0b8a6;
}
section#leftNav ul li a.active {
	font-family: "futura_mdmedium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #008481 !important;
	color: #fff !important;
}
body#courseinfo section#leftNav ul li a.active {
	background: #c60 !important;
	color: #fff !important;
}
section#leftNav ul li a:link,
section#leftNav ul li a:visited {
	color: #b0b8a6;
}
body#courseinfo section#leftNav ul li a:link,
body#courseinfo section#leftNav ul li a:visited {
	color: #baad8a;
}
section#leftNav ul li a:hover {
	font-family: "futura_mdmedium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #008481;
	text-decoration: none;
	color: #fff;
}
body#courseinfo section#leftNav ul li a:hover {
	background: #c60 !important;
	color: #fff;
}
section .pageNav {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dotted #ccc;
	list-style-type: none;
}
section .pageNav li.next {
	float: right;
}
section .pageNav li.prev {
	float: left;
}
section .pageNav a {
	background: #e0e9d7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px;
	font-size: 124%;
	color: #b0b8a6;
}
section .pageNav a:link,
section .pageNav a:visited {
	color: #b0b8a6;
}
section .pageNav a:hover {
	background: #008481;
	text-decoration: none;
	color: #fff;
}
body#courseinfo section .pageNav a {
	background: #dccfac;
	color: #baad8a;
}
body#courseinfo section .pageNav a:link,
body#courseinfo section .pageNav a:visited {
	color: #baad8a;
}
body#courseinfo section .pageNav a:hover {
	background: #c60;
	color: #fff;
}

ul.bookingClass {
	display: block;
	height: 52px;
	list-style-type: none;
	padding-top: 30px;
}
ul.bookingClass li {
	display: block;
}
ul.bookingClass li.pClass {
	float: left;
}
ul.bookingClass li.gClass {
	float: right;
}
ul.bookingClass li.gClass3 {
	float: left;
}
ul.bookingClass li a {
	display: block;
	height: 52px;
	width: 435px;
	text-align: center;
	font-size: 20px;
	line-height: 52px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	margin: 0 auto;
}
ul.bookingClass li.pClass a,
ul.bookingClass li.pClass2 a {
	background: #dccfac;
	color: #c60;
}
ul.bookingClass li.gClass a,
ul.bookingClass li.gClass2 a {
	background: #bdd9cb;
	color: #399;
}
ul.bookingClass li.gClass3 a {
	background: #bdd9cb;
	color: #399;
	width: 200px;
	font-size: 18px;
}
ul.bookingClass li.pClass a:hover,
ul.bookingClass li.pClass2 a:hover {
	background: #c60;
	color: #fff;
}
ul.bookingClass li.gClass a:hover,
ul.bookingClass li.gClass2 a:hover,
ul.bookingClass li.gClass3 a:hover {
	background: #399;
	color: #fff;
}
ul.bookingClass li a i {
	font-size: 30px;
	line-height: 52px;
}
ul.bookingClass li.gClass3 a i {
	font-size: 18px;
	line-height: 52px;
}
.kazarikei {
	display: block;
	margin: 0 auto;
	padding: 30px 0;
	width: 338px;
	clear: both;
}


/*******************************************************
News Page
*******************************************************/
#newsContents {
	width: 700px;
	padding: 0;
	float: right;
}
#newsContents .newsBody {
	padding-top: 25px;
	line-height: 1.8em;
}
#newsContents dl {
	border-top: 1px dotted #ccc;
}
#newsContents dl dt {
	padding-top: 30px;
}
#newsContents dl dd {
	font-size: 124%;
	padding: 10px 0 30px 0;
	border-bottom: 1px dotted #ccc;
}
#pageHead h2 span,
#newsContents dl dt span {
	display: inline-block;
	margin-left: 15px;
	font-size: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	line-height: 16px;
	text-align: center;
	width: 90px;
}
span.newsCate1,
span.newsCate6 {
	background: #dccfac;
	color: #cc6600;
}
span.newsCate2,
span.newsCate7 {
	background: #bdd9cb;
	color: #339999;
}
span.newsCate3,
span.newsCate8 {
	background: #dccfcb;
	color: #cc6699;
}
span.newsCate4,
span.newsCate9 {
	background: #cad1df;
	color: #6666ff;
}
span.newsCate5,
span.newsCate10 {
	background: #c8d9b6;
	color: #669933;
}
#newsContents a.more {
	display: block;
	background: #e0e9d7;
	margin-top: 30px;
	padding: 10px 0;
	font-size: 124%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	text-align: center;
	width: 700px;
	color: #b0b8a6;
}
#newsContents a.more:link,
#newsContents a.more:visited {
	color: #b0b8a6;
}
#newsContents a.more:hover {
	background: #008481;
	text-decoration: none;
	color: #fff;
}
#courseinfo #wrapper article #pageHead .subTitle {
	display: block;
	width: 670px !important;
	line-height: 46px;
	font-size: 124%;
	font-weight: normal;
	float: right;
	color: #c60;
}
section#leftNav ul li a sup {
	font-size: 12px;
	line-height: 1px;
	vertical-align: super;
}
#courseinfo #newsContents .newsBody a {
	color: #c60 !important;
}
#courseinfo #newsContents a.more:link,
#courseinfo #newsContents a.more:visited {
	color: #b0b8a6;
}
#courseinfo #newsContents a.more:hover {
	background: #c60 !important;
	color: #fff;
}
#courseinfo #newsContents dl dd a:link,
#courseinfo #newsContents dl dd a:visited {
	color: #c60 !important;
}
#courseinfo h2 p {
	color: #c60 !important;
}


/*******************************************************
About Page
*******************************************************/
#about #mainContents h2 {
	display: block;
	padding: 30px 0;
	text-align: center;
	color: #008481;
	font-size: 185%;
	font-weight: normal;
}
#trainersNav {
	display: block;
	list-style-type: none;
}
#trainersNav li {
	display: block;
	float: left;
	width: 172px;
	margin-right: 10px;
}
#trainersNav li:last-of-type {
	margin-right: 0;
}
#trainersNav li a {
	display: block;
	background: #bdd9cb;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
	font-size: 93%;
	line-height: 1em;
}
#trainersNav li a p {
	font-family: 'times_new_romanbold';
	font-size: 139%;
	line-height: 1.4em;
}
#trainersNav li a p sup {
	font-size: 13px;
	vertical-align: super;
	line-height: 1em;
}
#trainersNav li a:hover {
	background: #008481;
	text-decoration: none;
	color: #fff;
}
#trainersNav li.active a {
	background: #008481;
	text-decoration: none;
	color: #fff;
}
#about #mainContents ul#trainerGrid {
	display: block;
	position: relative;
	width: 930px;
}
#about #mainContents .staffList {
	display: none;
	opacity: 0;
	float: left;
	border: 1px dotted #999;
	background: #eff4eb;
	padding: 25px;
	margin-top: 30px;
	margin-right: 30px !important;
	position: relative;
	width: 383px;
}
#about #mainContents .staffList:nth-of-type(even) {
	margin-right: 0;
}
#about #mainContents .staffList .fa-bookmark {
	position: absolute;
	top: -12px;
	font-size: 70px;
	color: #c8d9b6;
}
#about #mainContents .staffList .fa-star {
	position: absolute;
	top: 2px;
	left: 37px;
	font-size: 28px;
	color: #669933;
}
#about #mainContents .staffList h3 {
	display: block;
	text-align: center;
	padding-bottom: 10px;
	color: #008481;
	font-size: 27px;
	font-weight: normal;
	line-height: 27px
}
#about #mainContents .staffList h3 .engName {
	font-size: 16px;
	font-family: 'futura_mdmedium';
	line-height: 24px;
}
#about #mainContents .staffList h3 .position {
	font-size: 18px;
	line-height: 27px;
	margin-right: 10px;
}
#about #mainContents .staffList a {
	display: block;
	background: #c8d9b6;
	color: #669933;
	font-family: 'futura_mdmedium';
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	font-size: 124%;
	line-height: 1em;
	margin-top: 10px;
}
#about #mainContents .staffList a:hover {
	background: #669933;
	color: #fff;
}
#about #mainContents .staffList ul {
	list-style-type: none;
	display: block;
	float: right;
	width: 156px;
}
#about #mainContents .staffList ul li {
	display: block;
	background: #bdd9cb;
	color: #008481;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	padding: 3px 0;
	font-family: 'times_new_romanbold';
	letter-spacing: 0;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 6px;
}
#about #mainContents .staffList ul li sup {
	font-size: 10px;
	vertical-align: super;
	line-height: 6px;
}
#about #mainContents ul#trainerGrid .trainersPhoto {
	width: 200px;
	height: 150px;
	display: inline-block;
	background-position: center center;
	background-size: cover;
}
#about .trainerMainPhoto {
	width: 435px;
	height: 250px;
	display: inline-block;
	background-position: center center;
	background-size: cover;
}
#about .trainerMainPhoto:hover {
	opacity: 0.8;
}
#trainerHead {
	margin: 0;
	padding-bottom: 10px;
}
#trainerHead h2 {
	padding: 0;
	font-size: 38px;
	text-align: left;
	line-height: 38px;
	display: block;
	color: #008481;
	font-weight: normal;
}
#trainerHead h2 .engName {
	font-size: 20px;
	font-family: 'futura_mdmedium';
	line-height: 38px;
	display: inline;
	margin-left: 30px;
}
#trainerHead h2 .position {
	font-size: 26px;
	line-height: 38px;
	margin-right: 10px;
}
#trainerHead ul {
	list-style-type: none;
	display: block;
	float: right;
	width: 429px;
}
#trainerHead ul li {
	display: block;
	background: #bdd9cb;
	color: #008481;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	padding: 3px 0;
	font-family: 'times_new_romanbold';
	letter-spacing: 0;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 3px;
	width: 140px;
	float: left;
	margin-left: 3px;
}
#trainerHead ul li sup {
	font-size: 10px;
	vertical-align: super;
	line-height: 1px;
}
#about section.trainerContent {
	padding: 30px;
	background: #eff4eb;
	border: 1px dotted #999;
	margin-top: 30px;
}
#about section.trainerContent h3 {
	display: block;
	padding: 7px 10px;
	background: #008481;
	color: #fff;
	font-size: 124%;
	font-weight: normal;
	margin-bottom: 10px;
}
#about section.trainerContent p {
	line-height: 1.8em;
}
#conceptTxt {
	margin-bottom: 30px;
	padding-top: 10px;
	min-height: 325px;
	background: url(/about/concept/images/concept01.gif) center 30px no-repeat;
	text-align: center;
	font-size: 131%;
	color: #008481;
	line-height: 1.8em;
}
#conceptTxt p {
	margin-top: 30px;
	margin-bottom: 30px;
}
section.conceptMet {
	text-align: center;
}
section.conceptMet .metBox {
	width: 270px;
	display: inline-block;
	text-align: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
section.conceptMet .metBox:nth-of-type(3),
section.conceptMet .metBox:nth-of-type(5) {
	margin-right: 0;
}
section.conceptMet .metBox h2 a {
	display: block;
	width: 270px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #008481;
	color: #fff;
	text-align: center;
	margin: 5px 0;
	padding: 5px 0;
	font-size: 93%;
	line-height: 1em;
	font-weight: normal;
	text-decoration: none;
}
section.conceptMet .metBox h2 a:hover {
	background: #d9edec;
	color: #008481;
}
section.conceptMet .metBox h2 a p {
	font-family: 'times_new_romanbold';
	font-size: 139%;
	line-height: 1.4em;
}
section.conceptMet .metBox h2 a p sup {
	font-size: 13px;
	vertical-align: super;
	line-height: 1em;
}
section.conceptMes h2 {
	background: #008481;
	display: block;
	margin: 0;
	padding: 5px;
	color: #fff;
	font-size: 124%;
	text-align: center;
	font-weight: normal;
}
section.conceptMes div.messageBox {
	background: #eff4eb;
	padding: 30px;
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
}
section.conceptMes div.messageBox div {
	width: 259px;
	float: left;
}
section.conceptMes div.messageBox div h3 {
	color: #008481;
	font-size: 124%;
	line-height: 1em;
	margin-bottom: 5px;
}
section.conceptMes div.messageBox div h3 i {
	font-size: 147%;
	vertical-align: middle;
}
section.conceptGal dl dt {
	display: inline-block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #eff4eb;
	padding: 5px 15px;
	color: #008481;
	font-size: 108%;
	margin: 30px 0 10px 0;
}
section.conceptGal dl dd a img {
	border: 5px solid #eff4eb;
	margin-right: 25px;
}
section.conceptGal dl dd a:last-child img {
	margin-right: 0;
}
section.conceptGal dl dd a:hover img {
	border: 5px solid #008481;
}
#clientTxt {
	display: block;
	margin: 25px 0;
	color: #008481;
	font-size: 154%;
	line-height: 1.7em;
	text-align: center;
}
section.clientMes h2 {
	background: #008481;
	display: block;
	margin: 0;
	padding: 5px;
	color: #fff;
	font-size: 124%;
	text-align: center;
	width: 50%;
	font-weight: normal;
}
section.clientMes div.messageBox {
	background: #eff4eb;
	padding: 30px;
	border: 1px dotted #999;
}
section.clientMes div.messageBox h3 {
	font-size: 139%;
	margin-bottom: 3px;
}
section.clientMes div.messageBox h3 i {
	font-size: 162%;
	color: #008481;
	vertical-align: middle;
}
section.clientMes div.messageBox dl {
	margin-bottom: 40px;
}
section.clientMes div.messageBox dl dt {
	margin-top: 30px;
}
section.clientMes div.messageBox dl dt {
	font-size: 124%;
	font-weight: bold;
	color: #008481;
}
section.clientMes div.messageBox hr {
	border: 0;
	border-bottom: 1px dotted #999;
	height: 1px;
	margin: 30px 0;
}
section.clientMes div.messageBox p.attMes {
	display: inline-block;
	padding: 8px;
	color: #008481;
	border: 1px solid #008481;
	margin-top: 15px;
}
section.clientMes div.messageBox ul,
section.clientMes2 div.messageBox ul {
	list-style-type: circle;
	margin-left: 15px;
}
section.clientMes2 {
	width: 435px;
	margin-top: 30px;
}
section.clientMes2 h2 {
	background: #008481;
	display: block;
	margin: 0;
	padding: 5px;
	color: #fff;
	font-size: 124%;
	text-align: center;
	font-weight: normal;
}
section.clientMes2 div.messageBox {
	background: #eff4eb;
	padding: 30px;
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
}
p.faqSub {
	position: absolute;
	top: 45px;
	left: 245px;
	font-size: 124%;
}
#faqList dt {
	margin-bottom: 25px;
	cursor: pointer;
	height: 40px;
}
#faqList dt h2 {
	vertical-align: middle;
	display: table-cell;
	font-size: 20px;
	line-height: 22px;
	color: #008481;
	height: 40px;
}
#faqList dt span {
	display: inline-block;
	background: #008481;
	color: #fff;
	font-family: 'futura_mdmedium';
	font-size: 30px;
	line-height: 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 6px;
	width: 30px;
	text-align: center;
	margin-right: 10px;
	float: left;
}
#faqList dd {
	display: none;
	background: #eff4eb;
	padding: 25px;
	border: 1px dotted #999;
	margin-bottom: 30px;
}
section#testimonialsMain h2 {
	display: block;
	text-align: center;
	padding: 15px 0 25px 0;
	color: #008481;
	font-size: 154%;
	font-weight: normal;
}
#voiceNav {
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 10px 20px;
}
#voiceNav ul {
	list-style-type: none;
}
#voiceNav ul li {
	display: block;
	float: left;
	border: 1px solid #fff;
	margin-right: 15px;
}
#voiceNav ul li a {
	display: block;
	width: 270px;
	text-align: center;
	font-family: 'futura_mdmedium';
	font-size: 16px;
	line-height: 32px;
	text-decoration: none;
	border: 2px solid #fff;
}
#voiceNav ul li:first-of-type a {
	background: #008481;
	color: #fff;
}
#voiceNav ul li:nth-of-type(2) a {
	background: #bdd9cb;
	color: #008481;
}
#voiceNav ul li:last-of-type a {
	background: #dccfac;
	color: #c60;
}
#voiceNav ul li.active,
#voiceNav ul li:hover {
	border: 1px solid #008481;
}
#voiceNav ul li:last-of-type {
	margin-right: 0;
}
section#testimonialsMain .voice {
	opacity: 0;
    display: none;
	background: #eff4eb;
	padding: 15px 25px 25px 25px;
	border: 1px dotted #999;
	margin-top: 30px;
}
section#testimonialsMain .voice .voiceHead {
	padding-bottom: 15px;
}
section#testimonialsMain .voice .voiceHead h3 {
	float: left;
	width: 580px;
}
section#testimonialsMain .voice .voiceHead h3 i {
	display: block;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	color: #008481;
	float: left;
	margin-right: 10px;
}
section#testimonialsMain .voice .voiceHead h3 strong {
	display: table-cell;
	vertical-align: middle;
	font-size: 154%;
	height: 40px;
	color: #008481;
}
section#testimonialsMain .voice .voiceHead h3 strong span {
	font-weight: normal;
}
section#testimonialsMain .voice .voiceHead span.cate1,
section#testimonialsMain .voice .voiceHead span.cate2,
section#testimonialsMain .voice .voiceHead span.date {
	float: right;
	margin-top: 10px;
}
section#testimonialsMain .voice .voiceHead span.cate1,
section#testimonialsMain .voice .voiceHead span.cate2 {
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	width: 110px;
	margin-left: 10px;
	font-family: 'futura_mdmedium';
}
section#testimonialsMain .voice .voiceHead span.cate1 {
	background: #bdd9cb;
	color: #008481;
}
section#testimonialsMain .voice .voiceHead span.cate2 {
	background: #dccfac;
	color: #c60;
	letter-spacing: 0;
}
section#testimonialsMain .voice p {
	border-top: 1px dotted #999;
	padding-top: 15px;
}
section#priceMain table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
section#priceMain table th {
	padding: 3px 15px;
	background: #008481;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 124%;
	font-weight: normal;
	border: 1px solid #fff;
}
section#priceMain table th i {
	font-size: 124%;
}
section#priceMain table th.num {
	width: 100px;
	background: #bdd9cb;
	color: #008481;
}
section#priceMain table td {
	padding: 15px 15px;
	background: #eff4eb;
	vertical-align: middle;
	text-align: center;
	font-size: 108%;
	font-weight: normal;
	border: 1px solid #fff;
}
section#priceMain table tr td:first-of-type {
	text-align: left;
}
section#priceMain table td.null {
	padding: 2px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
}
section#priceMain table th span,
section#priceMain table td span {
	font-size: 85%;
	margin-left: 3px;
	color: #008481;
}
section#priceMain ul {
	display: block;
	list-style-type: none;
	border: 1px dotted #ccc;
	padding: 25px;
	margin: 5px 0 30px 0;
}
section#priceMain .priceMes {
	background: #eff4eb;
	border: 1px dotted #ccc;
	padding: 25px;
}
section#priceMain .priceMes h3 {
	display: table-cell;
	font-size: 139%;
	vertical-align: middle;
	color: #008481;
}
section#priceMain .priceMes h3 i {
	font-size: 162%;
	vertical-align: middle;
}




/*******************************************************
Methods Page
*******************************************************/
section.methodsMes h2 {
	background: #008481;
	display: block;
	margin-top: 25px;
	padding: 5px;
	color: #fff;
	font-size: 124%;
	text-align: center;
	width: 50%;
	font-weight: normal;
}
section.methodsMes div.messageBox,
section.methodsMes div.messageBox2 {
	background: #eff4eb;
	padding: 30px;
	border: 1px dotted #999;
}
section.methodsMes div.messageBox2 div {
	margin-bottom: 25px;
}
section.methodsMes div.messageBox2 i {
	font-size: 200%;
	color: #008481;
}
section.methodsMes div.messageBox2 p.merit {
	font-size: 124%;
	color: #008481;
	display: block;
	width: 800px;
	float: right;
	font-weight: bold;
	line-height: 1.5em;
}
section.methodsMes p.attMes {
	display: inline-block;
	padding: 8px;
	color: #008481;
	border: 1px solid #008481;
	margin-top: 15px;
}
section.methodsMes div.messageBox h3 {
	font-size: 139%;
	margin-bottom: 3px;
	color: #008481;
}
section.methodsMes div.messageBox h3 i {
	font-size: 162%;
	vertical-align: middle;
}
#methods .methodsImg {
	margin-top: 30px;
}
#methods .methodsImg img {
	margin-right: 30px;
}
#methods .methodsImg img:last-of-type {
	margin-right: 0;
}
section.methodsMes table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
section.methodsMes table th {
	padding: 3px 10px;
	background: #008481;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 124%;
	font-weight: normal;
	border: 1px solid #eff4eb;
}
section.methodsMes table th i {
	font-size: 124%;
}
section.methodsMes table th.num {
	width: 100px;
	background: #bdd9cb;
	color: #008481;
}
section.methodsMes table td {
	padding: 10px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 108%;
	font-weight: normal;
	border: 1px solid #eff4eb;
}
section.methodsMes table tr td:first-of-type {
	text-align: left;
	color: #008481;
	font-weight: bold;
}
section.methodsMes table th span,
section.methodsMes table td span {
	font-size: 85%;
	margin-left: 3px;
	color: #008481;
	font-weight: normal;
}
section.methodsMes ul.att {
	list-style-type: none;
	margin-top: 10px;
	font-size: 93%;
}
section.methodsMes table.g_class {
	width: 500px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
section.methodsMes table.m_class {
	width: 250px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
section.methodsMes table.s_class {
	width: 400px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
section.methodsMes table.m_class tr td:first-of-type,
section.methodsMes table.s_class tr td:first-of-type {
	text-align: center;
	color: #000;
	font-weight: normal;
}
section.methodsMes .pilates01 {
	width: 405px;
	float: left;
}
section.methodsMes .pilates02 {
	width: 405px;
	float: right;
}
section.methodsMes .pilates02 h3 {
	font-family: 'futura_mdmedium';
	color: #000 !important;
	font-size: 24px !important;
	font-weight: normal;
}
section.methodsMes .pilates02 p.MarieJose {
	font-size: 108%;
}
section.methodsMes .pilates02 p.MarieJose2 {
	font-size: 85%;
	letter-spacing: 0;
	margin-top: 20px;
	line-height: 2em;
}
section.methodsMes .pilates02 span {
	display: block;
	clear: both;
	padding-top: 20px;
}
section.methodsMes div.messageBox2 dl {
	display: block;
	background: #cbe3db;
	padding: 25px;
	margin-top: 25px;
}
section.methodsMes div.messageBox2 dl dt {
	font-size: 116%;
	font-weight: bold;
	color: #008481;
	margin-bottom: 5px
}

section.methodsMes .messageBox2 table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	background: #cbe3db;
	padding: 10px;
	display: block;
	margin: 5px 0  0 30px;
	width: 785px;
}
section.methodsMes .messageBox2 table td {
	padding: 3px 10px;
	background: none;
	vertical-align: top;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	border: none;
}
section.methodsMes .messageBox2 table tr td:first-of-type {
	color: #000;
	font-weight: normal;
}
section.methodsMes .scmFlow {
	margin-top: 40px;
	padding: 45px 25px 25px 25px;
	width: 231px;
	background: #eff4eb;
	border: 1px dotted #999;
	float: left;
	position: relative;
	height: 280px;
}
section.methodsMes .scmFlow h3 {
	display: table-cell;
	background: #008481;
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: -30px;
	left: 10px;
	height: 43px;
	width: 275px;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: 0;
	padding: 17px 0 0 8px;
}
section.methodsMes .scmFlow h3 span {
	font-family: 'futura_mdmedium';
}
section.methodsMes .scmFlow h3 span i {
	font-size: 28px;
	font-style: normal;
}
section.methodsMes .scmFlow h3 span:after {
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	content: "";
	width: 0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 30px solid #fff;
	border-left: 10px solid #008481;
}
section.methodsMes .scmFlow ul {
	list-style-type: none;
}
section.methodsMes .scmFlow ul li {
	color: #008481;
	font-weight: bold;
	margin-bottom: 20px;
	/*font-size: 108%;*/
}


/*******************************************************
Teacher Training Page
*******************************************************/
article#teacherHaed {
	height: 74px !important;
	min-height: 74px !important;
}
#teacherTab {
	display: block;
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
#teacherTab ul {
	list-style-type: none;
}
#teacherTab ul li {
	float: left;
}
#teacherTab ul li a {
	display: block;
	width: 435px;
	background: #e0e9d7;
	color: #b0b8a5;
	text-decoration: none;
	padding: 10px 0;
	margin-left: 30px;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	font-size: 116%;
}
#teacherTab ul li.active a {
	background: #008481;
	color: #fff;
}
#teacherTab ul li a:hover {
	background: #008481;
	color: #fff;
}
#teacherTab ul li.cs {
	display: block;
	width: 435px;
	background: #e0e9d7;
	color: #b0b8a5;
	padding: 10px 0;
	margin-left: 30px;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	font-size: 116%;
}
section.teacherMesTop {
	margin-top: 75px;
	/*margin-bottom: 70px;*/
	padding-top: 30px;
}
section.teacherMesTop p {
	text-align: center;
	font-size: 162%;
	color: #008481;
	line-height: 1.7em;
	margin-bottom: 30px;
}
section.teacherMesTop ul {
	list-style-type: none;
	display: block;
	background: #bdd9cb;
	padding: 20px;
	margin-top: 10px;
}
section.teacherMes h2 {
	background: #008481;
	display: block;
	margin-top: 40px;
	padding: 10px 10px 10px 80px;
	color: #fff;
	font-size: 124%;
	text-align: left;
	font-weight: normal;
	position: relative;
}
section.teacherMes h2 span.teachStep {
	display: block;
	position: absolute;
	top: -20px;
	left:10px;
	background: #000;
	font-size: 10px;
	text-align: center;
	width: 50px;
	height: 50px;
}
section.teacherMes h2 span.teachStep strong {
	display: block;
	font-size: 24px;
}
section.teacherMes div.messageBox {
	background: #eff4eb;
	padding: 30px;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
article#teacherContent2 {
	display: none;
}
section.teacherMes .messageBox ul {
	list-style-type: none;
}
section.teacherMes .messageBox ul li {
	color: #008481;
	font-size: 116%;
	margin-top: 10px;
	font-weight: bold;
}
section.teacherCourse {
	margin-bottom: 50px;
}
section.teacherCourse h2 {
	color: #008481;
	font-size: 162%;
	font-weight: bold;
	margin-bottom: 10px;
}
section.teacherCourse table {
	width: 100%;
	margin-top: 10px;
}
section.teacherCourse table th {
	background: #008481;
	color: #fff;
	padding: 5px;
	border: 1px solid #fff;
}
section.teacherCourse table td {
	background: #eff4eb;
	padding: 10px;
	border: 1px solid #fff;
}
section.teacherCourse table td:last-of-type {
	text-align: center;
}
section.teacherCourse table td a.st1,
section.teacherCourse table td a.st2 {
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	width: 110px;
	margin-left: 10px;
	font-family: 'futura_mdmedium';
	margin: 0 auto;
	text-decoration: none;
}
section.teacherCourse table td a.st1 {
	background: #bdd9cb;
	color: #008481;
}
section.teacherCourse table td a.st2 {
	background: #dccfac;
	color: #c60;
	letter-spacing: 0;
}
section.teacherCourse table td a.st2:hover {
	background: #c60;
	color: #fff;
}
section.teacherCourse table td a.st1:hover {
	background: #399;
	color: #fff;
}

table.teacherPriceTable {
	width: 100%;
	margin: 40px 0;
	font-size: 1rem;
}
table.teacherPriceTable caption {
	text-align: left;
	color: #008481;
	font-size: 124%;
	margin-bottom: 5px;
}
table.teacherPriceTable th {
	color: #fff;
	background: #008481;
	font-weight: bold;
	padding: 5px 10px;
}
table.teacherPriceTable th:last-of-type {
	border-left: 1px solid #fff;
	border-right: 1px solid #008481;
}
table.teacherPriceTable td {
	padding: 10px;
	border: 1px solid #008481;
}
table.teacherPriceTable td.t1 {
	background: #eff4eb;
}
table.teacherPriceTable td.t2 {
	color: #008481;
	background: #bdd9cb;
	font-weight: bold;
}



/*******************************************************
Schedule
*******************************************************/
p.schedule_txt {
	font-size: 14px;
	color: #008481;
	margin-bottom: 10px;
	font-weight: bold;
}

/*******************************************************
Company
*******************************************************/
#companyMain table:first-of-type {
	border-collapse: collapse;
	width: 470px;
}
#companyMain table:last-of-type {
	border-collapse: collapse;
	width: 100%;
}
#companyMain table th {
	background: #bdd9cb;
	color: #008481;
	padding: 20px;
	text-align: left;
	font-size: 16px;
	border-bottom: 5px solid #fff;
	border-right:  5px solid #fff;
	width: 90px;
}
#companyMain table td {
	background: #eff4eb;
	padding: 20px;
	text-align: left;
	font-size: 14px;
	border-bottom: 5px solid #fff;
}
#companyMain div.gmap {
	float: right;
}
#companyAtt {
	display: block;
	border: 1px dotted #999;
	margin-top: 30px;
	padding: 15px 25px 25px 25px;
}
#companyAtt h2 {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	color: #008481;
	font-size: 139%;
}
#companyAtt ul li {
	margin-left: 30px;
}


/*******************************************************
Access
*******************************************************/
#accessMain p.mes {
	display: block;
	text-align: center;
	margin: 30px 0;
	font-size: 124%;
	color: #008481;
	line-height: 1.7em;
}
#accessMain p.mapSub {
	font-size: 9px;
}
#accessMain .accessPhotos {
	/* float: right; */
	width: 100%;
	display: inline-block;
	text-align: center;
}
#accessMain .accessPhotos .accessPhoto1,
#accessMain .accessPhotos .accessPhoto2{
	width: 49%;
	display: inline-block;
}
#accessMain .accessPhotos a img {
	border: 5px solid #eff4eb;
	width: 100%;
	box-sizing:border-box
	/* margin-right: 5px; */
}
#accessMain .accessPhotos a:last-child img {
	/* margin-right: 0; */
}
#accessMain .accessPhotos a:hover img {
	border: 5px solid #008481;
}
#accessMain .accessPhotosW {
	width: 100%;
	display: table;
	margin: 0 5px;
}
#accessMain .accessPhotosW .accessPhotoW1,
#accessMain .accessPhotosW .accessPhotoW2{
	width: 49%;
	display: table-cell;
}
#accessMain .contactBtn{
	text-align: center;
	padding: 30px 0 0px;
}
#accessMain .contactBtn a{
	display: inline-block;
	height: 52px;
	text-align: center;
	font-size: 20px;
	line-height: 52px;
	background: #dccfac;
	color: #c60;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: none;
	box-shadow: none;
	cursor: pointer;
	width: 200px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
#accessMain .contactBtn a:hover {
	background: #c60;
    color: #fff;
}


/*******************************************************
Privacy Policy
*******************************************************/
#privacyMain h2 {
	margin-top: 30px;
	background: #008481;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px;
	font-size: 139%;
}
#privacyMain dl dt {
	color: #008481;
	font-weight: bold;
	font-size: 116%;
	margin-top: 10px;
}
#privacyMain dl dd {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
#privacyMain p.name {
	text-align: right;
	margin-top: 50px;
}
/*******************************************************
Links
*******************************************************/
#linkMain ul {
	list-style-type: none;
}
#linkMain ul li {
	float: left;
	display: block;
	width: 400px;
	margin-left: 33px;
	padding-bottom: 40px;
}
#linkMain ul li a {
	width: 400px;
	display: table-cell;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #008481;
	color: #fff;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	font-size: 93%;
	height: 50px;
}
#linkMain ul li a:hover {
	background: #d9edec;
	color: #008481;
}
#linkMain ul li a span {
	font-size: 139%;
	display: block;
	margin-top: 5px;
}
#linkMain ul li a img {
	float: left;
	margin-right: 15px;
}
#linkMain table {
	width: 95%;
	border-collapse: separate;
	border-spacing: 15px;
	empty-cells: show;
	margin: 0 auto;
}
#linkMain table th {
	background: #d9edec;
	color: #008481;
	padding: 10px 20px;
	text-align: left;
	vertical-align: middle;
	border-left: 10px solid #008481;
}
#linkMain table td {
	text-align: left;
	vertical-align: middle;
}


/*******************************************************
Sitemap
*******************************************************/
#sitemapMain .sitemap1 {
	float: left;
	width: 130px;
}
#sitemapMain .sitemap1 ul li a {
	font-family: 'futura_mdmedium';
	display: block;
	width: 130px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #008481;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	text-decoration: none;
}
#sitemapMain .sitemap1 ul li a:hover {
	background: #d9edec;
	color: #008481;
}
#sitemapMain .sitemap2 {
	padding-top: 6px;
	float: right;
}
#sitemapMain .sitemap2:last-of-type {
	padding-top: 25px;
}
#sitemapMain .sitemap2 ul {
	display: block;
	margin-left: 20px;
	float: left;
	width: 230px;
}
#sitemapMain .sitemap2 li {
	font-size: 108%;
	line-height: 1.8em;
}
#sitemapMain .sitemap2 ul li.sitemapNav {
	font-family: 'futura_mdmedium';
	font-size: 147%;
	color: #008481;
	border-left: 5px solid #008481;
	line-height: 1em;
	padding: 2px 0 2px 10px;
	margin-bottom: 10px;
}


/*******************************************************
Page Not Found
*******************************************************/
#page404 #pageHead {
	height: 30px;
	min-height: 30px;
}
#page404 section h1 {
	display: block;
	padding: 50px 0;
	text-align: center;
	background: #008481;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #bdd9cb;
	font-family: 'futura_mdmedium';
	font-size: 36px;
}
#page404 section h1 p {
	font-size: 150px;
	line-height: 1.1em;
}
#page404 section p.page404Mes {
	text-align: center;
	margin: 60px 0;
}


/*******************************************************
Form
*******************************************************/
span.wpcf7-list-item {
	display: block;
}

form span.vertical-item {
	display: block;
}

.resvForm .resvTxt {
	text-align: center;
}
.resvForm .resvTxt p {
	display: block;
	background-color: #008481;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 15px;
}
.resvForm .resvTxt p span {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
}
.resvForm .resvTxt:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #008481 transparent transparent transparent;
	position: relative;
	bottom: -12px;
}
.resvForm dl {
	display: block;
	margin: 15px 0;
}
.resvForm dl dt {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
.resvForm dl dt span {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.resvForm dl dd {
	display: block;
	margin-bottom: 25px;
	line-height: 2.5em;
	font-size: 14px;
}
.resvForm dl dd span.ex {
	color: #ccc;
	margin-left: 2em;
}
.resvForm dl dd.formSep {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #008481;
}
.resvForm input[type="text"] {
	height: 24px;
}
.resvForm select {
	height: 30px;
}
.resvForm .formSubmit {
	text-align: center;
	padding: 15px;
}
.resvForm .formSubmit input[type="submit"] {
	display: inline-block;
	height: 52px;
	text-align: center;
    font-size: 20px;
    line-height: 52px;
	background: #dccfac;
    color: #c60;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    width: 200px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}
.resvForm input[type="submit"]:hover {
	background: #c60;
    color: #fff;
}
.resvForm span.error {
	display: inline-block;
	color: #fff;
	background-color: #c00;
	padding: 8px;
	margin-left: 10px;
	line-height: 1em;
	font-size: 12px;
	position: relative;
}
.resvForm span.error:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #c00 transparent transparent;
	position: absolute;
	left: -8px;
}
.resvForm dl dd.vertical span.error {
	display: inline-block;
	color: #fff;
	background-color: #c00;
	padding: 8px;
	margin-top: 10px;
	margin-left: 0;
	line-height: 1em;
	font-size: 12px;
	position: relative;
}
.resvForm dl dd.vertical span.error:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 8.7px 5px;
	border-color: transparent transparent #c00 transparent;
	position: absolute;
	top: -8px;
	left: 10px;
}
.mw_wp_form_confirm .resvForm dl dd span.ex,
.mw_wp_form_confirm .resvForm .annotation {
	display: none;
}
.resvForm .formSubmit input[type="submit"][name="submitBack"] {
	margin-right: 15px;
	color: #aaa;
	background-color: #eee;
}
.resvForm .formSubmit input[type="submit"][name="submitBack"]:hover {
	color: #888;
	background-color: #ccc;
}


/*******************************************************
カレンダー調整
*******************************************************/
.ai1ec-nav {
	display: none !important;
}
.teacherCal .ai1ec-nav {
	display: block !important;
}
.ai1ec-tag-filter {
	display: none !important;
}
span.ai1ec-event-title {
	font-size: 125% !important;
}
span.ai1ec-event-location {
	display: block;
	font-size: 85% !important;
}
.ai1ec-popup-excerpt {
	display: none;
}
.ai1ec-event-description {
	display: none !important;
}
.ai1ec-agenda-buttons,
.ai1ec-event-toggle {
	display: none;
}
.newsBody .ai1ec-col-sm-3 {
	background: #008481;
	color: #fff !important;
	font-size: 13px !important;
	width: 15% !important;
	text-align: center;
	padding-right: 0;
	height: 100%;
}
.newsBody .ai1ec-fa-tags:before {
	content: "申込" !important;
	font-size: 13px !important;
	font-weight: bold;
}
.newsBody .ai1ec-fa-folder-open:before {
	content: "対象者" !important;
	font-size: 13px !important;
	font-weight: bold;
}

.newsBody .ai1ec-actions {
	display: none;
}

/* 20150508 add */
.sent .formInner {
	display: none;
}

#ai1ec-calendar-view-container .ai1ec-calendar-view .ai1ec-pull-left {
	display: none;
}
.ai1ec-date-events .ai1ec-event-header .ai1ec-event-title .ai1ec-event-location {
	color: #333 !important;
}
#ai1ec-calendar .ai1ec-btn-toolbar,
#ai1ec-calendar .ai1ec-views-dropdown {
	margin: 10px 0 5px 0;
}

/* 20151201 add */
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
	color: #c60 !important;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title:hover {
	color: #e0a366 !important;
}
#ai1ec-calendar-view .ai1ec-event-header .ai1ec-event-time .ai1ec-allday-badge {
	background: #3d6b99 !important;
}
#ai1ec-calendar-view .ai1ec-btn-group a.ai1ec-read-more {
	background: #c60 !important;
	border-color: #a40 !important;
}
#ai1ec-calendar-view .ai1ec-btn-group a.ai1ec-read-more:hover {
	background: #a40 !important;
	border-color: #810 !important;
}
div.em-warning{
	color: RED;
	font-weight: bold;
}


