div#contents-wrapper {
	margin-top: 0;
}
div#contents-block {
	float: left;
	width: 644px;
}

div#top-side-block {
	float: right;
	width: 308px;
}

span.mark {
	color: white;
	font-size: 12px;
	padding: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

section {
	width: 308px;
	margin-top: 30px;
}

section#pickup   { clear: both; width: 644px; }
section#service  {  }

section#info     { clear: both; width: 644px; }
section#about    {  }
section#bannerm  {  }
section#bannerm li { list-style-type: none; margin-bottom: 10px; }

section#download { clear: both; float: left; margin-bottom: 40px; }
section#faq      { float: left; margin-left: 28px; margin-bottom: 40px; }
section#link     { float: right; margin-bottom: 40px; }

h3 {
	clear: both;
	font-weight: bold;
	border-bottom: 2px solid #01A0C7;
	color: #474747;
	font-size: 20px;
	font-weight: bold;
	height: 28px;
	padding-top: 10px;
	padding-left: 38px;
	margin-top: 27px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: left top;
}

section#pickup h3   { background-image: url('./images/icon-top01.png'); margin-bottom: 10px; }
section#service h3  { background-image: url('./images/icon-top02.png'); }
section#info h3     { background-image: url('./images/icon-top06.png'); margin-bottom: 15px; }
section#about h3    { background-image: url('./images/icon-top00.png'); }
section#download h3 { background-image: url('./images/icon-top03.png'); }
section#faq h3      { background-image: url('./images/icon-top04.png'); }
section#link h3     { background-image: url('./images/icon-top05.png'); }

section#pickup ul {
	display: block;
	margin-bottom: 3px;
}
section#pickup ul:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
section#pickup ul li {
	display: block;
	list-style-type: none;
	width: 308px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}
section#pickup ul li:nth-child(odd) {
	float: left;
}
section#pickup ul li:nth-child(even) {
	float: right;
}
section#pickup ul li img {
	float: left;
	margin-right: 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
section#pickup span.mark {
	vertical-align: -2px;
	margin-left: 3px;
	margin-right: 2px;
	font-size: 12px;
}
section#pickup span.date {
	font-size: 12px;
}
section#pickup ul {
	min-height: 301px;
}
section#pickup ul li a.picklink {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding: 10px 0 9px;
}

section#service > h3 {
	margin-bottom: 14px;
}
section#service p {
	margin: 5px 0 10px;;
}
section#service a.bigbutton {
	margin-bottom: 28px;
}

section#info ul {
	margin-bottom: 15px;
}
section#info ul li {
	list-style-type: none;
	line-height: 14px;
	margin-bottom: 13px;
}
section#info span.date {
	padding-left: 5px;
	padding-right: 15px;
}
section#about ul {
	min-height: 126px;
	margin-bottom: 18px;
}
section#about ul li {
	list-style-type: none;
}
section#about ul li:before { content:"・" }
section#about ul li a {
	font-size: 14px;
	line-height: 21px;
}

section#download p,
section#faq p,
section#link p {
	margin-bottom: 15px;
}

section p {
	line-height: 21px;
}

div#top-branding {
	clear: both;
	margin: 0 auto 40px;
	padding: 0;
	width: 980px;
	height: 300px;
}
div#top-branding li {
	list-style-type: none;
}
div#top-caption {
	clear: both;
	margin: 18px auto 0;
	width: 980px;
	height: 40px;
}
div#top-caption p {
	line-height: 24px;
}

ul#top-topics li span {
	line-height: 22px;
}
ul#top-topics li:first-child {
	margin: 0;
}
ul#top-topics li img {
	border: 5px solid #85DADF;
}
ul#top-topics li img:hover {
	opacity: 0.7;
}
ul#top-topics span {
	text-decoration: none;
}
a.top-to-topics {
	display: block;
	clear: both;
	margin-bottom: 60px;
	background-color: #85DADF;
}
a.top-to-topics:hover {
	background-color: #76E7EE;
}

section#info ul {
	min-height: 124px;
}
section#info ul li span {
	padding-right: 10px;
}
section#info span.top-mix     { background: url('./images/lavel-faq-mix.png') no-repeat left top; background-size: 30px 18px; }
section#info span.top-general { background: url('./images/lavel-faq-all.png') no-repeat left top; background-size: 30px 18px; }
section#info span.top-entire  { background: url('./images/lavel-faq-cnt.png') no-repeat left top; background-size: 30px 18px; }
section#info span.top-active  { background: url('./images/lavel-faq-now.png') no-repeat left top; background-size: 30px 18px; }

.owl-carousel {
	height: 70px;
}
.owl-carousel .owl-stage-outer {
	height: 80px;
}
.owl-carousel .owl-item {
	width: 120px!important;
	margin-left: 7px;
	margin-right: 7px;
}

.owl-prev {
	position: absolute;
	top: 12px;
	left: -50px;
	font-size: 40px!important;
}
.owl-next {
	position: absolute;
	top: 12px;
	right: -50px;
	font-size: 40px!important;
}
