@charset "UTF-8";


/*-------------------------------------------

    0. anker--reset
    1. anker--type01
    1. anker--type02

-------------------------------------------*/




/* anker--reset
----------------------------------------------------------------*/

.edit_area.sub-keyvisual {
	background-image: url(../img/sub_keyvisual.jpg);
}




#linup {
		position: relative;
		
		margin: 0 0 10px 30px;
		padding: 0;
		
		width: 300px;
		height: 268px;
		
		float: right;
		
		list-style: none;
		
		background: url(../img/common/lineup.jpg) no-repeat; 
}

#linup li {
		position: absolute;
		
		margin: 0;
		padding: 0;
}

#linup01 { top: 0px; left: 24px;}
#linup02 { top: 68px; left: 24px;}
#linup03 { top: 136px; left: 24px;}
#linup04 { top: 136px; left: 117px;}
#linup05 { top: 136px; left: 164px;}

/* ~ipad */
@media screen and (max-width: 768px) {
	#linup {
    float: none;
    margin: 0 auto 20px;
}
	#linup li {}
}
