@charset "Shift_JIS"; 
 
@import "reset.css"; 
 
/**
 * ========================================
 * 目次 
 * ========================================
 * File Name:  common.css
 * Style Info: 共通スタイル定義
 * ----------------------------------------
 * Created:    2008-12-24
 * Modified:   2008-12-24
 * Author:     Sicoro-Works
 * Url:        http://www.sicoro.co.jp/
 * ----------------------------------------
 * =1			基本構造（HTML)
 * =1-1			  WIDTH
 * =2			ヘッダー
 * =2-1			  サイト名
 * =2-2			  グローバルナビゲーション
 * =2-3			  リモートナビゲーション
 * =2-4			  検索フォーム
 * =3			コンテンツ部分
 * =3-1			  メインコンテンツ
 * =3-1-1		    メインコンテンツ共通要素
 * =3-2			  サイドバー
 * =3-2-1		    サイドバー共通要素
 * =4			フッター
 * =5			共通クラス
 * =999			ハック
 * =999-1		  CLEAR FIX
 * =999-2		  透過PNG（IE6）
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * 共通 
 * ========================================
 */
	 
strong 
{
	font-weight: bold;
}
 
.article 
{
}
	 
.article h1 
{
	margin-bottom: 18px;
}
 
.article .lead 
{
	margin-bottom: 30px;
}
 
.article .section 
{
	margin-bottom: 30px;
}
	 
.article .section h2 
{
	padding-left: 15px;
	margin-bottom: 15px;
	color: #2A0403;
	font-weight: bold;
	background-image: url(../images/common/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}
 
.article .section h3 
{
	margin-bottom: 15px;
	color: #2A0403;
	font-size: 125%;
	font-weight: bold;
}
 
.article .section p 
{
	margin-bottom: 1em;
	line-height: 1.3;
}
   
.note 
{
	padding: 10px;
	background-color: #EDE7D1;
}

 
.attention 
{
	padding: 10px;
	font-weight: bold;
	background-color: #EDE7D1;
}
 
dl.addr 
{
	padding: 7px;
	background-color: #EDE7D1;
}
	 
dl.addr dt 
{
	color: #2A0403;
	font-weight: bold;
}
  
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * エコロジ便とは 
 * ========================================
 */
	
#about .article #style 
{
}
	 
#about .article #style h2 
{
	margin-bottom: 5px;
}
 
#about .article #style .note 
{
	margin-bottom: 30px;
}
	
#about .article #style .note p.lastChild 
{
	margin-bottom: 0;
}
  
#about .article #style .attention 
{
	clear: both;
	margin: 0 50px;
	text-align: center;
}
	 
* html #about .article #style .attention 
{
	padding: 7px 10px 10px;
}
 
*+html #about .article #style .attention 
{
	padding: 7px 10px 10px;
}
  
/**=
 * 使用例 
 * ========================================
 */
	
#about .article #style #example 
{
	float: left;
	width: 340px;
}
	 
#about .article #style #example p 
{
	text-align: center;
}
  
/**=
 * 
 * ----------------------------------------
 */
  
/**=
 * ラベル見本 
 * ========================================
 */
	
#about .article #style #sample 
{
	float: right;
	width: 340px;
}
	 
#about .article #style #sample p 
{
	text-align: center;
}
  
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * エコロジー《だけじゃない》エコロジ便の特徴 
 * ========================================
 */
	 
#about .article #notOnly ul 
{
	margin-left: 20px;
	line-height: 1.5;
}
	 
#about .article #notOnly a 
{
	padding-left: 15px;
	background-image: url(../images/common/arrow_right2.gif);
	backgorund-position: left center;
	background-repeat: no-repeat;
}
  
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * エコロジ便のメリット 
 * ========================================
 */
	
#merit .article .section 
{
	margin-bottom: 0px;
	width: 340px;
}
 
#merit .article .odd 
{
	float: left;
}
 
#merit .article .even 
{
	float: right;
}
 
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * 環境への社会的貢献 
 * ========================================
 */
	 
/**=
 * エコロジ便のエコへの取り組み 
 * ========================================
 */
	
#public .article #program ol 
{
}
	
#public .article #program ol 
{
	margin-right: -17px;
}
	
#public .article #program ol li 
{
	float: left;
	width: 237px;
}
	
#public .article #program ol li h3, 
#public #program ol li p
{
	margin-right: 17px;
	border: 1px solid #290101;
}
 
#public .article #program ol li h3 
{
	margin-bottom: 0;
}
 
#public .article #program ol li p 
{
	padding: 10px;
	margin-bottom: 0;
	color: #666;
	background-color: #EDE7D1;
	line-height: 1.3;
}
    
/**=
 * 
 * ----------------------------------------
 */
  
/**=
 * コストを抑えながらエコに貢献 
 * ========================================
 */
	
#public .article #contribution .text 
{
	float: right;
	width: 504px;
}
	 
#public .article #contribution .text p 
{
	margin-bottom: 1em;
	line-height: 1.3;
}
	 
#public .article #contribution .text p strong 
{
	color: #280000;
}
   
#public .article #contribution .image 
{
	float: left;
	width: 170px;
	text-align: right;
}
 
/**=
 * 
 * ----------------------------------------
 */
  
/**=
 * オイスカとは 
 * ========================================
 */
	 
#public .article #about 
{
}
	 
#public .article #about .text 
{
	float: right;
	width: 504px;
}
 
#public .article #about .image 
{
	float: left;
	width: 162px;
}
	
#public .article #about .image p 
{
	text-align: center;
}
   
/**=
 * 
 * ----------------------------------------
 */
  
#public .article #subscription 
{
}
	 
#public .article #subscription .text 
{
	float: right;
	width: 504px;
}
	 
#public .article #subscription .text .button 
{
	text-align: center;
}
 	 
#public .article #subscription .image 
{
	float: left;
	width: 162px;
}
	
#public .article #about .image p 
{
	text-align: center;
}
   
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * お申込みから発送まで 
 * ========================================
 */
	
#proporsal #contact 
{
}
	 
#proporsal #contact .button 
{
	text-align: center;
}
	 
#proporsal #contact .button img 
{
	margin: 0 20px;
}
   
#proporsal #flow 
{
}
	 
#proporsal #flow h3 
{
	margin-bottom: 0;
}
 
#proporsal #flow ol 
{
}
	 
#proporsal #flow ol li 
{
	float: left;
	width: 230px;
}
	 
#proporsal #flow ol li p 
{
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #280000;
	background-color: #EDE7D1;
}
   
#proporsal #flow p.inquiry 
{
	padding-top: 80px;
	text-align: center;
	background-image: url(../images/proporsal/bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
  
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * 形状・サイズについて 
 * ========================================
 */
	
#shape .article #size 
{
}
	 
#shape .article #size .image 
{
	float: right;
	width: 345px;
	text-align: center;
}
 
#shape .article #size .text 
{
	float: left;
	width: 340px;
}
	
#shape .article #size .text li 
{
	margin-bottom: 1em;
}
   
#shape .article #regulation 
{
}
	
#shape .article #regulation .image 
{
	float: left;
	width: 160px;
	text-align: center;
}
 
#shape .article #regulation .text 
{
	float: right;
	width: 535px;
}
	 
#shape .article #regulation .text li 
{
	margin-bottom: 1em;
}
   
#shape .article #price 
{

}
	
#shape .article #price strong 
{
	color: #9A202C;
	font-size: 120%;
	font-weight: bold;
}
 
#shape .article #price #costDown 
{
	padding: 10px;
	margin-bottom: 15px;
	color: #2A0403;
	background-color: #EDE7D1;
}


	
#shape .article #price #costDown h3 
{
	margin-bottom: 0;
	color: #9A202C;
}
 
#shape .article #price #costDown dt 
{
	margin-top: 1em;
	margin-bottom: .2em;
	font-weight: bold;
}
	 
#shape .article #price #costDown dt strong 
{
	color: #9A202C;
	font-size: 120%;
	font-weight: bold;
}
   
#shape .article #price table 
{
	margin-bottom: 1em;
	width: 695px;
	border-collapse: collapse;
}
	
#shape .article #price table th, 
#shape .article #price table td
{
	padding: 5px;
	border: 1px solid #CCC;
	text-align: center;
}
 
#shape .article #price table th 
{
	font-weight: bold;
}
	
#shape .article #price table tr.firstChild th 
{
	color: #FFF;
	background-color: #9F8D8D;
}
 
#shape .article #price table tr.size th 
{
	background-color: #DED8D8;
}
 
#shape .article #price table tr.size td 
{
	background-color: #F4F2F2;
}
 
#shape .article #price table tr.define td 
{
	background-color: #FFF;
}
 
#shape .article #price table tr.price th 
{
	background-color: #E0F7C1;
}
	
#shape .article #price table tr.price strong 
{
	color: #F36499;
}
    
#shape .article #price .append li 
{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
}
  
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * デザインについて 
 * ========================================
 */
	
#design .article #label ul 
{
	color: #572C0A;
	text-align: center;
}
	 
#design .article #label ul li 
{
	display: inline;
	margin: 0 10px;
}
	 
#design .article #label ul li img 
{
	margin-left: 10px;
}
   
#design .article #result ul 
{
	margin-top: 2em;
}
	 
#design .article #result ul li 
{
	display: inline;
	margin-right: 5px;
}
 
#design .article #result ul img 
{
	vertical-align: top;
}
  
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * 会社概要 
 * ========================================
 */
	
#company .map 
{
	text-align: center;
}
 
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * フォーム 
 * ========================================
 */
	
form.article 
{
}
	 
form.article .require 
{
	color: #F00;
}
 
form.article .error 
{
	margin-bottom: 1em;
}
 
form.article .button 
{
	text-align: center;
}
 
form.article table 
{
	width: 695px;
	border-collapse: collapse;
}
	 
form.article table th, 
form.article table td
{
	padding: 5px;
	border: 1px solid #CCC;
}
 
form.article table th 
{
	width: 180px;
	background-color: #EDE7D1;
}
	 
form.article table th.double 
{
	width: 80px;
}
  
form.article table td 
{
	line-height: 1.7;
}
 
form.article table td dl 
{

}
	 
form.article table td dl dt 
{
	color: #280000;
	font-size: 140%;
	font-weight: bold;
}
 
form.article table td dl dd 
{
	margin-bottom: 1em;
}
  
form.article table .list label 
{
	float:  left;
	display: block;
	width: 120px;
}
   
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * 
 * ========================================
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * 
 * ========================================
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=999
 * ========================================
 * ハック 
 * ========================================
 */
	 
/**=999-1
 * CLEAR FIX 
 * ====================================
 */
	 
#about #style:after, 
#public #program ol:after,
#public #contribution:after,
#public #about:after,
#proporsal #flow ol:after,
#shape .article #regulation:after,
#shape .article #size:after,
.list:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
#about #style, 
#public #program ol,
#public #contribution,
#public #about,
#proporsal #flow ol,
#shape .article #regulation,
.list,
#shape .article #size
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
#about #style, 
#public #program ol,
#public #contribution,
#public #about,
#proporsal #flow ol,
#shape .article #regulation,
.list,
#shape .article #size
{
	display:block;
}
/* End hide from IE Mac */
   
/**=999-2
 * 透過PNG（IE6） 
 * ========================================
 */
	
* html .png 
{
    behavior: url(/static/js/png/iepngfix.htc):
}
 
/**=
 * 
 * ----------------------------------------
 */
  
/**=999
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * 
 * ========================================
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
