@charset "utf-8";


/*----------------------------------*/
/*          スタイル初期化          */
/*----------------------------------*/

body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
}

body{
	line-height:1;
	color:#444;
	font-family:Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

a img,img{
	border:0;
}

ul,ul li{
	list-style:none;
}

table{
    border-collapse:collapse; 
    border-spacing:0;
}

caption,
th {
    text-align:left;
}

a{
	color:#222;
}

a:hover{
	text-decoration:none;
}

address{
	font-style:normal;
}


/*----------------------------------*/
/*          clearfix決定版          */
/*----------------------------------*/

.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


/*----------------------------------*/
/*          汎用スタイル            */
/*----------------------------------*/

.right{
	text-align:right;
}

.center{
	text-align:center;
}

body{
	font-size:12px;
	background:#FFF;
}

.wrapper{
    margin: 0 auto;  
    position: relative;  
}

/* head */
#head{
	width: 100%;
	background-color:#FFF;
    position: fixed;  
    top:0;  
    left:0;
	z-index:99999;
}

.head_upper{
	background-color:#000;
}

.head_upper div{
	width:980px;
	margin:0 auto;
	background-color:#000;
}

.head_upper h1{
	font-size:10px;
	font-weight:normal;
	padding-top:7px;
	float:left;
	color:#FFF;
}

.head_upper ul{
	float:right;
	text-align:right;
}

.head_upper ul li{
	float:left;
	margin-left:7px;
}

.head_upper ul li a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

.head_lower{
	width:980px;
	margin:0 auto;
	padding:10px 0;
}

.head_lower p{
	float:left;
}

#menu{
	float:right;
}

#menu li{
	float:left;
	margin-left:7px;
}


/* main */
#main{
	margin:100px auto 20px;
	width:980px;
}





/* left */
#left{
	float:left;
	width:725px;
}

/* right */
#right{
	width:240px;
	float:right;
}

#right .side a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#right .side p{
	margin:0 0 7px 0;
}

#right .side div{
	background-color:#E6E6E6;
	margin:-2px 0 7px 0;
}

#right .side div h2{
	margin:0;
	padding:0;
	border:none;
}

#right .side div ul{
	border:1px solid #bfbfbf;
	border-top:none;
	padding:0 4px;
}

#right .side div ul li{
	margin-bottom:2px;
}


/* foot_info */
.foot_info{
	margin-top:30px;
	border:1px solid #bfbfbf;
	padding:5px;
	background-color:#FFF;
}

.foot_info dl{
	float:left;
	border:1px solid #bfbfbf;
	padding:6px 2px 6px 6px;
	background-color:#E6E6E6;
	height:68px;
}

.foot_info dl dt img{
	display:block;
}

.foot_info dl dd{
	float:left;
	padding-right:3px;
	
}

.foot_info p{
	float:right;
}

.foot_info a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}





/* foot */
.pagetop {
    bottom: 0px;
    font-size: 77%;
    position: fixed;
    right: 20px;
}
.pagetop a {
    display: block;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

#foot{
	font-size:10px;
	color:#DDD;
	padding:50px 0;
	background-color:#222;
}

#foot a{
	color:#EEE;
	text-decoration:none;
}

#foot a:hover{
	text-decoration:underline;
}

#foot .foot_area{
	width:980px;
	margin:0 auto;
}

#foot .foot_menu{
	float:right;
	width:310px;
	margin-top:20px;
}

#foot .foot_menu ul{
	margin-bottom:10px;
}

#foot .foot_menu ul li{
	margin-bottom:7px;
}

#foot .foot_menu .sns{
	margin-bottom:10px;
}

#foot .foot_menu p{
	font-size:9px;
}

#foot .system{
	float:left;
	width:660px;
}
	
#foot .system p{
	margin-bottom:10px;
}
	
#foot .system ul li{
	width:220px;
	float:left;
	margin-bottom:10px;
}
	

	
	
/*----------------------------------*/
/*      トップページスタイル        */
/*----------------------------------*/
.index #main{
	margin-top:0px;
}



.index #topimg{
	margin:100px 0 15px;
	height:300px;
	overflow:hidden
}

.index #topimg p img {
	width: 100%;
	height:auto;
	z-index:1;
	position:relative;
}

.index #topimg h2 {
	margin-bottom:-300px;
	z-index:9999;
	text-align:center;
	position:relative;
}

/*導入実績バナー*/
.pf_bana {
	margin-bottom: 10px;
}
.pf_bana a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

/*主な特長*/
.index #left .merit{
	margin-bottom:15px;
}

.index #left .merit ul{
	margin-right:-10px;
}

.index #left .merit ul li{
	float:left;
	width:233px;
	background:url(img/merit_bk.png) no-repeat 20px 20px #FFF;
	margin:0 10px 10px 0;
	border:1px solid #333;
}

.index #left .merit ul li div{
	padding:20px 20px 20px;
}

.index #left .merit ul li.bl-hot:hover{
	border:1px solid #ffa133;
}

.index #left .merit ul li h3{
	margin:0;
	padding:0 0 5px 18px;
	border:none;
}

.index #left .merit ul li h3 a{
	text-decoration:none;
	color:#ff6600;
}


.index #left .merit ul li p{
	line-height:1.7;
	margin:0;
}


/* 新着お知らせ */

.index #left .news{
}

.index #left .news h2{
	margin-bottom:10px;
}

.index #left .news h2 a{
	display:inline-block;
	font-size:14px;
}

.index #left .news h2 a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}


.index #left .news ul{
	margin:0;
}

.index #left .news ul li{
	line-height:1.5;
	padding:6px 0;
	margin:0;
	background:none;
	/zoom:1;
}

.index #left .news ul li:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.index #left .news ul li.even{
	background-color:#f5f5f5;
}

.index #left .news ul li span{
	float:left;
	display:block;
	width:85px;
	line-height:1.9;
	color:#666;
}

.index #left .news ul li p{
	float:left;
	width:590px;
	margin:0;
	line-height:1.9;
}

#left .news ul li p{
	margin-top:0;
}


/*----------------------------------*/
/*      下層ページ共通スタイル      */
/*----------------------------------*/




/* contents */
#left .contents{

	padding:10px 10px;
	margin-bottom:10px;
	background-color:#FFF;
}

#left .contents .h2{
	margin-bottom:20px;
	padding:10px 0 15px;
	border-bottom:1px solid #222;
}

#left .contents .h2+div.table table{
	border-top:none;
	margin-top:-20px;
}

#left .contents .h2 h2{
	font-size:20px;
	color:#ff6600;
}

#left .contents .h2+*{
	margin-top:0;
}



/* pankuzu */
#left .contents .pankuzu{
	font-size:10px;
	color:#333;
}

#left .contents .pankuzu ul{
	background:url(img/pankuzu_home.gif) no-repeat left 3px;
	padding:0 0 0 13px;
	margin:10px 0;
}

#left .contents .pankuzu ul li{
	float:left;
	line-height:1.1;
	background:none;
	margin:0;
	padding:0;
}

#left .contents .pankuzu ul li+li{
	background:url(img/pankuzu_icon.gif) no-repeat left 3px;
	padding:0 0 0 10px;
	margin-left:6px;
}

#left .contents h3{
	margin:30px 0 8px;
	padding-top:10px;
	padding-left:18px;
	font-size:16px;
	line-height:1.5;
	color:#222;
	background:url(img/merit_bk.png) no-repeat 0px 15px #FFF;
}

#left .contents .img{
	padding:0;
	margin:0;
	background:none;
	text-align:center;
	margin-bottom:15px;
	
}

#left .contents .img2{
	margin:0 0 20px 0;
	padding:0;
	background:none;
}

#left .contents h4{
	margin:30px 0 8px;
	font-size:13px;
	color:#222;
}

#left .contents h4:before{
	content:"［ "
}

#left .contents h4:after{
	content:" ］"
}

#left .contents h5{
	margin:15px 15px 5px;
	font-size:13px;
	padding:5px 0px;
}

#left .contents p{
	line-height:1.9;
	margin:5px 0 15px;
}

#left .contents p a{
	margin:0 2px;
}

#left .contents p.notes{
	padding:10px 15px;
	border:1px solid #ff2f2f;
	line-height:1.7;
	background:#fff8f8;
	color:#ff2f2f;
	margin-top:10px;
}

#left .contents p.notes a{
	margin:0 3px;
	color:#f94d72;
	text-decoration:underline;
}

#left .contents p.notes sup{
	font-size:9px;
}

#left .contents p.icon{
	background:url(img/list_icon02.gif) no-repeat right 4px;
	padding-right:22px;
	text-align:right;
	font-weight:bold;
}

#left .contents ul{
	margin:10px 10px 20px;
}

#left .contents ul li{
	margin-bottom:7px;
	background:url(img/list_icon.gif) no-repeat left 6px;
	padding-left:13px;
	line-height:1.6;
}

#left .contents ul li p{
	margin-left:0;
}

#left .contents ol{
	margin:15px 15px 20px 35px;
}

#left .contents ol li{
	margin-bottom:8px;
	line-height:1.6;
}

#left .contents a.window{
	background:url(img/window.gif) no-repeat right center;
	padding-right:17px;
}




/*table*/
#left .table table{
	width:100%;
	margin:0px auto 20px auto;
	line-height:1.6;
	background-color:#FFF;
	border-top:1px dotted #AAA;
}

#left .table table th{
	border-bottom:1px dotted #AAA;
	padding:10px;
	text-align:left;
	width:180px;
	vertical-align:top;
	color:#333;
}

#left .table table td{
	border-bottom:1px dotted #AAA;
	padding:10px;
}

#left .table table td h4{
	padding:0;
	margin:10px 0 5px;
	font-size:13px;
}

#left .table table td p{
	margin:0 0 10px;
	line-height:1.5;
}

#left .table table td strong{
	display:block;
	font-size:16px;
}

#left .table table td span{
	font-size:10px;
}

#left .table table td span.price{
	color:#ff2f2f;
	font-weight:bold;
	font-size:15px;
}

#left .table table dl{
	margin:0 0 10px 5px;
}


#left .table table dt{
	background:url(img/list_icon.gif) no-repeat left 5px;
	padding-left:12px;
	margin-top:5px;
	font-weight:bold;
}

#left .table table dd{
	padding-left:12px;
}



/*----------------------------------*/
/*       ご提供価格のスタイル       */
/*----------------------------------*/

#left .price .price_box{
	font-weight:bold;
	margin-top:10px;
	color:#222;
	font-size:14px;
}

#left .price .price_box span{
	color:#fe2626;
	font-size:16px;
}


/*----------------------------------*/
/*     よくあるご質問のスタイル     */
/*----------------------------------*/

#left .faq h3{
	margin-top:0;
}



/*検索フォーム*/
#left .faq #faqSearch{
	text-align:right;
	padding-bottom:15px;
}

#left .faq #faqSearch p{
	display:inline;
	margin:0;
}

#left .faq #faqSearch p label{
	text-align:left;
	background:url(img/faq_search_icon.png) no-repeat left top;
	height:26px;
	width:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
}

#left .faq #faqSearch p input[type="text"]{
	position:relative;
	behavior:url(/js/PIE.htc);

	display:inline-block;
	width:200px;
	line-height:23px;
	height:23px;
	padding-left:5px;
	border:1px solid #AAA;
	color:#666;

	border-radius:3px;
	-webkit-border-radius:3px;	/* Safari,Google Chrome用 */
	-moz-border-radius:3px;	/* Firefox用 */
	vertical-align:top;
}

#left .faq #faqSearch p .searchButton{
	background:url(img/faq_search_btn.png) no-repeat left top;
	height:26px;
	width:57px;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	cursor:pointer;
	vertical-align:top;
}

/*ページャー*/
#left .faq #faqSearchPager{
	text-align:center;
}

#left .faq #faqSearchPager li{
	display:inline-block;
	background:none;
	padding:0;
}
	
#left .faq #faqSearchPager li a{
	display:inline-block;
	padding:2px 8px;
	border:1px solid #999;
	text-decoration:none;
	color:#333;
	cursor:pointer;
}

#left .faq #faqSearchPager li a:hover{
	background-color:#EEE;
}

	

/*カテゴリリスト*/
#left .faq .category_list_box .category_list{
	float:left;
	width:330px;
}

#left .faq .category_list_box .category_list+div{
	float:right;
}


/*faq*/
#left .faq dt{
	background:url(img/faq_q.gif) no-repeat 15px 23px;
	padding:22px 13px 5px 45px;
	line-height:1.6;
	color:#333;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}

#left .faq *+dt{
	border-top:1px dotted #AAA;
}

#left .faq dd{
	background:url(img/faq_a.gif) no-repeat left top;
	padding:0 0 10px 30px;
	margin:0 15px 20px;
	line-height:170%;
}

#left #faq div.faq_a p{
	margin:0;
}

#left .back_search .back{
	background:url(img/faq_back.gif) no-repeat left 7px;
	padding-left:13px;
	margin:3px 0 0 15px;
	float:left;
}


/*投票*/
#left #vote{
	text-align:center;
	border:1px dotted #999;
	background-color:#FFF;
	color:#555;
	padding:8px 20px 15px;
}

#left #vote p{
	margin-bottom:5px;
}


/*質問リスト*/
#left .faq_list{
	border:1px dotted #999;
	background-color:#FFF;
	color:#555;
	padding:0 10px;
	margin:15px 0;
}

#left .faq_list h4{
	margin-top:20px;
}




/*お問い合わせ*/
#left #faq_inquiry_btn a{
	background:url(img/faq_inquiry_btn.gif) no-repeat left top;
	width:199px;
	height:35px;
	margin:25px auto 0;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	
}

#left #faq_inquiry_btn a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}





/*----------------------------------*/
/*       製品のデモのスタイル       */
/*----------------------------------*/

#left iframe.password{
	width:700px;
	margin:5px 0;
	height:280px;
	border-top:1px dotted #AAA;
	border-bottom:1px dotted #AAA;
}

#left .demosite table th{
	text-align:center;
}

#left p.button{
	text-align:center;
	margin:10px auto 40px auto;
}

#left p.button img{
	padding:0 10px;
}

#left p.button a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#left .qr{
	margin:0 10px;
}

#left .qr div{
	float:left;
	width:130px;
	margin:0 0 10px 0;
}

#left .qr p{
	padding-top:15px;
	margin-bottom:0;
}

#left .qr div img{
	border:1px solid #E6E6E6;
}



/*----------------------------------*/
/*      お問い合わせのスタイル      */
/*----------------------------------*/
#left div.inquiry .before ul li{
	line-height:1;
	background-position:left 3px;
}

#left div.inquiry .before ul li strong{
	font-weight:normal;
}

#left div.inquiry .before form{
	margin:0 10px;
}

#left div.inquiry .before form .search_form{
	padding:10px;
	border:1px solid #DDD;
	text-align:center;
	margin:-5px 0 5px;
	background-color:#FAFAFA;
}

#left div.inquiry .before form .search_form label{
	background:url(img/faq_search_icon.png) no-repeat left top;
	text-indent:-9999px;
	display:inline-block;
	width:30px;
	height:26px;
	vertical-align:top;
}

#left div.inquiry .before form input[type="text"]{
	padding:6px;
	border:1px solid #BBB;
	margin-left:10px;
	width:320px;
}

#left div.inquiry .before form input[type="submit"]{
	background:url(img/faq_search_btn.png) no-repeat left top;
	width:57px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	border:0;
	cursor:pointer;
}


#left iframe.inquiry{
	width:700px;
	margin:5px 0;
	height:910px;
	border-top:1px dotted #AAA;
	border-bottom:1px dotted #AAA;
}


/*----------------------------------*/
/*      ご注文フォームのスタイル    */
/*----------------------------------*/

#left iframe.kiyaku{
	width:700px;
	margin:5px 0;
	height:150px;
	border-top:1px dotted #AAA;
	border-bottom:1px dotted #AAA;
}

#left iframe.order{
	width:700px;
	margin:5px 0;
	height:900px;
	border-top:1px dotted #AAA;
	border-bottom:1px dotted #AAA;
}


/*--------------------------------------*/
/*       制作・導入実績のスタイル       */
/*--------------------------------------*/

.pf_new {
	width: 104%;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 15px;
	margin-left: -15px;
}

.pf_row {
	display: table-row;
}

.pf_list_wrap {
	width: 50%;
	display: table-cell;
	padding: 15px;
	border: 1px solid #000;
}

.pf_list_photo img {
	width: 310px;
	height: 238px;
	border: 1px solid #CCC;
}

.pf_list_photo a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

.pf_list_body {
	line-height: 1.6;
}

.pf_list_body h3 {
	background: none!important;
	margin: 10px 0 !important;
	padding: 0 !important;
}

.pf_list_foot {
	color: #999;
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
}