@charset "utf-8";
/* CSS Document */


#contents h2,
#contents p {
	margin: 0 0 8px;
}

#contents h2 {
	font-size: 18px;
}

#contents #header {
	height: 211px;
	padding: 0 10px 0 300px;
	background: url(../iphoneipad-device/image/header.jpg) no-repeat left top;
}

#contents #header ul {
	margin: 8px 0 0;
	padding: 0;
}

#contents #header ul li {
	list-style: disc;
	margin-left: 1.5em;
}

#contents h2 {
	line-height: 35px;
	padding-left: 10px;
	background: url(../iphoneipad-device/image/title.png) no-repeat left top;
	color: #FFF;
	text-shadow: 0 -1px 1px #000;
}

#contents > ul {
	clear: both;
	overflow: hidden;
	margin: 0 -5px 20px 0;
}

#contents > ul li {
	float: left;
	width: 230px;
	min-height: 168px;
	margin-right: 5px;
	border: 1px solid #364494;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#contents li img,
#contents > ul li a {
	padding: 5px 0;
	text-decoration: none !important;
}

#contents li img {
	max-width: 200px;
}

#contents > ul li a,
#contents > ul li span {
	display: block;
}

#contents > ul li a span {
	text-decoration: underline;
}

#contents > ul li a:hover span {
	text-decoration: none;
}