@charset "UTF-8";


/*--------------------------------------------------------------------
初期設定
--------------------------------------------------------------------*/


/* --------------- タグのリセット */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; font-style:normal;}
table {border-collapse:separate; border-spacing:0;}
caption, th {text-align:left;}
img {border:0;}
a {outline:none;}

/* --------------- 基本設定 */

html {overflow-y: scroll;}
body {font:83% Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; line-height:1.5;}
.ie6 body {text-align:center;}
a{color:#18d;}
b, em, strong{font-weight:bold;}
ul {list-style-type:none;}
ol {padding-left:2em;}
p{margin-bottom:0.6em;}
img {max-width:100%;height:auto;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

/* フォントサイズ 
10px -- 77%
11px -- 85%
12px -- 93%
13px -- 100%
14px -- 108%
15px -- 116%
16px -- 123.1%
17px -- 131%
18px -- 138.5%
19px -- 146.5%
20px -- 153.9%
21px -- 161.6%
22px -- 167%
23px -- 174%
24px -- 182%
25px -- 189%
26px -- 197%
*/

/* --------------- class設定 */

.clear {clear:both;}
.clearfix {zoom:1;}
.clearfix:after {content:""; display:block; clear:both;}
.center{text-align:center;}
.bold {font-weight:bold;}
.hidden{height:0!important; width:0!important; overflow:hidden!important;}

.noMgnTop {margin-top:0!important;} .noMgnBtm {margin-bottom:0!important;}
.top5 {margin-top:5px!important;} .top10 {margin-top:10px!important;} .top15 {margin-top:15px!important;} .top20 {margin-top:20px!important;} .top25 {margin-top:25px!important;} .top30 {margin-top:30px!important;} .top35 {margin-top:35px!important;} .top40 {margin-top:40px!important;} .top45 {margin-top:45px!important;} .top50 {margin-top:50px!important;}
.btm5 {margin-bottom:5px!important;} .btm10 {margin-bottom:10px!important;} .btm15 {margin-bottom:15px!important;} .btm20 {margin-bottom:20px!important;} .btm25 {margin-bottom:25px!important;} .btm30 {margin-bottom:30px!important;} .btm35 {margin-bottom:35px!important;} .btm40 {margin-bottom:40px!important;} .btm45 {margin-bottom:45px!important;} .btm50 {margin-bottom:50px!important;}
.h5 {margin-left:5px!important; margin-right:5px!important;} .h10 {margin-left:10px!important; margin-right:10px!important;} .h15 {margin-left:15px!important; margin-right:15px!important;} .h20 {margin-left:20px!important; margin-right:20px!important;}
.v5 {margin-top:5px; margin-bottom:5px;} .v10 {margin-top:10px; margin-bottom:10px;} .v15 {margin-top:15px; margin-bottom:15px;} .v20 {margin-top:20px; margin-bottom:20px;}
.w100{width:100%;} .w90{width:90%; margin-left:5%; margin-right:5%;} .w80{width:80%; margin-left:10%; margin-right:10%;} .w70{width:70%; margin-left:15%; margin-right:15%;} .w60{width:60%; margin-left:20%; margin-right:20%;} .w50{width:50%; margin-left:25%; margin-right:25%;} .w40{width:40%; margin-left:30%; margin-right:30%;} .w30{width:30%; margin-left:3:%; margin-right:35%;} .w20{width:20%; margin-left:40%; margin-right:40%;}
.w100 img, .w90 img, .w80 img, .w70 img, .w60 img, .w50 img, .w40 img, .w30 img, .w20 img{width:100%;}

/* マウスオーバーで透明度変更 */
.opacity a:hover, .opacity a:hover *, .opacity *:hover {filter:alpha(opacity=70); opacity:0.70; -moz-opacity:0.70;}
.opacity_minus, .opacity_minus * {filter:alpha(opacity=70); opacity:0.70; -moz-opacity:0.70;}
.opacity_minus a:hover, .opacity_minus a:hover * {filter:alpha(opacity=100); opacity:1.00; -moz-opacity:1.00;}

/* 表にボーダー＋見出しセル着色 */
table.bordered th, table.bordered td {padding:0.4em 0.7em; border:1px #ccc solid;}
table.bordered th {background:#f2f2f2;}

/* リスト */
ul.square {padding:0 0 0 1.5em; list-style-type:square;}
ul.disc {padding:0 0 0 1.5em; list-style-type:disc;}
ul.inline li {display:inline;}

/* レイアウト確認用 ※iを消して使用 */
i div {border:1px #f00 solid;}	/* divのみにボーダー表示 */
i * {border:1px #f00 solid;}	/* 全要素にボーダー表示 */


/*--------------------------------------------------------------------
基本レイアウト
--------------------------------------------------------------------*/

/* 全体配置 */
header {background:url(../../img/basic/header_bg.jpg) repeat-x 0 bottom!important; zoom:1; height:49px; position:relative; z-index:30;}
#main {width:1000px; margin:0 auto;}
#content {display:inline; float:right; width:710px; margin-right:20px; padding-top:5px; padding-bottom:20px;}
#side {display:inline; float:left; width:250px; position:relative; margin:0 0 0 20px; padding-bottom:30px;}
footer {width:px; margin:0 auto;}
/* --- clearfix */
.ie7 header, .ie7 #main {zoom:1;} /* clearfix IE6,7 */
#header:after, #main:after {content:""; display:block; clear:both;} /* clearfix */

/* ヘッダ内 */
header section {display:block; width:1000px; margin:0 auto; position:relative;}
header a {color:#9d9d9d; display:block!important;}
header h1 {position:absolute; top:12px; left:20px; z-index:120; height:78px; width:220px; background:url(../../img/basic/logo_bg.gif) no-repeat 0 0; border-radius:5px 5px 0 0;}
header h1 a {border-radius:5px 5px 0 0; color:#ba1a1a; text-decoration:none; font-size:6px;}
header h1 a img {vertical-align:bottom; border-bottom:#222 2px solid;}
header h1 a:hover img {opacity:0;}
header h1 img {border-radius:5px 5px 0 0;}
header ul {padding:12px 0 0 270px; overflow:hidden; zoom:1;}
header li {float:left;}
header li a {width:120px;}
header ul a:hover, header a.on {height:27px; overflow:hidden; border-bottom:7px #a00000 solid;}

/* サイドナビ内 */
#categories {width:220px; border-radius:5px; box-shadow:0 0 8px #888; position:relative; top:-37px; z-index:20; padding:78px 0 5px; margin-bottom:-20px; background:url(../../img/nav/ie6_side_nav_foot.gif) no-repeat 0 bottom;}
#categories dt {cursor:pointer; background:#000;}
#categories dt:hover img {opacity:0.93;}
#categories dd {background:#000; border-top:4px #414141 solid; display:none;}
#categories .odd {background:#2a2a2a;}
#categories .even {background:#000;}
#categories li {padding:2px 8px; zoom:1;}
#categories li a {color:#fff; text-decoration:none; display:block!important; width:204px;}
#categories li a:hover {color:#ddd;}
#categories img {vertical-align:bottom;}
#distro_list span {white-space:nowrap; font-size:0.8em; color:#8ab;}
#nav_discon {height:46px; overflow:hidden;}
#nav_discon a {display:block; padding-top:46px; background:url(../../img/nav/cat_discon.jpg) no-repeat 0 0;}
#nav_discon a:hover {opacity:0.93;}
#categories dd.open {display:block!important;}

#search {margin:0 0 20px;}
#search_text {width:158px;}
#search_btn {height:19px; width:49px; text-indent:100px; border:0; overflow:hidden; margin-left:3px; background:url(../../img/basic/btn_search.gif) no-repeat 0 0;}
#search_btn:hover {opacity:0.90;}

#banner_area li {margin-bottom:10px;}
#banner_area a {color:#fff;}
#banner_area img {vertical-align:bottom; border-radius:5px;}
#banner_area a:hover img {opacity:0.90;}

/* メインカラム */
#content section {margin-bottom:40px;}
#location {font-size:0.8em; color:#656565; margin-bottom:10px; text-align:right;}
#location a {text-decoration:none; color:#656565;}
#location a:hover {color:#18d;}

/* フッタ内 */
footer {clear:both; font-size:86%; background:#eee; padding:1.3em 0 1em;}
footer ul {width:980px; margin:0 auto -1.5em; position:relative; z-index:10; overflow:hidden; zoom:1;}
footer li {float:left; padding:0 1em; border-left:1px #aaa solid;}
footer ul li:first-child {border:0;}
footer a {text-decoration:none; color:#333;}
footer p {width:980px; margin:0 auto; position:relative; z-index:0; text-align:right;}



/*--------------------------------------------------------------------
ページ個別
--------------------------------------------------------------------*/

/* トップ */

#top_slide {position:absolute; top:49px; left:0; z-index:0; width:100%; min-width:1000px; *width:1000px;}
#top_slide li {text-align:center!important; background:#111;}
#top_slide li a {display:block; max-width:1000px; *width:1000px; text-align:right; margin:0 auto;}
#top_slide li img {display:inline; max-height:370px; *height:370px; vertical-align:bottom;}

/* #slide_controls {position:relative; left:50%; padding-left:220px;}
#slide_controls div {float:left;}
#slide_controls a {text-decoration:none; color:#555; line-height:10px;} */

#index #content {padding-top:420px;}
#index #content h2 {border-bottom:5px #b20000 solid; margin-bottom:16px;}
#index #content h2 img {vertical-align:bottom; margin-bottom:4px;}
#index .backnumber {position:absolute; top:3px; right:5px;}

#top_featured {background:url(../../img/basic/dotline_v.gif) no-repeat 50% 48px; position:relative; overflow:auto; zoom:1;}
#top_featured div {width:335px; cursor:pointer;}
#top_featured div:hover {text-decoration:underline; opacity:0.93;}
#top_featured .former {float:left;}
#top_featured .latter {float:right;}
#top_featured h3 {font-size:1.14em; margin-bottom:0.4em; line-height:1.4;}
#top_featured .img {margin-bottom:0.3em!important;}
#top_featured .img img {width:335px; height:100px;}
#top_featured .txt {padding-bottom:15px; background:url(../../img/basic/btn_details.gif) no-repeat right bottom;}
#top_featured a {color:#000; text-decoration:none;}
#top_featured a:hover {text-decoration:underline;}

#top_topics {position:relative;}
#top_news {position:relative; zoom:1;}
#top_news dt {font-weight:bold;}
#top_news dd {margin:-1.5em 0 0.6em 9em;}
#top_news dd a {color:#222; text-decoration:none;}
#top_news dd a:hover {text-decoration:underline;}
#top_news dd a:after {content:url(../../img/basic/icon_link.gif); margin-left:4px;}

#top_distro_logo {padding-top:40px; background:url(../../img/basic/border_mesh.gif) repeat-x 0 0; zoom:1; overflow:hidden;}
#top_distro_logo li {float:left; height:60px; width:100px; text-align:center;}
#top_distro_logo li img {margin-left:14px; max-width:85px; max-height:50px;
*width:expression(this.width >= 85? "85px" : "auto"); *height:expression(this.height >= 50? "50px" : "auto");}
#top_distro_logo li a:hover img {opacity:0.93;}

.featured .asset-footer {margin-bottom:3em;}
.note{color:#999;}
/* カテゴリページ */

.cat_body h2 {font-size:1.4em; border-bottom:5px #b20000 solid; margin-bottom:16px;}
.cat_body h3 {font-size:1.1em; margin-bottom:0.3em; padding-left:16px; background:url(../../img/basic/icon_header1.gif) no-repeat 0 0.25em;}
#cat_space {overflow:hidden; zoom:1;}
#cat_item_list ul {margin:0 30px 30px; overflow:hidden; zoom:1;}
#cat_item_list li {display:inline; float:left; margin:2px; width:154px; font-size:80%; font-weight:bold; text-align:center; border:1px #ccc solid; cursor:pointer;}
#cat_item_list li.discontinued {display:none;}
#cat_item_list a {display:block; margin:2px; height:150px;}
#cat_item_list h3 a {height:1.4em;text-decoration:none;color:#000;}
#cat_item_list h3 a:hover {opacity:0.93;text-decoration:underline;}
#cat_item_list img {display:block; margin:0 auto 3px; /*min-height:120px;*/}
#cat_item_list a:hover img {opacity:0.93;}


/* Discontinued Items */

#discontinued_list {margin-top:3em;}
#discontinued_list ul li{font-weight: bold;font-size: 1.3em;margin-bottom: 0.3em;padding-left: 16px;background: url(../../img/basic/icon_header1.gif) no-repeat 0 0.25em;
/* white-space: nowrap; */
}
#discontinued_list ul li.subCat, #discontinued_list ul li li{font-weight: normal;font-size: 100%;margin-bottom: 0.3em;padding-left: 26px;background: none;}
#discontinued_list ul li.subCat{font-weight:bold;margin-bottom:1em;}
#discontinued_list ul li ul{padding-left: 16px;}
#discontinued_list ul li li{display:inline;padding-left: 6px;}
#discontinued_list ul li a{color:#000;text-decoration:none;}
#discontinued_list ul li a:hover{text-decoration:underline;}


/* アイテムページ */

.item_body {overflow:hidden; zoom:1;}
.item_body h2 {border-bottom:1px #222 solid; margin-bottom:5px;}
.item_body h2 span {font-size:1.7em; padding-right:0.3em;}
.item_body h3 {border-bottom:3px #333 solid;}
.item_body h3 img {vertical-align:bottom; margin-bottom:4px;}
.item_body a:hover img {opacity:0.93;}
#item_logo {text-align:right;}
#item_price {font-size:1.1em;}
#item_price span {padding:0 0.3em; background:#e00000; color:#fff; font-size:0.86em; font-weight:bold; border:2px #e00000 solid; border-width:3px 0; border-radius:3px; white-space:nowrap;}
#item_price span.discontinued { background:#2352b9;border:2px #2352b9 solid; border-width:3px 0; border-radius:3px;}

#item_image {overflow:hidden; zoom:1; margin-bottom:15px!important;}
#item_image div {margin:0; width:500px; border:0; float:left; position:relative;}
#item_image div img {max-height:500px;margin:0 auto;display:block;}
#item_image ul {float:right; width:92px;}
#item_image ul li {margin-bottom:4px; border:1px #ccc solid; position:relative; zoom:1;}
#item_image ul li img {width:90px; vertical-align:bottom;}
#item_image span {display:block; width:40px; height:12px; line-height:100px; overflow:hidden; background:url(../../img/basic/icon_zoom.gif) no-repeat 0 0; margin-top:-12px; position:absolute; bottom:0px; right:0px; border:1px #fff solid; border-width:1px 0 0 1px; opacity:0.9;}
#item_image a:hover span {opacity:1!important;}

#item_text {padding:0 20px; margin-bottom:30px;}

#item_feat li {border-top:1px #333 solid; overflow:hidden; zoom:1;}
#item_feat li:first-child {padding-top:10px;border-top:0px;}
#item_feat ul p {float:right; width:520px; margin:0; padding:0.75em 0;}
#item_feat div {float:left; padding:0.75em 0;}
#item_feat div img {vertical-align:bottom; border:1px #ccc solid; width:auto;}

#item_spec {width:500px; float:left;}
#item_spec h3 img {margin:0!important;}
#item_spec dl {margin-top:1.3em; border:1px #ccc solid; border-bottom:0; background:#f2f2f2; font-size:0.95em;}
#item_spec dt {margin:0.3em 0 0 0.7em; font-weight:bold;}
#item_spec dd {margin-top:-1.8em; padding:0.3em 0.7em 0.3em 11.7em; border-bottom:1px #ccc solid; background:url(../../img/basic/bg_white.gif) repeat-y 11em 0; zoom:1;}

#item_link {width:180px; float:right;}
#item_link ul {margin-top:1.3em; *padding-left:1.5em; *list-style-type:square;}
#item_link li:before {content:"»"; padding-right:0.6em;}

/* ウェブページ共通 */

.webpage h2 {font-size:1.4em; border-bottom:5px #b20000 solid; margin-bottom:16px;}
.webpage h2 img {vertical-align:bottom; margin-bottom:4px;}
.webpage h3, .webpage .hl_arrow {font-size:1.16em; margin-bottom:0.3em; padding-left:16px; background:url(../../img/basic/icon_header1.gif) no-repeat 0 0.25em;}
.divider {padding-left:0!important; background:0!important; border-bottom:1px #333 solid;}
.tabmenu {overflow:hidden; zoom:1; background:url(../../img/basic/ccc.gif) repeat-x 0 bottom; padding-left:10px; margin-bottom:30px;}
.tabmenu li {float:left; padding-right:5px;}
.tabmenu a {display:block; border:1px #ccc solid; border-bottom:0; padding:4px 10px; background:#e2e2e2 url(../../img/basic/ccc.gif) repeat-x 0 bottom; text-decoration:none; color:#777; font-weight:bold;}
.tabmenu a:before {content:"» ";}
.tabmenu .selected a {background:#fff; color:#b20000;}
.tabmenu .w200 a {width:203px;}
.tabmenu .w8em a {width:8em;}
.tabmenu .w10em a {width:10em;}
.tabmenu .w11em a {width:11em;}
.tabmenu .w12em a {width:12em;}
.tabmenu a span {font-size:0.8em; font-weight:normal;}
.strype {background:url(../../img/basic/border_mesh2.gif);}
.caution {border:1px #f65560 solid; padding:0.4em 1.0em; margin:15px 0;}
.caution b {color:#f65560;}
.blockquote {padding-left:16px; border-left:6px #eee solid;}
.red {color:#c00;}

/* ウェブページ 個別 */

#company_brands {padding-bottom:20px; background:url(../../img/basic/border_mesh.gif) repeat-x 0 bottom;}
#company_brands p {margin-bottom:20px;}
#company_profile dl {margin-top:1.3em; border:1px #ccc solid; border-bottom:0; background:#f2f2f2; font-size:0.95em;}
#company_profile dt {margin:0.3em 0 0 0.7em; font-weight:bold;}
#company_profile dd {margin-top:-1.8em; padding:0.3em 0.7em 0.3em 11.7em; border-bottom:1px #ccc solid; background:url(../../img/basic/bg_white.gif) repeat-y 11em 0; zoom:1;}
#company_profile dd ul {list-style-type:disc; padding-left:1.4em;}
#company_profile dd li {margin-bottom:0.4em;}
#company_profile dd li:last-child {margin-bottom:0;}
#company_profile dd li b {display:block;}
#company_profile .post1 span {display:inline-block; width:8em;}
#company_profile .post2 span {display:inline-block; width:5em;}

#company_showroom img {margin:8px 0 12px;}
#showroom_guide {padding-top:40px; margin-top:30px; background:url(../../img/basic/border_mesh.gif) repeat-x 0 0; overflow:hidden; zoom:1;}
#showroom_guide .gmap {float:right;}

#company_logo div {float:left; width:33%;}
#logo_aria_brands dt {font-size:0.8em; color:#bbb; padding:15px 0 5px;}
#company_logo dt img {margin-right:6px; vertical-align:middle;}
#company_logo dd {padding-bottom:15px;}
#company_logo ul {overflow:hidden; zoom:1;}
#company_logo li {float:left; font-size:0.8em; padding:0 2px;}
#company_logo li a {background:#b00; border:1px #b00 solid; border-width:2px 4px 1px; border-radius:3px; color:#fff; text-decoration:none;}
#company_logo p.note, #logo_aria_brands {padding-bottom:30px; background:url(../../img/basic/border_mesh.gif) repeat-x 0 bottom; margin-bottom:30px;}
#logo_aria_brands ul {margin:-1.5em 0 0 170px;}
.logo_other_brands {width:50%; float:left; margin-bottom:30px;}
.logo_other_brands ul {margin:-1.5em 0 0 140px;}
.logo_other_brands dt {margin-right:3px; padding:0 8px;}
.logo_other_brands dd {padding-bottom:5px!important;}

#company_logo #press_photos {padding-top:30px; background:url(../../img/basic/border_mesh.gif) repeat-x 0 top; margin-bottom:30px; clear:left;}
#company_logo #press_photos h4 {font-size:1.3em; font-weight:bold; margin:1em 0 0.5em;}
#company_logo #press_photos h5 {font-weight:bold; /*color:#b20000;*/ margin:0.6em 0 0.2em; background:#f8f8f8; padding-left:1em;}
#company_logo #press_photos h6 {font-weight:bold; margin:0.5em 0 0 1.5em;}
#company_logo #press_photos p span {font-weight:normal; font-size:0.8em;}
#company_logo #press_photos p span a {background:#b00; border:1px #b00 solid; border-width:2px 4px 1px; border-radius:3px; color:#fff; text-decoration:none;}
#company_logo #press_photos ul {margin-left:1.5em;}
#company_logo #press_photos li {font-size:100%; float:none; display:none;}
#company_logo #press_photos li a {font-size:1.3em; background:none; border:none; padding-left:0.2em; color:#b00;}

#company_copyright h4 {margin:25px 0 15px; background:url(../../img/basic/border_mesh2.gif); padding:4px 7px;}
#company_copyright li {margin-bottom:0.8em;}
#company_copyright p {text-align:right;}

#dealer_map {overflow:hidden; zoom:1;}
#dealer_map div {margin:0 70px;}
#dealer_map a {display:block; background:#f2f2f2; margin-bottom:2px; padding:2px 0.75em; text-decoration:none; color:#222;}
.dealer_list {overflow:hidden; zoom:1; margin:10px 0 30px;}
.dealer_list dt {font-weight:bold; padding:0.5em 0.5em 0; border-top:0px #ccc dotted;}
.dealer_list dt:first-child {padding-bottom:0.4em;}
.dealer_list dt a {color:#000;}
.dealer_list dd {overflow:hidden; zoom:1; padding:0 0 0.5em 0.9em;}
.dealer_list dd a {padding-right:0.9em;}
.dealer_body ul {border:1px #ccc solid; padding:0.4em 0.7em; margin:20px 10px;}
.dealer_body li {display:inline; padding-right:1em; white-space:nowrap;}
.dealer_body h3 {margin:2em 0 1em;}
.dealer_body h4 {border-bottom:1px #b20000 solid; color:#b20000; margin-top:40px;}
.dealer_body h4 span {font:0.8em normal; color:#aaa; padding-left:1em;}
.dealer_body .dealer_list dt:first-child {padding-bottom:0;}

#support_faq dl {background:#f8f8f8; padding:0.4em 16px 0.8em; margin:15px 0 30px;}
#support_faq dt {font-weight:bold; margin:0.6em 0 0.4em;}
#support_faq dd {display:list-item; list-style-type:decimal; margin:0 0 0.4em 2.5em;}
#support_faq h4 {border-bottom:1px #333 solid; border-left:5px #b20000 solid; margin:1.5em 0 1em; padding-left:5px;}
#support_faq li {padding:0.8em;}
#support_faq li h5 {margin-bottom:0.3em;}
#support_faq li p {margin:0 0 0 1em;}
#support_faq .back {border:1px #ccc solid; padding:0.4em 0.7em; margin:30px 10px 50px;}

#support_form h3 {margin-bottom:20px;}
#support_form .bold, #support_form form {padding-top:35px; margin-top:25px; background:url(../../img/basic/border_mesh.gif) repeat-x 0 0;}
#support_form dl {margin:0 0 10px;}
#support_form dt {padding-top:1em; border-top:0px #ccc dotted;}
#support_form dt span {color:#f65560;}
#support_form dd {margin:-1.5em 0 0 0; padding:0 0 1em 13em; border-bottom:1px #ccc dotted;}
#support_form .buttons {padding:0.5em 0 1em 13em;}
#support_form .btn_submit {width:150px;}

#support_manual dl {background:#f8f8f8; padding:0.4em 16px 0.8em; margin:15px 0 30px;}
#support_manual dt {font-weight:bold; margin:0.6em 0 0.4em;}
#support_manual dd {margin:0 0 0.4em 1em;}
#support_manual .nonum {margin-left:1em; list-style-type:none;}
#support_manual h4 {background:#b20000; color:#fff; padding:0.5em 1em; margin:25px 0 15px;}
#support_manual h5 {border-bottom:1px #333 solid; border-left:5px #b20000 solid; margin:2.5em 0 2em; padding-left:5px;}
#support_manual h6 {margin:1.2em 0 0.8em; background:#f4f4f4; padding:0.1em 0.6em; clear:both;}
#support_manual p, #support_manual ul, #support_manual ol, #support_manual div {margin-left:20px;}
#support_manual img {margin:10px;}
#support_manual .exp_chart {background:0; padding:0; margin:10px 0 10px 20px;}
#support_manual .exp_chart dt {font-weight:bold; margin:0;}
#support_manual .exp_chart dd {margin:-1.5em 0 0.4em 14em; display:block;}
#support_manual #eg_control dd {margin-left:11.5em;}

#artists_list dt {font-weight:bold; background:url(../../img/basic/border_mesh2.gif); padding:4px 7px; margin:12px 0;}
#artists_list dt a {background:#b20000; border:1px #b20000 solid; border-width:2px 0 1px; padding:0 4px; border-radius:3px; color:#fff; font-size:0.8em; text-decoration:none;}
#artists_list dt a:before {content:"» ";}
#artists_list dd {overflow:hidden; zoom:1; padding:0 8px 30px;}
#artists_list dd img {float:left; margin:0 12px 10px 0;} 

#misc_luthiers_intro {margin-bottom:40px;}
#misc_luthiers h3 {margin-bottom:20px;}
#misc_luthiers div {overflow:hidden; zoom:1; margin-bottom:50px; clear:both;}
#misc_luthiers h4 {background:url(../../img/basic/border_mesh2.gif); padding:4px 0; text-indent:7px; margin-bottom:1em;}
#misc_luthiers h4 span {font-size:1.2em; font-style:italic; padding-right:10px;}
#misc_luthiers img {border:10px #fff solid;}
#misc_luthiers img[align="left"] {border-width:0 10px 10px 0;}
#misc_luthiers img[align="right"] {border-width:0 0 10px 10px;}

#misc_cg_type h3, #misc_cg_material dt {font-size:1em!important; background:url(../../img/basic/border_mesh2.gif); padding:4px 7px; margin:30px 0 10px; clear:both;}
#misc_cg_material dt span {font-weight:bold; padding-right:10px;}
#misc_cg_type div {float:right; width:170px; height:80px; text-align:right;}
#misc_cg_type ul:after {content:""; display:block; clear:both;}
#misc_cg_type li {margin-bottom:0.3em;}
#misc_cg_type .link, #misc_cg_material .link {clear:both; border:1px #ccc solid; padding:0.4em 0.7em; margin:20px 10px;}

#topics_index {border-bottom:1px #ccc dotted;}
#topics_index dt {padding:6px 0 0 80px; margin:6px 0 -1.2em; font-weight:bold; border-top:1px #ccc dotted; clear:both;}
#topics_index .pic {float:left;}
#topics_index .pic img {border:1px #ddd solid;}
#topics_index .text {padding:1.2em 0 0 80px;}
#topics_index .text:after {content:""; display:block; clear:both;}

#topics_post h3 {margin-bottom:15px;}
#topics_post p.back {border:1px #ccc solid; padding:0.4em 0.7em; margin:20px 10px;}

#sitemap a {color:#000;}
#sitemap li {font-weight:bold; font-size:1.1em; margin-bottom:10px;}
#sitemap li span {font-size:0.75em;}
#sitemap li ul {font-size:0.909em; overflow:hidden; zoom:1; margin:8px 20px 20px;}
#sitemap li li {font-weight:normal; font-size:1em; background:none; margin-bottom:0;}
#sitemap li li * {font-size:1em!important;}
#sitemap .flat li {float:left; padding-right:1.1em;}
#sitemap .flat a:before {content:"» ";}

/*--------------------------------------------------------------------
フェイドイン
--------------------------------------------------------------------

.ir {display:none;} */




/*--------------------------------------------------------------------
外部ライブラリ
--------------------------------------------------------------------*/

/* fancybox */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp{padding:0; margin:0; border:0; outline:none; vertical-align:top;}
.fancybox-wrap {position:absolute; top:0; left:0; z-index:8020;}
.fancybox-skin {position:relative; background:#f9f9f9; color:#444; text-shadow:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.fancybox-opened {z-index:8030;}
.fancybox-opened .fancybox-skin {-webkit-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);}
.fancybox-outer, .fancybox-inner {position:relative;}
.fancybox-inner {overflow:hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling:touch;}
.fancybox-error {color:#444; font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin:0; padding:15px; white-space:nowrap;}
.fancybox-image, .fancybox-iframe {display:block; width:100%; height:100%;}
.fancybox-image {max-width:100%; max-height:100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image:url('../img/fancybox_sprite.png');}
#fancybox-loading {position:fixed; top:50%; left:50%; margin-top:-22px; margin-left:-22px; background-position:0 -108px; opacity:0.8; cursor:pointer; z-index:8060;}
#fancybox-loading div {width:44px; height:44px; background:url('../img/fancybox_loading.gif') center center no-repeat;}
.fancybox-close {position:absolute; top:-18px; right:-18px; width:36px; height:36px; cursor:pointer; z-index:8040;}
.fancybox-nav {position:absolute; top:0; width:40%; height:100%; cursor:pointer; text-decoration:none; background:transparent url('../img/blank.gif'); /* helps IE */ -webkit-tap-highlight-color:rgba(0,0,0,0); z-index:8040;}
.fancybox-prev {left:0;}
.fancybox-next {right:0;}
.fancybox-nav span {position:absolute; top:50%; width:36px; height:34px; margin-top:-18px; cursor:pointer; z-index:8040; visibility:hidden;}
.fancybox-prev span {left:10px; background-position:0 -36px;}
.fancybox-next span {right:10px; background-position:0 -72px;}
.fancybox-nav:hover span {visibility:visible;}
.fancybox-tmp {position:absolute; top:-99999px; left:-99999px; visibility:hidden; max-width:99999px; max-height:99999px; overflow:visible !important;}
/* Overlay helper */
.fancybox-lock {overflow:hidden;}
.fancybox-overlay {position:absolute; top:0; left:0; overflow:hidden; display:none; z-index:8010; background:url('../img/fancybox_overlay.png');}
.fancybox-overlay-fixed {position:fixed; bottom:0; right:0;}
.fancybox-lock .fancybox-overlay {overflow:auto; overflow-y:scroll;}
/* Title helper */
.fancybox-title {visibility:hidden; font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position:relative; text-shadow:none; z-index:8050;}
.fancybox-opened .fancybox-title {visibility:visible;}
.fancybox-title-float-wrap {position:absolute; bottom:0; right:50%; margin-bottom:-35px; z-index:8050; text-align:center;}
.fancybox-title-float-wrap .child {display:inline-block; margin-right:-100%; padding:2px 20px; background:transparent; /* Fallback for web browsers that doesn't support RGBa */ background:rgba(0, 0, 0, 0.8); -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; text-shadow:0 1px 2px #222; color:#FFF; font-weight:bold; line-height:24px; white-space:nowrap;}
.fancybox-title-outside-wrap {position:relative; margin-top:10px; color:#fff;}
.fancybox-title-inside-wrap {padding-top:10px;}
.fancybox-title-over-wrap {position:absolute; bottom:0; left:0; color:#fff; padding:10px; background:#000; background:rgba(0, 0, 0, .8);}

/* autocomplete */

.ac_results {padding:0px; border:1px solid black; background-color:white; overflow:hidden; z-index:99999;}
.ac_results ul {width:100%; list-style-position:outside; list-style:none; padding:0; margin:0;}
.ac_results li {margin:0px; padding:2px 5px; cursor:default; display:block; /*  if width will be 100% horizontal scrollbar will apear  when scroll mode will be used */ /*width:100%;*/ font:menu; font-size:12px; /*  it is very important, if line-height not setted or setted  in relative units scroll will be broken in firefox */ line-height:16px; overflow:hidden;}
.ac_loading {background:white url('indicator.gif') right center no-repeat;}
.ac_odd {background-color:#eee;}
.ac_over {background-color:#0A246A; color:white;}

/* search */
.fs-hidden {display:none;}
#fs-result-container h2 {font-size:1.4em; border-bottom:5px #b20000 solid; margin-bottom:16px;}
#fs-result-container p#location {height:26px;}
ul.fs-page {padding-left:2em; list-style-type:square;}
ul.fs-page li {padding:0.3em 0;}
#fs-page-navi {margin-top:30px; text-align:center;}
#fs-page-navi a {padding:0 0.35em; color:#222; text-decoration:none;}
#fs-page-navi a:hover {text-decoration:underline;}
#fs-page-navi a.fs-link-current {font-weight:bold; cursor:default;}
