/*
  メインコンテンツバナー 
           */
.top_banner{	
	padding-bottom:15px;
}
/*
  新着情報 
           */
.information h2.jsearch{/* タイトル */	
		display:block;
		padding:0;
}
.information li{/* 新着情報リスト（背景） */
		background-image:url(../img/line01.gif);/* 背景にボーダーを引く */
		background-position:left top;
		background-repeat:repeat-y;/* 背景縦繰り返し */
		line-height:30px;/* 背景画像サイズと合わせた行間 */
}
.information li p{/* 新着情報リスト（文章） */	
		background-image:url(../img/point01.gif);/* 背景画像 */
		background-position:left 9px;
		background-repeat:no-repeat;
		padding-left:20px;/* 背景画像と文章を離す */
}
/*
  会社概要 
           */
.wrap_txt_box01{
		padding-bottom:15px;
}
.wrap_txt_box01 p{
	float:left;
	line-height:140%;
}
.wrap_txt_box01 img{
	display:block;
	float:right;
}
.wrap_txt_box01 .clear img{
		border:none;
		width:100%;
		clear:both;
		display:inline;
}
.map{
		margin-bottom:15px;
}
.map iframe{
		width:580px;
}
/*
  テーブル 
           */
.tbl_gry{
	margin-bottom:15px;
	font-size: 14px;
	line-height: 18px;
}
.tbl_gry p {
	padding-bottom: 10px;

}
.tbl_gry th,.tbl_gry td{
	text-align:left;
	vertical-align:top;
	padding: 3px;
}
.tbl_gry th{
	font-weight:normal;
	padding-left:1px;
	color: #990000;
	white-space: nowrap;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	width: 28%;
}
.tbl_gry ul{
		padding-left:15px;
}
.tbl_gry li{	
		list-style-type:disc;
		line-height:20px;
}
/*
  商品案内 
           */
/*
  1：画像左・文章右 
           */
.wrap_products_box01{
		padding-bottom:15px;
		background-image:url(../products/img/border02.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
		margin-bottom:15px;
		line-height:140%;
}
.wrap_products_box01 div.txt{/* ※これを取ると文章のみ */
		float:right;
		width:412px;
}
.wrap_products_box01 h4{
		border-left:4px solid #0066FF;
		padding-left:10px;
		color:#666666;
		font-size:14px;
		line-height:17px;
		margin-bottom:5px;
		padding-bottom:0;
}
.wrap_products_box01 span{
		display:block;
}
.wrap_products_box01 strong{
		display:block;
		color:red;
		font-weight:normal;
		padding-bottom:5px;
		margin-bottom:2px;
		background-image:url(../products/img/border01.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
}
.wrap_products_box01 img{
		border:10px solid #EBEBEB;
		display:block;
		float:left;
		width:130px;
}
.wrap_products_box01 .clear img{
		border:none;
		width:100%;
		clear:both;
		display:inline;
}
/*
  2：画像・文章　2つ並び 
           */
.wrap_products_box02{	
		clear:both;
		padding-bottom:15px;/* ボックス下スペース */
}
.p_box2F {	
		width:275px;/* ボックス幅 */
		float:left;
		margin-right:30px;
}
.p_box2F h4{/* タイトル */	
		background-image:url(../img/category3_p01.gif);/* タイトル背景画像 */
		background-position:left top;
		background-repeat:no-repeat;
		font-size:14px;/* 文字サイズ */
		padding-left:20px;/* タイトル背景画像と文章を離す */
		padding-bottom:10px;/* タイトル下スペース */
}
.p_box2F .img{/* 画像背景色 */	
		background-color:#EBEBEB;/* 背景色 */
		margin-bottom:7px;/* 画像下スペース */
}
.p_box2F .img img{/* 画像 */
		padding:10px;/* 画像枠スペース */
		width:255px;/* 画像幅 */
}
.p_box2F p{/* 画像下文章 */	
		font-size:12px;
		line-height:120%;/* 文章行間 */
		padding-bottom:5px;
}
.wrap_products_box02 span{
		display:block;
}
.wrap_products_box02 strong{
		display:block;
		color:red;
		font-weight:normal;
		padding-bottom:5px;
}
.wrap_products_box02 .m_r_x{	margin-right:0px;	}
.wrap_products_box02 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*
  2：画像・文章　2つ並びパターン2 
           */
.wrap_products_box02_1{	
		clear:both;
		padding-bottom:15px;/* ボックス下スペース */
}
.p_box2_1F {	
		width:275px;/* ボックス幅 */
		float:left;
		margin-right:30px;
}
.p_box2_1F h4{/* タイトル */	
		border-left:4px solid #0066FF;
		padding-left:10px;
		color:#666666;
		font-size:14px;
		line-height:17px;
		margin-bottom:5px;
		padding-bottom:0;
}
.p_box2_1F .img{/* 画像背景色 */	
		background-color:#EBEBEB;/* 背景色 */
}
.p_box2_1F .img img{/* 画像 */
		padding:10px;/* 画像枠スペース */
		width:255px;/* 画像幅 */
}
.wrap_products_box02_1 .zoom{
		padding:5px 0;
		border-bottom:1px solid #666666;
		margin-bottom:5px;
}
.wrap_products_box02_1 ul{
		margin-bottom:5px;
}
.wrap_products_box02_1 li{
		background-image:url(../products/img/border03.gif);
		background-position:left bottom;
		background-repeat:repeat-x;
		padding:3px;
		padding-bottom:10px;/* 背景画像の分あがるので */
		color:#666666;
}
.wrap_products_box02_1 li strong{
		color:#3E6A82;
}
.wrap_products_box02_1 span{
		display:block;
		text-align:right;
}
.wrap_products_box02_1 .m_r_x{	margin-right:0px;	}
.wrap_products_box02_1 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*
  3：画像・文章　3つ並び 
           */
.wrap_products_box03{	
		clear:both;
		padding-bottom:15px;
		background-image:url(../products/img/border02.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
		margin-bottom:15px;
}
.p_box3F {	
		width:180px;/* ボックス幅 */
		float:left;
		margin-right:20px;/* ボックス右スペース */
}
.p_box3F h4{/* タイトル */	
		background-image:url(../img/category3_p01.gif);/* タイトル背景画像 */
		background-position:left top;
		background-repeat:no-repeat;
		font-size:14px;/* 文字サイズ */
		padding-left:20px;/* タイトル背景画像と文章を離す */
		padding-bottom:10px;/* タイトル下スペース */
}
.p_box3F .img{/* 画像背景色 */	
		background-color:#EBEBEB;/* 背景色 */
		margin-bottom:7px;/* 画像下スペース */
}
.p_box3F .img img{/* 画像 */
		padding:10px;/* 画像枠スペース */
		width:160px;/* 画像幅 */
}
.p_box3F p{/* 画像下文章 */	
		font-size:12px;
		line-height:120%;/* 文章行間 */
		padding-bottom:5px;
}
.p_box3F span{
		display:block;
}
.p_box3F strong{
		display:block;
		color:red;
		font-weight:normal;
		padding-bottom:5px;
}
.wrap_products_box03 .m_r_x{	margin-right:0px;	}
.wrap_products_box03 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*
  4：画像・文章　4つ並び 
           */
.wrap_products_box04{
		padding-bottom:15px;
		background-image:url(../products/img/border02.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
		margin-bottom:15px;
		line-height:140%;
}
.wrap_products_box04 div.txt{
		float:right;
		width:385px;
}
.wrap_products_box04 h4{
		border-bottom:1px solid #999999;
		color:#333333;
		font-size:15px;
		line-height:17px;
		margin-bottom:5px;
		padding-bottom:5;
		font-weight:normal;
}
.wrap_products_box04 img{
		border:10px solid #EBEBEB;
		display:block;
		float:left;
		width:160px;
}
.wrap_products_box04 strong{
		display:block;
		color:#333333;
		font-size:14px;
		position:relative;
		padding-bottom:15px;
		line-height:20px;
		background-image:url(../products/img/border03.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
}
.wrap_products_box04 span{
		display:block;
		position:absolute;
		right:0;
		top:0px;
		width:90px;
		height:20px;
}
.wrap_products_box04 span img{
		border:none;
		width:100%;
		clear:both;
		display:inline;
}
.wrap_products_box04 .clear img{
		border:none;
		width:100%;
		clear:both;
		display:inline;
}
/*
  商品テーブル 
           */
.products_table01{
		width:100%;
		margin-bottom:15px;
}
.products_table01 th,.products_table01 td{
		background-image:url(../products/img/border03.gif);
		background-position:left bottom;
		background-repeat:repeat-x;
		padding:3px;
		padding-bottom:10px;/* 背景画像の分あがるので */
		color:#3E6A82;
		vertical-align:top;
		text-align:left;
}
.products_table01 th{
		width:23%;
		font-weight:normal;
}
.products_table01 td{
		width:25%;
}
.products_table01 td.none{
		width:2%;
		background:none;
}
/*
  QA 質問事項 
           */
.wrap_border01{
		border:1px solid #D8D8D8;
		background-color:#EAEAEA;
		padding:10px;
		clear:both;
		margin-bottom:15px;
}
.wrap_border01 p{
		display:block;
		float:left;
		text-align:center;
		font-size:15px;
		color:#666666;
		font-weight:bold;
		width:108px;
}
.wrap_border01 div{
		float:left;
		width:430px;
		background-image:url(../free/img/border01.gif);
		background-repeat:repeat-y;
		background-position:left top;
		padding-left:20px;		
}
.wrap_border01 div strong{
		font-size:14px;
		display:block;
		color:#4C4C4C;
		padding-bottom:10px;
}
.wrap_border01 div a{
		float:left;
		display:block;
		background-image:url(../free/img/point_arrow01.gif);/* タイトル背景画像 */
		background-position:left top;
		background-repeat:no-repeat;
		text-indent:20px;/* タイトル背景画像と文章を離す */
		width:210px;
		margin-right:10px;
		color:#0066FF;
		padding-bottom:10px;
		text-decoration:none;
}
.wrap_border01 div a.m_r_x{
		margin-right:0;
}
.wrap_border01 div a:hover{
		color:#0099FF;
}
.wrap_border01 span{
		display:block;
}
/*
  Q＆Aリスト 
           */
.qa li{
		background-image:url(../free/img/point_q.gif);/* 背景画像 */
		background-position:left 5px;
		background-repeat:no-repeat;
		padding-top:10px;
		padding-left:35px;
		color:#666666;
		line-height:140%;
		padding-bottom:15px;
		border-bottom:1px dashed #cccccc;
		margin-bottom:5px;
}
.qa li.a{
		background-image:url(../free/img/point_a.gif);/* 背景画像 */
		border:none;
		margin-bottom:15px;
}
/*
  リスト 
           */
.list01{
		margin-bottom:15px;
		margin-left:30px;
}
.list01 li{
		list-style-type:decimal;
		color:#666666;
		margin-bottom:15px;
		font-weight:bold;
}
.list01 li p{
		font-weight:normal;
}
/*
  フロー 
           */
.wrap_flow{
		margin-bottom:15px;
}
.wrap_flow h4{
		background-image:url(../free/img/sub_title01.gif);
		background-position:left top;
		background-repeat:no-repeat;
		text-indent:10px;
		height:28px;
		line-height:28px;
		color:#0066FF;
		font-size:14px;
		font-weight:bold;
		margin-bottom:15px;
		padding:0;
}
.wrap_flow .img{
		width:150px;
		float:left;
		text-align:center;
}
.wrap_flow .img img{
		border:5px solid #EBEBEB;
		margin-bottom:15px;
}
.wrap_flow img.down{
		border:none;
		margin:0;
}
.wrap_flow p{
		float:right;
		width:405px;
		color:#666666;
		line-height:140%;
}
.wrap_flow .clear{
		width:100%;
}
/*
  スタッフ 
           */
.wrap_staff{
		margin-bottom:15px;
		background-image:url(../free/img/border02.gif);
		background-position:left bottom;
		background-repeat:repeat-x;
}
.wrap_staff .img{
		width:150px;
		float:left;
		text-align:center;
}
.wrap_staff .img img{
		border:5px solid #EBEBEB;
		margin-bottom:15px;
}
.wrap_staff img.down{
		border:none;
		margin:0;
}
.wrap_staff p{
		float:right;
		width:405px;
		color:#666666;
		line-height:140%;
}
.wrap_staff p span{
		display:block;
		padding-bottom:10px;
		background-image:url(../free/img/border02.gif);
		background-position:left bottom;
		background-repeat:repeat-x;
}
.wrap_staff .clear{
		width:100%;
}
.p_sen01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#copyright img {
	padding: 5px;
}
.col_box01 {
	border: 1px solid #470103;
}
.col_box02 {
	border: 1px solid #470103;
	width: 350px;
}
.col_box03 {
	border: 1px solid #470103;
	width: 238px;
	overflow: auto;
	height: 180px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.txt14_box01 {
	font-size: 14px;
	padding: 3px;
	line-height: 18px;
}
.job_table {
	border: 1px solid #460000;
	width: 742px;
	font-size: 14px;
	line-height: 18px;
}
.job_table th {
	text-align: left;
	color: #990000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.job_table td {
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 20px;
}
.bg_col-red {
	background-color: #D70000;
}
