/* --HTML-- */
html {
background:#fff;
color:#333;
overflow-y:scroll;
}

/* --BODY-- */
body {
font:12px/1.6 'Lucida Grande', Helvetica;
margin:0;
overflow:visible;
padding:0;
}

/* --トップ-- */
.mainVisual {
	width:470px;
	float:left;
	padding-top:40px;
}

.mainVisual2 {
	width:200px;
	float:left;
	padding-left:10px;
	padding-top:40px;
}

	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}

	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}

/* --OTHER TAGS-- */
a img, img {
border:0;
}

blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%;
	}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
fon<span class="hilite">t</span>-size:100%;
}



/* --A-- */
a {
cursor:pointer;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/* --FORM-- */
fieldset {
border:1px solid #ccc;
margin-bottom:1em;
padding:0 1em 1em 1em;
}

legend {
background:#fff;
padding:0.3em;
}

input, textarea {
line-height:1.4;
/line-height:1.2;
padding:0;
vertical-align:middle;
}

input[type="checkbox"],
input[type="radio"] {
vertical-align:text-bottom;
/vertical-align:-0.3em;
}

input[type="submit"] {
padding:0.1em;
}

input[type="text"] {
	border:1px #999 solid;
	height:16px;
}


select {
padding:0;
}

	/* for IE6 */
	* html input {
	padding:0.1em;
	}

	* html input.checkbox,
	* html input.radio {
	vertical-align:-0.3em;
	}

	* html input.submit {
	line-height:1.2;
	padding-top:0.2em;
	}

	* html select {
	vertical-align:-0.2em;
	}

	/* for IE7 */
	*+html input {
	padding:0.1em;
	}

	*+html input.submit {
	line-height:1.2;
	padding-top:0.2em;
	}

	*+html select {
	vertical-align:-0.2em;
	}

	/* for Opera9.27 */
	html:first-child input {
	padding:0.1em;
	}

	html:first-child input[type="checkbox"],
	html:first-child input[type="radio"] {
	vertical-align:middle;
	}

	html:first-child input[type="submit"] {
	padding:0.3em;
	}

	html:first-child select {
	padding:0.2em;
	}

	/* for Opera9.5 [Safari3] */
	body:first-of-type input {
	padding:0.1em;
	}

	body:first-of-type input[type="checkbox"],
	body:first-of-type input[type="radio"] {
	vertical-align:-0.3em;
	}

	body:first-of-type input[type="submit"] {
	padding:0.1em;
	}

	/* for Safari3 */
	html:not(:only-child:only-child) input {
	padding:0;
	vertical-align:baseline;
	}

	html:not(:only-child:only-child) input[type="checkbox"],
	html:not(:only-child:only-child) input[type="radio"] {
	vertical-align:baseline;
	}

	html:not(:only-child:only-child) select {
	vertical-align:0.1em;
	}

/* --HEADLINE-- */
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
}

/* --LIST-- */
ol, ul {
text-justify:inter-ideograph;
}

ol li {
list-style:decimal outside;
}

ul li {
list-style:disc outside;
}

/* --OTHER TAGS-- */
abbr, acronym {
border-bottom:1px dotted;
cursor:help;
}

blockquote {
margin:1em;
}

caption {
margin-bottom:0.5em;
text-align:center;
}

em, strong {
font-weight:bold;
}

p {
text-justify:inter-ideograph;
}

/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}

	/* for IE7 */
	*+h<span class="hilite">t</span>ml .clearfix {
	display:inline-block;
	}





body {
	height:100%;
	background:url(https://hobie.jp/shop/img/common/backGround.gif) 0% 0% repeat;
}

.clear {
	clear:both;
}

.center {
	text-align:center
}

.left {
	float:left;
}

.right {
	float:right;
}

.mt3 {
	margin-top:3px;
}

.mt5 {
	margin-top:5px;
}

.mt7 {
	margin-top:7px;
}

.mt10 {
	margin-top:10px;
}

.mt12 {
	margin-top:12px;
}

.mt15 {
	margin-top:15px;
}

.mt20 {
	margin-top:20px;
}

.mt25{
	margin-top:25px;
}

.mt30 {
	margin-top:30px;
}

.mt40 {
	margin-top:40px;
}

.mt50 {
	margin-top:50px;
}

.mt60 {
	margin-top:60px;
}

.ml5 {
	margin-left:5px;
}

.ml20 {
	margin-left:20px;
}

.ml40 {
	margin-left:40px;
}

.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mr5 {
	margin-right:5px;
}

.mr10 {
	margin-right:10px;
}

.mr15 {
	margin-right:15px;
}

.mtb10 {
	margin:10px 0;
}

.mtb30 {
	margin:30px 0;
}

.pt10 {
	padding-top:10px;
}

.pt20 {
	padding-top:20px;
}

.pt25 {
	padding-top:25px;
}

.pt30 {
	padding-top:30px;
}

.pt35 {
	padding-top:35px;
}

.pt50 {
	padding-top:50px;
}

.pt60 {
	padding-top:60px;
}

.pl15 {
	padding-left:15px;
}

.red {
	color:#f30;
	font-weight:bold;
}
	
.kome
{
    text-indent:-1em;
    margin-left:1em;
	font-size:10.5px;
	color:#666;
}

#wrapperAll {
	margin:0 auto;
	width:920px;
	padding-bottom:90px;
}

a {
	color:#09c;
}

/* --ヘッダー-- */
#header {
	height:35px;
	background:url(https://hobie.jp/shop/img/header/lineBG.gif) 0% 0% repeat-x;
}

#headerContent {
	height:35px;
	width:920px;
	margin:0 auto;
	color:#fff;
}

#headerContent p {
	float:left;
	font-size:10px;
	margin-top:5px;
}

.headerMenu {
	height:35px;
	float:right;
}

.menuList {
	height:27px;
	float:left;
	background:url(https://hobie.jp/shop/img/header/hmBG.gif) 0% 0% repeat-x;
	padding:8px 5px 0 5px;
}

.menuList li {
	float:left;
	list-style:none;
	border-left:1px #fff solid;
	padding-right:7px;
	line-height:100%;
	font-size:10px;
}

.menuList li a {
	color:#fff;
}

.menuList li.account {
	background:url(https://hobie.jp/shop/img/header/account.gif) 0% 50% no-repeat;
	padding-left:10px;
	border-left:none;
}

.menuList li.contact {
	background:url(https://hobie.jp/shop/img/header/mail.gif) 8px 50% no-repeat;
	padding-left:22px;
}

.menuList li.cart {
	background:url(https://hobie.jp/shop/img/header/cart.gif) 8px 50% no-repeat;
	padding-left:22px;
	padding-right:0;
}

.hmLeft {
	width:5px;
	height:35px;
	background:url(https://hobie.jp/shop/img/header/hmLeft.gif) 0% 0% no-repeat;
	float:left;
}

.hmRight {
	width:5px;
	height:35px;
	background:url(https://hobie.jp/shop/img/header/hmRight.gif) 0% 0% no-repeat;
	float:left;
}

#logoAera {
	width:340px;
	float:left;
	height:54px;
	padding-top:16px;
}

#searchArea {
	float:right;
	padding-top:45px;
}

#searchArea select {
	height:20px;	
}

input.search {
	width:248px;
	height:18px;
	padding:0 !important;
}

#mainVisual {
	width:920px;
	padding-top:3px;
}

/* --フッター-- */
#footer {
	background-color:#008194;
}

#footerContent {
	width:920px;
	margin:0 auto;
	color:#fff;
	position:relative;
	padding-bottom:20px;
}

#footerContent ul {
	padding:15px 0;
}

#footerContent li {
	display:inline;
	padding:0 8px 0 8px;
	border-left:1px #fff solid;
	font-size:10px;
}

#footerContent li.first {
	border-left:none;
}

#footerContent li a {
	color:#fff;
}

.pageTop {
	position:absolute;
	right:0;
	top:-23px;
}

p.copyright {
	color:#ccc;
	background:url(https://hobie.jp/shop/img/footer/logo.gif) 5px 0% no-repeat;
	display:block;
	padding:7px 0 7px 96px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/* --サイドナビ-- */

#sideArea {
	width:220px;
	padding-top:25px;
	float:left;
}

ul#sideMenu {
	width:220px;
	padding-top:1px;
}

ul#sideMenu li {
	list-style:none;
	display:block;
	width:195px;
	height:24px;
	background:url(https://hobie.jp/shop/img/sidenavi/arrow.gif) 12px 50% no-repeat #fff;
	padding-left:25px;
	padding-top:6px;
	margin-top:3px;
	font-weight:bold;
}

ul#sideMenu li a {
	color:#666;
}

.sideMenuBtm {
	width:220px;
	height:3px;
	background:url(https://hobie.jp/shop/img/sidenavi/itemCategoryBtm.gif) 0% 0% no-repeat;
}

#twitterItems {
	width:220px;
	overflow-x:hidden;
	overflow-y:auto;
	height:250px;
	margin-top:3px;
}

ul#twitter_update_list li {
	list-style:none;
	display:block;
	width:185px;
	background-color:#fff;
	padding:10px;
	margin-bottom:3px;
}

.twitterAccount {
	width:220px;
	height:20px;
	background-color:#e5e5e5;
}

.twitterAccount p {
	text-align:right;
	padding-right:5px;
}

.twitterBtm {
	width:220px;
	height:3px;
	background:url(https://hobie.jp/shop/img/sidenavi/twitterBtm.gif) 0% 0% no-repeat;
}

/* --メインエリア-- */
#mainArea {
	width:680px;
	margin-top:25px;
	float:right;
}

h2.itemTitle {
	padding:0 0 5px 3px;
}

h2.itemTitle2 {
	padding:35px 0 5px 3px;
}

h2.itemTitle3 {
	padding:15px 0 5px 3px;
}

.cubeTop {
	width:680px;
	height:5px;
	background:url(https://hobie.jp/shop/img/common/cubeTop.gif) 0% 0% no-repeat;
}

.cubeBtm {
	width:680px;
	height:5px;
	background:url(https://hobie.jp/shop/img/common/cubeBtm.gif) 0% 0% no-repeat;
}

/* --ランキング-- */

.rankArea {
	width:670px;
	padding:5px;
	background-color:#FFF;
}

.rankItem {
	width:120px;
	float:left;
	padding:0 7px;
}

.rankItem img {
	border:4px #E5E5E5 solid;
}

p.rank {
	margin-left:7px;
	margin-bottom:3px;
}

.itemName {
	font-size:10px;
	line-height:120%;
	margin-top:3px;
	padding:0 3px;
}

.itemName a {
	color:#066;
}

.price {
	margin-top:10px;
	font-size:10px;
	padding:0 3px;
}

/* --ニュース-- */

.newsArea {
	width:658px;
	padding:5px 11px;
	background-color:#FFF;
}

.news {
	width:658px;
	height:160px;
	overflow-x:hedden;
	overflow-y:auto;
}

.news table {
	width:615px;
}

.news table th,
.news table td {
	border-bottom:1px #ccc solid;
	font-size:10px;
	vertical-align:top;
	padding:15px 0;
}

.news table th {
	color:#630;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:90px;
}

.news table td {
}

/* --商品カラム-- */
.itemArea {
	width:680px;
}

.itemBK,
.itemBK1-1,
.itemBK1-2,
.itemBK2-1,
.itemBK2-2 {
	width:160px;
	float:left;
}

.itemBK {
	padding:0 5px 20px 5px;
}

.itemBK1-1 {
	padding-right:13px;
}

.itemBK2-1 {
	padding-right:13px;
	padding-top:20px;
}

.itemBK2-2 {
	padding-top:20px;
}

.itemTop {
	width:160px;
	height:5px;
	background:url(https://hobie.jp/shop/img/common/itemTop.gif) 0% 0% no-repeat;
}

.itemBtm {
	width:160px;
	height:5px;
	background:url(https://hobie.jp/shop/img/common/itemBtm.gif) 0% 0% no-repeat;
}

.itemMain {
	width:140px;
	padding:5px 10px;
	background-color:#FFF;
}

.itemName2 {
	font-size:10px;
	line-height:120%;
	margin-top:10px;
	padding:0 3px;
}

.itemName2 a {
	color:#066;
}

.detail {
	padding-top:5px;
}

/* --店舗情報-- */
.shopInfo {
	width:658px;
	padding:5px 11px;
	background-color:#FFF;
}

.shopColumn {
	width:210px;
	padding-right:14px;
	float:left;
}

.shopColumn2 {
	width:210px;
	float:left;
}

dl.info {
	width:210px;
}

dl.info dt {
	width:207px;
	display:block;
	background-color:#f0f0f0;
	margin-top:10px;
	padding:2px 0 2px 3px;
}

dl.info dd {
	color:#666;
	font-size:10px;
	margin-top:7px;
	padding:0 3px;
}

dl.info dd.card {
	padding:0;
	margin-top:10px;
}

/* --商品一覧-- */
.categoryTitle {
	color:#666500;
	font-size:26px;
	font-weight:normal;
	font-family:Georgia,Times New Roman,Times,Meiryo,serif;
}

.sortTop {
	background:url(https://hobie.jp/shop/img/itemlist/sortTop.gif) 0% 0% no-repeat;
	width:680px;
	height:5px;
}

.sortBtm {
	background:url(https://hobie.jp/shop/img/itemlist/sortBtm.gif) 0% 0% no-repeat;
	width:680px;
	height:5px;
	padding-bottom:20px;
}

.sortBK {
	background-color:#CFCFAF;
	font-size:10px;
	width:660px;
	padding:0 10px;
	position:relative;
}

.sortBK ul {
	position:absolute;
	right:5px;
	top:0;
}

.sortBK li {
	list-style:none;
	display:inline;
	line-height:100%;
	border-left:1px #333 solid;
	padding:0 5px 0 8px;
	color:#666;
}

.sortBK li a {
	color:#333;
}

.sortBK li.first {
	border-left:none;
	padding-left:0;
}

.sortBK li.borderNone {
	border:none;
	color:#333;
}
	
.itemImg {
	border:4px #E5E5E5 solid;
	position:relative;
}

#soldOut img {
	padding:0 12px;
}

#soldOut2 {
	position:absolute;
	top:55px;
	left:2px;
}

.category {
	color:#666;
	font-size:10px;
	font-family:Georgia,Times New Roman,Times,Meiryo,serif;
	background:url(https://hobie.jp/shop/img/itemlist/circle.gif) 3px 0% no-repeat;
	padding-left:15px;
	font-weight:bold;
	margin-top:5px;
	line-height:0.8em;
}

/* --商品カラム-- */
.itemDetail {
	width:630px;
	padding:20px 25px;
	background-color:#fff;
}

.detailLeft {
	width:300px;
	float:left;
}

.detailRight {
	width:310px;
	float:right;
}

.itemImgTop {
	width:300px;
	height:10px;
	background:url(https://hobie.jp/shop/img/item/itemFrameTop.gif) 0% 0% no-repeat;
}

.itemImgBtm {
	width:300px;
	height:10px;
	background:url(https://hobie.jp/shop/img/item/itemFrameBtm.gif) 0% 0% no-repeat;
	position:relative;
}

.itemImgArea {
	width:280px;
	padding:0 10px;
	background:url(https://hobie.jp/shop/img/item/itemFrameBG.gif) 0% 0% repeat-y;
	position:relative;
}

.zoom {
	position:absolute;
	left:10px;
	bottom:10px;
}

.detailRight h2 {
	color:#007F92;
	font-size:18px;
	font-family:Georgia,Times New Roman,Times,Meiryo,serif;
	line-height:1.1em;
}

p.itemCode {
	font-size:12px;
	line-height:1em;
	font-family:Georgia,Times New Roman,Times,Meiryo,serif;
	margin-bottom:3px;
}

p.itemCode span {
	color:#c30;
}

p.priceItem {
	font-size:16px;
	color:#666;
	font-weight:bold;
	font-family:Georgia,Times New Roman,Times,Meiryo,serif;
	line-height:1em;
	margin-top:10px;
}

p.priceItem span {
	font-size:12px;
	color:#c30;
	font-weight:normal;
}

.itemOption {
	width:310px;
	padding:15px 0;
	border-top:1px #ccc solid;
	margin-top:15px;
}

.itemCaption {
	width:310px;
	padding:15px 0;
	border-top:1px #ccc solid;
	margin-top:15px;
}

.caution {
	width:310px;
	padding-top:15px ;
	border-top:1px #ccc solid;
	margin-top:15px;
}

.caution p {
	background:url(https://hobie.jp/shop/img/item/caution.gif) 0% 50% no-repeat;
	color:#F30;
	padding-left:22px;
}

#itemSpec {
	width:310px;
	padding:15px 0;
	border-top:1px #ccc solid;
}

ul#tab {
	width:310px;
	border-bottom:3px #ccc solid;
	height:29px;
}

ul#tab li {
	list-style:none;
	float:left;
}

ul#tab li a {
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	height:29px;
}

ul#tab li#spec a {
	width:100px;
	background:url(https://hobie.jp/shop/img/item/itemSpecs_off.gif) 0% 0% no-repeat;
	padding-right:5px;
}

ul#tab li#spec.selected a {
	background:url(https://hobie.jp/shop/img/item/itemSpecs_on.gif) 0% 0% no-repeat;
}

ul#tab li#spec a:hover {
	background:url(https://hobie.jp/shop/img/item/itemSpecs_on.gif) 0% 0% no-repeat;
}

ul#tab li#performance a {
	width:112px;
	background:url(https://hobie.jp/shop/img/item/performance_off.gif) 0% 0% no-repeat;
}

ul#tab li#performance.selected a {
	background:url(https://hobie.jp/shop/img/item/performance_on.gif) 0% 0% no-repeat;
}

ul#tab li#performance a:hover {
	background:url(https://hobie.jp/shop/img/item/performance_on.gif) 0% 0% no-repeat;
}

.specFrame {
	width:296px;
	padding:5px 5px 0 5px;
	border-top:2px #ccc solid;
	border-right:2px #ccc solid;
	border-left:2px #ccc solid;
	margin-top:2px;
}

.specBtm {
	background:url(https://hobie.jp/shop/img/item/specBtm.gif) 0% 0% no-repeat;
	width:310px;
	height:5px;
}

#specBK dt {
	width:100px;
	padding:2px 5px;
	background-color:#f0f0f0;
	float:left;
	clear:both;
	margin-bottom:3px;
	color:#666;
}

#specBK dd {
	width:166px;
	padding:2px 10px;
	border-bottom:1px #f0f0f0 solid;
	float:left;
	margin-bottom:2px;
}

#performanceBK dt {
	width:145px;
	padding:2px 5px;
	background-color:#f0f0f0;
	float:left;
	clear:both;
	margin-bottom:3px;
	color:#666;
}

#performanceBK dd {
	width:121px;
	padding:2px 10px;
	border-bottom:1px #f0f0f0 solid;
	float:left;
	margin-bottom:2px;
}

ul#gallery {
	width:309px;
}

ul#gallery li {
	list-style:none;
	float:left;
	margin:2px 2px 0 0;
	padding:0;
	border:2px #E6E6E6 solid;
	width:44px;
	height:44px;
}

p.itemMail,
p.itemContact {
	font-size:10px;
}

p.itemMail a,
p.itemContact a {
	color:#630;
}

p.itemMail {
	background:url(https://hobie.jp/shop/img/item/mail.gif) 0% 50% no-repeat;
	padding-left:15px;
	margin-top:5px;
}

p.itemContact {
	background:url(https://hobie.jp/shop/img/item/contact.gif) 0% 50% no-repeat;
	padding-left:15px;
	margin-top:5px;
}

/* --プライバシーポリシー-- */
.txtArea {
	width:650px;
	padding:10px 15px;
	background-color:#FFF;
}

/* --特定商取引法-- */
.act {
	width:650px;
}

.act th,
.act td {
	padding:15px 5px 10px 5px;
}

.act th.first,
.act td.first {
	padding-top:0px;
}

.act th {
	width:160px;
	vertical-align:top;
	background:url(https://hobie.jp/shop/img/act/borderTH.gif) 0% 100% repeat-x;
}

.act td {
	color:#666;
	background:url(https://hobie.jp/shop/img/act/borderTD.gif) 0% 100% repeat-x;
}

h2.txtTitle {
	padding:10px 0 5px 3px;
}

/* --ホビーについて-- */
.photoRight {
	padding:30px 0 10px 15px;
	float:right;
}

/* --ホビーの歴史-- */
.photoCenter {
	text-align:center;
	padding:20px 183px 0 183px;
}

.rightBox {
	float:right;
	width:170px;
	color:#666;
	padding:40px 0 10px 15px;
}

.leftBox {
	float:left;
	color:#666;
	padding:40px 15px 0 0;
}

.rightBox2 {
	float:right;
	width:150px;
	color:#666;
	padding:40px 0 10px 15px;
}

/* -伝説のシェイパー-- */
.shaperBK {
	width:650px;
	padding-top:50px;
}

.shaper {
	float:left;
	width:120px;
}

.shaper2 {
	float:right;
	width:98px;
	padding-left:22px;
}

.shaperInfo {
	width:530px;
	float:left;
}

.shaperInfo h4 {
	color:#630;
	font-size:32px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	line-height:100%;
}

.shaperInfo .name {
	color:#666;
	font-size:14px;
	line-height:100%;
}

/* --チームライダー-- */
.teamBK {
	width:650px;
	padding-top:50px;
}

.team {
	float:left;
	width:230px;
}

.team2 {
	float:right;
	width:208px;
	padding-left:22px;
}

.teamInfo {
	width:420px;
	float:left;
}

.teamInfo h4 {
	color:#630;
	font-size:32px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	line-height:100%;
}

.teamInfo .name {
	color:#666;
	font-size:14px;
	line-height:100%;
}

p.subName {
	font-size:20px;
	font-family:Georgia,Times New Roman,Times,Meiryo,serif;
	text-align:center;
}

p.subName a {
	color:#666500;
}

.twitterBtm {
margin-bottom:15px;
}

.fbConnectWidgetTopmost {
background-color:#fff;
}