@charset "utf-8";
/*----------------------------------------------------


	File Name: style.css
	Style Info: #style内


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

.p_t_80 { padding-top:80px;}

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

	▼トップ製品説明

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

.img_top {
	background:url(../images/img_top.jpg) no-repeat;
	height:540px;
	margin-bottom:30px;
}

.img_top h2,
.img_top p {
	text-indent:-9999px;
}



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

	▼タイトル

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

h3.title_base {
	background: url(../images/title_base.jpg) no-repeat;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	color: #000;
	font-family: "メイリオ";
	font-size:130%;
	margin-bottom: 15px;
}

h4.title_base {
	background: url(../images/title_sub_base.gif) no-repeat;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	color: #0062A4;
	font-family: "メイリオ";
	font-size: 120%;
	margin-bottom: 15px;
}

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

	▼特長

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

.system {
	background:url(../images/img_system.jpg) no-repeat;
	height:830px;
	margin-bottom:30px;
}

.system dl {
	text-indent:-9999px;
}

table.tbl_spec {
	width:100%;
	margin-bottom:30px;
}

table.tbl_spec {
	width:100%;
	margin-bottom:10px;
}

table.tbl_spec td {
	text-align:center;
}


#contents table.tbl_spec td.textalign_left {
	text-align:left;
}



.system_list_area {
	overflow:hidden;
	position:relative;
	zoom:1;
	margin-bottom:30px;
}

.system_list_inner {
	float:left;
	width:463px;
	background-color:#F5F5F5;
	margin-left:0px;
	margin-bottom:20px;
	border:1px solid #ccc;
 border-radius: 8px;        /* CSS3草案 */  
 -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 8px;   /* Firefox用 */
}

.system_list_inner.last {
	margin-left:20px;
}

.system_list_inner h4 {
	background:url(../images/bg_system.jpg) repeat-x;
	text-align:center;
	color:#fff;
	padding:10px;
	margin-bottom:10px;
	font-size:110%;
	font-family: "メイリオ";
 border-radius: 8px 8px 0 0;        /* CSS3草案 */  
 -webkit-border-radius: 8px 8px 0 0;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 8px 8px 0 0;   /* Firefox用 */
}

.system_list_inner h4 span {
	display:block;
	padding-top:5px;
	text-align:right;
	font-size:85%;
}

.system_list_inner p {
	padding:0 10px;
	text-align: left;
}

.system_list_inner img {
	padding:0 0 0 10px;
	margin-bottom:10px;
}

.margin_b_35 {
	margin-bottom:35px;
}

.margin_b_80 {
	margin-bottom:80px;
}
