﻿@charset "UTF-8";
/*
 * 通信販売用スタイルシート
 */
 
 
 /* 会社概要テーブル */

table.kigyo{
	border-collapse:separate;
	border-spacing:0;
	border-top:1px solid black;
	border-left:1px solid black;
	background:white;
	margin-top:15px;
}

table.kigyo th{
	border-right:1px solid black;
	border-bottom:1px solid black;

	background:#D9D9B9;
	font-size:8pt;
	width:;
	width:70px;
}

table.kigyo td{
	border-right:1px solid  black;
	border-bottom:1px solid  black;
	background:#FFFFD9;
	font-size:8pt;
	text-align:left;
}


 /* 返品についての説明 */

table.tsushin_henpin{
	border-collapse:separate;
	border-spacing:0;
	border-top:1px solid black;
	border-left:1px solid black;
	background:white;
	margin-top:15px;
	
	width:240px;
	margin:0px 10px ;
}

table.tsushin_henpin th{
	border-right:1px solid black;
	border-bottom:1px solid black;

	background:#CCCCCC;
	font-size:8pt;
	font-weight:normal;
}

table.tsushin_henpin td{
	border-right:1px solid  black;
	border-bottom:1px solid  black;
	background:white;
	font-size:8pt;
	text-align:left;
}





/*　通信販売について */
h2.common_tsushin_main{
	background-image: url(/_common/_image/Common_tushin_title_background.jpg);
	background-repeat: no-repeat;
	
	color:white;
	font-size:14pt;
	text-align:center;
	
	width:231px;
	height:35px;
	margin-left:14px;
	margin-bottom:0px;
	padding-bottom:0px;

}

/* ヘッダ*/
h3.tushin_main{
	background-image: url(/_common/_image/Common_tushin_mark.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	font-size:12px;

	margin:5px 10px;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:0px;
	padding-right:0px;

}

h3.hr{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	width:220px;

}

