@charset "EUC-JP";
/* ===================================================================
	created:	110831 kondo
	update:	120511 osako
 =================================================================== */
 
/* function_list
========================================== */

#function_list{
	background:url(../../main/function-list/images/bg_inner.jpg) no-repeat left 284px;
}

#function_list .visual{
	position:relative;
}

#function_list .btnNew{
	position:absolute;
	right:65px;
	top:70px;
}

#function_list .inner{
	margin-top:0;
}

#function_list h2,#function_list .catch{
	text-align:center;
}

div:after {
  height: 0;
  content: "";
  display: block;
  clear: both;
}

#pageNavi{
	background:url(../../main/function-list/images/bg_navi.png) no-repeat left top;
	height:223px;
	margin:0 auto 15px;
	padding-top:8px;
	width:630px;
}

.spectips{
	margin:0px 0 8px 7px;
}

.spectips td{
	padding:0 5px 5px 0;
}

#Wrap {
	padding: 16px 0px 0px 0px;
	width:812px;
	height:auto;
	text-align:left;
	clear:both;
}

.specBox {
	padding-bottom:24px;
}
.speclist { 
	cursor: hand;
	cursor: pointer;
	font-size:14px;
}
.speclist .speclistInner{
	border:1px solid #e6e6e6;
	width582px;
}
.speclistInner:hover {
	border:1px solid #bbb;
}
.speclist ul{
	_zoom: 1;
	overflow:hidden;
	padding:0 0 5px 30px;
}
.speclist .firstLine{
	padding:35px 0 5px 30px;
}
.speclist .lastLine{
	padding:0 0 25px 30px;
}
.speclist ul li{
	background:url(../../main/function-list/images/icon_square_s.png) no-repeat left center;
	font-size:12px;
	padding-left:12px;
	float:left;
	width:230px;
	margin:0 15px 5px 0;
}
.speclist .markNew{
	background:url(../../main/function-list/images/mark_new.png) no-repeat right center;
	padding-right:30px;
}
.specdetail {
	background:url(../../main/function-list/images/bg_detail.png) repeat-x left top #f7f7f7;
	width:770px;
	margin:0 auto;
	padding:20px 0 30px 25px;
}
.specdetail ul{
	_zoom: 1;
	overflow:hidden;
}
.specdetail ul li{
	font-size:12px;
	float:left;
	width:360px;
	margin:0 25px 25px 0;
}
.specdetail h4{
	background:url(../../main/function-list/images/icon_square_l.png) no-repeat left 0.2em;
	padding:0 0 5px 20px;
	border-bottom:2px solid #f15a24;
	color:#f15a24;
	line-height:1.2;
	margin-bottom:8px;
	font-size:14px;
}
.specdetail .btnDetail{
	text-align:center;
	margin:5px auto 0;
	display:block;
}
.specdetail .goRegist{
	text-align:center;
}
.specdetail .pageTop{
	margin-right:15px;
}
.openlanguage{ /*class added to contents of 3rd demo when they are open*/
	color: #05345f;
	background:url(../../main/function-list/images/spec_title_close.png) no-repeat right 7px;
}

.closedlanguage{ /*class added to contents of 3rd demo when they are closed*/
	color: #05345f;
	background:url(../../main/function-list/images/spec_title_open.png) no-repeat right 7px;
}
