@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f2;
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:hover {
	color: #ee7700;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
}

/*背景設定*/
.headwrap {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-y;
	margin: auto;
	width: 920px;
	height: 59px;
}
.bodywrap {
	background-image: url(../images/bady_bg.jpg);
	background-repeat: repeat-y;
	margin: auto;
	width: 920px;
	clear: both;
}
.footerbg {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 920px;
	margin: auto;
}

/*ヘッダー*/
.----------header {
}
.header {
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	padding-right: 20px;
	padding-left: 20px;
	height: 56px;
}
.logo {
	float: left;
}
.headright {
	float: right;
	height: 56px;
	text-align: right;
}
.head_sm {
	font-size: 10px;
	color: #FFFFFF;
	height: 31px;
	text-align: right;
	padding-top: 5px;
}
.head_gm {
	height: 20px;
}
.head_gm td {
	padding-left: 10px;
}
.header a {
	color: #ffffff;
	text-decoration: none;
}

/*フッター*/
.----------footer {
}
.footer {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	font-size: 10px;
	padding-top: 40px;
}

.f_up_left {
	float: left;
	padding-left: 5px;
	padding-top: 2px;
	height: 16px;
	width: 785px;
	background-color: #EBEBEB;
}
.f_up {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.f_up_right {
	float: right;
	height: 16px;
	width: 70px;
}
.f_bottom_left {
	float: left;
}
.f_bottom {
	margin: 0px;
	padding: 0px;
}
.f_bottom_right {
	float: right;
}
/*コンテンツ*/

.contents {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
}
.con_left {
	float: left;
	width: 230px;
	background-color: #ee7700;
}
.con_right {
	float: right;
	width: 600px;
}
/*トップページ用*/
.----------toppage {
}
.top_left {
	float: left;
	width: 479px;
}
.top_right {
	float: right;
	width: 353px;
}
.top_links {
	margin-top: 20px;
	border: 1px solid #EBEBEB;
	padding: 5px;
	font-size: 10px;
}
.flash {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.top_cat {
	font-size: 10px;
	line-height: 12px;
}
.top_notice {
	background-color: #F0F0F0;
	border: 1px solid #828282;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: red;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/*グランドメニュー*/
.----------gm {
}
.gm {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #898989;
}
.gm li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	background-image: url(../caravan/images/gm_arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
}
.gm ul {
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*サブメニュー*/
.----------sm {
}
.smenu {
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.smenu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.smenu_sub {
	margin-bottom: 20px;
}
.smenu_sub a {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/sm_allow1.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
}
.smenu_sub a:hover {
	background-color: #ACACAC;
	display: block;
}

/*アイテム*/
.----------item {
}.navi {
	font-size: 10px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.back {
	text-align: right;
	margin-bottom: 10px;
}
.itemh1 {
	background-image: url(../caravan/images/h1bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	font-size: 20px;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
}
.price {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 13px;
}
.small {
	font-size: 11px;
	line-height: 15px;
}
.iteminfo {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}
.itemspec {
	float: left;
	width: 400px;
}
.itemlb {
	font-size: 10px;
}
.itemlb img {
	border: 1px solid #979797;
}
.itemicon {
	float: right;
	width: 181px;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
}
.itemicon td {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.itemspectbl th {
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-weight: normal;
	border-bottom-color: #D6D6D6;
}
.itemspectbl td {
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D6D6D6;
}
.itemspectbl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
.iteminfo {
	line-height: 22px;
}
.indexichiran p {
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}.
h301 {
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ee7700;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 15px;
}
.h401 {
	font-size: 13px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.h402 {
	font-size: 13px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ee7700;
	padding-bottom: 3px;
}
.tbl001 td {
	background-color: #F3F3F3;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
}
.tbl001 th {
	background-color: #E3E3E3;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
}
.linkpage h4 {
	background-image: url(../images/arrow_3.gif);
	background-position: 1px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ee7700;
	padding-bottom: 3px;
	padding-left: 24px;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 12px;
}
.linkpage {
	margin-top: 30px;
}
.linkpage td {
	padding-right: 10px;
	padding-left: 10px;
}
.notice {
	background-color: #F5F5F5;
	border: 1px solid #FF0000;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.notice02 {
	border: 1px solid #ACACAC;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tecnology {
	border: 2px solid #ee7700;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.formlink {
	font-weight: bold;
	background-image: url(../images/arrow_3.gif);
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.orangetex {
	color: #ee7700;
}
.irn_left {
	width: 290px;
	float: left;
	margin-bottom: 30px;
}
.irn_left2 {
	width: 290px;
	float: left;
	margin-bottom: 0px;
}
.irn_center {
	width: 600px;
	float: left;
	margin-bottom: 30px;
}
.irn_center2 {
	width: 560px;
	float: left;
	margin-bottom: 30px;
}
.irn_right {
	float: right;
	width: 290px;
	margin-bottom: 30px;
}
.irn_right2 {
	float: right;
	width: 290px;
	margin-bottom: 0px;
}
.irnh1 {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ee7700;
}
.irnh2 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ee7700;
}.irnprice {
	font-weight: bold;
	margin: 0px;
	font-size: 11px;
}
.techh2 {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ee7700;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #EBEBEB;
}
.faqadd {
	background-color: #F3F0D8;
	display: block;
	border: 1px solid #ACACAC;
	padding: 10px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.faqq {
	background-image: url(../faq/images/qbg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	padding-left: 50px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 14px;
	padding-top: 10px;
}
.faqlist {
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ACACAC;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ACACAC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/*サイトマップ*/
.sm_left {
	width: 340px;
	float: left;
	margin-bottom: 80px;
	margin-left: 40px;
}
.sm_right {
	float: right;
	width: 340px;
	margin-bottom: 80px;
	margin-right: 40px;
}

/*輸入*/
.----------import {}
/*ガルモント*/
.con_left_gar {
	float: left;
	width: 230px;
	background-color: #E50038;
}
.garh2 {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E50038;
}
.garh1 {
	background-image: url(../import/garmont/images/h1bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	font-size: 20px;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
}
.contentsgar {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../import/garmont/images/garbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contents981 {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../import/981/images/981bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*シートゥサミット*/
.con_left_sts {
	float: left;
	width: 230px;
	background-color: #009fb9;
}
.stsh1 {
	background-image: url(../import/sts/images/h1bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	font-size: 20px;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
}
.contentssts {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../import/sts/images/stsbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.stsh2 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009fb9;
}

/*カンプ*/
.camph2 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00a3e6;
}
.camph1 {
	background-image: url(../import/camp/images/h1bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	font-size: 20px;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
}
.camph2t {
	border: 1px solid #979797;
	background-color: #F2F2F2;
	padding: 4px;
	font-size: 14px;
}
.contentscamp {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../import/camp/images/campbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*ファイブテン*/
.con_left_510 {
	float: left;
	width: 230px;
	background-color: #000000;
}
.fivetenh2 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7000f;
}
.fivetenh1 {
	background-image: url(../import/510/images/h1bg.jpg);
	background-repeat: no-repeat;
	font-size: 20px;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	background-position: 4px;
}
.contentsft1 {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../import/510/images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contentsft2 {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../import/510/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contentsft3 {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../import/510/images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contentsft4 {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../import/510/images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contentsft5 {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
}

/*イノヴェイト*/
.inovh2 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8b8623;
}
.irn_left_inov {
	width: 430px;
	float: left;
	margin-bottom: 30px;
}
.irn_right_inov {
	float: right;
	width: 400px;
	margin-bottom: 30px;
}
/*レキ*/
.con_left_leki {
	float: left;
	width: 230px;
	background-color: #d7000f;
}
.lekih1 {
	background-image: url(../import/leki_nfw/images/h1bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	font-size: 20px;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
}
.lekih2 {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7000f;
}
.contentsleki {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../import/leki_nfw/images/lekinfwbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.smul li {
	background-image: url(../images/arrow_3.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 30px;
	margin-bottom: 5px;
}
/*レキトレック*/
.contentslekitr {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../import/leki_trek/images/lekitrekbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*サレワ*/
.contentssalewa {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../import/salewa/images/slbg.jpg);
}.salewahis_l {
	width: 600px;
	float: left;
}
.salewahis_l h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff000;
}
.salewahis_r {
	float: right;
	width: 207px;
}
.salewa_his {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ACACAC;
	padding-top: 20px;
	padding-bottom: 50px;
}
.slw_lft {
	width: 410px;
	float: left;
	margin-top: 20px;
}
.slw_rgt {
	width: 410px;
	float: right;
	margin-top: 20px;
}
.salewah2 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff000;
}
.kamiktbl td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	text-align: center;
}
/*NFW*/

.nfwh1 {
	font-size: 18px;
	border: 1px solid #87cefa;
	background-color: #F4F4F4;
	background-image: url(../new-nw/images/nfwh1_bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.con_left_nfw {
	float: left;
	width: 230px;
	background-color: #00AFEC;
}
.nfw_h2 {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00AFEC;
	padding-bottom: 3px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../new-nw/images/nfwh1_bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
.nfw_h3 {
	font-size: 14px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #00AFEC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ACACAC;
}
.contentsgarski {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../import/garmont_ski/images/garbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}.ski_voice {
	border: 1px solid #e60012;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.ski_voice h4 {
	font-size: 16px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ski_voice p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

