@charset "UTF-8";

/*
information{
	file name : /css/individual/workshop/index.css
	infomation : This CSS file define workshop styles.;
	site name : VSM Husqvarna Viking;
	copyrihgt : Copyright (C) JUKI Co.,Ltd. All Rights Reserved.;
}
*/

/* contents
--------------------------------------------------------------------------


--------------------------------------------------------------------------
*/
div#bodySection {
	padding-bottom: 1px;
}

div#wrapSection {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	position: relative;
	background: url(../../../img_common/workshop_body_line_h.gif) repeat-y;
	padding-bottom: 1px;
}

/*.txt_s { font-size: 70% !important; }
.txt_m { font-size: 90% !important; }
.txt_l { font-size: 100% !important; }*/

.txt_b { font-weight: bold; }
.txt_n { font-weight: normal !important; }


/* 1. sidebarArea
-----------------------------------------------	*/
div#sidebarArea {
	position:absolute;
	right: 0px;
	top: 0px;
	width: 180px;
}

div#sidebarAreaContent {
	padding: 0 5px;
}

div#sidebarAreaContent p {
	font-size: 70%;
}




div#bodySection #contentsArea {
	_overflow:auto;
	width: 550px;
	margin: 0;
	padding: 0;
}

p.subTitle {
	border-bottom: 1px solid #222121;
	padding: 0 0 7px 0;
}

h2 {
	background: #BE0D10;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}

ul#anchor {
	padding: 10px 10px 5px 10px;
	background:#F8F8F8;
}

ul#anchor li {
	display: block;
	padding-left: 15px;
	padding-bottom: 5px;
	background-image: url("../../../img_common/icon_arrow_right.gif");
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
}
p.backAnchor {
	text-align: right;
	padding-bottom: 30px;
}
p.backAnchor a {
	text-align: right;
	padding-left: 15px;
	background-image: url("../../../img_common/icon_arrow_right.gif");
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
}

div.sectionCell1,
div.sectionCell2,
div.sectionCell3,
div.sectionCell4 {
	width: 130px;
	float: left;
	margin-right: 10px;
	display: inline;
}

div.sectionCell4 {
	margin: 0;
}

div.section p.small {
	text-align: center;
	padding-top: 10px;
}

div.section p.small strong {
	display: block;
	padding-bottom: 5px;
	color: #666666!important;
}

div.specialSectionLeft {
	width: 150px;
	float: left;
}

div.specialSectionRight {
	width: 400px;
	float: right;
	text-align: center;
	font-weight: bold;
}

div.specialSectionRight p {
	padding-top: 70px;
}

/* 3. workshop-info
-----------------------------------------------	*/
h1.main_ttl {
	margin: 0 0 20px 0;
}

/* from bodySection.css */
	div.categories {
		width: 176px;
		margin: 0px 0px 30px 0px;
	}
	
	div.categories ul.categories-1 li {
		margin-bottom: 2px;
		padding: 7px 0px 9px 0px;
		background-image: url("../../../img_common/subnavigation_dotline.gif");
		background-repeat: repeat-x;
		background-position: left bottom;
		font-size: 80%;
		line-height: 1.2;
	}
	
	div.categories ul.categories-1 li.current {
		padding-right: 10px;
		background-color: #EEEEEE;
	}
	
	div.categories ul.categories-1 li a {
		display: block;
		padding-left: 13px;
		background-image: url("../../../img_common/icon_arrow_right.gif");
		background-repeat: no-repeat;
		background-position: 0.5em 0.3em;
	}
	
	div.categories ul.categories-1 li em {
		display: block;
		margin-bottom: 5px;
		padding-left: 13px;
		font-weight: bold;
	}
	
	div.categories ul.categories-2 li {
		margin-bottom: 2px;
		padding: 5px 0px 5px 0px;
		background-image: none;
		background-color: #FFFFFF;
		font-size: 100%;
	}
	
	div.categories ul.categories-2 li em {
		margin-bottom: 0px;
		padding-left: 13px;
		font-weight: bold;
		color: #BE0D10;
	}


/* 6. margin
	-----------------------------------------------	*/
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }


.clear {
	clear: both;
}
/* clearfix */
.workshop-info:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.workshop-info,
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html.workshop-info,
* html.clearfix { height: 1%; }

.workshop-info,
.clearfix { display: block; }
/* End hide from IE-mac */

