@charset "Shift_JIS";
/*index css*/
/*
SITE：UNITED ARROWS ONLINE STORE
______________________________________*/

/* image.css
/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
/* 
/* #01 ページタイトルエリア
/* #02 イメージ
/* #03 itemimg
/* #04 detailimg
/* #05 サイズガイドリンク
/*
==========================================*/

/****** 商品詳細ウィンドウ ******/

html {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin-top: 0;margin-right: 0;margin-bottom: 0;margin-left: 0;padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0;list-style-type: none;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var,i {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family: inherit; font-size: inherit; font-weight: inherit;}
input,textarea,select {*font-size:100%;}
legend {color:#000;}

body { font:13px/1.231 arial,helvetica,clean,sans-serif; *font-size:small; *font:x-small;}
table {font-size: inherit; font-size: 100%;}
pre,cpde,kbd,samp,tt {font-family: monospace; *font-size:108%; line-height: 100%;}



/* basic style
------------------------------------------------------*/
body
{
	float:left;
	padding:0;
	margin: 0;
	color:#000;
	text-align: center;
	font-size: 12px;
	font-family:"Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

form option {font-size: 12px;}

a img
{
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

a { color:#194dcf; text-decoration : none; }
a:link { color : #194dcf; }
a:visited { color: #194dcf; text-decoration : none; }
a:active { color: #194dcf; text-decoration : none; }
a:hover { color:#194dcf; text-decoration : underline; }


#wrapper
{
	float:left;
	width: 100%;
	text-align:left;
}

#main
{
	float:left;
	width:100%;
}

.clearfix:after
{
  	content: ".";  /* 新しい要素を作る */
  	display: block;  /* ブロックレベル要素に */
  	clear: both;
  	height: 0;
  	visibility: hidden;
}

.clearfix
{
  	min-height: 1px;
}

* html .clearfix
{
  	height: 1px;
  	/*\*//*/
  	height: auto;
  	overflow: hidden;
  	/**/
}

/**********************************************************************/
/*                                                                    */
/* 詳細イメージ                                                       */
/*                                                                    */
/**********************************************************************/

/* =01 ページタイトルエリア
------------------------------------------------------*/

div.ttl_area
{
	float:left;
	width:685px;
	margin-left:20px;
	_margin-left:10px;
	padding-bottom:16px;
	border-bottom:1px #7A7A7A solid;
}

div.ttl
{
	display:inline;
	float:left;
	width:609px;
	margin:35px 0 0 0px;
}

div.close
{
	float:left;
	width:51px;
	margin-top:37px;
}

/* =02 イメージ
------------------------------------------------------*/

#big_img
{
	display:inline;
	float:left;
	width:685px;
	margin:0px 0 0 20px;
}

/* =03 itemimg
------------------------------------------------------*/
#big_img
	div.itemimg
{
	float:left;
	width:515px;
	margin-top:20px;
}

#big_img
	div.itemimg img
{
	cursor:pointer;
}


/* =04 detailimg
------------------------------------------------------*/
#big_img
	div.detailimg
{
	float:left;
	width:170px;
	margin-top:20px;

}
/*カラー展開*/
#big_img
	div.detailimg
		div.open_color
{
	float:left;
	width:130px;
	font-weight:bold;
	margin-bottom:6px;
}
/*アイテム画像*/
#big_img
	div.detailimg
		div.item_img
{
	float:left;
	width:130px;
	font-weight:bold;
	margin:15px 0 6px 0;
}

#big_img
	div.detailimg
		ul li
{
	display:inline;
	float:left;
	width:84px;
	height:105px;
	margin:0px 1px 3px 0px;
}

#big_img
	div.detailimg
		ul li.item_img
{
	display:inline;
	float:left;
	width:84px;
	height:70px;
	margin:0px 1px 1px 0px;
}

#big_img
	div.detailimg
		ul li div.thumbnail
{
	float:left;
	width:84px;
	height:70px;
}

#big_img
	div.detailimg
		ul li div.thumbnail_2
{
	float:left;
	width:80px;
	height:70px;
}

#big_img
	div.detailimg
		ul li div.thumbnail a img
{
	padding:1px;
	border:1px #7A7A7A solid;
}

#big_img
	div.detailimg
		ul li div.thumbnail_2 a img
{
	padding:1px;
	border:1px #7A7A7A solid;
}

#big_img
	div.detailimg
		ul li div.thumbnail p.color
{
	float:left;
	width:84px;
	height:30px;
	margin-top:1px;
	font-size:10px;
}


/* =05 サイズガイドリンク
------------------------------------------------------*/

#big_img
	div.sizeguide

{
	float:left;
	width:135px;
	margin:30px 0 0 12px;
	font-weight:bold;
	text-align:center;
}















