@charset "utf-8";


/* mobile
-------------------------------------------------------------------------------------------------------*/

#mobile h3 {
	margin-bottom: 10px;
	clear: both;
}

#mobile #strategy table td.cell01 {
	background: #ffddaf;
}

#mobile #strategy table td.cell02 {
	background: #ffddaf;
}

#mobile #strategy table td.cell03 {
	background: #ffd3b4;
}

#mobile #strategy table td.cell04 {
	background: #ffceb6;
	border-right: 0;
}

#mobile #strategy table td ul {
	list-style: none;
}
#mobile #strategy table td ul li {
	float: none;
}

#mobile #iphone ul {
	margin: 0 0 35px 35px;
	list-style: none;
}

#mobile #iphone ul li {
	margin-right: 17px;
	float: left;
}

#mobile #flash ul {
	margin: 0 0 15px 20px;
	list-style: none;
}

#mobile #flash ul li {
	margin: 0 17px 20px 0;
	height: 155px; /* 一番縦長なイメージサイズに併せる */
	float: left;
}

#mobile #game ul {
	margin: 0 0 20px 22px;
	list-style: none;
}

#mobile #game ul li {
	margin: 0 13px 15px 0;
	float: left;
}


