@charset "utf-8"; 

/*print.css
印刷スタイルシート

【1】初期設定
1-0 要素初期化
1-1 汎用セレクタ
1-2 フォーム関連セレクタ
1-3 CSSハック

【2】ページレイアウト
2-1 ページ全体			#container
2-2 ヘッダ				#top
2-3 本文				#contents
 2-4 補助枠(3カラム)	.wrap
 2-5 中央(メイン)		.main 
 2-6 サイド				.side
  2-7 サイド1			#side1
  2-8 サイド2			#side2
2-9 フッタ				#foot

【3】ページ全体内
3-0 共通
3-1 メインビジュアル	#screen
3-2 パン屑				#pan
3-3 スキップナビ		.skip
3-4 アンカーナビ		.jump

【4】ヘッダ内
4-0 共通
4-1 サイトID			#siteid
4-2 タグライン			#tagline
4-3 トップメニュー		#tmenu
4-4 グローバルナビ		#gnavi
4-5 サブナビ			#snavi

【5】本文内
5-0 共通

【6】中央（メイン）内
6-0 共通

【7】サイド内
7-0 共通
7-9 サイドメニュー		.smenu

【8】フッタ内
8-0 共通
8-1 フッタメニュー		#fmenu
8-2 コピーライト		#copy

*/






/*【1】初期設定*/
/*1-0 要素初期化*/
body#BARONS {
	background:none;
	color:#000;
	text-align: left;
}

#BARONS * {
	background:none;
	float: none;
	width: auto;
}
#BARONS #container * {
	color:#000;
}
#BARONS #container a:link ,
#BARONS #container a:visited {
	color:#000;
	text-decoration:none;
}

/*1-1 汎用セレクタ*/

/*1-2 CSSハック*/
#BARONS .bir {
	position:static;
	z-index:auto;
	width:auto;
	height:auto;
}
#BARONS span.bir {
	display:inline;
}
/*【2】画面レイアウト*/
/*2-1 全体*/
#BARONS #container {
	background:none;
	width:600px;
	margin: 0;
}

/*2-2 ヘッダ*/
#BARONS #top {
	border:none;
	border-bottom:2px solid #000;
	margin:0 0 10px;
	width: 600px;
	height:auto;
	position:static;
}

/*2-3 本文*/
#BARONS #contents {}

/*2-4 補助枠(3カラム)*/
#BARONS .wrap {}

/*2-5 中央(メイン)*/
#BARONS .main {
	float:none;
	width:auto;
}

/*2-6 サイド*/
#BARONS .side {}

/*2-7 サイド1*/
#BARONS #side1 {
	display:none;
}

/*2-8 サイド2*/
#BARONS #side2 {
	display:none;
}

/*2-9 フッタ*/
#BARONS #foot {}

/*【3】ページ全体内*/
/*3-0 共通*/

/*3-1 メインビジュアル*/
#BARONS #screen {
	margin:0 0 10px;
}

/*3-2 パン屑*/
#BARONS #pan {
	display:none;
}

/*3-3 スキップナビ*/
#BARONS .skip {
	display:none;
}

/*3-4 アンカーナビ*/
#BARONS .jump ,
#BARONS .pagetop {
	display:none;
}


/*【4】ヘッダ内*/
/*4-0 共通*/

/*4-1 サイトID*/
#BARONS #siteid ,
#BARONS #siteid img {
	width:auto;
	height:auto;
	position:static;
}

/*4-2 タグライン*/
#BARONS #tagline {}

/*4-3 トップメニュー*/
#BARONS #tmenu {}

/*4-4 グローバルナビ*/
#BARONS #gnavi {
	display:none;
}

/*4-5 サブナビ*/
#BARONS #snavi {}

/*【5】本文内*/
/*5-0 共通*/

/*【6】中央（メイン）内*/
/*6-0 共通*/
#smenu {
	display:none;
}

/*【7】サイド内*/
/*7-0 共通*/

/*7-9 サイドメニュー*/
#BARONS .side .smenu {}

/*【8】フッタ内*/
/*8-0 共通*/

/*8-1 フッタメニュー*/
#BARONS #fmenu {
	display:none;
}

/*8-2 コピーライト*/
#BARONS #copy {}



/*【10】 ボックス*/
#BARONS .box {
	border:0 none;
	color:#000;
	width: auto;
	margin:0 0 20px;
}
#BARONS .title {
	font-size:16pt;
	height:auto;
	border-bottom:1px solid #000;
	width: auto;
}
#BARONS .content {
	margin:0 0 10px 10px;
}
#BARONS .unit {}
#BARONS .comment {}
#BARONS .more {}
#BARONS .sw {}
#BARONS .bt {
	display:none;
}
#BARONS #brandindex {
	display:none;
}

/*【11】その他*/
/*ブログ関連*/
#container #banner ,
#container .blogtitle a {
	height:auto;
	border:none;
	width: auto;
}
#container #description {
	margin-bottom:20px;
}
#container #content {
	float:none;
	display:block;
}
#container #links {
	display:none;
}

/*【12】個別設定*/
/*shop*/
.shop#BARONS .main .more {
	display:none;
}
#BARONS #kamata {
	page-break-after:always;
}

/*ordermade*/
.ordermade#BARONS .ordertop #jacketdetail .unit p ,
.ordermade#BARONS .ordertop #pantsdetail .unit p {
	width:460px;
	float:right;
}
.ordermade#BARONS .ordertop #jacketdetail .unit .photo ,
.ordermade#BARONS .ordertop #pantsdetail .unit .photo {
	width:100px;
	height:100px;
	float:left;
}
#jacketdetail {
	page-break-after:always;
}

.ordermade#BARONS #flow .unit .st {
	float:none;
	text-align:left;
}

.ordermade#BARONS .orderitem #contents .main .box p ,
.ordermade#BARONS #flow .unit p  ,
.ordermade#BARONS #original p ,
.ordermade#BARONS #introduction .st ,
.ordermade#BARONS #introduction .name ,
.ordermade#BARONS #introduction p {
	width:360px;
	float:right;
}

.ordermade#BARONS .orderitem #contents .main .box .photo ,
.ordermade#BARONS #flow .unit .photo ,
.ordermade#BARONS #original .photo ,
.ordermade#BARONS #introduction .photo {
	width:230px;
	height:140px;
	float:left;
}
.ordermade#BARONS .orderitem #contents .main .box .price ,
.ordermade#BARONS #flow .price {
	float:left;
}
.measuremade #flow ,
#original {
	page-break-after:always;
}

/*staff*/
.staff#BARONS #contents .main .unit {
	width:360px;
	float:right;
	clear:none;
	margin:0;
}

.staff#BARONS #contents .main .photo {
	width:200px;
	height:100px;
	float:left;
}
