/*
  メインコンテンツバナー 
           */
.top_banner{	
	padding-bottom:15px;
}
/*
  新着情報 
           */
.information h2.jsearch{/* タイトル */	
		display:block;
		padding:0;
}
.information li{/* 新着情報リスト（背景） */
	background-image:url(../img/line01.gif);/* 背景にボーダーを引く */
	background-position:left center;
	background-repeat:no-repeat;/* 背景縦繰り返し */
	line-height:30px;
}
.information li p{/* 新着情報リスト（文章） */
	background-image:url(../img/point01.gif);/* 背景画像 */
	background-position:left 9px;
	background-repeat:no-repeat;
	padding-left:20px;
}
.map{
		margin-bottom:15px;
}
.map iframe{
		width:580px;
}
/*
  テーブル 
           */
.tbl_gry{
	margin-bottom:5px;
}
.tbl_gry td{
	border-bottom:1px dashed #cccccc;
	vertical-align:top;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.tbl_gry th{
	font-weight:normal;
	width:18%;
	padding-left:5px;
	background-color: #D2D2D2;
}
.tbl_gry ul{
		padding-left:15px;
}
.tbl_gry li{	
		list-style-type:disc;
		line-height:20px;
}
.tbl_gry td.a {
	width: 27%;

}
.tbl_gry td.b {

}
.tbl_gry td.nonline {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}
.tbl_boder{

}
.tbl_boder td{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tbl_boder th{
	font-weight:bold;
	background-color: #3974B8;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.tbl_boder td.a{
	background-color: #F9F9F9;
	color: #282828;
}
.tbl_boder th.a1{
	width: 32%;
}
.tbl_boder th.a2{
	width: 17%;
}
.tbl_boder th.a3 {
	width: 15%;
}

.tbl_boder th.b1{
	width: 28%;
}
.tbl_boder th.b2{
	width: 12%;
}
.tbl_boder th.c1{
	width: 40%;
}
.tbl_boder th.c2{
	width: 15%;
}
.tbl_boder th.d1{
	width: 28%;
}
.tbl_boder th.d2{
	width: 9%;
}
.tbl_boder th.e1{
	width: 30%;
}
.tbl_boder th.e2{
	width: 14%;
}
.tbl_boder th.ｆ1{
	width: 30%;
}
.tbl_boder th.f2{
	width: 14%;
}
.tbl_boder th.g1{
	width: 40%;
}
.tbl_boder th.g2{
	width: 20%;
}
.tbl_boder th.h1{
	width: 40%;
}
.tbl_boder th.h2{
	width: 15%;
}
/*
  商品案内 
           */
/*
  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バグで高さが出でるのを防ぐ為 */
}
/*
  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;
}
.txt_box01 {
	width: 580px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	letter-spacing: 0.1em;
}
.txt_box01 p{
	padding-bottom: 10px;
}
.txt_box01 ul{
	list-style-type:disc;
	padding-left:17px;
	padding-bottom: 5px;
}
.txt_box01 ol {
	padding-left:17px;
	padding-bottom: 5px;
	list-style-type: decimal;
	margin-left: 20px;
}

.txt_box01 li{

	line-height:16px;
	padding-bottom: 10px;
}
.waku_gray {
	border: 5px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;
}
.boder_box01 {
	border: 1px dotted #04478B;
	padding: 3px;
	background-color: #E1EDFF;
}
.number ul{
	padding-bottom: 5px;
	list-style-type: decimal;
}
.number li{
	list-style-type:decimal;
	line-height:16px;
	padding-bottom: 10px;
	margin-left: 15px;
	color: #0066FF;
	font-weight: bold;
}
.wrap01{
	font-size:12px;
	display:block;
	color:#3974B8;
	padding-bottom:10px;
	text-align: center;
	font-weight: bold;
}
.wrap02{
	font-size:12px;
	display:block;
	color:#3974B8;
	text-align: left;
	font-weight: bold;
	width: 280px;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.txt_box02 {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.img_box02 {
	float: left;
}
.wrap00 {
	margin-top: 10px;
	margin-bottom: 10px;
}


/*
営業時間カレンダー
*/

.eigyou {
	background:#003399;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:150%;

}

.calendar {
	background:#ffff00;
	color:#003366;
	font-weight:bold;
	text-align:center;
	line-height:150%;
}

