<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/* -------------------------------------
 common
------------------------------------- */
@import url("common.css");


/* -------------------------------------
 sub contents - left side
------------------------------------- */
td.subcontentsLeftTitle {
	padding: 0;
	width: 297px;
	height: 18px;
	border: 0;
	background-color: #f0ffde;
}
td.subcontentsLeft {
	padding: 0;
	width: 293px;
	height: 141px;
	border-top: 0;
	border-left: 2px solid #8bd2aa;
	border-right: 2px solid #8bd2aa;
	border-bottom: 2px solid #8bd2aa;
	background-color: #f0ffde;
}

/* -------------------------------------
 sub contents - right side
------------------------------------- */
td.subcontentsRightTitle {
	padding: 0;
	width: 458px;
	height: 18px;
	border: 0;
	background-color: #f0ffde;
}
td.subcontentsRight {
	padding: 5px;
	width: 444px;
	border-top: 0;
	border-left: 2px solid #8bd2aa;
	border-right: 2px solid #8bd2aa;
	border-bottom: 2px solid #8bd2aa;
	background-color: #f0ffde;
	vertical-align: top;
	text-align: left;
	font-size: 10pt;
}

/* -------------------------------------
 sub contents - lady
------------------------------------- */
a#subcontentsLady, a#subcontentsLady:link, a#subcontentsLady:visited {
	width: 100%;
	height: 100%;
	display: block;
	background: url(subcontentsLadyOff.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a#subcontentsLady:hover, a#subcontentsLadySelected {
	width: 100%;
	height: 100%;
	display: block;
	background: url(subcontentsLadyOn.jpg) 0 0 no-repeat;
	text-decoration: none;
}

/* -------------------------------------
 sub contents - painless
------------------------------------- */
a#subcontentsPainless, a#subcontentsPainless:link, a#subcontentsPainless:visited {
	width: 100%;
	height: 100%;
	display: block;
	background: url(subcontentsPainlessOff.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a#subcontentsPainless:hover, a#subcontentsPainlessSelected {
	width: 100%;
	height: 100%;
	display: block;
	background: url(subcontentsPainlessOn.jpg) 0 0 no-repeat;
	text-decoration: none;
}

/* -------------------------------------
 sub contents - take care
------------------------------------- */
a#subcontentsTakecare, a#subcontentsTakecare:link, a#subcontentsTakecare:visited {
	width: 100%;
	height: 100%;
	display: block;
	background: url(subcontentsTakecareOff.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a#subcontentsTakecare:hover, a#subcontentsTakecareSelected {
	width: 100%;
	height: 100%;
	display: block;
	background: url(subcontentsTakecareOn.jpg) 0 0 no-repeat;
	text-decoration: none;
}

/* -------------------------------------
 sub contents - information
------------------------------------- */
iframe#subcontentsInformation {
	width: 440px;
	height: 459px;
	border-color: #f0ffde;
}

/* -------------------------------------
 トップページ バナーエリア 2016/02
------------------------------------- */
.bnr_campaign {
	text-align: center;
	margin: 10px 0 20px 0;
}

/* -------------------------------------
 「コースのご案内」修正 2016/02
------------------------------------- */
.table-course-top {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CFCFCF;
}
.table-course-top th {
	background-color: #CEEFFF;
	padding: 10px 8px;
	color: #27AAD7;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.table-course-top td {
	padding: 10px 8px;
	text-align: left;
	border-bottom: 1px solid #CFCFCF;
}
.list-point {
	color: #cbe9f9;
	font-size: 80%;
}
.link-course {
	margin: 15px 0;
	padding-left: 22px;
	overflow: hidden;
}
.link-course img {
	border: none;
}
.link-course .left {
	float: left;
}
.link-course .right {
	float: right;
}

/* -------------------------------------
 アクアアドバイザーコース 授業の内容 2016/02
------------------------------------- */
.white {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.ac-curriculum {
	text-align: left;
}
.ac-curriculum h1, .ac-curriculum h2, .ac-curriculum h3, .ac-curriculum h4, .ac-curriculum p, .ac-curriculum ul, .ac-curriculum li {
	padding: 0;
	margin: 0;
}
.ac-curriculum p {
	line-height: 150%;
}
.ac-curriculum h1 {
	display: block;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ac-curriculum .txt-intro {
	margin-bottom: 40px;
}
.ac-curriculum .txt-intro .blue {
	color: #036eb8;
	font-weight: bold;
}
.ac-curriculum h2 {
	color: #4eac8d;
	font-size: 14px;
	display: block;
	margin: 40px 0 10px 0;
}
.ac-curriculum .lesson {
	margin-bottom: 30px;	
}
.ac-curriculum .lesson h3 {
	display: block;
	color: #fff;
	background-color: #0288D1;
	padding: 4px 10px;
	margin-bottom: 10px;
}
.ac-curriculum .lesson p {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	padding-left: 10px;
}
.ac-curriculum .lesson .voice-wrap {
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding: 10px 15px 10px 5px;
	background-color: #f8f8f8;
	border: 1px dashed #bfe2f8;
	margin: 0 10px;
	overflow: hidden;
}
.ac-curriculum .lesson .voice-wrap h4 {
	float: left;
	width: 82px;
}
.ac-curriculum .lesson .lesson-voice {
	list-style-type: none;	
	width: 445px;
	float: left;
}
.ac-curriculum .lesson .lesson-voice li {
	font-size: 12px;
	background-image: url(image/course_list01.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	margin-bottom: 6px;
	line-height: 18px;
}
.ac-curriculum .lesson .lesson-voice.mt28 {
	margin-top: 28px;	
}
.ac-curriculum .line  {
	height: 8px;
	background-image: url(image/course_line01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
	margin-bottom: 15px;	
}
.ac-curriculum .summary {
	margin: 30px 20px;
	
}
.ac-curriculum .summary .green {
	color: #4eac8d;
	font-weight: bold;
}




/* -------------------------------------
 アクアアドバイザーコース 受講後の感想 2016/02
------------------------------------- */
.ac-voice {
	text-align: left;
}
.ac-voice h1, .ac-voice h2, .ac-voice h3, .ac-voice h4, .ac-voice p, .ac-voice ul, .ac-voice li {
	padding: 0;
	margin: 0;
}
.ac-voice p {
	line-height: 150%;
}
.ac-voice h1 {
	display: block;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ac-voice h2 {
	color: #4eac8d;
	font-size: 14px;
	display: block;
	margin: 20px 0 0 0;
}
.ac-voice p.ml10 {
	margin-left: 10px;
}
.ac-voice h3 {
	display: block;
	color: #fff;
	background-color: #0288D1;
	padding: 4px 10px;
	margin-bottom: 0;
}
.ac-voice .line {
	height: 8px;
	background-image: url(image/course_line01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
	margin-bottom: 15px;	
}

.ac-voice .q-h2 {
	display: block;
	color: #fff;
	background-color: #0288D1;
	padding: 4px 10px;
	margin-bottom: 15px;
}
.ac-voice .ac-questionnaire {
	margin-bottom: 30px;
}
.ac-voice .ac-questionnaire .question {
	margin-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.ac-voice .ac-questionnaire .question img {
	margin-right: 5px;
	vertical-align: middle;
}
.ac-voice .ac-questionnaire .graph {
	text-align: center;	
}

.ac-voice .ac-voice-frame {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 500px;
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 20px;
	border: 2px solid #999;
}
.ac-voice .ac-voice-frame ul {
	list-style-type: none;
	margin-right: 10px;
}
.ac-voice .ac-voice-frame ul li {
	padding-left: 120px;
	padding-top: 15px;
	margin-bottom: 10px;
	min-height: 125px;
	background-repeat: no-repeat;
	background-position: left top;

}
.ac-voice .ac-voice-frame ul li .txt-voice {
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #f5f1e0;
	padding: 10px 15px;
}
.ac-voice .ac-voice-frame ul li .txt-voice p {
	font-weight: bold;
}
.ac-voice .ac-voice-frame ul li .txt-voice .students {
	color: #e91e63;
	font-size: 12px;	
	margin-top: 5px;
}
.ac-voice .ac-voice-frame ul li.male01 .students, .ac-voice .ac-voice-frame ul li.male02 .students {
	color: #0288d1;
}
.ac-voice .ac-voice-frame ul li.female01 {
	background-image: url(image/voice_img01.gif);
}
.ac-voice .ac-voice-frame ul li.female02 {
	background-image: url(image/voice_img02.gif);
}
.ac-voice .ac-voice-frame ul li.female03 {
	background-image: url(image/voice_img03.gif);
}
.ac-voice .ac-voice-frame ul li.female04 {
	background-image: url(image/voice_img04.gif);
}
.ac-voice .ac-voice-frame ul li.male01 {
	background-image: url(image/voice_img05.gif);
}
.ac-voice .ac-voice-frame ul li.male02 {
	background-image: url(image/voice_img06.gif);
}
.ac-voice .ac-voice-frame .em01 {
	background-color: #fdf3b0;
}
.ac-voice .ac-voice-frame .big {
	font-size: 16px;
}
</pre></body></html>