@charset "UTF-8";

/*
Font-size list
 83% = 10px	125% = 15px	166% = 20px
 92% = 11px	133% = 16px	175% = 21px
100% = 12px	142% = 17px	183% = 22px
108% = 13px	150% = 18px	192% = 23px
116% = 14px	158% = 19px	200% = 24px
*/

/* //////////////////////////////////////////////////
[Base]
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
fieldset,
legend {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display:block;
	margin: 0;
	padding: 0;
}

div {
	outline: none;
}


/* --------------------------------------------------
	1. Heading, Paragraph
-------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	line-height: 1.2;
}


/* --------------------------------------------------
	2. List
-------------------------------------------------- */
li {
	list-style: none;
}


/* --------------------------------------------------
	3. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption,
th,
td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}


/* --------------------------------------------------
	4. Form
-------------------------------------------------- */
fieldset {
	border: none;
}

input,
textarea,
select,
label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}


/* --------------------------------------------------
	5. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

em,
strong {
	font-weight: bold;
	font-style: normal;
}

small {
	font-size: 100%;
}

abbr,
acronym {
	border: none;
	font-variant: normal;
}

q:before,
q:after {
	content: '';
}

address, caption,
cite,
code,
dfn,
var {
	font-weight: normal;
	font-style: normal;
}

code,
pre {
	font-family: monospace;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

hr {
	display: none;
}


/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */
/* for ie7: page zoom bug fix */
*:first-child+html body,
*:first-child+html br {
	letter-spacing: 0;
}

/* hasLayout True */
h1, h2, h3, h4, h5, h6, p, address, blockquote,
ol, ul, li, dl, dt, dd, table, th, td, form, div,
header, footer, nav, section, aside {
	*zoom: 1;
}



/* //////////////////////////////////////////////////
[Init]
////////////////////////////////////////////////// */
body {
	background: #FFFFFF;
	border-top: 5px solid #37BC9B;
	color: #111111;
	font-size: 87.5%;
	line-height: 1.5;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

a:link,
a:visited {
	color: #37BC9B;
}

a:hover,
a:active {
	color: #37DF9B;
}

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */


/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
.header {
	height: 80px;
	width: 100%;
	background: #FFF;
}

.headerInner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.header .siteName {
	padding: 10px 0 0;
}

.header .headerNav ul {
	position: absolute;
	top: 20px;
	right: 0;
}

.header .headerNav li {
	float: left;
	*display: inline; /* for ie6/7 */
	*zoom: 1; /* for ie6/7 */
	margin: 0 0 0 10px;
	line-height: 1.2;
}

.headerNav a {
	display: table-cell;
	padding: 0 10px;
	height: 2.5em;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
}

.headerNav a:link,
.headerNav a:visited {
	color: #333333;
}

.headerNav a:hover,
.headerNav a:active {
	color: #37BC9B;
}

.headerNav .isActive a {
	color: #37BC9B;
}


/* --------------------------------------------------
	2. Contents
-------------------------------------------------- */
.contentWrapper {
	background: #EDEDED;
	padding: 0 0 40px;
}
.contentWrapperS {
	background: #EDEDED;
	padding: 0 0 0 0px;
}

.content {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}


/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
.footer {
	padding: 20px 0;
	border-top: 5px solid #37BC9B;
	background: #FFFFFF;
}

.footerInner {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0 0 80px;
}

.footer .logo {
	position: absolute;
	top: 10px;
	left: 0;
	width: 280px;
	text-align: center;
}

.footer .copyright {
	position: absolute;
	top: 70px;
	left: 0;
	width: 280px;
	font-size: 10px;
	text-align: center;
}


.footer .footerNav {
	float: right;
	width: 630px;
	overflow: hidden;
	font-size: 87.5%;
}

.footer .footerNav dl {
	float: left;
	width: 300px;
	margin-right: 10px;
}


.footer .footerNav dt {
	height: 1.6em;
	font-weight: bold;
}

.footer .footerNav a {
	text-decoration: none;
}

.footer .footerNav a:link,
.footer .footerNav a:visited {
	color: #111111;
}

.footer .footerNav  a:hover,
.footer .footerNav  a:active {
	color: #6666666;
}

.footer .footerNav dd {
	margin: 0 0 0.75em;
}

.footer .footerNav li {
	display: inline-block;
	*display: inline; /* for ie6/7 */
	*zoom: 1; /* for ie6/7 */
	margin: 0 5px 0 0;
}




/* //////////////////////////////////////////////////
[Module] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	heading
-------------------------------------------------- */
.unitTtl {
	margin: 0;
	padding: 30px 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
	color: #FFFFFF;
}

.unitTtl .inner {
	width: 940px;
	margin: 0 auto;
}

.unitTtl.company {
	background-image: url(../img/common/bg_ttl_01.png);
}

.unitTtl.members {
	background-image: url(../img/common/bg_ttl_02.png);
}

.unitTtl.alumni {
	background-image: url(../img/common/bg_ttl_03.png);
}

.unitTtl.mypl {
	background-color: #e0a030
}

.unitTtl.dblink {
	background-color: #4070C0;
}


.unitTtl .ttlA {
	font-size: 220%;
	font-weight: normal;
	text-align: center;
}

.unitTtl p {
	font-size: 108%;
	text-align: center;
}

.ttlB {
	margin: 0 0 25px;
	padding: 0 0 5px;
	color: #324C5A;
	font-weight: normal;
	font-size: 170%;
	text-align: center;
}

.ttlC {
	margin: 0 0 15px;
	color: #111111;
	font-size: 135%;
}

.ttlCRed {
	margin: 0 0 15px;
	color: #f73;
	font-size: 135%;
}

.ttlD {
	margin: 0 0 10px;
	color: #111111;
	font-size: 100%;
}

.ttlZ {
	clear: both;
	/* margin: 1em 0 0.5em; */
	margin: 0;
	color: #3399FF;
	font-size: 242%;
}

/* --------------------------------------------------
	List
-------------------------------------------------- */
.listDisc {
	margin: 1em 0 1em 0;
}

.listDisc li {
	position: relative;
	margin: 0 0 5px;
	padding-left: 20px;
}

.listDisc li:before {
	position: absolute;
	top: 3px;
	left: 0;
	content: "●";
	padding-right: 10px;
	color: #529772;
	margin: 0 0 5px;
	font-size: 10px;
}


.listOrder {
	margin: 1em 0 1em 25px;
}

.listOrder li {
	list-style-type: decimal;
	margin: 0 0 5px;
}


/* --------------------------------------------------
	Section
-------------------------------------------------- */
.section {
	margin: 0 0 80px;
}

.section p {
	margin: 0 0 1em;
	line-height: 1.8;
}

.section .fig {
	margin: 20px 0;
}

/* --------------------------------------------------
	Align
-------------------------------------------------- */
.alignC {
	text-align: center;
}

.alignCRed {
	color: #f73;
	text-align: center;
}

.alignR {
	text-align: right;
}

/* --------------------------------------------------
	Table
-------------------------------------------------- */
.tbl {
	width: 90%;
	margin: 20px 0 40px;
	border-top: 2px solid #EDEDED;
	background: #FAFAFA;
}

.tbl tr {
	border-bottom: 2px solid #EDEDED;
}

.tbl caption {
	margin: 0 0 5px;
	color: #111111;
	font-size: 135%;
	text-align: center;
}

.tbl th {
	width: 180px;
	padding: 10px;
	font-weight: bold;
	color: #777777;
	text-align: center;
	vertical-align: middle;
	background: url(../img/common/bg_th_01.png) no-repeat 0 0;
}

.tbl th  span {
	color: #37BC9B;
}

.tbl tr.licentiate {
	border-top: 20px solid #EDEDED;
}

.tbl td {
	padding: 10px;
	vertical-align: middle;
}

.tbl td ul {
	margin: 0;
}


.tbl td li {
	position: relative;
	margin: 0 0 5px;
	padding-left: 20px;
}

.tbl td li:last-child {
	margin-bottom: 0;
}

.tbl td li:before {
	position: absolute;
	top: 3px;
	left: 0;
	content: "●";
	padding-right: 10px;
	color: #999999;
	margin: 0 0 5px;
	font-size: 10px;
}

p.tblNote {
	margin: -30px 0 0 0;
	}

table.price {
	border-collapse: separate;
	border-spacing: 2px;
	width: 80%;
	margin: 20px 0 40px;
	border-top: 2px solid #EDEDED;
	background: #AAAAAA;
}
.price th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	background: #FAFAFA;
	color: #777777;
	text-align: center;
	vertical-align: middle;
}
.price td {
	padding: 10px;
	text-align: right;
	vertical-align: middle;
	background: #FAFAFA;
}


/* --------------------------------------------------
	Button
-------------------------------------------------- */
.btn {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px;
	min-width: 240px;
	min-height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	background-color: #48CFAD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	border: 0;
	border-bottom: 2px solid #529772;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.btn {
	color: #FFFFFF;
}

.btn:hover {
	background-color: #529772;
}

.btnA {
	background-color: #FC6E51;
	border-color: #E2574C;
}

.btnA:hover {
	background-color: #E2574C;
}

.btnB {
	background-color: #3BAFDA;
	border-color: #417A95;
}

.btnB:hover {
	background-color: #417A95;
}

/* --------------------------------------------------
	Column
-------------------------------------------------- */
.blockCol {
	overflow: hidden;
	position: relative;
	margin: 0 -20px 80px 0;
	width: 960px;
}

.blockCol .unitCol2 {
	float: left;
	width: 460px;
	margin-right: 20px;
}

.blockCol .unitCol3 {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.blockCol .unitCol3.download {
	margin: 0 0 20px;
	padding: 15px 0 10px;
	background: #FFFFFF;
}

.blockCol .unitCol3.download dl {
	padding: 0 15px;
}


.blockCol .image {
	margin: 0 0 15px;
	text-align: center;
}

.blockCol .ttlC {
	text-align: center;
	
}

.blockCol dd {
	line-height: 1.8;

}

.blockCol .link {
	margin: 15px 0 0;
	text-align: center;
}

.blockCol .link a {
	display: inline-block;
	padding-right: 10px;
}

/* --------------------------------------------------
	Media
-------------------------------------------------- */
.boxMedia {
	overflow: hidden;
	margin: 0 0 40px;
	display: table;
}

.boxMedia .image {
	display: table-cell;
	width: 300px;
}

.boxMedia .image img {
	border: 1px solid #CCCCCC;
}

.boxMedia .imageL {
	float: left;
	width: 300px;
	margin: 0 20px 20px 0;
}

.boxMedia .imageL li {
	margin: 0 0 20px;
}

.boxMedia .imageR {
	float: right;
	margin: 0 0 20px 20px;
}

.boxMedia .unitText {
	display: table-cell;
	vertical-align: top;
}

.boxMedia .tbl {
	margin: 0;

}

.boxMedia .unitText .tbl th {
	width: 30%;
}

.boxMedia .unitText p {
	margin: 0 0 1em;
	line-height: 1.75;
}



/* --------------------------------------------------
	topicPath
-------------------------------------------------- */
.topicPath {
	margin: 0 0 40px;
	padding: 20px 0 0;
	font-size: 84%;
}

.topicPath {
	*zoom: 1; /* for ie6/7 */
}

.topicPath:after {
	content: "";
	display: block;
	clear: both;
}


.topicPath li {
	float: left;
	margin: 0 10px 0 0;
}

.topicPath li:before {
	content: ">";
	padding-right: 5px;
}

.topicPath .home {
}

.topicPath li.home:before {
	content: "";
	padding-right: 0;
}

/* --------------------------------------------------
	localNav
-------------------------------------------------- */
.localNav {
	margin: 0;
	border-bottom: 1px solid #666;
	background: #EDEDED;
}

.localNav ul {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

.localNav li {
	display: inline-block;
}

.localNav a {
	display: block;
	padding: 15px 20px;
	color: #111111;
}

.localNav a:hover {
	color: #37BC9B;
}

.localNav .isActive a {
	background: #666666;
	color: #FFFFFF;
	text-decoration: none;
}

/* --------------------------------------------------
	Call To Action
-------------------------------------------------- */
.blockCTA {
	overflow: hidden;
	border-top: 2px solid #FFFFFF;
	padding: 20px 50px;
}

.blockCTA .unitDownload {
	float: left;
	width: 390px;
	padding: 15px 0 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.blockCTA .unitDownload.members {
	background-image: url(../img/common/ico_download_01.png);
}

.blockCTA .unitDownload.alumni {
	background-image: url(../img/common/ico_download_02.png);
}

.blockCTA .unitContact {
	float: right;
	width: 390px;
	padding: 15px 0 0;
	background: url(../img/common/ico_mail_01.png) no-repeat 0 0;
}

.blockCTA .lead {
	padding: 0 0 0 110px;
}

.blockCTA .lead dt {
	margin: 0 0 10px;
	color: #48CFAD;
	font-size: 118%;
	font-weight: bold;
}

.blockCTA .members .lead dt {
	color: #FC6E51;
}

.blockCTA .alumni .lead dt {
	color: #3BAFDA;
}


.blockCTA p {
	margin: 1em 0 0;
	text-align: center;
}



/* --------------------------------------------------
	Other
-------------------------------------------------- */

/* css image mouseover
----------------------------------- */
.hover {
	cursor: pointer;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	transition: 0.1s linear;
}
.hover:hover {
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	opacity: 0.70;
}


/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.group { *zoom: 1; } /* for ie6/7 */
.group:after { content: ""; display: block; clear: both; }


/* //////////////////////////////////////////////////
[Page] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	HOME
-------------------------------------------------- */
/* お知らせエリア
----------------------------------- */
.blockHomeNews {
	margin: 0 0 60px;
	background: #E8E9ED;
	padding: 5px;
}

.blockHomeNews li {
	padding: 2px 10px;
}


/* カルーセルエリア
----------------------------------- */
.blockHomeHero {
	padding: 0 0 50px;
	background: #EDEDED;
}

.blockHomeHero #unitCarousel {
	position: relative;
	width: 100%;
	margin: 0 0 10px;
}

.blockHomeHero .item {
	float: left;
	position: relative;
	width: 2000px;
}

.blockHomeHero .item p {
	position: absolute;
}

.blockHomeHero .item.company p {
	top: 180px;
	left: 1200px;
}

.blockHomeHero .item.members p {
	top: 230px;
	left: 650px;
}

.blockHomeHero .item.alumni p {
	top: 230px;
	left: 650px;
}

.blockHomeHero .company .btn {
	color: #37BC9B;
	background: #FFFFFF;
}

.blockHomeHero .btn:hover {
	opacity: 0.8;
}

.blockHomeHero .members .btn {
	color: #C65B46;
	background: #FFFFFF;
	border-color: #C65B46;
}

.blockHomeHero .alumni .btn {
	color: #4F889B;
	background: #FFFFFF;
	border-color: #4F889B;
}

.blockHomeHero .btn {
	background: #FFFFFF;
}

.blockHomeHero .pagination {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

.blockHomeHero .pagination a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #A1DBCF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.blockHomeHero .pagination a.selected {
	background: #37BC9B;	
}

.blockHomeHero .pagination span {
	display: none;
}

/* --------------------------------------------------
	CONTACT
-------------------------------------------------- */
.pageContact {
}

.pageContact .contentWrapper {
	padding-top: 10px;
}
.pageContact .contentWrapperS {
	padding-top: 0px;
}

.pageContact .footer .copyright {
	width: auto;
	position: static;
}


/* Form
----------------------------------- */
.blockForm {
	margin: 30px 0;
	min-height: 300px;
}

.blockForm .lead {
	margin: 0 0 2em;
	text-align: center;
}

.blockForm table {
	width: 740px;
	margin: 0 auto 20px;
}

.blockForm tr {
	border-width: 10px;
}

.blockForm th {
	width: 220px;
	padding: 15px 10px;
	text-align: right;
	vertical-align: top;
	border-width: 10px;
}


.blockForm td {
	padding: 15px 10px;
}

.blockForm input[type=text],
.blockForm textarea {
	width: 90%;
	padding: 5px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.blockForm input[type=text]:focus,
.blockForm textarea:focus {
	border-color: #37BC9B;
	box-shadow: 0 0 5px #37BC9B;
}

.blockForm .error {
	margin: 5px 0 0;
	color: #FF0000;
}

.blockForm .bthGroup {
	text-align: center;
}

.blockForm .btnBack {
	margin-right: 10px;
}

.blockForm .btnBack {
	color: #37BC9B;
	background: #FFF;
}