@charset "UTF-8";



/*----------------------------------------------*/
/*----------------------------------------------*/
/*MUSIC BUSKER IN UMEKITA [ABOUT ENTRY]*/
/*----------------------------------------------*/
/*Created: 2013.04.07*/
/*Last Update:	2013.05.10*/
/*----------------------------------------------*/




/*INDEX*/

/*ABOUT ENTRY-----------------------------------*/











/*----------------------------------------------*/
/*ABOUT ENTRY*/
/*----------------------------------------------*/


/*TITLE*/
section#content.aboutEntry h3.aeTitle {
width:530px;
height:32px;
margin:0;
padding:0;
text-indent:-9999px;
background:url(../../images/index/catch_mbu.png) no-repeat 0 0;
}


/*[BACK GROUND]*/
section#content.aboutEntry .aeTitleBg {
width:710px;
height:73px;
margin:0;
padding:35px 0 0 250px;
background:url(../images/bg_f_top.png) no-repeat 0 0;
position:relative;
}
/*[PRINT BTN]*/
form.printBtn {
font-size:0.8em;
position:absolute;
top:40px;
right:30px;
}



/*ABOUT ENTRY BOARD*/
section#content.aboutEntry dl.aeBoard {
width:930px;
height:auto;
margin:0 auto;
padding:0 0 0 10px;
}
/*[CATCH]*/
section#content.aboutEntry dl.aeBoard dt.aeCatch {
width:210px;
height:auto;
margin:0;
padding:.5em 0;
text-align:center;
color:#FFF;
font-size:1.3em;
font-weight:bold;
line-height:1.5em;
letter-spacing:.2em;
background:url(../images/bg_figure.png) repeat 0 0;
float:left;
}
/*[CATCH]*/
section#content.aboutEntry dl.aeBoard dd.aeInfo {
width:auto;
height:auto;
margin:0;
padding:10px 0 10px 230px;
border-top:1px solid #444;
}


/*TEXT SETTING*/
/*[NORMAL TEXT]*/
p.norTxt {
font-size:0.9em;
line-height:1.8em;
margin:0 0 0 0;
padding:0;
color:#FFF;
}

/*[BOLD A]*/
h4.boldA {
color:#FFF;
font-size:1.0em;
font-size:bold;
margin-bottom:5px;
}
h5.boldB {
color:#FFF;
font-size:1.4em;
font-size:bold;
margin-bottom:1.2em;
}

/*[LIST STYLE(1)]*/
ul.aeList1 {
margin:0;
padding:0;
list-style:disc;
}
ul.aeList1 li {
font-size:0.9em;
line-height:1.6em;
color:#FFF;
margin:0 0 0 25px;
padding:0;
}
/*[LIST STYLE(2)]*/
ol.aeList2 {
margin:0;
padding:0;
list-style:decimal;
}
ol.aeList2 li {
font-size:1.1em;
line-height:1.8em;
color:#FFF;
margin:0 0 0 25px;
padding:0;
}

/*[FLOW]*/
ul.aeFlow {
margin:0;
padding:0;
list-style:none;
}
ul.aeFlow li {
width:auto;
height:auto;
padding:0;
}
ul.aeFlow li.flow1,
ul.aeFlow li.flow2,
ul.aeFlow li.flow3,
ul.aeFlow li.flow4,
ul.aeFlow li.flow5,
ul.aeFlow li.flow6 {
width:700px;
height:62px;
margin-bottom:1px;
text-indent:-9999px;
background-position:0 0;
background-repeat:no-repeat;
}
/*[FLOW(1)]*/
ul.aeFlow li.flow1 {
background-image:url(../../images/index/flow_step1.png);
}
/*[FLOW(2)]*/
ul.aeFlow li.flow2 {
background-image:url(../../images/index/flow_step2.png);
}
/*[FLOW(3)]*/
ul.aeFlow li.flow3 {
background-image:url(../../images/index/flow_step3.png);
}
/*[FLOW(4)]*/
ul.aeFlow li.flow4 {
background-image:url(../../images/index/flow_step4.png);
}
/*[FLOW(5)]*/
ul.aeFlow li.flow5 {
background-image:url(../../images/index/flow_step5.png);
}
/*[FLOW(6)]*/
ul.aeFlow li.flow6 {
background-image:url(../../images/index/flow_step6.png);
}
/*[FLOW END]*/
p.flowEnd {
	width:710px;
	height:70px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:url(../../images/index/flow_end.png) no-repeat top center;
}


/*APPLICATION FORM BTN*/
ul.apForm {
width:auto;
height:auto;
margin-bottom:10px;
padding:0;
list-style:none;
}
ul.apForm li {
width:auto;
height:auto;
margin:0;
padding:13px;
font-size:1.2em;
font-weight:bold;
text-align:center;
background: #FC9E00; /* Old browsers */
background: -moz-linear-gradient(top, #FFC700 0%, #FC9E00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFC700), color-stop(0.00, #FC9E00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFC700 0%, #FC9E00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFC700 0%, #FC9E00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #FFC700 0%, #FC9E00 100%); /* IE10+ */
background: linear-gradient(to bottom, #FFC700 0%, #FC9E00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC700', endColorstr='#FC9E00', GradientType=0); /* IE7,8,9 */
border:2px solid rgb(255,255,255);
}
ul.apForm li a {
width:auto;
height:auto;
margin:-13px;
padding:13px;
color:#FFF;
text-decoration:none;
display:block;
overflow:hidden;
text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}


/*TEXT LINK*/
ul li a.txtLink {
	color:#FF0;
	text-decoration:none;
}
ul li a.txtLink:hover {
	text-decoration:underline;
}
