@charset "UTF-8";

li#current_play a{
	background-position:left -84px;
}

/* ==================================== */
/* 遊び方についてのページ */
/* ==================================== */
/* ==================================== */
/* 130510追記 */
/* ==================================== */

.course_box,
.course_box2{
    margin: 0 auto;
    width: 620px;
}
.course_box_end{
    margin: 0 0 50px 10px;
}

.notes{
    text-align: center;
    padding: 185px 0px 10px 0px;
}

.title{
    text-align: center;
    padding: 50px 0px 10px 0px;
}
.first {
	padding: 30px 0px 10px 0px;
}

.course_title{
    margin: 0 auto;
    width: 570px;
    background-image: url("/img/play/h_course.gif");
    height: 31px;
    clear: both;
    color: #ffffff;
    padding: 6px 0 2px 50px;
    font-size: 23px;
    font-family: "ヒラギノ丸ゴ Pro W4";
}

.course_box .course,
.course_box2 .course{
    border: solid 1px #f83c89;
    border-top: none;
    padding: 10px 0 10px 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

.enter{
    height: auto;
    padding-top: 15px;
}
.course_box .mirudake{
    height: 225px;
    padding-top: 20px;
}

.course_box2 .tekoki{
    height: 315px;
}
.course_box2 p.miruten{
    width: 620px;
    margin: 5px auto 30px auto;
    text-align: right;
}
.course_box p.annotation,
.course_box2 p.annotation{
    margin: 5px 0 30px 0;
    text-align: right;
}

.course_box2 .chiryouin{
    height: 635px;
}

dl.play_step{
    float:left;
    height: 320px;
}

.play_step dt{
    font-size: 19px;
    color: #e84f92;
    ont-size: 19px;
    color: #e84f92;
    font-weight: bold;
}

.play_step dt,
.play_step dd{
    padding: 5px 8px 0px 5px;
    width: 280px;
    line-height: 140%;
}

.play_step img{
    width:280px;
    height:212px;
    margin-bottom:5px;
}


/* ==================================== */
/* テキスト系 */
/* ==================================== */

.title_txt{
    font-size: 15px;
    color: #ce3c41;
    font-weight: bold;
    width: 620px;
    line-height: 16px;
    margin: 0 auto 15px auto;
}

.text2 {
    line-height: 1.6;
    margin: 10px auto 0 auto;
    width: 620px;
}
.text3 {
    width: 620px;
    line-height: 16px;
    margin: 10px auto 20px auto;
}



.arrow{
    text-align: center;
}

.pink{
    color: #e84f92;
    font-size: 19px;
}

.bold{
    font-weight: bold;
}

#teikyou{
    text-align:right;
}
/* ==================================== */
/* course_unit */
/* ==================================== */
.course_unit {
	width: 620px;
    line-height: 16px;
    margin: 10px auto 20px auto;
    padding-bottom: 20px;
}

.course_unit dt {
}

.course_unit dd {
	font-size: 15px;
	font-weight: bold;
	color: #999;
	line-height: 1.6;
	padding: 15px 0 0 83px;
}

.ask {
	width: 560px;
    line-height: 16px;
    margin: 30px auto 20px 55px;
    padding-bottom: 20px;
    border: solid 1px #e2a6ab;
    background: #fffdee;
}
.ask dd.ask_copy {
	font-size: 23px;
	font-weight: bold;
	color: #ce3c41;
	letter-spacing: 1px;
	padding: 15px 0 0 83px;
}
.ask dd {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}








