@charset "utf-8";

/* ======================================================
 * ana_scholarship.css
 * ------------------------------------------------------
 * LAYOUT ***********************************************
 * Common
 * Body
 * Header
 * Contents
 * Footer
 * MODULE ***********************************************
 * Element
 * Component
 * MEDIA ************************************************
 * Responsive
 * - width <= 1920px
 * Smartphone
 * - width <= 768px
 * Print
 * Clearfix
====================================================== */

/********************************************************

  LAYOUT

********************************************************/

/* Common
------------------------------------------------------ */
/* device */
.pc-non { display: none !important; }

/* font */
.ind-layout04 > .link-block > .caption > .title,
.ind-layout05 > .link-block > .caption > .title {
	font-family: 'Noto Sans Japanese', sans-serif;
}

/* hover */
img.imgover:hover,
.ind-layout02 > a.link-block:hover > .image img,
.ind-layout03 > a.link-block:hover > .image img,
.ind-layout04 > a.link-block:hover > .image img,
.ind-layout05 > a.link-block:hover > .image img,
.ind-layout06 > a.link-block:hover > .image img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
}

/* transition */
img.imgover:hover,
.ind-layout02 > a.link-block > .image img,
.ind-layout03 > a.link-block > .image img,
.ind-layout04 > a.link-block > .image img,
.ind-layout05 > a.link-block > .image img,
.ind-layout06 > a.link-block > .image img {
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
	        transition: all 0.3s ease 0s;
}

/* loading */
.news-loading {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url(/ballet/training/ana_scholarship/images/ana_scholarship_loading_ic01.gif) no-repeat 50% 50%;
	text-indent: -9999px;
}


/* Body
------------------------------------------------------ */


/* Header
------------------------------------------------------ */
#ana-header {
}
#header {
}
#header #site-logo {
	position: absolute;
	left: 50%;
	top: 14px;
	z-index: 999;
	margin: 0 0 0 -500px;
}


/* Contents
------------------------------------------------------ */
#ana-contents {
}
#contents {
	overflow: hidden;
}
/* title-wrap */
.title-wrap {
	clear: both;
	position: relative;
	z-index: 10;
	padding: 56px 0 0 0;
}
.title-wrap > *:first-child {
	margin-top: 0 !important;
}
.title-wrap .ana-title {
	text-align: center;
}
/* main-wrap */
[class*="main-wrap"] {
	clear: both;
}
[class*="main-wrap"] > *:first-child {
	margin-top: 0 !important;
}
.main-wrap01 {
	position: relative;
	z-index: 1;
	margin: -200px 0 0 0;
	padding: 384px 0 456px;
	background-color: #0a318e;
	background-image: url(/ballet/training/ana_scholarship/images/ana_scholarship_bg02.png), url(/ballet/training/ana_scholarship/images/ana_scholarship_bg01.png);
	background-repeat: repeat-x, no-repeat;
	background-position: 50% 607px, 50% 0;
}
.main-wrap01:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 -960px;
	border-width: 552px 1920px 0 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.main-wrap01:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 -960px 0 0;
	border-width: 0 0 552px 1920px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}
.main-wrap02 {
	position: relative;
	z-index: 10;
	margin: -150px 0 0 0;
	padding: 0 0 60px 0;
}
.main-wrap03 {
	position: relative;
	z-index: 10;
	padding: 160px 0 70px;
	background: url(/ballet/training/ana_scholarship/images/ana_scholarship_bg03.png) no-repeat 50% 0;
}
/* main-layout */
.main-layout {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
.main-layout > *:first-child {
	margin-top: 0 !important;
}


/* Footer
------------------------------------------------------ */
#footer {
	clear: both;
}

/*----- footerWrap -----*/
[class^="footerWrap"] {
	clear: both;
}
[class^="footerWrap"] > *:first-child {
	margin-top: 0 !important;
}
/*** footerWrap01 ***/
.footerWrap01 {
	padding: 5% 10% 7.5%;
	background-color: #e8e8e8;
	background-image: url(/common_rwd/images/cmn_bg01.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 30% auto;
}
/* footerNavi */
.footerWrap01 #footerNavi {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
}
.footerWrap01 #footerNavi > .infoBlock {
	float: left;
	width: 48%;
}
.footerWrap01 #footerNavi > .menuBlock {
	float: right;
	width: 48%;
}
.footerWrap01 #footerNavi > .infoBlock > *:first-child,
.footerWrap01 #footerNavi > .menuBlock > *:first-child {
	margin-top: 0 !important;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany {
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dt {
	margin: 0 0 0.25em 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd {
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > *:first-child {
	margin-top: 0 !important;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > .address {
	font-size: 16px;
	font-size: 1.6rem;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > .tel {
	font-size: 16px;
	font-size: 1.6rem;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > .tel .telNumber {
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > .access {
	margin: 2em 0 0 0;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > .notes {
	margin: 0.25em 0 0 0;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > .notes > li {
	position: relative;
	padding: 0 0 0 1.2em;
	font-size: 12px;
	font-size: 1.2rem;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > .notes > li + li {
	margin-top: 0.25em;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > .notes > li > .ast {
	position: absolute;
	left: 0;
	top: 0;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > .links {
	margin: 1em -10px -10px 0;
	text-align: left;
	letter-spacing: -0.4em;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > .links > li {
	display: inline-block;
	margin: 0 10px 10px 0;
	letter-spacing: normal;
}
.footerWrap01 #footerNavi > .infoBlock .aboutCompany > dd > .links > li > a {
	display: block;
	min-width: 120px;
	padding: 9px 14px 7px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
}
.footerWrap01 #footerNavi > .infoBlock .aboutTicket {
	clear: both;
	margin: 20px 0 0 0;
	padding: 15px 20px;
	background-color: #ffffff;
}
.footerWrap01 #footerNavi > .infoBlock .aboutTicket > dt {
	margin: 0 0 0.5em 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
}
.footerWrap01 #footerNavi > .infoBlock .aboutTicket > dd {
}
.footerWrap01 #footerNavi > .infoBlock .aboutTicket > dd > *:first-child {
	margin-top: 0 !important;
}
.footerWrap01 #footerNavi > .infoBlock .aboutTicket > dd > .tel {
}
.footerWrap01 #footerNavi > .infoBlock .aboutTicket > dd > .tel .telNumber {
}
.footerWrap01 #footerNavi > .infoBlock .aboutTicket > dd > .tel .receptionTime {
	margin: 0 0 0 1em;
}
.footerWrap01 #footerNavi > .infoBlock .aboutTicket > dd > .net {
	margin: 0.25em 0 0 0;
}
.footerWrap01 #footerNavi > .menuBlock .footerMenu {
	margin: 30px 0 0 0;
}
.footerWrap01 #footerNavi > .menuBlock .footerMenu > li {
	padding: 0 0 0 14px;
	background: url(/common_rwd/images/cmn_link_ic01.png) no-repeat 0 0.3em;
}
.footerWrap01 #footerNavi > .menuBlock .footerMenu > li + li {
	margin-top: 0.5em;
}
.footerWrap01 #footerNavi > .menuBlock #jasrac {
	clear: both;
	margin: 20px 0 0 0;
	display: table;
}
.footerWrap01 #footerNavi > .menuBlock #jasrac .mark {
	display: table-cell;
	padding: 0 15px 0 0;
}
.footerWrap01 #footerNavi > .menuBlock #jasrac .number {
	display: table-cell;
	vertical-align: middle;
}
.footerWrap01 #footerNavi > .menuBlock .relLinks {
	clear: both;
	display: none;
	margin: 15px 0 0 0;
}
.footerWrap01 #footerNavi > .menuBlock .relLinks > li {
	float: left;
	margin: 0 10px 0 0;
}

/*** footerWrap02 ***/
.footerWrap02 {
}
/* pageTopBtn */
.footerWrap02 #pageTopBtn {
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	transition: bottom 0.3s ease;
}
.footerWrap02 #pageTopBtn.fixed {
	bottom: 113px;
}
.footerWrap02 #pageTopBtn > a {
	display: block;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
	background-color: #333333;
	background-image: url(/common_rwd/images/cmn_link_ic02.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
	outline: none;
}

/*** footerWrap03 ***/
.footerWrap03 {
	padding: 15px 10%;
}
/* footerIdentity */
.footerWrap03 #footerIdentity {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
}
.footerWrap03 #footerIdentity #copyright {
	float: left;
	padding: 25px 0 0 0;
	color: #666666;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
}
.footerWrap03 #footerIdentity #footerLogo {
	float: right;
}
.footerWrap03 #footerIdentity #footerLogo .siteLogo {
}
.footerWrap03 #footerIdentity #footerLogo .partnerLogo {
	display: none;
}



/********************************************************

  CONTENTS

********************************************************/

/* Element
------------------------------------------------------ */
/*----- Old -----*/
.closeBtn01 {
	clear: both;
}
.closeBtn01 > a {
	display: inline-block;
	padding: 0 19px 0 38px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1.0) inset;
	   -moz-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1.0) inset;
	    -ms-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1.0) inset;
	     -o-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1.0) inset;
	        box-shadow: 0px 0px 0px 2px rgba(255,255,255,1.0) inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: url(/common_files/images/com_ic17.gif) no-repeat 11px 50%,
	            -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e4e4e4));
	background: url(/common_files/images/com_ic17.gif) no-repeat 11px 50%,
	            -webkit-linear-gradient(#fdfdfd 0%, #e4e4e4 100%);
	background: url(/common_files/images/com_ic17.gif) no-repeat 11px 50%,
	               -moz-linear-gradient(#fdfdfd 0%, #e4e4e4 100%);
	background: url(/common_files/images/com_ic17.gif) no-repeat 11px 50%,
	                 -o-linear-gradient(#fdfdfd 0%, #e4e4e4 100%);
	background: url(/common_files/images/com_ic17.gif) no-repeat 11px 50%,
	                    linear-gradient(#fdfdfd 0%, #e4e4e4 100%);
	-pie-background: url(/common_files/images/com_ic17.gif) no-repeat 11px 50%,
	                    linear-gradient(#fdfdfd 0%, #e4e4e4 100%);
	color: #333333;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	behavior: url(/common_files/css/PIE.htc);
}
.closeBtn01 > a:hover {
	background: #ffffff url(/common_files/images/com_ic17.gif) no-repeat 11px 50%;
	-pie-background: url(/common_files/images/com_ic17.gif) no-repeat 11px 50%,
	                    linear-gradient(#ffffff 0%, #ffffff 100%);
}

/*----- Section -----*/
[class^="sectioning"] > *:first-child {
	margin-top: 0 !important;
}
[class^="sectioning"] {
	clear: both;
}
.sectioning01 { margin: 70px 0 0 0 !important; }
.sectioning02 { margin: 60px 0 0 0 !important; }
.sectioning03 { margin: 50px 0 0 0 !important; }
.sectioning04 { margin: 40px 0 0 0 !important; }
.sectioning05 { margin: 30px 0 0 0 !important; }

/*----- Heading -----*/
[class^="sectioning"] > [class^="heading"]:first-child {
	margin-top: 0;
}
#contents .heading02 + * {
	margin-top: 30px;
}
#contents .heading01 + * {
	margin-top: 20px;
}
#contents .heading03 + * {
	margin-top: 15px;
}
/* heading */
.heading01 {
	margin: 50px 0 20px;
	color: #000;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.heading02 {
	position: relative;
	margin: 50px 0 30px;
	padding: 12px 20px 10px;
	background-color: #0a318e;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.heading02:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 50px 170px 0 0;
	border-style: solid;
	border-color: rgba(255,255,255,0.05) transparent transparent transparent;
}
.heading02:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 50px 0 0 170px;
	border-style: solid;
	border-color: rgba(255,255,255,0.05) transparent transparent transparent;
}
.heading03 {
	position: relative;
	margin: 30px 0 20px;
	padding: 0 0 0 9px;
	border-left: 4px solid #0a318e;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.1;
}

/*----- Indent -----*/
/* paragraph */
.paragraph01 { margin-top: 1.0em !important; }
.paragraph02 { margin-top: 2.0em !important; }
.paragraph03 { margin-top: 3.0em !important; }
.paragraph04 { margin-top: 0.5em !important; }
.paragraph05 { margin-top: 1.5em !important; }
.paragraph06 { margin-top: 2.5em !important; }

/*----- Text -----*/
/* font-size */
.font-xs { font-size: 10px !important; font-size: 1.0rem !important; }
.font-ss { font-size: 11px !important; font-size: 1.1rem !important; }
.font-s  { font-size: 12px !important; font-size: 1.2rem !important; }
.font-ms { font-size: 13px !important; font-size: 1.3rem !important; }
.font-m  { font-size: 14px !important; font-size: 1.4rem !important; }
.font-ml { font-size: 15px !important; font-size: 1.5rem !important; }
.font-l  { font-size: 16px !important; font-size: 1.6rem !important; }
.font-ll { font-size: 17px !important; font-size: 1.7rem !important; }
.font-xl { font-size: 18px !important; font-size: 1.8rem !important; }
/* font-color */
.tx-color01 { color: #cc0000 !important; }
/* text-decoration */
.tx-line   { text-decoration: underline !important; }
.tx-strike { text-decoration: line-through !important; }
/* line-height */
.tx-height01 {	line-height: 1.0  !important;	}
.tx-height02 {	line-height: 1.25 !important;	}
.tx-height03 {	line-height: 1.5  !important;	}
.tx-height04 {	line-height: 1.75 !important;	}
.tx-height05 {	line-height: 2.0  !important;	}
/* space */
.tx-space01 { margin: 0 1.0em; }
.tx-space02 { margin: 0 0.5em; }
/* indent */
.tx-indent01 { padding: 0 0 0 1.0em; text-indent: -1.0em; }
.tx-indent02 { padding: 0 0 0 0.5em; text-indent: -0.5em; }
/* skip */
.tx-skip { position: absolute; left: 0; top: 0; display: block; width: 1px; height: 1px; margin: 0; padding: 0; overflow: hidden; }

/*----- List -----*/
/* selector */
[class*="indent-list"],
[class*="note-list"],
[class*="icon-list"],
[class*="order-list"],
[class*="desc-list"] {
	margin-top: 1em;
}
[class*="indent-list"] > li,
[class*="note-list"] > li,
[class*="icon-list"] > li,
[class*="order-list"] > li {
	margin-top: 0.5em;
}
[class*="indent-list"] > li:first-child,
[class*="note-list"] > li:first-child,
[class*="icon-list"] > li:first-child,
[class*="order-list"] > li:first-child {
	margin-top: 0;
}

/* list-child */
.list-child {
}
.list-child.indent1 { margin-left: 0.25em !important; }
.list-child.indent2 { margin-left: 0.5em  !important; }
.list-child.indent3 { margin-left: 0.75em !important; }
.list-child.indent4 { margin-left: 1em    !important; }
.list-child.indent5 { margin-left: 1.25em !important; }
.list-child.indent6 { margin-left: 1.5em  !important; }
.list-child.indent7 { margin-left: 1.75em !important; }
.list-child.indent8 { margin-left: 2em    !important; }
.list-child[class*="-list"],
.list-child[class*="-link"] {
	margin: 0.5em 0 0.75em;
}

/* list-col */
.list-col {
	margin: 1em 0 0 0;
}
.list-col > li {
}
.list-col > li + li { margin-top: 0 !important; }
.list-col.space1  > li + li { margin-top:  5px !important; }
.list-col.space2  > li + li { margin-top: 10px !important; }
.list-col.space3  > li + li { margin-top: 15px !important; }
.list-col.space4  > li + li { margin-top: 20px !important; }
.list-col.space5  > li + li { margin-top: 25px !important; }
.list-col.space6  > li + li { margin-top: 30px !important; }
.list-col.space7  > li + li { margin-top: 0.25em !important; }
.list-col.space8  > li + li { margin-top: 0.5em  !important; }
.list-col.space9  > li + li { margin-top: 0.75em !important; }
.list-col.space10 > li + li { margin-top: 1em    !important; }
.list-col.space11 > li + li { margin-top: 1.5em  !important; }
.list-col.space12 > li + li { margin-top: 2em    !important; }

/* list-row */
.list-row {
	margin: 1em 0 0 0;
}
.list-row[class*="space"] {
	overflow: hidden;
}
.list-row.space1 { margin-right: -20px; margin-bottom: -20px; }
.list-row.al-c,
.list-row.al-r { 
	letter-spacing: -0.4em;
}
.list-row:last-child { margin-bottom: 0; }
.list-row[class*="count"]:last-child { margin-bottom: 0; }
.list-row > li {
	float: left;
}
.list-row[class*="type-icon"] > li {
	line-height: 1.0;
}
.list-row[class*="type-icon"] > li [class*="Icon"] {
	top: 0;
}
.list-row[class*="count"] > li {
	margin: 0 0 0 20px;
}
.list-row.al-c > li,
.list-row.al-r > li {
	float: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.list-row.space1 > li { margin-right: 20px; margin-bottom: 20px; }
.list-row.count2  > li { width: 48.4%; max-width: 454px; margin-left: 3.2%; }
.list-row.count3  > li { width: 31.2%; max-width: 293px; margin-left: 3.2%; }
.list-row.count4  > li { width: 22.6%; max-width: 212px; margin-left: 3.2%; }
.list-row.grid2 > li { width: 50%; }
.list-row.grid3 > li { width: 33.33%; }
.list-row.grid4 > li { width: 25%; }
.list-row.grid5 > li { width: 20%; }

.list-row.al-c > li + li { margin-left: 20px; }
.list-row.al-r > li + li { margin-right: 20px; }

.list-row[class*="-list"] > li,
.list-row[class*="Link"] > li {
	margin-top: 0;
}
.list-row.count2 > li:nth-child(n+3),
.list-row.count3 > li:nth-child(n+4),
.list-row.count4 > li:nth-child(n+5),
.list-row.grid2 > li:nth-child(n+3),
.list-row.grid3 > li:nth-child(n+4),
.list-row.grid4 > li:nth-child(n+5),
.list-row.grid5 > li:nth-child(n+6) {
	margin-top: 0.5em;
}
[class*="btn-link"].list-row.count2 > li:nth-child(n+3),
[class*="btn-link"].list-row.count3 > li:nth-child(n+4),
[class*="btn-link"].list-row.count4 > li:nth-child(n+5),
[class*="btn-link"].list-row.grid2 > li:nth-child(n+3),
[class*="btn-link"].list-row.grid3 > li:nth-child(n+4),
[class*="btn-link"].list-row.grid4 > li:nth-child(n+5),
[class*="btn-link"].list-row.grid5 > li:nth-child(n+6) {
	margin-top: 15px;
}
.list-row.count2 > li:nth-child(2n+1),
.list-row.count3 > li:nth-child(3n+1),
.list-row.count4 > li:nth-child(4n+1),
.list-row.grid2 > li:nth-child(2n+1),
.list-row.grid3 > li:nth-child(3n+1),
.list-row.grid4 > li:nth-child(4n+1),
.list-row.grid5 > li:nth-child(5n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
.list-row > li > *:first-child {
	margin-top: 0;
}

/* desc-col */
.desc-col {
	margin: 1em 0 0 0;
}
.desc-col > dt { margin: 0; }
.desc-col.space1 > dt { margin: 1em 0 0.25em; }
.desc-col > dd {
}
.desc-col > dt:first-child,
.desc-col > dt[class*="heading"],
.desc-col > dt + dd > *:first-child {
	margin-top: 0 !important;
}
/* desc-row */
.desc-row {
	margin: 1em 0 0 0;
}
.desc-row > dt {
	clear: left;
	float: left;
}
.desc-row > dd {
	overflow: hidden;
}
.desc-row > dt,
.desc-row > dd {
	margin: 0;
}
.desc-row.space1 > dt,
.desc-row.space1 > dd {
	margin: 0.5em 0 0 0;
}
.desc-row > dt:first-child,
.desc-row > dt:first-child + dd,
.desc-row > dt + dd > *:first-child {
	margin-top: 0 !important;
}

/* indent-list */
.indent-list01 > li { padding: 0 0 0 1em; text-indent: -1em; }
.indent-list02 > li { padding: 0 0 0 0.5em; text-indent: -0.5em; }

/* note-list */
[class*="note-list"].al-r > li {
	display: inline-block;
}
.note-list01 {
}
.note-list01 > li {
	position: relative;
	padding: 0 0 0 1.5em;
}
.note-list01 > li > .ast {
	position: absolute;
	left: 0;
	top: 0;
}

/*----- Link -----*/
[class*="icon-link"] {
	margin-top: 1em;
}
ul[class*="icon-link"] > li {
	margin-top: 0.5em;
}
ul[class*="icon-link"] > li:first-child {
	margin-top: 0;
}
/* link-txt */

/* link-img */
a.link-img {
	display: block;
	color: #333333;
	text-decoration: none;
}

/* link-block */
a.link-block {
	display: block;
	color: #333333;
	text-decoration: none;
}

/*----- Button -----*/
[class*="btn-link"] {
	margin-top: 1em;
}
[class*="btn-link"].list-col a { width: 100%; }
[class*="btn-link"].list-row a { width: 100%; }
[class*="btn-link"] a.size-full { width: 100%; }
[class*="btn-link"] a.size-free { width: auto; min-width: 0; max-width: 100%; }
[class*="btn-link"] a.size-l { width: 454px; }
[class*="btn-link"] a.size-m { width: 293px; }
[class*="btn-link"] a.size-s { width: 212px; }

/* btn-link */
.btn-link01 {
}
.btn-link01 a {
	position: relative;
	display: inline-block;
	padding: 13px 40px 11px 40px;
	border-radius: 2px;
	background-color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}
.btn-link01 a.type-blank,
.btn-link01 a.type-pdf {
	padding-left: 42px;
}
.btn-link01 a:after {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	display: inline-block;
	width: 11px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/ballet/training/asteras/images/index_ic02.png) no-repeat 0 0;
}
.btn-link01 a.type-blank:before {
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	display: inline-block;
	width: 11px;
	height: 10px;
	margin: -5px 0 0 0;
}
.btn-link01 a.type-pdf:before {
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	display: inline-block;
	width: 13px;
	height: 14px;
	margin: -7px 0 0 0;
}
.closeBtn {
  margin-top: 50px;
}
.closeBtn > a {
	padding: 13px 40px 11px 50px;
}
.closeBtn > a:after {
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
  margin-top: -7px;
	background: url(/ballet/training/asteras/images/index_ic09.png) no-repeat;
	content: "";
}

/*----- Navi -----*/

/*----- Table -----*/
/* desc-table */
.desc-table {
	clear: both;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 15px 0 0 0;
}
.desc-table > .row {
	display: table-row;
	width: 100%;
}
.desc-table > .row > dt {
	display: table-cell;
	padding: 0 20px 5px 0;
	text-align: left;
	vertical-align: top
}
.desc-table > .row > dd {
	display: table-cell;
	padding: 0 0 5px 0;
	text-align: left;
	vertical-align: top
}

/*----- Figure -----*/
/* fig-wrap */
.fig-wrap {
	clear: both;
	margin: 30px 0 0 0;
	text-align: center;
}
.fig-wrap + .fig-wrap {
	margin-top: 15px;
}
.fig-wrap > *:first-child {
	margin-top: 0 !important;
}

/*----- Video -----*/

/*----- Layout -----*/
.col-layout01 > [class*="col"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}
.col-layout01.count1 > .col:nth-child(n+2),
.col-layout01.count2 > .col:nth-child(n+3),
.col-layout01.count3 > .col:nth-child(n+4),
.col-layout01.count4 > .col:nth-child(n+5),
.col-layout01.grid2 > .col:nth-child(n+3),
.col-layout01.grid3 > .col:nth-child(n+4),
.col-layout01.grid4 > .col:nth-child(n+5),
.col-layout01.grid5 > .col:nth-child(n+6) {
	margin-top: 20px !important;
}
.col-layout01.count2 > .col:nth-child(2n+1),
.col-layout01.count3 > .col:nth-child(3n+1),
.col-layout01.count4 > .col:nth-child(4n+1),
.col-layout01.grid2 > .col:nth-child(2n+1),
.col-layout01.grid3 > .col:nth-child(3n+1),
.col-layout01.grid4 > .col:nth-child(4n+1),
.col-layout01.grid5 > .col:nth-child(5n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
.col-layout01[class*="grid"] > .col {
	margin-left: 0 !important;
}

/* col-layout01 */
.col-layout01 {
	clear: both;
	margin: 30px 0 0 0;
}
.col-layout01 > .col {
	float: left;
	margin: 0 0 0 3.2%;
}
.col-layout01.count1 > .col { width: 100%; }
.col-layout01.count2 > .col { width: 48.4%; max-width: 454px; }
.col-layout01.count3 > .col { width: 31.2%; max-width: 293px; }
.col-layout01.count4 > .col { width: 22.6%; max-width: 212px; }
.col-layout01.grid2 > .col { width: 50%; }
.col-layout01.grid3 > .col { width: 33.33%; }
.col-layout01.grid4 > .col { width: 25%; }
.col-layout01.grid5 > .col { width: 20%; }
.col-layout01 > .size-l[class*="col"]  { width: 48.4%; max-width: 454px; }
.col-layout01 > .size-m[class*="col"]  { width: 31.2%; max-width: 293px; }
.col-layout01 > .size-s[class*="col"]  { width: 22.6%; max-width: 212px; }
.col-layout01.count1 > .col {
	float: none;
	margin-left: 0;
	text-align: center;
}
.col-layout01.count1 > .col > .size-fix {
	display: inline-block;
}
.col-layout01 > .col-left {
	float: left;
	margin: 0 20px 5px 0;
}
.col-layout01 > .col-right {
	float: right;
	margin: 0 0 5px 20px;
}
.col-layout01 > .col-detail {
	overflow: hidden;
}
.col-layout01.type-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.col-layout01.type-table > [class*="col"] {
	display: table-cell;
	vertical-align: middle;
}
.col-layout01.type-table > [class*="col"]:first-child {
	padding-left: 0 !important;
}
.col-layout01.type-table > [class*="col"]:last-child {
	padding-right: 0 !important;
}
.col-layout01.type-table > .col-img {
}
.col-layout01.type-table > .col-txt {
	padding: 0 20px;
}
.col-layout01.type-table > .col-img + .col-txt {
	width: 99%;
}
.col-layout01.type-table > .col-txt + .colT-txt {
	padding-left: 0;
}
.col-layout01.type-table > .col-cell {
	padding: 0 20px;
}
.col-layout01.type-table > .col-cell + .col-cell {
	padding-left: 0;
}

/*----- Index -----*/
/* ind-layout */
.ind-layout01 {
}
.ind-layout01 > .image {
	text-align: center;
}
.ind-layout01 > .caption {
	margin: 25px 0 0 0;
}
.ind-layout01 > .caption > *:first-child {
	margin-top: 0 !important;
}
.ind-layout01 > .caption > .desc {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
}
.ind-layout02 {
}
.ind-layout02 > .link-block {
}
.ind-layout02 > .link-block > .image {
	text-align: center;
}
.ind-layout02 > .link-block > .entry {
	margin: 15px 0 0 0;
}
.ind-layout02 > .link-block > .entry > dt {
}
.ind-layout02 > .link-block > .entry > dd {
}
.ind-layout02 > a.link-block > .entry > dd {
	color: #2699b9;
}
.ind-layout02 > a.link-block.type-blank > .entry > dd:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 10px;
	margin: 0 0 0 6px;
	background: url(/ballet/training/ana_scholarship/images/ana_scholarship_link_blank_ic01.png) no-repeat 0 0;
	vertical-align: middle;
}
.ind-layout02 > a.link-block.type-pdf > .entry > dd:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 14px;
	margin: 0 0 0 6px;
	background: url(/ballet/training/ana_scholarship/images/ana_scholarship_link_pdf_ic01.png) no-repeat 0 0;
	vertical-align: middle;
}
.ind-layout02 > a.link-block:hover > .entry > dd {
	color: #1fb4d9;
	text-decoration: underline;
}
.ind-layout03 {
}
.ind-layout03 > .link-block {
}
.ind-layout03 > .link-block > .image {
	text-align: center;
}
.ind-layout03 > .link-block > .caption {
	margin: 7px 0 0 0;
}
.ind-layout03 > .link-block > .caption > *:first-child {
	margin-top: 0 !important;
}
.ind-layout03 > .link-block > .caption > .hdg {
	text-align: center;
}
.ind-layout03 > a.link-block > .caption > .hdg {
	color: #2699b9;
}
.ind-layout03 > a.link-block:hover > .caption > .hdg {
	color: #1fb4d9;
	text-decoration: underline;
}
.ind-layout04 {
}
.ind-layout04 > .link-block {
}
.ind-layout04 > .link-block > .image {
	text-align: center;
}
.ind-layout04 > .link-block > .caption {
	margin: 15px 0 0 0;
}
.ind-layout04 > .link-block > .caption > *:first-child {
	margin-top: 0 !important;
}
.ind-layout04 > .link-block > .caption > .period {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.ind-layout04 > .link-block > .caption > .title {
	margin: 0.25em 0 0 0;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.25;
}
.ind-layout04 > .link-block > .caption > .subject {
	margin: 0.25em 0 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.ind-layout05 {
}
.ind-layout05 > .link-block {
}
.ind-layout05 > .link-block > .image {
	float: left;
	width: 290px;
	margin: 0 30px 0 0;
}
.ind-layout05 > .link-block > .caption {
	padding: 15px 0 0 0;
	overflow: hidden;
}
.ind-layout05 > .link-block > .caption > *:first-child {
	margin-top: 0 !important;
}
.ind-layout05 > .link-block > .caption > .period {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.ind-layout05 > .link-block > .caption > .title {
	margin: 0.5em 0 0 0;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.25;
}
.ind-layout05 > .link-block > .caption > .title > .sub {
	display: block;
	font-size: 60%;
}
.ind-layout05 > .link-block > .caption > .place {
	margin: 0.5em 0 0 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.ind-layout05 > .link-block > .caption > .desc {
	margin: 1em 0 0 0;
}
.ind-layout06 {
}
.ind-layout06 > .link-block {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.ind-layout06 > .link-block > .image {
	display: table-cell;
	width: 100px;
	padding: 0 15px 0 0;
	vertical-align: middle;
}
.ind-layout06 > .link-block > .caption {
	display: table-cell;
	vertical-align: middle;
}
.ind-layout06 > .link-block > .caption > *:first-child {
	margin-top: 0 !important;
}
.ind-layout06 > .link-block > .caption > .hdg {
	font-size: 16px;
	font-size: 1.6rem;
}
.ind-layout06 > a.link-block > .caption > .hdg {
	color: #2699b9;
}
.ind-layout06 > a.link-block.type-blank > .caption > .hdg:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 10px;
	margin: 0 0 0 6px;
	background: url(/ballet/training/ana_scholarship/images/ana_scholarship_link_blank_ic01.png) no-repeat 0 0;
	vertical-align: middle;
}
.ind-layout06 > a.link-block:hover > .caption > .hdg {
	color: #1fb4d9;
	text-decoration: underline;
}

/*----- Other -----*/
/* news-wrap */
.news-wrap {
	clear: both;
	position: relative;
	min-height: 255px;
	margin: 20px 0 0 0;
}
.news-wrap > *:first-child {
	margin-top: 0 !important;
}
/* news-list */
.news-list01 {
	clear: both;
	margin: 20px 0 0 0;
}
/*
.news-wrap .news-list01 {
	opacity: 0;
}
*/
.news-list01 > li {
	float: left;
	width: 300px;
	margin: 0 0 0 50px;
}
.news-list01 > li:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
.news-list01 > li:nth-child(n+4) {
	margin-top: 20px;
}
.news-list01 > li > *:first-child {
	margin-top: 0 !important;
}

/* qualified-wrap */
.qualified-wrap {
	clear: both;
	margin: 20px 0 0 0;
}
.qualified-wrap > *:first-child {
	margin-top: 0 !important;
}
/* qualified-list */
.qualified-list01 {
	clear: both;
	margin: 20px 0 0 0;
}
.qualified-list01 > li {
	float: left;
	width: 150px;
	margin: 0 0 0 19px;
}
.qualified-list01 > li:nth-child(1) {
	margin-left: 0;
}
.qualified-list01 > li > *:first-child {
	margin-top: 0 !important;
}

/* training-wrap */
.training-wrap {
	clear: both;
	margin: 30px 0 0 0;
}
.training-wrap > *:first-child {
	margin-top: 0 !important;
}
/* training-column */
.training-column01 {
	clear: both;
	margin: 30px 0 0 0;
}
.training-column01 > .col {
	float: left;
	width: 485px;
	margin: 0 0 0 30px;
}
.training-column01 > .col:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.training-column01 > .col:nth-child(n+3) {
	margin-top: 25px;
}
.training-column01 > .col > *:first-child {
	margin-top: 0 !important;
}

/* outcome-wrap */
.outcome-wrap {
	clear: both;
	margin: 20px 0 0 0;
}
.outcome-wrap > *:first-child {
	margin-top: 0 !important;
}
/* outcome-column */
.outcome-column01 {
	clear: both;
	margin: 30px 0 0 0;
}
.outcome-column01 > .col {
}
.outcome-column01 > .col + .col {
	margin-top: 25px;
}
.outcome-column01 > .col > *:first-child {
	margin-top: 0 !important;
}

/* related-wrap */
.related-wrap {
	clear: both;
	margin: 70px 0 0 0;
}
.related-wrap > *:first-child {
	margin-top: 0 !important;
}
/* related-navi */
.related-navi01 {
	clear: both;
	margin: 70px 0 0 0;
}
.related-navi01 > dt {
	margin: 0 0 0.5em 0;
	color: #000;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25;
	text-align: center;
}
.related-navi01 > dd {
}
.related-navi01 > dd > *:first-child {
	margin-top: 0 !important;
}
/* related-list */
.related-list01 {
	clear: both;
	margin: 20px 0 0 0;
}
.related-list01 > li {
	float: left;
	width: 30.33%;
	margin: 0 0 0 3%;
}
.related-list01 > li:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
.related-list01 > li:nth-child(n+4) {
	margin-top: 20px;
}
.related-list01 > li > *:first-child {
	margin-top: 0 !important;
}



/* Component
------------------------------------------------------ */
/* ana-introduction */
#ana-introduction {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
#ana-introduction > *:first-child {
	margin-top: 0 !important;
}
#ana-introduction > .heading {
	position: relative;
	margin: 0 0 50px 0;
	text-align: right;
}
#ana-introduction > .heading:after {
	content: url(/ballet/training/ana_scholarship/images/ana_scholarship_bg04.png);
	position: absolute;
	top: -20px;
	right: -200px;
}
#ana-introduction > .content > *:first-child {
	margin-top: 0 !important;
}
#ana-introduction > .content .intro-column {
	position: relative;
}
#ana-introduction > .content .intro-column:before {
	content: url(/ballet/training/ana_scholarship/images/ana_scholarship_bg04.png);
	position: absolute;
	top: 100px;
	left: -200px;
	transform: scale(-1, 1);
}
#ana-introduction > .content .intro-column > .col {
	float: left;
	width: 460px;
	margin: 0 0 0 80px;
}
#ana-introduction > .content .intro-column > .col:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
#ana-introduction > .content .intro-column > .col:nth-child(n+3) {
	margin-top: 40px;
}
#ana-introduction > .content .intro-column > .col > *:first-child {
	margin-top: 0 !important;
}
#ana-introduction > .content .intro-lead {
	margin: 25px 0 0 0;
	padding: 60px 0 0 0;
	background: url(/ballet/training/ana_scholarship/images/ana_scholarship_fr01.png) no-repeat 50% 0;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.75;
	text-align: center;
}



/********************************************************

  MEDIA

********************************************************/

/* Resposive
------------------------------------------------------ */
@media screen and (min-width: 1025px) and (max-width: 1920px) {
}
@media screen and (max-width: 1920px) {
}
@media screen and (max-width: 1536px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 736px) {
}
@media screen and (max-width: 667px) {
}
@media screen and (max-width: 568px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}


/* Print
------------------------------------------------------ */
@media print {
	body {
		width: 1280px;
	}
	.main-wrap01:before,
	.main-wrap01:after {
		display: none;
	}
	.main-wrap01 {
		margin-top: 40px;
		padding: 50px 0;
	background-position: 50% 273px, 50% 0;
	}
	.main-wrap02 {
		margin-top: 50px;
	}
	#pageTopBtn {
		display: none !important;
	}
}



/* Clearfix
------------------------------------------------------ */
.footerWrap01 #footerNavi:after,
.footerWrap01 #footerNavi > .menuBlock .relLinks:after,
.footerWrap03 #footerIdentity:after,
.ind-layout05 > .link-block:after,
.news-list01:after,
.qualified-list01:after,
.training-column01:after,
.related-list01:after,
#ana-introduction > .content .intro-column:after {
	content: "";
	display: table;
	clear: both;
}
