﻿@charset "utf-8";

/* Home
----------------------------------------------------------- */
nav ol li:nth-of-type(1) a {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

#home table {
	width: 100%;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	border-collapse: separate;
	border-spacing: 1px;
	text-shadow: 1px 1px 0 #FFFFFF;
	margin-bottom: 15px;
}

#home table th {
	background: #F5F5EF;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
}

#home table th span {
	font-size: 13px;
	margin: 0 10px 0 0;
}

#home table td {
	padding: 0 0 0 15px;
	font-size: 13px;
}

#home table td span {
	background: #F5F5EF;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 11px;
	display: inline-block;
	margin: 0 10px 0 0;
}

.box_01,
.box_02,
.box_03,
.box_04,
.box_05,
.box_06 {
	margin-bottom: 40px;
}

.box_01 {
	font-size: 12px;
}

.box_01 dl {
	margin-top: -10px;
}

.box_01 dt {
	height: 36px;
	line-height: 36px;
	border-bottom: dashed 1px #CCCCCC;
}

.box_01 dt span {
	font-size: 11px;
	display: inline-block;
	width: 70px;
	height: 18px;
	line-height: 19px;
	text-align: center;
	margin: 0 0 0 18px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.box_01 dt span.special {
	background: #CFE7FF;
	letter-spacing: 1em;
	text-indent: 1em;
}

.box_01 dt span.seminar {
	background: #D3F0B5;
}

.box_01 dt span.info {
	background: #FFD6D6;
}

.box_01 dt span.affidai {
	background: #F1EAD1;
}

.box_01 dt span.important {
	background: #CC0000;
	color: #FFFFFF;
	text-shadow: none;
	letter-spacing: 1em;
	text-indent: 1em;
}

.box_01 dd {
	padding-left: 175px;
	line-height: 36px;
	margin-top: -36px;
}

.box_03 img {
	margin-bottom: 20px;
}

.box_04 .attention {
	font-size: 11px;
	padding-left: 1em;
	text-align: right;
	margin-bottom: 15px;
}

.box_05 article {
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
	position: relative;
}

.box_05 figure {
	border: solid 1px #CCCCCC;
	width: 152px;
	height: 152px;
	margin: 0 15px 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

.box_05 figure img {
	margin: 1px;
}

/* 130508削除
.box_04 article a.btn_01 {
	width: 85px;
	height: 20px;
	text-indent: 5px;
	line-height: 20px;
	font-size: 11px;
	float: right;
	position: absolute;
	bottom: 2px;
	right: 2px;
}*/

/* Flickscroll
----------------------------------------------------------- */
#flickscroll {
	margin: 0 auto;
	width: 690px;
	height: 200px;
	position: relative;
}

#flickscroll ul {
	top: 0;
	left: 0;
	height: 200px;
	position: absolute;
	overflow: hidden;
}

#flickscroll ul li {
	width: 690px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}

#flickscroll #moveprev,
#flickscroll #movenext {
	top: 210px;
	width: 17px;
	height: 51px;
	position: absolute;
	z-index: 999;
	cursor: pointer;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1.0!important;
	opacity: 1.0!important;
}

#flickscroll #moveprev {
	background: url(//img.accesstrade.ne.jp/img/home/img_11.png) 0 0 no-repeat;
}

#flickscroll #movenext {
	background: url(//img.accesstrade.ne.jp/img/home/img_12.png) 0 0 no-repeat;
	right: 0;
}

#flickthumb {
	margin: 13px auto 40px auto;
	width: 690px;
	height: 45px;
	overflow: hidden;
}

#flickthumb ul {
	width: 648px;
	height: 45px;
	text-align: center;
	margin: 0 auto;
}

#flickthumb ul li {
	width: 162px;
	height: 45px;
	float: left;
	cursor: pointer;
	display: inline;
}

#flickthumb ul li img {
	width: 155px;
	height: 45px;
}

#flickthumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1.0!important;
	opacity: 1.0!important;
}

#flickscroll ul:after,
#flickthumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#flickscroll ul,
#flickthumb ul {
	display: inline-block;
	overflow: hidden;
}

/* Loopslider
----------------------------------------------------------- */
#loopslider {
	width: 688px;
	height: 60px;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	height: 60px;
	margin: 0;
	float: left;
	overflow: hidden;
}

#loopslider ul li {
	width: 143px;
	height: 60px;
	display: table-cell;
}

#loopslider ul li img {
	max-height: 60px;
	max-width: 120px;
}

#loopslider ul:after {
	content: ".";
	height: 0;
	width: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/* Carousel
----------------------------------------------------------- */
#carousel_container {
	width: 690px;
	border: solid 1px #DCDCDC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background:#FFFFFF;
}

#carousel {
	margin: 10px auto;
	width: 604px;
	height: 80px;
	text-align: left;
	position: relative;
}

#carousel_prev,
#carousel_next {
	top: 10px;
	width: 17px;
	height: 80px;
	background: #000;
	cursor: pointer;
	position: absolute;
}

#carousel_prev {
	top: 0;
	left: -34px;
	background: url(//img.accesstrade.ne.jp/img/home/img_13.png) 0 0 no-repeat;
}

#carousel_next {
	top: 0;
	right: -34px;
	background: url(//img.accesstrade.ne.jp/img/home/img_14.png) 0 0 no-repeat;
}

#carousel ul li {
	width: 240px;
	height: 60px;
	margin-top: 10px;
	float: left;
	display: inline;
}

#carousel ul li img {
	width: 234px;
	height: 60px;
}

#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#carousel ul {
	display: inline-block;
	overflow: hidden;
}
