@charset "UTF-8";

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

/* contents
--------------------------------------------------------------------------
1. breadcrumb - headMiscArea
2. button fontsize - fontswitch
3. footNaviArea
4. dateTable
5. infomation-table
6. title H2 (/individual/items/index.css)
7. title H2 line
8. title H2 borderline
9. spec table (/individual/items/index.css)
10. subNavigation - categories (side navigation)
11. shopListBlock (/individual/shop/index.css)
12. shopList
13. Paragraph
14. UL - dotStyleList
15. UL - inlineAllowLinkList
16. UL - discStyleList
--------------------------------------------------------------------------
*/
.txt_ss { font-size: 80% !important; }
.txt_s { font-size: 100% !important; }
.txt_m { font-size: 120% !important; }
.txt_l { font-size: 130% !important; }

/* 1. breadcrumb - headMiscArea
-----------------------------------------------	*/
div#headerSection #breadcrumb p {
	font-size: 100%;
}

/* 2. button fontsize - fontswitch
-----------------------------------------------	*/
div#headerSection #headMiscArea #fontswitch dl dd.fontsizeM a {
	background-image: url("../../../img_common/btn_fontsize_m.gif");
}

div#headerSection #headMiscArea #fontswitch dl dd.fontsizeL a {
	background-image: url("../../../img_common/btn_fontsize_l_c.gif");
}

/* 3. footNaviArea
-----------------------------------------------	*/
#footerSection #footNaviArea ul li {
	font-size: 90%;
}

/* 4. dateTable
-----------------------------------------------	*/
div#bodySection #contentsArea div.dateTable table {
	font-size: 110%;
}

/* 5. infomation-table
-----------------------------------------------	*/
div#bodySection #contentsArea div.infomationTable table {
	font-size: 110%;
}


/* 6. title H2 (/individual/items/index.css)
-----------------------------------------------	*/
div#bodySection #contentsArea div.title-h2-categorynavi h2 {
	font-size: 120%;
}


/* 7. title H2 line
-----------------------------------------------	*/
div#bodySection #contentsArea div.title-h2-line h2 {
	font-size: 120%;
}

/* 8. title H2 borderline
-----------------------------------------------	*/
div#bodySection #contentsArea div.title-h2-borderline h2 {
	font-size: 120%;
}


/* 9. spec table (/individual/items/index.css)
-----------------------------------------------	*/
#subContents div.cell3 table.specTable {
	font-size: 110%;
}





/* 10. subNavigation - categories (side navigation)
-----------------------------------------------	*/
div#bodySection #contentsArea #subNavigation div.categories ul.categories-1 li {
	font-size: 110%;
}

div#bodySection #contentsArea #subNavigation div.categories ul.categories-2 li {
	font-size: 120%;
}



/* 11. shopListBlock (/individual/shop/index.css)
-----------------------------------------------	*/
div#bodySection #contentsArea div.shopListBlock div.prefList ul.triangleList {
	font-size: 110%;
}

/* 12. shopList
-----------------------------------------------	*/
div#bodySection #contentsArea div.shopListBlock div.shopList div.shopContainer table th {
	font-size: 110%;
}

div#bodySection #contentsArea div.shopListBlock div.shopList div.shopContainer table td {
	font-size: 110%;
}

div#bodySection #contentsArea div.shopListBlock div.shopList div.shopContainer table thead th.shopName {
	font-size: 130%;
}



/* 13. Paragraph
-----------------------------------------------	*/
div#bodySection #contentsArea dt,
div#bodySection #contentsArea dd,
div#bodySection #contentsArea p,
div#bodySection #contentsArea li {
	font-size: 110%;
	line-height: 130%;
}

div#sidebarArea .small,
div#bodySection #contentsArea .small {
	font-size: 100%!important;
	line-height: 150%;
}

div#sidebarArea .xsmall,
div#bodySection #contentsArea .xsmall {
	font-size: 90%!important;
	line-height: 130%;
}

div#sidebarArea .medium,
div#bodySection #contentsArea .medium {
	font-size: 110%!important;
	line-height: 150%;
}

div#sidebarArea .large,
div#bodySection #contentsArea .large {
	font-size: 120%!important;
	line-height: 150%;
}

div#sidebarArea .xlarge,
div#bodySection #contentsArea .xlarge {
	font-size: 140%!important;
	line-height: 150%;
}



/* 14. UL - dotStyleList
-----------------------------------------------	*/
div#bodySection #contentsArea ul.dotStyleList li {
	font-size: 110%;
}

div#bodySection #contentsArea ul.dotStyleListSmall li {
	font-size: 100%;
}


/* 15. UL - inlineAllowLinkList
-----------------------------------------------	*/
div#bodySection #contentsArea ul.inlineAllowLinkList li {
	font-size: 90%;
}

/* 16. UL - discStyleList
-----------------------------------------------	*/
div#bodySection #contentsArea ul.discStyleList li {
	font-size: 110%;
	line-height: 150%;
}

div#bodySection #contentsArea ul.discStyleList li li {
	font-size: 120%;
}


/* 17. workshop-info(/individual/workshop/index.css)
-----------------------------------------------	*/
div#bodySection #contentsArea div.workshop-info div.cell2 div.detail dl dt {
	font-size: 100%;
}



