/*
Theme Name: tomato
Author:アメージングデザイン
Version: 0.1
*/
*{
   margin:0;
   padding:0;
   font-size:14px;
   color:#3F3B3A;
   }
#all{
   width:980px;
   margin-left:auto;
   margin-right:auto; 
   position:relative;
   margin-bottom:0;
   margin-top:19px;
   } 
a img{
   border:non;
   } 
a:hover img{
   border:non;
   opacity:0.7;
   }      
a{
   color:#333333;
   text-decoration:none;
   line-height: 1.6;
   }   
a:hover{
   color:#999;
  
   }    
body{
	 background-color:#FFF;
	 font-family: "ＭＳ ゴシック",sans-serif;
}
 
/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac ￥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*clearfix終わり*/

.table_tr1{
	border-bottom:1px #999999 solid;
	width:184px;
	color:#333;
	font-weight:bold;
	font-size:13px;
	padding:6px 0 6px 6px;
}
.table_tr2{
	border-bottom:1px #999999 solid;
	color:#5A5858;
	font-size:12px;
	padding:10px 0 10px 2px;
	text-align:right;
}
.table_tr3{
	border-bottom:1px #999999 solid;
	width:400px;
	color:#5A5858;
	font-size:12px;
	padding:10px 0 10px 2px;
}
h1{
	font-size:10px;
	color:#FFF;
	font-weight:normal;
	
}
p{
	line-height: 1.6;
}

/*追加*/
#header{
	width:980px;
	margin-top:10px;
}
#header_l{
	width:415px;
	height:42px;
	background-image:url(img/top_logo.png);
	float:left;
	text-indent:-9999px;
}
#header_r{
	/* width:211px; */
	float:right;
}

#header_r a{
	float:left;
}

#top_container{
	width:920px;
	margin:14px 0 0 20px;
}

#top_container_l{
	float:left;
	width:640px;
	margin-right:30px;
}
	
#top_container_r{
	width:250px;
	float:left;
	margin-top:40px;
}

#midashi_news{
	background:url(img/midashi_news.jpg) no-repeat;
	height:24px;
	width:640px;
	position:relative;
}
#midashi_news a{
	position:absolute;
	top:7px;
	right:11px;
}

#news_area{
	/* width:640px; */
	height:180px;
	overflow-y:scroll;
	overflow-x:hidden;
	margin-top:10px;
}

.one_news{
	border-left:solid 3px #A52C30;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	padding-bottom:6px;
	padding-left:8px;
}

#carousel_title{
	background:url(img/top_product.jpg) no-repeat;
	width:980px;
	height:24px;
	text-indent:-9999px;
	margin-top:11px;
	margin-bottom:11px;
}
.data{
	font-size:11px;
}

/*footer*/
#productFooter {
min-width: 960px;
/* height:17em; */
/* padding: 24px 0 0; */
margin-top:40px;
background-color:#E6E6E7;
}
#productFooterColumn {
width: 920px;
margin: 0 auto;
overflow: hidden;
}

#footer_linkarea{
	width: 920px;
	margin-bottom:20px;
}

address{
	text-align:center;
	margin-top:10px;
	color:#FFFFFF;
	font-size:11px;
	font-style:normal;
}

#footer_return a{
	font-size:15px;
}
#productFooterColumn2{
	width:920px;
	margin-top:26px;
}
	
#footer_link1{
	width:110px;
	float:left;
	margin-right:30px;
}

#footer_link1 li{
	list-style:none;
}
#footer_link2{
	width:404px;
	float:left;
	margin-right:30px;
}
#footer_link2 li{
	list-style:none;
}
.footer_link2_box2{
	float:left;
	width:202px;
}

#footer_link3{
	width:110px;
	float:left;
	margin-right:30px;
}
	
#footer_link3 li{
	list-style:none;
}	
.footer_link1_1{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
	
.footer_link1_2 a{
	font-size:12px;
}
#productFooter2 {
min-width:960px;
height:5em;
padding: 10px 0 0;
background-color:#474443;
}

.footer_font a{
	font-size:12px;
}
#footer_link4{
	width:110px;
	float:left;
}
#footer_last{
	color:#FFFFFF;
	text-align:center;
}
#footer_last a{
	color:#FFFFFF;
}

#footer_last img{
	vertical-align:middle;
}
#footer_last_btn{
	margin:0 10px 0 10px;
}

#footer_sns{
	text-align:center;
}

#footer_sns a{
	margin-right:20px;
}

/*カルーセル*/
#pickup 
{ margin-top: 1px;
width:920px;
margin-left:30px; }

#pickup .arrow {
	width: 24px;
	height: 60px;
}

#pickup .arrow img { display: block; }

#pickup .content {
	margin-top: 3px;
	background-color: #f7f7f7;
	border: 1px solid #e0e0e0;
	padding: 16px 24px;
	position: relative;
}

#pickup .content .arrow {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 120px;
	margin-top: -60px;
}

#pickup .content .arrow img {
	display: block;
	vertical-align: top;
	cursor: pointer;
}

#left_arrow {
	background: url(img/btn_left-arrow.png) no-repeat;
	left: -20px;
}

#right_arrow {
	background: url(img/btn_right-arrow.png) no-repeat;
	right: -20px;
}

#pickup .content .pick_body {
	overflow: hidden;
	*position: relative;/* IE7 */
}


/* - ピックアップ 上段
------------------------------------------------------------ */
#pick_lineL { }

#pick_lineL ul {
	overflow: hidden;
	zoom : 1;
}

#pick_lineL ul:after{ content : ''; display : block; clear : both; }

#pick_lineL ul li {
	width: 185px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	text-align: center;
	float: left;
	margin-right: 16px;
	list-style:none;
}

#pick_lineL ul li img { vertical-align: top; }

#pick_lineL ul li a {
	text-decoration: none;
	position: relative;
	display: block;
}

#pick_lineL ul li a p {
	font-size: 93%;
	padding: 4px;
	font-weight: bold;
}

#pick_lineL ul li a .img {
	position: relative;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 185px;
	height: 100px;
}

#pick_lineL ul li a .img img { display: block; }

#pick_lineL ul li a .img .ex {
	position: absolute;
	background-color: #ececec;
	padding: 8px;
	height: 102px;
	bottom: -100%;
	
	left: 0;
	width: 142px;
}

.no-touch.csstransitions #pick_lineL ul li a .img .ex {
	transition: bottom, 0.4s 0s ease;
	-webkit-transition: bottom 0.4s 0s ease;
	-moz-transition: bottom 0.4s 0s ease;
	-ms-transition: bottom 0.4s 0s ease;
	-o-transition: bottom 0.4s 0s ease;
}

.no-touch #pick_lineL ul li a:hover .img .ex { bottom: 0; }

#pick_lineL ul li a .img .ex h3 {
	font-size: 108%;
	font-weight: bold;
	color: #444;
}

#pick_lineL ul li a .img .ex p {
	padding: 0;
	text-align: left;
	color: #444;
	font-weight: normal;
	
	word-wrap:break-word;
	word-break:break-all;
}




/*下層ページ*/
#product_container{
	width:920px;
	margin:20px 0 0 20px;
}

#product_container_l{
	width:200px;
	float:left;
	margin-right:30px;
}


#product_container_r{
	width:690px;
	float:left;
}
#product_title{
	width:980px;
	height:82px;
	background:url(img/product/title_product.jpg) no-repeat;
	text-indent:-9999px;
}

#product_container_l td a{
	font-size:13px;
}
	
.td_arrow{
	vertical-align:top;
	padding-top:2px;
}

#product_container_l li{
	list-style:none;
	margin-bottom:3px;
	line-height: 1.6;
}

#product_container_l li a{
	font-size:13px;
}

#pankuzu{
	background:url(img/pankuzu_bg.jpg) no-repeat;
	height:24px;
	width:690px;
	font-weight:normal;
	font-size:11px;
	margin-bottom:12px;
	margin-top:9px;
	
}

#pankuzu a{
	font-weight:normal;
	font-size:11px;
}



h5{
	border-left:4px solid #A52C30;
	padding-left:10px;
	margin-top:10px;
	font-size:24px;
	color:#3F3B3A;
	margin-bottom:14px;
}
	
#komidashi{
	color:#5A5858;
	font-size:19px;
	margin-bottom:3px;
}

.product_cat{
	margin-bottom:5px;
}


.voice{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}

.product_td1{
	background:#BB5859;
	padding:10px;
	color:#FFFFFF;
	text-align:center;
}
.product_td2{
	background:#EDEDEE;
	padding:10px;
	color:#5A5858;
}

.one{
	margin-bottom:20px;
}


#product_contact{
	text-align:center;
}


/*新着情報*/
#pankuzu2{
	background:url(img/pankuzu2_bg.jpg) no-repeat;
	height:24px;
	width:920px;
	font-weight:normal;
	font-size:11px;
	margin-bottom:10px;
}

#pankuzu2 a{
	font-weight:normal;
	font-size:11px;
}

#news_container{
	width:920px;
	margin-left:30px;
	margin-top:30px;
}

#news_modashi{
	background:url(img/news/news_midashi.jpg) no-repeat;
	width:920px;
	height:48px;
	font-size:23px;
	color:#A52C30;
	font-weight:bold;
	margin-top:30px;
}

#news_text{
	margin-bottom:200px;
}

#news_vew{
	width:940px;
}
#news_vew_l{
	float:left;
}
#news_vew_r{
	float:right;
}
#news_index_area{
	width:940px;
	height:400px;
	overflow:scroll;
	padding:10px 0 0 10px;
	margin-top:20px;
}

.news_td{
	padding:3px;
}

#privacy_a{
	text-align:right;
	margin-bottom:10px;
	margin-top:10px;
}
#privacy_b{
	text-align:center;
	margin-bottom:10px;
	margin-top:60px;
	width:500px;
	border:1px #666666 solid;
	padding:20px 0 20px 0;
	margin-left:191px;
}

/*会社概要*/
#company_title{
	width:980px;
	height:82px;
	background:url(img/company/title_company.jpg) no-repeat;
	text-indent:-9999px;
}
.about_td{
	padding:10px 0 10px 0;
	border-bottom:1px solid #999;
	font-weight:bold;
}
.about_td2{
	padding:10px 0 10px 0;
	border-bottom:1px solid #999;
}

/*access*/
#access_info{
	border:1px solid #A52C30;
	padding:10px 0 10px 25px;
	margin-top:10px;
	display:block;
}
#access_info p{
	font-weight:bold;
	color:#A52C30;
	font-size:15px;
}
#access_address{
	margin-top:10px;
}


/*会社概要*/
#greeting_1{
	width:690px;
	margin-top:10px;
	line-height: 1.6;
}

#greeting_1_r{
	float: right;
   margin-left: 10px;
   margin-bottom:5px;
}


#recruit_title{
	width:980px;
	height:82px;
	background:url(img/recruit/title_recruit.jpg) no-repeat;
	text-indent:-9999px;
}
#recruit_1{
	margin-top:13px;
}
#recruit_1 li{
	float:left;
	list-style:none;
	margin-right:20px;
}


#recruit_1 li a:hover{
	color:#999;
}


.recruit_td{
	padding:10px 0 10px 0;
	border-bottom:1px dotted #999;
	font-weight:bold;
}
.recruit_td2{
	padding:10px 0 10px 0;
	border-bottom:1px dotted #999;
}

.recruit_2{
	margin:10px 0 5px;
}

.recruit_text{
	margin-bottom:20px;
}

#recruit_3{
	width:690px;
	margin-bottom:10px;
}

#recruit_3_in1{
	width:406px;
	float:left;
	margin-right:20px;
	line-height: 1.6;
}

.recruit_text2{
	margin-left:17px;
	margin-bottom:10px;
}

#recruit_3_in2{
	width:246px;
	float:left;
}

.recruit_midashi{
	font-weight:bold;
	margin-bottom:5px;
}


/*entry*/
.entry_komidashi{
	font-size:14px;
	font-weight:bold;
	margin:3px 0 6px;
}

#entry_red{
	font-weight:bold;
	color:#A52D30;
	font-size:14px;
	text-align:center;
}
#entry_btn{
	text-align:center;
	margin-top:20px;
}


/*サービス*/

#service_title{
	width:980px;
	height:82px;
	background:url(img/service/title_service.jpg) no-repeat;
	text-indent:-9999px;
}

.service_1{
	margin-bottom:20px;
}
.service_1 p{
	margin-top:10px;
}
.service_1a{
	text-align:right;
}

/*経営理念*/
#idea{
	margin-top:10px;
	}
#idea p{
	margin-bottom:20px;
}


/*おすすめサイト*/

#link_title{
	width:980px;
	height:82px;
	background:url(img/link/title_link.jpg) no-repeat;
	text-indent:-9999px;
}

.link_box{
	width:920px;
	margin-bottom:20px;
	margin-top:20px;
}

.link_l{
	width:142px;
	float:left;
	margin-right:20px;
}

.link_r{
	width:719px;
	float:left;
}

.link_company{
	font-size:18px;
	font-weight:bold;
}
.link_text{
	font-size:12px;
	margin-top:10px;
}
.link_url a{
	font-weight:bold;
}
#news_archive{
	margin-bottom:10px;
}


/*フォーム	*/
.hissu{
	font-size:9px;
	color:#CC0000;
	vertical-align:top;
}

.form_tr{
	margin-bottom: 10px;
  margin-left: 20px;
}
.submit{
	margin-top:20px;
	}
	
.submit-container{
	margin-left:155px;
}



.formField{
	vertical-align:top;
	padding:8px;
}

.formField2{
	vertical-align: top;
    padding-top: 8px;
}

.formField3{
	vertical-align:center;
	padding:8px;
	border-bottom:1px dotted #999;
	font-weight:bold;
	color:#5A5858;
}


.formSpace{
	
	padding:8px;
	border-bottom:1px dotted #999;
}

.btn_entry{
	width:300px;
	height:40px;
	background:url(img/entry_btn.jpg) no-repeat;
	text-indent:-9999px;
	text-align:center;
}




/*ファイルメーカーソリューション*/
#file_red{
	font-weight:bold;
	font-size:16px;
	color:#A52C30;
}

.file1{
	margin-top:10px;
	margin-bottom:44px;
}

.file_td1{
	vertical-align:top;
}

.file_td2{
	font-weight:bold;
}

#file3{
	text-align:center;
	margin-top:30px;
}

/*entry*/
.entry_komidashi{
	font-size:14px;
	font-weight:bold;
	margin:3px 0 6px;
}

#entry_red{
	font-weight:bold;
	color:#A52D30;
	font-size:14px;
	text-align:center;
}
#entry_btn{
	text-align:center;
	margin-top:20px;
}
.entry_komidashi2{
	margin:10px 0 10px 0;
}
