@charset "utf-8";
/*
Theme Name: BROCCOLI 2010
Theme URI: http://wordpress.org/
Description: WordPress のテーマ「2010」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすく -- カスタムメニュー、ヘッダー画像、背景でサイトを作れます。Twenty Ten は6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理のビジュアルエディター用、"Asides" と "Gallery" カテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムのページのテンプレートもあります。
Author: the WordPress team
Version: 1.1
*/


/* 
-------------------------------------------------------------- */
/* @import "/css/style.css" */


html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
/*
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
*/
}
#content {
	float:left;
	margin:0;
	width:680px;
}
@media screen and (max-width:960px){
	#content {
		float:none;
		width:auto;
	}
}

#sidebar{ float: right;	width: 240px; }

/* sidebar widget area */
#primary,
#secondary {
	overflow: hidden;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body{ font-family:'メイリオ', 'meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif; }
pre{ font-family: "Courier 10 Pitch", Courier, monospace; }
code{ font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#ftcontent,
#main,
#header{
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	width:100%;
	background: #fff;
	margin: 0;
	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 240px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 550px;
}
#site-credit {
	float: right;
	width: 360px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body { background-color:#FFF; margin:0; padding:0; font-size:12px; }
input,textarea { color: #000; font-size: 12px; }
hr { background-color: #e7e7e7; border: 0; clear: both; height: 1px; margin:0; }

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #03F;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header { padding:0; }

#header h1#logo{ width:210px; float:left; padding:10px 0 0 0; margin:0; }
#header h1#logo img{ display:block; }

#header #menuside{ width:750px; float:right; padding:14px 0 0 0; }

#header #gmenu-sub{ height:16px; text-align:right; padding-bottom:2px; }
#header #gmenu-sub ul{ list-style:none; margin:0; padding:0; }
#header #gmenu-sub ul li{ font-size:12px; display:inline; margin:0; padding:0; }
#header #gmenu-sub ul li img{ vertical-align:bottom; }

/*
#header #gmenu{ margin:4px 0 4px auto; height:32px; width:710px; background:#000 url(/img/header/bg_gmenu.png) repeat-x 0 0;
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
*/

#header #gmenu{ margin:4px 0 8px auto; height:32px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
#header #gmenu ul{ margin:0 auto; padding:0 4px; text-align:right; }
#header #gmenu li{ margin:0; padding:0; display:inline; color:#FFF; font-weight:bold; font-size:14px; }
#header #gmenu li img{ vertical-align:top; }

#hdsearch{ height:30px; border-top:1px solid #DDD; border-bottom:1px solid #DDD; margin:4px 0 10px 0; clear:both; background:#EEE url(/img/header/bg_searchbar.png) repeat-x left bottom; }
#hdscontent{ margin: 0 auto; width:960px; }
#hdscontent #searchbox{ width:360px; margin:4px 0 0 auto; text-align:right; font-size:11px; }
#hdscontent .sinput{ width:180px; font-size:12px; }


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
/*	margin: 0 0 20px 0;		*/
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #333;
	font-size: 20px;
	vertical-align:text-bottom;
	font-weight: bold;
	padding:8px;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
/* ティザーイメージ */
#content h2.teaser{ margin:0 0 1.5em 0; padding:0; height:290px; overflow:hidden; }
#content ul#topicsimage, #content ul#topicsimage li{ list-style:none; margin:0; padding:0; height:290px; overflow:hidden; }

#content ul#topicsimage{ height:290px; margin-bottom:1em; }
 
/* サイドボックスコンテンツ */
.sidebox{ background-color:#F6F6F6; padding:0; margin-bottom:1.5em; }
.sidebox-nobg{ padding:0; margin-bottom:1.5em; background-color:transparent; } 
.sidebox h3{ background-color:#F6F6F6; padding:0; margin:0; }
.sidebox ul.textlist, .sidebox-nobg ul.textlist{ margin:0 0 .5em 0; padding:0; line-height:1.25em; font-size:12px; }
.sidebox ul.textlist li, .sidebox-nobg ul.textlist li{ list-style:none; border-bottom:1px dotted #999; padding:0; }
.sidebox ul.textlist a, .sidebox-nobg ul.textlist a{ display:block; padding:6px 12px; }
.sidebox ul.textlist a:link, 
.sidebox ul.textlist a:visited{ text-decoration:none; }
.sidebox ul.textlist a:hover, 
.sidebox ul.textlist a:active{ background-color:#E7FF84; -webkit-transition: 150ms ease-in-out; }

/* スタイルなしリスト */
.sidebox-nobg ul.nostyle, #main .sideba-nobg ol.nostyle{ margin:0 0 .5em 0;padding:0; line-height:1.25em; font-size:12px; }
.sidebox-nobg ul.nostyle li, #main .sidebar-nobg ol.nostyle li{ margin:0; padding:4px 0 0 0; list-style:none; }


/* ページ別コンテンツ
-------------------------------------------------------------- */
/* カードゲームトップ */
#content .cbox-left, #content .cbox-right{ width:320px; }
#content .cbox-left{ float:left; }
#content .cbox-right{ float:right; }

#content .cbox1col h3{ margin:0; padding:1em 0 0 0; }
#content .cbox1col ul.update{ padding:5px 0 10px 5px; margin:0; }
#content .cbox1col ul.update li{ padding:4px 10px 4px 16px; margin:0; background:transparent url(/img/cmn/bulet_allow.png) no-repeat left .5em; list-style:none; font-size:12px; color:#666; line-height:1.35em; border-bottom:1px dotted #AAA; }
#content .cbox1col ul.update li a{ font-weight:bold; text-decoration:none; }

#content .cbox2col h3{ margin:0; padding:1em 0 0 0; }
#content .cbox2col ul.update{ max-height:260px; padding:5px 0 10px 5px; margin:0; overflow:auto; }
#content .cbox2col ul.update li{ padding:4px 10px 4px 16px; background:transparent url(/img/cmn/bulet_allow.png) no-repeat left .5em; margin:0; list-style:none; font-size:12px; color:#666; line-height:1.35em; border-bottom:1px dotted #AAA; }
#content .cbox2col ul.update li a{ font-weight:bold; text-decoration:none; }

#content ul.update-nobulet{ padding:0 0 10px 0; margin:0; }
#content ul.update-nobulet li{ padding:4px 10px 4px 0; margin:0; list-style:none; font-size:12px; color:#666; line-height:1.35em; border-bottom:1px dotted #AAA; }
#content ul.update-nobulet li .textblock{ display:block; margin-left:46px; }
#content ul.update-nobulet li.listdate{ margin-top:1em; font-weight:bold; border-top:1px solid #999; border-bottom:1px solid #999; color:#333; padding:2px 4px; background-color:#F6F6F6; }
#content ul.update-nobulet li.listdate:first-child{ margin-top:0; }
#content ul.update-nobulet li.toplink{ font-weight:bold; border-bottom:none; padding-bottom:6px; text-align:right; font-size:11px; }
#content ul.update-nobulet li a{ font-weight:bold; text-decoration:none; }
#content ul.update-nobulet li img{ vertical-align:text-bottom; float:left; }


/* ブレッドクラム */
#content .breadcrumb{ margin:.25em 0 1.5em 0; padding:0 0 0 14px; font-size:11px; background:transparent url(/img/cmn/bulet_allow.png) no-repeat left center; border-top:1px dotted #999; border-bottom:1px dotted #999; }
#content .breadcrumb li{ margin:0; padding:0; font-size:11px; display:inline; }
#content .sbm{ text-align:right; padding: 5px 0 0 0; }
#content .sbm .sbitem{ float:right; padding-left:6px; }


/* ページネーション */
.tablenav { color: #2583ad; background:white; margin: 1em auto; line-height:2em; text-align:center; }
a.page-numbers, .tablenav .current{ color: #00019b; padding: 2px .4em; border:solid 1px #ccc; text-decoration:none; font-size:smaller; }
a.page-numbers:hover{ color:white; background: #328ab2; }
.tablenav .current{ color: white; background: #328ab2; border-color: #328ab2; font-weight:bold; }
.tablenav .next, .tablenav .prev{ border:0 none; background:transparent; text-decoration:underline; font-size:smaller; font-weight:bold; }

/* インデックス更新情報 */
/* #content #indexupdate{ height:460px; overflow:auto; } */
#content #indexupdate{ height:260px; overflow:auto; }


/* グッズ一覧 */
#content .goodslist{ width:320px; padding:5px; line-height:1.25em; }
#content .goodslist:hover{/* border:1px solid #EEE;*/ padding:5px; background-color:#FFFFF0; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; } 
#content .goodslist .goods-thumbnail{ border:1px solid #CCC; float:left; }
#content .goodslist h4{ margin:0 0 .5em 0; padding:0; font-size:14px; }
#content .goodslist p{ margin:0 0 0 106px; padding:0; font-size:12px;}
#content .goodslist .goodsmeta{ font-size:11px; font-weight:bold; margin-bottom:4px; }
p.goodsmeta span{display:block;}

/* グッズ詳細 */
#content .copyrights{ font-size:12px; line-height:14px; margin-top:1.5em; color:#999;font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;  }
#content .meta-box{ font-size:11px; line-height:1.5em; background-color:#FCFCFC; border:1px solid #DDD; padding:6px; margin:0; }

/*chipiucco*/
div.info_chipicco{margin:2em 1em;padding:1em;background:#fcfcfc;border:1px solid #996633;}

/* グッズ画像用テーブル */
#content table.goodstbl{
	box-sizing:border-box;
	position:relative;
	table-layout:fixed;
	margin:1em 0;
	width:100%;
}
#content table.goodstbl th,
#content table.goodstbl td{
	margin:0;
	padding:2px 15px 2px 0;
	line-height:1.15em;
}
#content table.goodstbl th.goodstitle{
	border-left:4px solid #ffd21f;
	padding:2px 6px;
	text-align:left;
	vertical-align:top;
}
#content table.goodstbl td.goodsimg{
	padding:5px 10px 0 0
}
#content table.goodstbl td.goodsimg img{
	max-width:none;
}
#content table.goodstbl td.ecurl{
	border-bottom:1px dotted #ccc;
	padding:3px 20px 10px 0;
	vertical-align:middle;
}
#content table.goodstbl td.ecurl img{
	max-width:100%;
}

/* グッズ画像用テーブル(横幅指定なし) */
#content table.goodstbl_nowidth{
	position:relative;
	margin:1em 0;
}
#content table.goodstbl_nowidth th,
#content table.goodstbl_nowidth td{
	margin:0;
	line-height:1.15em;
	padding-right:15px;
}
#content table.goodstbl_nowidth th.goodstitle{
	border-left:4px solid #ffd21f;
	padding:2px 6px;
	text-align:left;
}
#content table.goodstbl_nowidth td.goodsimg{}
#content table.goodstbl_nowidth td.ecurl{
	border-bottom:1px dotted #ccc;
	padding:3px 0 6px 0;
	vertical-align:middle;
}

@media screen and (max-width:960px){
	#content table.goodstbl{
	}
	#content table.goodstbl th,
	#content table.goodstbl td{
		padding:2px 5px;
	}
	#content table.goodstbl td.goodsimg{
		padding:5px 5px 0;
		text-align:center;
	}
	#content table.goodstbl td.ecurl{
		padding:10px 0;
		text-align:center;
	}
	#content table.goodstbl td.ecurl img{
		width:170px;
	}
	#content table.goodstbl td.goodsimg img{
		max-width:100%;
	}
}

#content table.spec{
	box-sizing:border-box;
	border-collapse:collapse;
	width:100%;
	border:1px solid #ccc;
}
#content table.spec td,
#content table.spec th{
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	padding:8px 6px;
	font-size:1.2rem;
	line-height:1.25em;
}
#content table.spec th{
	width:8em;
	background-color:#444;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}
#content table.spec td{}

@media screen and (max-width:960px){
	#content table.spec th{
		white-space:nowrap;
	}
}

#content .detaillink{ padding:2px 4px; margin:1em 0; background-color:#F3F3F3; text-align:right; border-top:1px dotted #CCC; border-bottom:1px dotted #CCC; }

#content table.itemlist{
	border-collapse:collapse;
	border:1px solid #CCC;
	width:680px;
}
#content table.itemlist td,#content table.itemlist th{
	padding:8px 6px;
	font-size:.9em;
	line-height:1.25em;
}
#content table.itemlist tr:nth-child(even) td{
	background-color:#eee;
}
#content table.itemlist thead th{
	background-color:#444;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
}
#content table.itemlist td{
}
#content table.itemlist .detail{
	border-right:1px dotted #666;
}
#content table.itemlist tbody .detail{
	border-right:1px dotted #ccc;
}
#content table.itemlist .price{
	text-align:right;
	white-space:nowrap;
}
#content table.itemlist tbody .price{
	font-size:1.1em;
	line-height:1.25em;
}


/* ホビーページ */
#content .newHobbyList{
	display:inline-block;
	padding:0 0 12px;
}
#content .newHobbyList:after{
	content:" ";clear:both;overflow:hidden;display:block;
	visibility:hidden;margin-bottom:-1px;height:1px;
	font-size:1px;line-height:1px;
}
/* \*/
#content .newHobbyList{display:block;height:1px;}
html>body #content .newHobbyList{height:auto;}
/* */
#content .newHobbyList .hobbyUnit{
	border-top:1px solid #F1F1F1;
	border-left:1px solid #F1F1F1;
	border-right:1px solid #D1D1D1;
	border-bottom:1px solid #D1D1D1;
/*
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:10px 0;
 */
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	padding:0 0 10px;

	width:328px;
	box-shadow:3px 3px 4px #DDD;
	line-height:1.25em;
}
#content .newHobbyList .hobbyUnit:hover{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#FFFFF0;
}
#content .newHobbyList .hobby-thumbnail{
	border-top:1px solid #F1F1F1;
	border-bottom:1px solid #DDD;
/*
	width:100%;
	height:auto;
 */
	text-align: center;
}
#content .newHobbyList h4{
	margin:0 10px 0 5px;
	border-left:3px solid #ACDA21;
	padding:0 0 2px 7px;
	font-size:13px;
	line-height:20px;
}
#content .newHobbyList h4 span{
	display:inline-block;
	margin:-1px 5px 0 0;
	border-radius:2px;
	padding:3px 6px;
	color:#fff;
	font-size:10px;
	line-height:100%;
	font-weight:normal;
	white-space:nowrap;
	vertical-align:middle;
}
#content .newHobbyList h4 span.figure-eighth,
#content .newHobbyList h4 span.figure-seven{
	background:#f66;
/* スケールフィギュアはとりあえず同じ色、1/7が増えたら別の色にするかも */
}
#content .newHobbyList h4 span.chocolte{
	background:#0bc;
}

#content .newHobbyList h4 span.chocosta{
	background:#ff3333;
}

#content .newHobbyList .hobbymeta{
	padding:6px 0 2px 0;
/*	font-weight:bold; */
}
#content .newHobbyList p{
	margin:0 10px 0 15px;
	font-size:12px;
}
#content .newHobbyList a{
	text-decoration: none;
}


#content .hobbylist{ width:328px; padding: 10px 0; box-shadow: 3px 3px 4px #DDD; border-top:1px solid #F1F1F1; border-left:1px solid #F1F1F1; border-right:1px solid #D1D1D1; border-bottom:1px solid #D1D1D1; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; line-height:1.25em; }
#content .hobbylist:hover{/* border:1px solid #EEE;*/ background-color:#FFFFF0; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; } 
#content .hobbylist .hobby-thumbnail{ border-top:1px solid #F1F1F1; border-bottom:1px solid #DDD; text-align: center; }
 
#content .hobbylist h4 { margin:0 10px; padding: 3px 0 0 6px; font-size:14px; border-left: 3px solid #ACDA21;}
#content .hobbylist p { margin: 0 10px; font-size: 12px;}
#content .hobbylist a { text-decoration: none;}
#content .hobbylist .hobbymeta { padding: 6px 0 2px 0; font-weight: bold; }

.hobby_header{ color: #93BD24; padding: 5px 0 4px 0;  border-bottom: 2px solid #B6E034; margin-bottom: 12px; display: block;}
.hobby_topic{ color: #65BE23; padding: 6px; border: 1px solid #CCC; line-height: 1.3; margin: 0 0 6px 0; display: block; }
.hobby_topic_close{ padding:4px; border:1px solid #CCC; background-color:#F6F6F6; margin:.5em 0; }
.hobby_topicbos{ color: #65BE23; padding: 6px; border: 2px solid #B6E034; line-height: 1.3; margin: 6px 0; display: block; }
.hobby_topic h3{ color: #FF6600!important; }

/* ホビーページサイド */
#sidebar ul.update{ padding:5px 0 10px 5px; margin:0; max-height: 340px; overflow: auto; }
#sidebar ul.update li{ padding:4px 10px 4px 0; margin:0; list-style:none; font-size:12px; color:#666; line-height:1.4em; border-bottom:1px dotted #AAA; }
#sidebar ul.update li a{ text-decoration:none; }
#sidebar ul.update img { float: left; margin: 0 6px 0 0; }
.hobby-side-thumbnail-img {	width: 238px; height: 103px; margin: 2px 0; border: 1px solid #E1E1E1; vertical-align: middle; }
.hobby-side-thumbnail-img:hover { border: 1px solid #6C0; opacity: .7; }

/* デコマス・サンプル展示情報 */
#sidebar ul.decomas{padding: 5px 0 10px 5px;margin: 0;}

ul.decomas li {
display:block;
min-height:85px;
padding:3px 2px;
}

ul.decomas li:hover{ /* background:rgba(255,255,0,0.1); */}

span.s_deco,
span.s_sam{
display: inline-block;
    margin: 2px 5px 0 0;
    border-radius: 2px;
    padding: 3px 6px;
    color: #fff;
    font-size: 10px;
    line-height: 100%;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
}
span.s_deco{background:#66ccff;}
span.s_sam{background:#006633;}

ul.decomas li img{
margin-top:2px;
}

ul.decomas li div {
width:145px;
float:right;
font-size:11px;
}

ul.decomas li:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

h4.s_tenzi{
		font-weight: bold;
		margin:3px 0;
    border-left: 3px solid #ACDA21;
		padding-left:2px;
		line-height: 1.4em;
}

ul.decomas span.n_tenzi{
display:block;
background:#F6F6F6;
padding:5px 2px;
line-height: 1.2em;
}

/* ホビーページギャラリー
-------------------------------------------------------------- */

#content .hobbygallery {
	text-align: left;
	/*margin-top: -24px;*/
	margin: 0 0 12px 16px;
}
#content .hobbygallery .gallery-item {
	margin-top: 0;
	text-align: center;
}
#content .hobbygallery img {
	border: 2px solid #cfcfcf;
}
#content .hobbygallery img:hover {
	border: 2px solid #B6E034; 
	opacity: .8;
}
#content .hobbygallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .hobbygallery dl {
	margin: 0 auto;
	border-radius: 6px;
	display: inline;
}

#content .hobbygallery dt,#content .hobbygallery dd {
	display: inline;
}

#content .hobbygallery img {
	border: 2px solid #f1f1f1;
	border-radius: 6px;
}
#content .hobbygallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#chocostaInfo{ text-align:center;}
#chocostaInfo img{margin:10px  auto;max-width:100%;}


/* 発売日別用トップアンカー */
#content .sales-date{ padding:2px 4px; margin:1em 0; background-color:#F3F3F3; clear:both; }
#content .toplink{ text-align:right; font-size:11px; font-weight:bold; clear:both; border-top:1px dotted #CCC; }

/* 関連商品 */
#content .relatedtbl{ margin:0 0 1em 0; position:relative; }
#content table.relatedtbl td{ margin:0; line-height:1.15em; padding:6px; width:100px; font-size:10px; font-weight:bold; color:#555; }
#content table.relatedtbl img{ border:1px solid #CCC; }
#content table.relatedtbl td:hover{ background-color:#FFFFF0; color:#000; }
@media screen and (max-width:960px){
	#content table.relatedtbl,
	#content table.relatedtbl tbody,
	#content table.relatedtbl tr,
	#content table.relatedtbl td{
		display:block;
	}
	#content table.relatedtbl td{
		margin:0 auto 5px;
	}
}

/* 枠テーブル */
#content table.graycell{ border-collapse:separate; border-spacing:6px; }
#content table.graycell td{ border:1px solid #CCC; background-color:#FCFCFC; font-size:11px; line-height:13px; padding:4px; margin-bottom:1.5em; }
#content table.graycell img.alignleft{ float:left; padding:0 10px 0 0; margin:0; }

#content div.graycell{ border:1px solid #CCC; background-color:#FCFCFC; font-size:11px; line-height:1.15em; padding:8px; margin-bottom:1.5em; }

/* 見出しラベル */
#content .orangelabel{ border-left:4px solid #FFD21F; padding:2px 6px; text-align:left; }

/* サブヘッダ */
#content .subheading{ font-size:14px; font-weight:bold; border-left:4px solid #FFD21F; padding:2px 6px; text-align:left; margin-top:2.5em; }

/* 応援バナー用テキストエリア */
#content .bnrinput{ font-size:11px; line-height:12px; color:#666; }

/* 汎用枠付きブロック */
.notebox{ border:1px solid #CCC; background-color:#FCFCFC; }

/* 汎用クラス */
.fright{ float:right; }
.fleft{ float:left; }
.aleft{ text-align:left; }
.aright{ text-align:right; }
.acenter{ text-align:center; }
.clear{ clear:both; }
hr.clear{ clear:both; height:1px; visibility:hidden; }

.x-small, #content .x-small{ font-size:10px; }
.smaller, #content .smaller{ font-size:smaller; }
.larger, #content .larger{ font-size:larger; }
.x-large, #content .x-large{ font-size:1.5em; }

.sep{ margin:2em 0; }
.notopmargin, #content .notopmargin{ margin-top:0; }
.nobtmargin, #content .nobtmargin{ margin-bottom:0; }
.nomargin, #content .nomargin{ margin:0; }

.rpad1em{ padding-right:1em;}
.lpad1em{ padding-left:1em;}
.bpad1em{ padding-bottom:1em;}

.topicsbox{ padding:1em; border:1px solid #CCC; background-color:#F6F6F6; margin:1.5em 0; }
.topicsbox-ly{ padding:.75em; border:1px solid #FC9; background-color:#FFD; margin:1.5em 0; }

.btlinedotted{ border-bottom:1px dotted #999;}

.c_stpink{ color:#F06; }
.c_stlightblue{ color:#09F; }
.c_storg{ color:#F90; }
.c_stred{ color:#C00; }
.c_stblue{ color:#00C; }
.c_y {color: #FF0}

.formtable{ border-collapse:collapse; border:1px solid #222; }
.formtable th, .formtable td{ border:1px solid #222; padding:5px; }
.formtable th{ background-color:#222; }

.vamiddle{ vertical-align:middle; }
.vatop{ vertical-align:top; }
.vasub{ vertical-align:sub; }
.vabase{ vertical-align:baseline; }

/* 汎用クラス */




/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}



/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}





/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}

#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin:0;
	padding:20px 0 40px 0;
	border-top:1px solid #CCC;
	background: #FDFDFD url(/img/footer/bg_footer.png) repeat-x 0 0;
}
#colophon {
	/* padding: 18px 0; */
}
#site-info {
	font-weight: bold;
}
#site-info a {
/*
	color: #000;
	text-decoration: none;
*/
}

#site-credit {
	font-size: 10px; text-align:right;
	position: relative;
}
#site-credit p{	font-size:10px; text-align:right; }
#site-credit a {
	/* background: url(images/wordpress.png) center left no-repeat; */
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 0px;
	text-decoration: none;
	font-size:10px;
}
#site-credit a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
#ftcontent p+p{ margin-top:1.5em;; }
#ftcontent p{ margin:0; font-size:10px }

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}






/* ------- thickbox settings --------*/
#lightbox{
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}
#lightboxDetails{
font-size: 0.8em;
padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/img/cmn/overlay.png); }

* html #overlay{
background-color: #333;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/cmn/overlay.png", sizingMethod="scale");
}








/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {

	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-credit {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-credit a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
font-size: 14px;
font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif;
color: #333333;
}

#TB_secondLine {
font: 10px Arial, Helvetica, sans-serif;
color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
display:block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}

#TB_caption{
height:25px;
padding:7px 30px 10px 25px;
float:left;
}

#TB_closeWindow{
height:25px;
padding:11px 25px 10px 0;
float:right;
}

#TB_closeAjaxWindow{
padding:7px 10px 5px 0;
margin-bottom:1px;
text-align:right;
float:right;
}

#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 10px;
margin-bottom:1px;
}

#TB_title{
background-color:#e8e8e8;
height:27px;
}

#TB_ajaxContent{
clear:both;
padding:2px 15px 15px 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
padding:15px;
}

#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}

#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height:100%;
width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
}

/* SLIDER */
.slider-wrap { width: 680px; position: absolute; }
.coda-slider { width: 680px; height: 290px; overflow: hidden; }
.stripViewer { position: relative; overflow: hidden; width: 680px; height: 290px; }
.stripViewer .panelContainer { position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel { float: left; height: 100%; position: relative; width: 680px; }
.stripNavL, .stripNavR, .stripNav { display: none; }
/* .nav-thumb { width: 88px; height: 37px; vertical-align:bottom; margin-bottom: 5px; box-shadow: 0px 0px 2px #AAA; border: 2px solid #FAFAFA; } */
.nav-thumb { width: 124px; height: 52px; vertical-align:bottom; margin-bottom: 5px; box-shadow: 0px 0px 2px #AAA; border: 2px solid #FAFAFA; }
.active-thumb .nav-thumb { border: 2px solid #88C616; opacity: .8; /* margin: -1px 0 0 -1px!important; */ }
#slider-navi { width: 678px; background-color: #F1F1F1; border-left: 1px solid #CCC; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; border-top: 1px solid #FFF; height: 66px; }
/* #slider-navi a:hover { -webkit-opacity:0.70; -moz-opacity:0.70; -o-opacity:0.70; opacity:0.70; } */
.movers-row { margin: 0 auto; width: 680px; padding-top: 5px; }
.movers-row ul { width: 660px; margin: 0 auto; padding-left: 3px; }
.movers-row li { width: 124px; float: left; list-style: none; margin: 0 8px 5px 0; }
/* .movers-row li { width: 88px; float: left; list-style: none; margin: 0 6px 5px 0; }*/
.photo-meta-data{ padding: 10px; height: 30px; margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span{ font-size: 13px; }
*html .movers-row li { margin: 0 2px 5px 0; } /* スターハック */


/* jquery slider */
.jquery-slider {
    overflow: hidden;
    position: relative;
	height: 170px!important;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    /* border: 1px solid #E1E1E1; */
    opacity: 1;
    cursor: pointer;
    border-radius: 30px;
    /*box-shadow: #CCC 0 0 2px;*/
    text-shadow: #fff 0 0 1px;
	border: 1px solid #B7FF0F;
	color: #00CC00;
}
.jquery-slider-control:hover {
    opacity: .9;
	/*background: #F7FFC8;*/
	/*background: #B7FF0F;*/
	color:#00CC00;
	border: 1px solid #00CC00;
}
.jquery-slider-control-prev {
    left: 5px;
    top: 5px;
}
.jquery-slider-control-next {
    right: 5px;
    top: 5px;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    right: 5px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background: #999;
	cursor: pointer;
    opacity: 0.33;
    margin: 3px;
    border-radius: 6px;
    box-shadow: #333 0 0 2px;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
}
.jquery-slider-page-current {
    opacity: 1;
}

#slider { margin:0; padding:10px 0; height: 180px!important; }
#slider div { height:200px; overflow:hidden!important; }

#slider a, #slider a { display:block; text-align:center; text-decoration: none; }
#slider ul { padding: 0 0 0 0; margin: 0 0 0 33px; }
#slider li{ padding: 12px 0 5px 3px; margin: 0 0 0 7px; list-style: none; height: 160px; width: 112px; float: left;  display: block; text-align: center; font-size: 10px; line-height: 1.2; border-radius: 8px; }
#slider li strong{ font-size: 14px; line-height: 1.35; color: #00CC00; }
#slider .goodsrank01 strong, #slider .goodsrank02 strong, #slider .goodsrank03 strong, #slider .goodsrank04 strong, #slider .goodsrank05 strong { padding-left: 9999px; display:block; overflow: hidden; height: 18px; }
#slider ul .goodsrank01 { background: transparent url(/img/index/goods-slider_rank01.jpg) no-repeat center top; }
#slider ul .goodsrank02 { background: transparent url(/img/index/goods-slider_rank02.jpg) no-repeat center top; }
#slider ul .goodsrank03 { background: transparent url(/img/index/goods-slider_rank03.jpg) no-repeat center top; }
#slider ul .goodsrank04 { background: transparent url(/img/index/goods-slider_rank04.jpg) no-repeat center top; }
#slider ul .goodsrank05 { background: transparent url(/img/index/goods-slider_rank05.jpg) no-repeat center top; }

#slider li:hover { /*background-color: #F7FFC8;*/ }
#slider li a { display: block; width: 108px; height: 160px; }
#slider img{ margin: 0 0 1px 2px; border: 1px solid #E1E1E1; }
.jquery-slider-control { background:#FFF;  margin-top: 76px; padding:1px 2px 2px 2px; width:18px; height: 20px; }