@charset "utf-8";

/* ---------------
 Fix
----------------*/

.fix {
	width: 960px;
	margin: 0 auto;
}

/* ---------------
 CONTENTS
----------------*/

#index #contents {
	background: url(../images/index/bg.png);
}

/* ---------------
 CONTENTS HEADER
----------------*/

#index #contents-header {
	width: 960px;
	margin: 0 auto;
}

/* ---------------
 VISUAL
----------------*/

#index #visual {
	position: relative;
	margin-bottom: 30px;
	height: 220px;
	background: url(../images/index/visual/bg.png) repeat;
	text-align: center;
	overflow: hidden;
}

#index #visual #slider {
	position: relative;
	width: 960px;
	height: 220px;
	margin: 0 auto;
}

/* ---------------
 LINEUP
----------------*/

#index #lineup {
	position: relative;
	width: 960px;
	margin: 30px auto 30px auto;
}

#index #lineup .fixBtn {
	position: absolute;
	top: 2px;
	left: 230px;
}

#index #lineup .fixBtn02 {
	position: absolute;
	top: 2px;
	left: 480px;
}

/* UNIT */
#index #lineup section {
	position: relative;
	margin-top: 5px;
	padding: 10px 15px 0px 15px;
	width: 280px;
	height: 360px;

	border-top: 10px solid #1b79c8;
	color: #1b79c8;
	box-shadow: 0 2px 1px #888;
	background: -webkit-gradient(linear,0 0,0 bottom,from(#eee),to(#fff));
	background:- moz-linear-gradient(#fff,#eee);
	background: linear-gradient(#fff,#eee);
	-pie-background: linear-gradient(#fff,#eee);
	behavior: url("http://server.sakura.ad.jp/resource/css/PIE.htc");
	position: relative;
}
#index #lineup section table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #c5c5c5;
	border-collapse: collapse;
	background: #fff;
}
#index #lineup section table th {
	padding: 5px 0;
	border: 1px solid #c5c5c5;
	background: #1b79c8;
	color: #fff;
}
#index #lineup section table td {
	padding: 5px 5px;
	border: 1px solid #c5c5c5;
	color: #555;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
#index #lineup section div {
	margin-bottom: 5px;
}
#index #lineup section h3 {
	font-size: 24px;
	letter-spacing: -0.115em;
}
#index #lineup section h3 span {
	margin-left: 0.2em;
	font-size: 12px;
}
#index #lineup section p {
	font-size: 12px;
}
#index #lineup section p b {
	font-size: 14px;
}
#index #lineup section p .fixColor {
	color: #fd9b03;
}
#index #lineup section p em {
	margin: 0px 3px;
	font-weight: bold;
	font-style: normal;
	font-size: 28px;
	line-height: 1.3;
}
#index #lineup section figure {
	position: absolute;
	top: -3px;
	right: 8px;
}
#index #lineup section div:nth-of-type(1) {
	position: absolute;
	bottom: 83px;
	left: 15px;
}
#index #lineup section div:nth-of-type(2) {
	position: absolute;
	bottom: 47px;
	left: 15px;
}
#index #lineup section div:nth-of-type(3) {
	position: absolute;
	bottom: 10px;
	left: 15px;
}

/* UNIT02 */
#index #lineup #unit02 h3 {

}

/* UNIT03 */
#index #lineup #unit03 {
	border-top: 10px solid #155b95;
	color: #155b95;
}
#index #lineup #unit03 th {
	background: #155b95;
}

/* ---------------
 FEATURE
----------------*/

/* TTL */
#index #feature {
	position: relative;
	margin-bottom: 30px;
}
#index #feature .fixBtn {
	position: absolute;
	top: 2px;
	left: 300px;
}
/* LI */
#index #feature li {
	position: relative;
	float: left;
	margin-bottom: 2px;
	padding: 20px 10px 14px 14px;
	height: 160px;
	width: 224px;
	background: url(../images/index/feature/bg.png);
}
/* HEADLINE */
#index #feature h4 {
	margin-bottom: 20px;
	padding-left: 10px;
	background: url(../images/index/feature/hl.png) no-repeat 0px 0px;
	font-size: 14px;
}
/* PARAGRAPH */
#index #feature li p {
	width: 150px;
}
/* BTN */
#index #feature li div {
	position: absolute;
	bottom: 10px;
	left: 54px;
}
/* GFX */
#index #feature li .fixGfx01 {
	position: absolute;
	top: 50px;
	left: 168px;
}
#index #feature li .fixGfx02 {
	position: absolute;
	top: 45px;
	left: 168px;
}
#index #feature li .fixGfx03 {
	position: absolute;
	top: 49px;
	left: 173px;
}
#index #feature li .fixGfx04 {
	position: absolute;
	top: 49px;
	left: 173px;
}
/* EX */
#index #feature li.ex {
	width: 474px;
}
#index #feature li.ex p {
	width: 200px;
}
#index #feature li.ex div {
	position: absolute;
	bottom: 10px;
	left: 15px;
}
#index #feature li.ex dl {
	position: absolute;
	top: 15px;
	left: 250px;
	font-weight: bold;
}
#index #feature li.ex dt {
	margin-bottom: 15px;
}
#index #feature li.ex dd {
	margin-bottom: 7px;
	font-size: 14px;
	color: #0f77cb;
	height: 30px;
	line-height: 30px;
}
#index #feature li.ex dd:nth-of-type(1) {
	background: url(../images/index/feature/icon01.png)
	no-repeat 0 0;
	padding-left: 34px;
}
#index #feature li.ex dd:nth-of-type(2) {
	background: url(../images/index/feature/icon02.png)
	no-repeat 0 0;
	padding-left: 34px;
}
#index #feature li.ex dd:nth-of-type(3) {
	background: url(../images/index/feature/icon03.png)
	no-repeat 0 0;
	padding-left: 34px;
}

/* ---------------
 OTHER
----------------*/

#index #other ul {
	position: relative;
	margin: 0 auto 30px auto;
	width: 100%;
	height: 115px;
}
#index #other li:nth-of-type(1) {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#index #other li:nth-of-type(2) {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* ---------------
 CONTACT
----------------*/

#index #contact {

}
#index #contact section {
	height: 300px;
	background: url(../images/index/contact/bg.png) no-repeat;
}

/* ---------------
 TTL
----------------*/
.ttl {
	font-size: 24px;
}


/* ---------------
 APLLI
----------------*/

#aplli {
	margin-bottom: 10px;
	padding: 15px;
	background: #eee;
	border-radius: 5px;
	behavior: url("http://server.sakura.ad.jp/resource/css/PIE.htc");
	position: relative;
	}
#aplli p {
	margin-bottom: 10px;
	}
#aplli p a {
	background: url(../dedicated/common/images/icon_arrow.png) no-repeat 2px center;
	padding-left: 12px;
	}
#aplli #tab {
	overflow: hidden;
	/zoom:1;
	}
#aplli #tab li {
	float: left;
	}
#tab {
	position: relative;
	z-index: 2;
	}
#tab li  {
	background: url(../dedicated/common/images/tab_01_off.png) no-repeat left center;
	width: 161px;
	height: 33px;
	display: block;
	text-indent: -9999px;
	margin-right: 2px;
	cursor: pointer;
	}
#tab li + li{
	background: url(../dedicated/common/images/tab_02_off.png) no-repeat left center;
	}
#tab li.act, #tab li:hover {
	background: url(../dedicated/common/images/tab_01_on.png) no-repeat left center;
	}
#tab li + li.act, #tab li + li:hover {
	background: url(../dedicated/common/images/tab_02_on.png) no-repeat left center;
	}
.tab-contents {
	border: 3px solid #d5d5d5;
	background: #ffffff;
	padding: 15px;
	position: relative;
	top: -3px;
	z-index: 1;
	line-height: 1.5;
	}
#aplli .tab-contents li h4, #aplli .tab-contents li h5, #aplli .tab-contents li > p {
	margin-bottom: 5px;
	}
#aplli .tab-contents li h4 {
	color: #0f77cc;
	}
#aplli .tab-contents h5 + p {
	margin-bottom: 10px;
	}
#aplli .tab-contents p.excelLink {
	background: url(../dedicated/common/images/icon_excel.png) no-repeat left center;
	padding-left: 45px;
	}

/* ---------------
 SIDE
----------------*/

/* CT-NAVI */
.ct-navi {
	background: #fff;
}
/*.aside-navi {
	background: #fff;
}*/


/* ---------------
 ETC
----------------*/

.fClear {
	clear: both;
	}

#main-area {
	width: 748px;
	}