body {
	font-size: 80%;
	margin: 2em;
	padding: 0;
	background-color: #fff;
}

@media screen and (max-device-width: 480px) {

	body {
		margin: 0;
		padding: 0;
	}

	h1, h2, h3, h4, p {
		margin-left: 8px;
		margin-right: 8px;
	}
}

h2 {
	margin: 2em 0 0.5em 0;
	padding: 0.3em;
	border-bottom: solid 1px #ccc;
	background-color: #eee;
}

h3 {
	padding: 0.3em 0;
	border-bottom: solid 1px #ccc;
}

dl {
	margin: 1em 1em;
}

dl dt {
	clear: both;
	font-weight: bold;
	margin-top: 1em;
}

dl dd {
	margin-left: 2em;
	overflow: hidden;
}

pre {
	padding: 0 1em;
	margin: 1em;
	overflow: auto;
	border: solid 1px #ccc;
	background-color: #f9f9f9;
}

table.example {
	float: right;
	margin: 0 0 0 0.5em;
}

table.example td {
	width: 3em;
	height: 3em;
	border:solid 1px #ccc;
	text-align: center;
}

table.browsers {
	margin: 1em 0;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 86%;
}

table.browsers th,
table.browsers td {
	padding: 0.3em;
	border: solid 1px #ccc;
	text-align: center;
}

table.browsers th {
	background-color: #eee;
}

#footer {
	margin: 2em 0 0.5em 0;
	border-top: 1px solid #ccc;
}

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

.flickSimple {
	width: 320px;
	position: relative;
	overflow: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #eee;
}

.flickSimple.landscape {
	width: 480px;
}

.flickSimple ul {
	display: block;
	margin: 0;
	padding: 0;
}

.flickSimple ul.landscape {
}

.flickSimple ul li {
	float: left;
	list-style-type: none;
	text-align: center;
}

.flickSimple ul li.landscape {
}

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

#basic ul,
#basic ul.landscape {
	width: 1920px;
}

#basic ul li,
#basic ul li.landscape {
	width: 80px
}

#basic ul li.newline {
	clear: both;
}

#basic ul li a {
	display: block;
	height: 80px;
	margin: 5px;
	border: solid 1px #ccc;
	background-color: #fff;
	line-height: 80px;
}

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

#firstitem ul {
	width: 1920px;
}
#firstitem ul.landscape {
	width: 2880px;
}

#firstitem ul li {
	width: 160px;
}

#firstitem ul li.landscape {
	width: 240px;
}

#firstitem ul li a {
	display: block;
	height: 80px;
	margin: 5px;
	border: solid 1px #ccc;
	background-color: #fff;
	line-height: 80px;
}

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

#nosnap ul,
#nosnap ul.landscape {
	width: 1920px;
}

#nosnap ul li,
#nosnap ul li.landscape {
	width: 160px
}

#nosnap ul li a {
	display: block;
	height: 80px;
	margin: 5px;
	border: solid 1px #ccc;
	background-color: #fff;
	line-height: 80px;
}

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

#verticaly {
	width: 160px;
	height: 240px;
}

#verticaly ul,
#verticaly ul.landscape {
	height: 960px;
}

#verticaly ul li,
#verticaly ul li.landscape {
	width: 160px;
	height: 80px;
}

#verticaly ul li a {
	display: block;
	height: 70px;
	margin: 5px;
	border: solid 1px #ccc;
	background-color: #fff;
	line-height: 70px;
}

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

#both {
	width: 320px;
	height: 80px;
}

#both ul,
#both ul.landscape {
	width: 960px;
	height: 240px;
}

#both ul li,
#both ul li.landscape {
	width: 80px;
	height: 80px;
}

#both ul li a {
	display: block;
	height: 70px;
	margin: 5px;
	border: solid 1px #ccc;
	background-color: #fff;
	line-height: 70px;
}

#bothPageCount {
	text-align: center;
}

#bothPaginate {
	text-align: center;
}

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

#scroll {
	height: 180px;
}

#scroll > div {
	width: 900px;
}


/* ----------------------------- */
#flickable1,
#flickable1.landscape {
	width: 100%;
	padding: 16px 0;
}

#flickable1 ul.landscape,
#flickable1 ul {
	width: 400%;
}

#flickable1 ul li {
	width: 5%;
}

.flickableControl {
	overflow: hidden;
}

#flickableNavi {
	text-align: center;
}

.nextbtn {
	display: block;
	float: right;
	text-align: right;
}

.backbtn {
	display: block;
	float: left;
}
.nextbtn.inactive,
.backbtn.inactive {
	opacity : 0.3;
}

.indicator {
	position: relative;
	overflow: hidden;
	width: 13px;
	height: 5px;
	background: url("http://www014.upp.so-net.ne.jp/makog/js/jquery_flicksimple/sample/images/indicater_bg.png") repeat-x left top;
	margin: 10px auto 0 auto;
}

.indicator img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}