@charset "shift-jis";
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
 HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary{
	display:block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video{
	display:inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]){
	display:none;
	height:0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden]{
	display:none;
}

/* ==========================================================================
 Base
 ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html{
	font-family:sans-serif;
	/* 1 */
	-webkit-text-size-adjust:100%;
	/* 2 */
	-ms-text-size-adjust:100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body{
	margin:0;
}

/* ==========================================================================
 Links
 ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus{
	outline:thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover{
	outline:0;
}

/* ==========================================================================
 Typography
 ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1{
	font-size:2em;
	margin:0.5em 0 0;
}

@media(max-width:640px){
	h1{
		margin:0px !important;
	}
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title]{
	border-bottom:1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong{
	font-weight:normal !important;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn{
	font-style:italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark{
	background:#ff0;
	color:#000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp{
	font-family:monospace, serif;
	font-size:1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre{
	white-space:pre-wrap;
}

/**
 * Set consistent quote types.
 */
q{
	quotes:"_201C" "_201D" "_2018" "_2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small{
	font-size:80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup{
	top:-0.5em;
}

sub{
	bottom:-0.25em;
}

/* ==========================================================================
 Embedded content
 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img{
	border:0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root){
	overflow:hidden;
}

/* ==========================================================================
 Figures
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure{
	margin:0;
}

/* ==========================================================================
 Forms
 ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset{
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend{
	border:0;
	/* 1 */
	padding:0;
	/* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea{
	font-family:inherit;
	/* 1 */
	font-size:100%;
	/* 2 */
	margin:0;
	/* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input{
	line-height:normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select{
	text-transform:none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance:button;
	/* 2 */
	cursor:pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]{
	cursor:default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"]{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:border-box;
	/* 1 */
	padding:0;
	/* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"]{
	-webkit-appearance:textfield;
	/* 1 */
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	/* 2 */
	box-sizing:content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance:none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner{
	border:0;
	padding:0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea{
	overflow:auto;
	/* 1 */
	vertical-align:top;
	/* 2 */
}

/* ==========================================================================
 Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table{
	border-collapse:collapse;
	border-spacing:0;
}

/* ==========================================================================
 Section comment block
 ========================================================================== */
/* Sub-section comment block
 ========================================================================== */
/* Basic comment */
/* options text
 ========================================================================== */
.ex--alignLeft{
	text-align:left !important;
}

.ex--alignRight{
	text-align:right !important;
}

.ex--alignCenter{
	text-align:center !important;
}

.ex--alignTop{
	vertical-align:top !important;
}

.ex--alignMiddle{
	vertical-align:middle !important;
}

.ex--alignBottom{
	vertical-align:bottom !important;
}

.ex--fontXSmall{
	font-size:50% !important;
}

.ex--fontSmall{
	font-size:75% !important;
}

.ex--fontLarge{
	font-size:125% !important;
}

.ex--fontXLarge{
	font-size:200% !important;
}

.ex--fontBold{
	font-weight:bold !important;
}

/* options display
 ========================================================================== */
.ex--disableLeargeScreen{
	display:none;
}

@media(max-width:640px){
	body.mod-respView .ex--disableLeargeScreen{
		display:block !important;
	}

	body.mod-respView .ex--disableSmallScreen{
		display:none !important;
	}
}
/* ==========================================================================
 general style
 ========================================================================== */
::-webkit-selection{
	background:rgba(0, 0, 0, 0.7);
	color:#fff;
}

::-moz-selection{
	background:rgba(0, 0, 0, 0.7);
	color:#fff;
}

::selection{
	background:rgba(0, 0, 0, 0.7);
	color:#fff;
}

html{
	margin:0;
	padding:0;
	font-family:"_30D2_30E9_30AE_30CE_89D2_30B4_20_50_72_6F_20_57_33", "Hiragino Kaku Gothic Pro",/* "_30E1_30A4_30EA_30AA", Meiryo,*/ "_FF2D_FF33_20_FF30_30B4_30B7_30C3_30AF", sans-serif;
	font-size:12px;
	line-height:1.5;
}

@media(max-width:640px){
	html body.mod-respView{
		font-size:14px;
		line-height:1.4;
	}
}
body{
	position:relative;
	margin:0;
	padding:0;
	min-height:100%;
}

a{
	-webkit-transition:color 0.2s ease;
	-moz-transition:color 0.2s ease;
	-ms-transition:color 0.2s ease;
	transition:color 0.2s ease;
	color:#43677e;
	text-decoration:none;
}

a:hover,
a:active{
	color:#c41230;
	text-decoration:underline;
	outline:none;
}

body{
	padding-bottom:0;
}

/* ==========================================================================
 mod-pageheader
 ========================================================================== */

.mod-pageheader{
	min-width:950px;
	background:#000;
}
.mod-pageheader .mod-pageheader-inner{
	position:relative;
	margin:0 auto;
	width:950px;
	height:65px;
}
.mod-pageheader .mod-pageheader-logo{
	float:left;
	margin:0 25px 0 0;
}
.mod-pageheader .mod-pageheader-logo a{
	display:block;
}
.mod-pageheader .mod-pageheader-logo img{
	display:block;
}
.mod-pageheader .mod-pageheader-nav{
	float:left;
	height:65px;
}
.mod-pageheader .mod-pageheader-nav ul{
	margin:0 0 0 -30px;
	padding:0;
}
.mod-pageheader .mod-pageheader-nav li{
	float:left;
	overflow:hidden;
	height:65px;
	margin:0 0 0 30px;
	background:url(/share-ss/images/mod-pageheader/nav_01.png) no-repeat;
	text-indent:-9999px;
	*display:inline;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--product{
	width:66px;
	background-position:0px 0;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--product:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--product.mod-pageheader-nav--active{
	background-position:0px -65px;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonystore{
	width:83px;
	background-position:-130px 0;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonystore:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonystore.mod-pageheader-nav--active{
	background-position:-130px -65px;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--suport{
	width:86px;
	background-position:-260px 0;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--suport:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--suport.mod-pageheader-nav--active{
	background-position:-260px -65px;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonyclub{
	width:86px;
	background-position:-390px 0;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonyclub:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonyclub.mod-pageheader-nav--active{
	background-position:-390px -65px;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--business{
	width:86px;
	background-position:-520px 0;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--business:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--business.mod-pageheader-nav--active{
	background-position:-520px -65px;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct{
	width:66px;
	background-position:-650px 0;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct.mod-pageheader-nav--active{
	background-position:-650px -65px;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--buy{
	width:72px;
	background-position:-780px 0;
}
.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--buy:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--buy.mod-pageheader-nav--active{
	background-position:-780px -65px;
}
.mod-pageheader .mod-pageheader-nav a{
	display:block;
	width:100%;
	height:65px;
	border-bottom:0 solid #5787f4;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
	transition:all 0.4s ease-in;
}
.mod-pageheader .mod-pageheader-nav .mod-pageheader-nav--active a,
.mod-pageheader .mod-pageheader-nav a:hover{
	height:61px;
	border-bottom-width:4px;
}
.mod-pageheader .mod-pageheader-navSecondary ul{
	font-size:0;
	text-align:right;
	width:240px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:8px;
	right:0;
}
.mod-pageheader .mod-pageheader-navSecondary li{
	margin:0 0 0 8px;
	padding:0;
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:22px;
	background:url(/share-ss/images/mod-pageheader/nav_01.png) no-repeat;
}
.mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--sonyjapan{
	width:83px;
	background-position:0px -130px;
}
.mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--reader{
	width:121px;
	background-position:-130px -130px;
}
.mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--personal{
	width:100px;
	background-position:-260px -130px;
}
.mod-pageheader .mod-pageheader-navSecondary a{
	display:block;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
}
.mod-pageheader .mod-pageheader-search{
	position:absolute;
	top:39px; right:0px;
	height:20px;
	overflow:hidden;
	zoom:1;
}
.mod-pageheader .mod-pageheader-search:before,
.mod-pageheader .mod-pageheader-search:after{
	content:"";
	display:table;
}
.mod-pageheader .mod-pageheader-search:after{
	clear:both;
}
.mod-pageheader .mod-pageheader-search form{
	position:relative;
	width:116px; height:20px;
	padding:0px 47px 0px 30px;
}
.mod-pageheader .mod-pageheader-search .label{
	position:absolute;
	top:0px; left:0px;
	width:30px; height:20px;
	margin:0px;
	background-image:url(/share-ss/images/mod-pageheader/nav_search_pc.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.mod-pageheader .mod-pageheader-search .searchAll .label{
	background-position:0px 0px;
}
.mod-pageheader .mod-pageheader-search .searchStore .label{
	background-position:0px -20px;
}
.mod-pageheader .mod-pageheader-search input[type="text"]{
	width:110px; height:16px;
	padding:2px 3px;
	overflow:hidden;
	border:none;
	color:#333;
	background-color:#fff;
	background-image:url(/share-ss/images/mod-pageheader/nav_search_pc.png);
	background-repeat:no-repeat;
	background-position:-30px 0px;
	font-size:11px;
	vertical-align:top;
	line-height:1.1em;
}
.mod-pageheader .mod-pageheader-search .searchAll input[type="text"]{
	background-position:-30px 0px;
}
.mod-pageheader .mod-pageheader-search .searchStore input[type="text"]{
	background-position:-30px -20px;
}
.mod-pageheader .mod-pageheader-search input[type="text"].focus{
	background-image:none;
}
.mod-pageheader .mod-pageheader-search input[type="submit"]{
	position:absolute;
	top:0px; right:0px;
	width:40px; height:20px;
	padding:0px;
	border:#b5b5b5 solid 1px;
	border-radius:6px;
	background:#fff;
	font-size:11px;
	vertical-align:middle;
}

/* simpleHF */
body.mod-simpleHF .mod-pageheader .mod-pageheader-navGroup{
	display:none;
}

@media(max-width:640px){
	body.mod-respView .mod-pageheader{
		position:relative;
		z-index:5;
		min-width:320px;
		background:#000;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-inner{
		width:auto;
		height:44px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-logo img{
		position:relative;
		z-index:3;
		width:100px;
		height:44px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-logo:after{
		position:absolute;
		top:0;
		right:100px;
		left:0;
		z-index:2;
		display:block;
		width:auto;
		height:44px;
		background:#000;
		content:"";
	}
	body.mod-respView .mod-pageheader .mod-pageheader-navGroup{
		float:right;
		width:100px;
		height:44px;
		background:url(/share-ss/images/mod-pageheader/nav_02.png) no-repeat;
		-webkit-background-size:320px 680px;
		background-size:320px 680px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-navGroup.js-pageheader-navGroup-open{
		background-position:-100px 0;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-navGroup-inner{
		-webkit-transition:all 0.2s linear;
		-moz-transition:all 0.2s linear;
		-ms-transition:all 0.2s linear;
		-o-transition:all 0.2s linear;
		transition:all 0.2s linear;
		position:absolute;
		top:-350px;
		right:0;
		left:0;
		z-index:-1;
		width:100%;
		opacity:0;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-navGroup.js-pageheader-navGroup-open .mod-pageheader-navGroup-inner{
		top:44px;
		box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
		opacity:1;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-nav{
		float:none;
		height:auto;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-nav ul{
		margin:0;
		padding:0;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-nav li{
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		float:none;
		margin:-1px 0 0;
		width:100% !important;
		height:50px;
		border:1px solid #575757;
		background:black url(/share-ss/images/mod-pageheader/nav_02.png) no-repeat;
		-webkit-background-size:320px 680px;
		background-size:320px 680px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--product, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--product:hover{
		background-position:0 -150px !important;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonystore, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonystore:hover{
		background-position:0 -200px !important;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--suport, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--suport:hover{
		background-position:0 -250px !important;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonyclub, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonyclub:hover{
		background-position:0 -300px !important;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--business, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--business:hover{
		background-position:0 -350px !important;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct:hover{
		background-position:0 -400px !important;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--buy, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--buy:hover{
		background-position:0 -450px !important;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-navSecondary ul{
		width:auto;
		position:static;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-navSecondary ul:before{
		content:'';
		display:block;
		height:30px;
		margin:-1px 0 0;
		border:1px solid #575757;
		background:#2c2c2c url(/share-ss/images/mod-pageheader/nav_02.png) no-repeat 0 -500px;
		-webkit-background-size:320px 680px;
		background-size:320px 680px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-navSecondary li{
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		margin:0;
		display:block;
		height:50px;
		margin:-1px 0 0;
		border:1px solid #575757;
		background:black url(/share-ss/images/mod-pageheader/nav_02.png) no-repeat;
		-webkit-background-size:320px 680px;
		background-size:320px 680px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--reader{
		width:100%;
		background-position:0 -530px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--sonyjapan{
		width:100%;
		background-position:0 -580px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--personal{
		width:100%;
		background-position:0 -630px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-navSecondary a{
		display:block;
		text-indent:-9999px;
		overflow:hidden;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-search{
		position:static;
		height:30px;
		padding:19px 9px;
		background:#000;
		border:#575757 solid 1px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-search form{
		width:100%; height:30px;
		padding:0px 60px 0px 45px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-search .label{
		width:45px;
		height:30px;
		background-image:url(/share-ss/images/mod-pageheader/nav_02.png);
		background-position:0px -80px;
		-webkit-background-size: 320px 680px;
		background-size: 320px 680px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-search .searchAll .label{
		background-position:0px -80px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-search .searchStore .label{
		background-position:0px -110px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-search input[type="text"]{
		width:100%;
		height:30px;
		margin-right:5px;
		padding:0px 5px;
		overflow:hidden;
		border:none;
		color:#333;
		background-image:url(/share-ss/images/mod-pageheader/nav_02.png);
		background-position:-45px -80px;
		-webkit-background-size: 320px 680px;
		background-size: 320px 680px;
		vertical-align:middle;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		border-radius:0px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-search .searchAll input[type="text"]{
		background-position:-45px -80px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-search .searchStore input[type="text"]{
		background-position:-45px -110px;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-search input[type="text"].focus{
		background-image:none;
	}
	body.mod-respView .mod-pageheader .mod-pageheader-search input[type="submit"]{
		width:50px;
		height:30px;
		border-radius:0px;
		font-size:12px;
	}
}

/* ==========================================================================
 mod-headerSub
 ========================================================================== */

.mod-headerSub{
	min-width:950px;
	height:36px;
	background:#fff url(/share-ss/images/mod-pageheader/sub_bg.png) repeat-x left bottom;
}
.mod-headerSub .subInner{
	width:920px;
	margin:0px auto;
	padding:11px 15px 0px;
	zoom:1;
}
.mod-headerSub .subInner:before,
.mod-headerSub .subInner:after{
	content:"";
	display:table;
}
.mod-headerSub .subInner:after{
	clear:both;
}
.mod-headerSub .subInner ul{
	margin:0px;
	padding:0px;
	zoom:1;
}
.mod-headerSub .subInner ul:before,
.mod-headerSub .subInner ul:after{
	content:"";
	display:table;
}
.mod-headerSub .subInner ul:after{
	clear:both;
}
.mod-headerSub .subInner ul li{
	float:left;
	list-style:none;
	vertical-align:top;
}
.mod-headerSub .subInner ul li a{
	display:block;
	height:10px;
	overflow:hidden;
	vertical-align:top;
}
.mod-headerSub .subInner ul li.acc a{
	height:21px;
}
.mod-headerSub .subInner ul li img{
	vertical-align:top;
}
.mod-headerSub .subInner ul li span{
	display:none;
}
.mod-headerSub .subInner .sub01{
	float:left;
}
.mod-headerSub .subInner .sub01 li{
	height:12px;
}
.mod-headerSub .subInner .sub01 li a{
	padding:1px 9px;
	border-left:#b3b3b3 solid 1px;
}
.mod-headerSub .subInner .sub01 li:first-child a{
	border-left:none;
}
.mod-headerSub .subInner .sub02{
	float:right;
	margin-right:10px;
}
.mod-headerSub .subInner .sub02 li a{
	padding:1px 7px;
}
.mod-headerSub .subInner .sub02  li.acc{
	margin:-4px 0px 0px 6px;
}
.mod-headerSub .subInner .sub02  li.acc a{
	padding:0px;
}

/* simpleHF */
body.mod-simpleHF .mod-headerSub{
	display:none;
}

@media(max-width:640px){
	body.mod-respView .mod-headerSub{
		min-width:inherit;
		height:auto;
		background:-moz-linear-gradient(top, #fff, #BEB9C2);
		background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#BEB9C2));
	}
	body.mod-respView .mod-headerSub .subInner{
		width:100%;
		padding:5px 0px;
	}
	body.mod-respView .mod-headerSub .subInner ul{
		margin:0px !important;
	}
	body.mod-respView .mod-headerSub .subInner ul.sub01{
		width:75%;
	}
	body.mod-respView .mod-headerSub .subInner ul.sub02{
		width:25%;
	}
	body.mod-respView .mod-headerSub .subInner ul li{
		display:none;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin:0px !important;
		border-left:#fff solid 1px;
	}
	body.mod-respView .mod-headerSub .subInner ul.sub01 li:nth-child(2),
	body.mod-respView .mod-headerSub .subInner ul.sub01 li:nth-child(3),
	body.mod-respView .mod-headerSub .subInner ul.sub01 li:nth-child(4),
	body.mod-respView .mod-headerSub .subInner ul.sub02 li:nth-child(4){
		display:table;
	}
	body.mod-respView .mod-headerSub .subInner ul.sub01 li:nth-child(2){
		border-left:none;
	}
	body.mod-respView .mod-headerSub .subInner ul.sub01 li{
		width:33.3%;
	}
	body.mod-respView .mod-headerSub .subInner ul.sub02 li{
		width:100%;
	}
	body.mod-respView .mod-headerSub .subInner ul li a{
		display:table-cell;
		width:100%;
		height:40px !important;
		padding:0px !important;
		border-left:none !important;
		color:#626a73;
		font-size:10px;
		font-weight:bold;
		line-height:1.2;
		text-align:center;
		vertical-align:middle;
	}
	body.mod-respView .mod-headerSub .subInner ul li a img{
		display:none;
	}
	body.mod-respView .mod-headerSub .subInner ul li a span{
		display:block;
	}
}

/* ==========================================================================
 mod-ssHeaderInfo
 ========================================================================== */
 
.mod-ssHeaderInfo{
	width:948px;
	margin:15px auto 0px;
	border:#000 solid 1px;
	color:#333;
}
.mod-ssHeaderInfo table{
}
.mod-ssHeaderInfo table th{
	width:77px;
	padding:5px;
	background:#bf0707;
}
.mod-ssHeaderInfo table th img{
	vertical-align:middle;
}
.mod-ssHeaderInfo table td{
	padding:5px 10px;
	background:#f2f2f2;
	text-align:left;
}
.mod-ssHeaderInfo table td p{
	margin:0px;
}
.mod-ssHeaderInfo table td .grayArrowList{
	padding-left:10px;
	background:url(/share-ss/images/mod-bullet/ico_01_gray_small_right.png) no-repeat 0px 0.45em;
}

/* simpleHF */
body.mod-simpleHF .mod-ssHeaderInfo{
	display:none;
}

@media (max-width: 640px) {
	body.mod-respView .mod-ssHeaderInfo{
		width:auto;
		margin:15px 10px 0px;
	}
	body.mod-respView .mod-ssHeaderInfo table td .grayArrowList{
		background:url(/share-ss/images/mod-bullet/ico_01_gray_large_right.png);
		-webkit-background-size:8px 8px;
		background-size:8px 8px;
	}
}

/* ==========================================================================
 mod-breadcrumbs
 ========================================================================== */
 
.mod-breadcrumbs{
	*zoom:1;
	min-width:950px;
}
.mod-breadcrumbs:before,
.mod-breadcrumbs:after{
	content:"";
	display:table;
}
.mod-breadcrumbs:after{
	clear:both;
}

.mod-breadcrumbs-inner{
	width:950px;
	margin:15px auto 0px;
	padding:0px;
}
.mod-breadcrumbs .mod-breadcrumbs-inner:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	line-height:0;
}

.mod-breadcrumbs .mod-breadcrumbs-inner li{
	float:left;
	list-style:none;
	color:#999;
}
.mod-breadcrumbs .mod-breadcrumbs-inner li span.bullet{
	margin:0px 0.5em;
}
.mod-breadcrumbs .mod-breadcrumbs-inner li h1{
	margin:0px;
	font-size:12px;
	font-weight:normal;
}

@media(max-width:640px){
	body.mod-respView .mod-breadcrumbs{
		min-width:0;
		padding:0.5em 10px;
	}

	body.mod-respView .mod-breadcrumbs-inner{
		width:auto;
		margin:5px auto 0px;
	}

	body.mod-respView .mod-breadcrumbs .mod-breadcrumbs-inner li{
		display:none;
		font-size:12px;
	}
	body.mod-respView .mod-breadcrumbs .mod-breadcrumbs-inner li:first-child,
	body.mod-respView .mod-breadcrumbs .mod-breadcrumbs-inner li:last-child{
		display:block !important;
	}

	body.mod-respView .mod-breadcrumbs-detail{
		display:none;
	}
}

/* ==========================================================================
 mod-returnTop
 ========================================================================== */

.mod-returnTop{
	min-width:950px;
	width:100%;
	height:0px;
	position:fixed;
	bottom:0;
}
.mod-returnTop a{
	overflow:hidden;
	position:relative;
	display:block;
	top:-38px;
	width:60px;
	height:0;
	padding-top:38px;
	margin:0 30px 0 auto;
	background:#ededed url(/share-ss/images/mod-returnTop/btn_01.png);
}
html.js .mod-returnTop{
	display:none;
}
.mod-returnTop.btm{
	position:static;
}
.mod-returnTop.btm a{
	top:-8px;
}

@media(max-width:640px){
	body.mod-respView .mod-returnTop{
		display:none;
	}
}

/* ==========================================================================
 mod-pagefooter
 ========================================================================== */
 
.mod-pagefooter{
	margin-top:30px;
	background:#fff url(/share-ss/images/mod-pagefooter/ft_bg.png) repeat-x 0px 0px;
}
.mod-pagefooter img{
	vertical-align:top;
}
.mod-pagefooter .mod-pagefooter-inner{
	width:950px;
	margin:0px auto;
	padding:15px 0px 25px;
	overflow:hidden;
}
.mod-pagefooter .block{
	zoom:1;
}
.mod-pagefooter .block:before,
.mod-pagefooter .block:after{
	content:"";
	display:table;
}
.mod-pagefooter .block:after{
	clear:both;
}
.mod-pagefooter .block .box{
	float:right;
	margin:0px -6px 0px 0px;
}
.mod-pagefooter .block .box:first-child{
	float:left;
	margin:0px 0px 0px -6px;
}
.mod-pagefooter .block .box ul{
	float:left;
	margin:0px;
	padding:0px;
	zoom:1;
}
.mod-pagefooter .block .box ul:before;
.mod-pagefooter .block .box ul:after{
	content:"";
	display:table;
}
.mod-pagefooter .block .box ul:after{
	clear:both;
}
.mod-pagefooter .block .box ul li{
	float:left;
	height:12px;
	list-style:none;
	overflow:hidden;
}
.mod-pagefooter .block .box ul li a{
	display:block;
	height:10px;
	padding:1px 6px;
	border-left:#b3b3b3 solid 1px;
	overflow:hidden;
}
.mod-pagefooter .block .box ul li:first-child a{
	border-left:none;
}
.mod-pagefooter .block .box ul li a img{
	vertical-align:top;
}
.mod-pagefooter .block .box ul li a span{
	display:none;
}
.mod-pagefooter .block .box p{
	float:left;
	height:10px;
	margin:0px;
	padding:1px 0px;
	overflow:hidden;
}
.mod-pagefooter .mod-spAnc{
	display:none;
}
.mod-pagefooter .mod-spLink{
	display:none;
}
.mod-pagefooter .copy{
	height:9px;
	margin:7px 0px 0px;
	overflow:hidden;
}
.mod-pagefooter .copy span{
	display:none;
}

/* simpleHF */
body.mod-simpleHF .mod-pagefooter .mod-pagefooter-inner .mod-spLink,
body.mod-simpleHF .mod-pagefooter .mod-pagefooter-inner .block{
	display:none;
}

@media(max-width:640px){
	body.mod-respView .mod-pagefooter{
		margin-top:30px;
		background:#fff;
	}
	body.mod-respView .mod-pagefooter .mod-pagefooter-inner{
		width:auto;
		padding:0px;
	}
	body.mod-respView .mod-pagefooter .block{
		border-top:#ccc solid 1px;
		border-bottom:#ccc solid 1px;
	}
	body.mod-respView .mod-pagefooter .block .box{
		float:none;
		margin:0px;
	}
	body.mod-respView .mod-pagefooter .block .box:first-child{
		float:none;
		margin:0px;
	}
	body.mod-respView .mod-pagefooter .block .box ul{
		float:none;
	}
	body.mod-respView .mod-pagefooter .block .box ul li{
		display:none;
		float:none;
		height:auto;
		font-size:85%;
	}
	body.mod-respView .mod-pagefooter .block .box:nth-child(1) ul li:nth-child(1),
	body.mod-respView .mod-pagefooter .block .box:nth-child(1) ul li:nth-child(2),
	body.mod-respView .mod-pagefooter .block .box:nth-child(1) ul li:nth-child(3),
	body.mod-respView .mod-pagefooter .block .box:nth-child(2) ul li:nth-child(3),
	body.mod-respView .mod-pagefooter .block .box:nth-child(2) ul li:nth-child(4),
	body.mod-respView .mod-pagefooter .block .box:nth-child(2) ul li:nth-child(5),
	body.mod-respView .mod-pagefooter .block .box:nth-child(2) ul li:nth-child(6),
	body.mod-respView .mod-pagefooter .block .box:nth-child(2) ul li:nth-child(7){
		display:block;
	}
	body.mod-respView .mod-pagefooter .block .box ul li a{
		display:block;
		height:auto;
		padding:10px;
		border-left:none;
		border-top:#ccc dotted 1px;
	}
	body.mod-respView .mod-pagefooter .block .box:first-child ul li:first-child a{
		border-top:none;
	}
	body.mod-respView .mod-pagefooter .block .box ul li a img{
		display:none;
	}
	body.mod-respView .mod-pagefooter .block .box ul li a span{
		display:block;
		background:#fff url(/share-ss/images/mod-bullet/ico_02_glay_large_right.png) no-repeat right center;
		-webkit-background-size:8px 8px;
		background-size:8px 8px;
	}
	body.mod-respView .mod-pagefooter .block .box p{
		display:none;
	}
	body.mod-respView .mod-pagefooter .mod-spAnc{
		display:block;
		margin:0px;
		background:#000;
		text-align:right;
	}
	body.mod-respView .mod-pagefooter .mod-spAnc a{
		display:inline-block;
		padding:10px 20px 10px 40px;
		background:#818a94 url(/share-ss/images/mod-pagefooter/ico_sp_pagetop.png) no-repeat 20px center;
		background-size:9px 8px;
		-webkit-background-size:9px 8px;
		color:#fff;
		font-size:85%;
	}
	body.mod-respView .mod-pagefooter .mod-spLink{
		display:block;
		margin:0px; padding:0px;
		background:-moz-linear-gradient(top, #fff, #BEB9C2);
		background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#BEB9C2));
	}
	body.mod-respView .mod-pagefooter .mod-spLink:before,
	body.mod-respView .mod-pagefooter .mod-spLink:after{
		content:"";
		display:table;
	}
	body.mod-respView .mod-pagefooter .mod-spLink:after{
		clear:both;
	}
	body.mod-respView .mod-pagefooter .mod-spLink li{
		float:left;
		width:50%;
		list-style:none;
	}
	body.mod-respView .mod-pagefooter .mod-spLink li a{
		display:block;
		padding:20px;
		background:url(/share-ss/images/mod-bullet/ico_01_glay_large_right.png) no-repeat 20px center;
		-webkit-background-size:6px 6px;
		background-size:6px 6px;
		border-left:#fff solid 1px;
		text-align:center;
		color:#626A73;
		font-size:85%;
		font-weight:bold;
	}
	body.mod-respView .mod-pagefooter .mod-spLink li:first-child a{
		border-left:none;
	}
	body.mod-respView .mod-pagefooter .copy{
		height:auto;
		margin:0px;
		padding:5px 0px;
		text-align:center;
		font-size:70%;
	}
	body.mod-respView .mod-pagefooter .copy img{
		display:none;
	}
	body.mod-respView .mod-pagefooter .copy span{
		display:inline;
	}
}

/* ==========================================================================
 mod-categoryNav
 ========================================================================== */

.mod-categoryNav{
	width:auto;
	height:auto;
	margin:20px 0px 0px;
	font-size:14px;
	text-align:left;
	border:none;
	background:none;
}
.mod-categoryNav li{
	font-size:100%;
	text-indent:0;
	height:auto;
	background:none;
}

.mod-categoryNav-main{
	min-width:950px;
}
.mod-categoryNav-main ul{
	*zoom:1;
	margin:0 auto;
	padding:0;
	width:950px;
	list-style:none;
	overflow:hidden;
}
.mod-categoryNav-main ul:before,
.mod-categoryNav-main ul:after{
	content:"";
	display:table;
}
.mod-categoryNav-main ul:after{
	clear:both;
}
.mod-categoryNav-main li{
	float:left;
	margin:0px 0px 0px 10px;
	padding:10px 28px 8px;
	border-bottom:2px solid #ccc;
	font-weight:bold;
}
.mod-categoryNav-main li:first-child{
	margin:0px;
}
.mod-categoryNav-main li.mod-categoryNav--current{
	border-bottom:2px solid #000;
}
.mod-categoryNav-main li.mod-categoryNav-sub{
	float:right;
	padding:10px 0px 8px;
	border-bottom:none;
	font-weight:normal;
}
.mod-categoryNav-main li.mod-categoryNav-sub a{
	color:#1a1a1a;
	text-decoration:none;
	padding-left:10px !important;
	background:url(/share-ss/images/mod-categoryNav/ico_02.png) no-repeat 0 50%;
}
.mod-categoryNav-main li.mod-categoryNav-sub a:hover{
	color:#999999;
	text-decoration:none;
	background-image:url(/share-ss/images/mod-categoryNav/ico_02_on.png);
}
.mod-categoryNav-main br{
	display:none;
}
.mod-categoryNav-main a,
.mod-categoryNav-main .mod-categoryNav--trigger{
	color:#000;
	display:block;
	margin:-10px -20px -8px;
	padding:10px 20px 8px;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.mod-categoryNav-main .mod-categoryNav--trigger{
	padding-right:34px;
	background:url(/share-ss/images/mod-categoryNav/ico_01.png) no-repeat 100% 50%;
}
.mod-categoryNav-main .mod-categoryNav--trigger--open{
	background-image:url(/share-ss/images/mod-categoryNav/ico_01_a.png);
}
.mod-categoryNav-main a:hover,
.mod-categoryNav-main a:active{
	color:#999999;
	text-decoration:none;
}

@media(max-width:640px){
	body.mod-respView .mod-categoryNav{
		position:static;
		margin:5px 10px 0px;
		padding:0;
	}

	body.mod-respView .mod-categoryNav-main{
		min-width:0;
		margin:0px;
	}
	body.mod-respView .mod-categoryNav-main ul{
		width:auto;
		padding:0;
	}
	body.mod-respView .mod-categoryNav-main li{
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width:50%;
		margin:0px;
		padding:0px;
		background-color:#f2f2f2;
		border:#ccc solid 1px;
		text-align:center;
		font-size:12px;
	}
	body.mod-respView .mod-categoryNav-main li:nth-child(even){
		border-left:none;
	}
	body.mod-respView .mod-categoryNav-main li:nth-child(3),
	body.mod-respView .mod-categoryNav-main li:nth-child(4){
		border-top:none;
	}
	body.mod-respView .mod-categoryNav-main li a{
		display:inline-block;
		width:100%;
		margin:0px;
		padding:12px 0px;
	}
	body.mod-respView .mod-categoryNav-main li.mod-categoryNav--current{
		background-color:#fff;
		border-bottom:#ccc solid 1px;
	}
	body.mod-respView .mod-categoryNav-main li.mod-categoryNav-sub{
		clear:both;
		float:none;
		width:100%;
		padding:15px 0px 0px;
		background-color:inherit;
		border:none;
		text-align:right;
	}
	body.mod-respView .mod-categoryNav-main li.mod-categoryNav-sub a{
		width:auto;
		margin:0px;
		padding-top:0px;
		padding-bottom:0px;
	}
	body.mod-respView .mod-categoryNav-main li.mod-categoryNav-sub a:hover{
		background:none;
	}
	body.mod-respView .mod-categoryNav-main li a{
	}
}

/* ==========================================================================
 mod-shareButton
 ========================================================================== */
 
.mod-shareButton{
	width:950px;
	height:26px;
	margin:10px auto 0px;
}
.mod-shareButton ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	line-height:1;
}
.mod-shareButton li{
	text-align:left;
	margin:0;
	padding:0;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	overflow:hidden;
}
.mod-shareButton .google{
	width:80px;
}
.mod-shareButton .mixi{
	width:80px;
}
.mod-shareButton .facebook{
	width:110px;
	height:24px;
}
.mod-shareButton .twitter{
	width:100px;
}

@media(max-width:640px){
	body.mod-respView .mod-shareButton{
		width:auto;
		height:auto;
	}
}

/* ==========================================================================
 mod-contentContainer
 ========================================================================== */
 
.mod-contentContainer{
	*zoom:1;
	width:950px;
	margin:30px auto 0px;
	font-size:16px;
	line-height:1.6;
}
.mod-contentContainer:before,
.mod-contentContainer:after{
	content:"";
	display:table;
}
.mod-contentContainer:after{
	clear:both;
}
.mod-contentContainer p,
.mod-contentContainer ul,
.mod-contentContainer dd{
	margin: 0;
	padding: 0;
}
.mod-contentContainer li{
	list-style: none;
}

@media(max-width:640px){
	body.mod-respView .mod-contentContainer{
		width:auto;
		padding:0 10px;
	}
}

/* ==========================================================================
 mod-btmNav
 ========================================================================== */

.mod-btmNav{
}
.mod-btmNav h2{
	margin-top:20px !important;
}
.mod-btmNav .bnInner{
	margin-top:40px;
	zoom:1
}
.mod-btmNav .bnInner:before,
.mod-btmNav .bnInner:after{
	content:"";
	display:table;
}
.mod-btmNav .bnInner:after{
	clear:both;
}
.mod-btmNav .bnInner.bnColumn121{
	background:url(/share-ss/images/mod-bottomLink/bdr_dot_cols_121.png) repeat-y 0px 0px;
}
.mod-btmNav .bnBlock{
	float:left;
	margin-left:61px;
	display:inline;
}
.mod-btmNav .bnBlock,
.mod-btmNav .bnBlock ul{
	width:199px;
}
.mod-btmNav .bnBlock:first-child{
	margin-left:0px;
}
.mod-btmNav .bnBlock.bnColTwice{
	width:430px;
}
.mod-btmNav .bnBlock.bnColTwice ul{
	width:200px;
}
.mod-btmNav .bnBlock{
}
.mod-btmNav .bnBlock h3{
	margin-top:0px;
}
.mod-btmNav .bnBlock .bnList{
	zoom:1
}
.mod-btmNav .bnBlock .bnList:before;
.mod-btmNav .bnBlock .bnList:after{
	content:"";
	display:table;
}
.mod-btmNav .bnBlock .bnList:after{
	clear:both;
}
.mod-btmNav .bnBlock .bnList ul{
	margin-left:30px;
}
.mod-btmNav .bnBlock .bnList ul:first-child{
	margin-left:0px;
}
.mod-btmNav .bnBlock h3 + .bnList ul{
	margin-top:10px;
}
.mod-btmNav .bnBlock.bnColTwice .bnList ul{
	float:left;
}
.mod-btmNav .bnBlock .bnList ul li{
	margin-top:10px;
}
.mod-btmNav .bnBlock .bnList ul li:first-child{
	margin-top:0px;
}
.mod-btmNav .bnBlock .bnList ul li a{
	display:block;
	padding-left:10px;
	background:url(/share-ss/images/mod-bullet/ico_01_black_small_right.png) no-repeat 0px 0.45em;
}

.mod-oldNav{
	margin-top:20px;
	zoom:1;
}
.mod-oldNav:before,
.mod-oldNav:after{
	content:"";
	display:table;
}
.mod-oldNav:after{
	clear:both;
}
.mod-oldNav *{
	color:#666;
}
.mod-oldNav .onInnerA{
	float:left;
	width:758px;
}
.mod-oldNav .mod-btmNav.premium{
	width:100%;
}
.mod-oldNav .mod-btmNav.useful{
	float:left;
	width:374px;
	margin-top:30px;
}
.mod-oldNav .mod-btmNav.member{
	float:left;
	width:182px;
	margin-top:30px;
	margin-left:10px;
}
.mod-oldNav .mod-btmNav h2{
	margin-top:0px !important;
	padding:6px 8px;
	background:#f5e3ad url(/share-ss/images/mod-bottomnav/bg_h2.png) repeat-x 0px 0px;
	border-radius:2px;
	border-bottom:none;
	font-size:12px;
}
.mod-oldNav .mod-btmNav h2 a{
	padding-left:10px;
	background:url(/share-ss/images/mod-bullet/ico_01_gray_small_right.png) no-repeat 0px center;
}
.mod-oldNav .mod-btmNav .bnInner{
	margin-top:0px;
}
.mod-oldNav .mod-btmNav .bnBlock{
	width:182px;
	margin-left:10px;
}
.mod-oldNav .mod-btmNav .bnBlock:first-child{
	margin-left:0px;
}
.mod-oldNav .mod-btmNav .bnBlock.bnColTwice{
	width:374px;
}
.mod-oldNav .mod-btmNav .bnBlock h3{
	margin-top:10px;
	padding:6px 8px;
	background:#efefef url(/share-ss/images/mod-bottomnav/bg_h3.png) repeat-x 0px 0px;
	border-radius:2px;
	font-size:12px;
	font-weight:normal;
}
.mod-oldNav .mod-btmNav .bnBlock .bnList{
}
.mod-oldNav .mod-btmNav .bnBlock .bnList ul{
	width:182px;
	margin:0px 0px 0px 10px;
}
.mod-oldNav .mod-btmNav .bnBlock .bnList ul:first-child{
	margin-left:0px;
}
.mod-oldNav .mod-btmNav .bnBlock .bnList li{
	margin-top:0px;
	border-bottom:#b3b3b3 dotted 1px;
	font-size:12px;
	line-height:14px;
}
.mod-oldNav .mod-btmNav .bnBlock .bnList li a{
	width:182px;
	height:36px;
	padding:8px 0px 0px 0px;
	background:none;
	vertical-align:middle;
	overflow:hidden;
}
.mod-oldNav .mod-btmNav .bnBlock .bnList li a .ico{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:45px;
	background:url(/share-ss/images/mod-bullet/ico_01_orange_small_right.png) no-repeat 34px center;
	vertical-align:middle;
}
.mod-oldNav .mod-btmNav .bnBlock .bnList li a .ico img{
	vertical-align:top;
}
.mod-oldNav .mod-btmNav .bnBlock .bnList li a .txt{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:137px;
	vertical-align:middle;
}

/* 2014/6/30 add */

.mod-oldNav .mod-btmNav .bnBlock .bnList li a:hover .txt{
text-decoration:underline;
}

/* 2014/6/30 add end */




.mod-oldNav .mod-btmNav .bnBlock .bnList + p{
	margin-top:10px;
	font-size:10px;
}
.mod-oldNav .onOth{
	float:right;
	width:180px;
	font-size:12px;
}
.mod-oldNav .onOth .mod-lnk01{
	border-top:#b3b3b3 dotted 1px;
}
.mod-oldNav .onOth .mod-lnk01 li{
	padding:10px 0px;
	border-bottom:#b3b3b3 dotted 1px;
}
.mod-oldNav .onOth .mod-lnk01 li a{
	display:table;
	height:45px;
}
.mod-oldNav .onOth .mod-lnk01 li a span{
	display:table-cell;
	vertical-align:middle;
}
*:first-child+html .mod-oldNav .onOth .mod-lnk01 li a span{
	display:inline;
	zoom:1;
}
.mod-oldNav .onOth .mod-lnk01 li a .pic{
	width:55px;
	vertical-align:top;
}
.mod-oldNav .onOth .mod-lnk01 li a .pic img{
	vertical-align:top;
}
.mod-oldNav .onOth .mod-lnk01 li a .txt{
	width:125px;
	line-height:1.25;
	vertical-align:middle;
}
.mod-oldNav .mod-btmNav.category{
	padding-top:30px;
	clear:both;
}
.mod-oldNav .mod-btmNav.category:before,
.mod-oldNav .mod-btmNav.category:after{
	content:"";
	display:table;
}
.mod-oldNav .mod-btmNav.category:after{
	clear:both;
}
.mod-oldNav .mod-btmNav.category h2{
	color:#fff;
	background:#a6a6a6 url(/share-ss/images/mod-bottomnav/bg_h2_category.png) repeat-x 0px 0px;
}
.mod-oldNav .mod-btmNav.category .mod-cateLink{
	margin-left:-15px;
	position:relative;
}
.mod-oldNav .mod-btmNav.category .mod-cateLink:before,
.mod-oldNav .mod-btmNav.category .mod-cateLink:after{
	content:"";
	display:table;
}
.mod-oldNav .mod-btmNav.category .mod-cateLink:after{
	clear:both;
}
.mod-oldNav .mod-btmNav.category .mod-cateLink > div{
	float:left;
	width:178px;
	margin:15px 0px 0px 15px;
}
.mod-oldNav .mod-btmNav.category .mod-cateLink > div > p{
	position:relative;
	height:13px;
	padding:6px 6px 6px 24px;
	background:url(/share-ss/images/mod-bottomnav/cate_ico_openclose.png) no-repeat 6px 6px;
	border:#ccc solid 1px;
	cursor:pointer;
}
.mod-oldNav .mod-btmNav.category .mod-cateLink > div.show > p{
	background-color:#e2edf7;
	background-position:6px -17px;
	border-bottom:#e2edf7 solid 1px;
	z-index:12;
}
.mod-oldNav .mod-btmNav.category .mod-cateLink > div > p img{
	vertical-align:top;
}
.mod-oldNav .mod-btmNav.category .mod-cateLink > div > ul{
	display:none;
	position:absolute;
	top:41px; left:15px;
	width:735px;
	padding:2px 20px 18px 0px;
	background:#e2edf7;
	border:#ccc solid 1px;
	z-index:11;
}
.mod-oldNav .mod-btmNav.category .mod-cateLink > div > ul li{
	float:left;
	margin:15px 0px 0px 20px;
	font-size:12px;
	line-height:14px;
}
.mod-oldNav .mod-btmNav.category .mod-cateLink > div > ul li a{
	padding-left:10px;
	background:url(/share-ss/images/mod-bullet/ico_01_gray_small_right.png) no-repeat 0px center;
}

/* simpleHF */
body.mod-simpleHF .mod-contentContainer .mod-btmNav,
body.mod-simpleHF .mod-contentContainer .mod-oldNav{
	display:none;
}

@media(max-width:640px){
	body.mod-respView .mod-btmNav{
		float:none !important;
		width:auto !important;
		margin:0px !important;
		border:#ccc solid 1px;
		border-top:none;
	}
	body.mod-respView .mod-btmNav:first-child{
		border-top:#ccc solid 1px;
	}
	body.mod-respView .mod-btmNav,
	body.mod-respView .mod-btmNav *{
		color:inherit !important;
	}
	body.mod-respView .mod-btmNav h2,
	body.mod-respView .mod-oldNav .mod-btmNav h2{
		margin:0px !important;
		padding:11px 15px;
		border-bottom:none !important;
		border-radius:0px;
		background:#333;
		color:#fff !important;
		font-size:inherit !important;
	}
	body.mod-respView .mod-oldNav .mod-btmNav h2{
		background:#f4e3ad;
		color:#333 !important;
	}
	body.mod-respView .mod-oldNav .mod-btmNav h2 a{
		padding-left:0px;
		background:none;
	}
	body.mod-respView .mod-oldNav .mod-btmNav h2 a span{
		display:block;
		padding-right:30px;
		background:url(/share-ss/images/mod-bullet/ico_02_glay_large_right.png) no-repeat right center;
		-webkit-background-size:21px 21px;
		background-size:21px 21px;
		color:#333;
	}
	body.mod-respView .mod-btmNav .bnInner{
		margin-top:0px;
		background:none !important;
	}
	body.mod-respView .mod-btmNav .bnBlock{
		display:block !important;
		float:none !important;
		width:auto !important;
		margin-left:0px !important;
	}
	body.mod-respView .mod-btmNav .bnBlock,
	body.mod-respView .mod-btmNav .bnBlock *{
		color:#333 !important;
	}
	body.mod-respView .mod-btmNav .bnBlock h3,
	body.mod-respView .mod-oldNav .mod-btmNav .bnBlock h3{
		margin-top:0px;
		padding:11px 15px;
		background:#f2f2f2;
		border-top:#ccc solid 1px;
		border-radius:0px;
		font-size:inherit !important;
		font-weight:bold;
		cursor:pointer;
	}
	body.mod-respView .mod-btmNav .bnBlock h3 span{
		display:block;
		padding-right:30px;
		background:url(/share-ss/images/mod-bullet/ico_02_black_large_bottom.png) no-repeat right center;
		-webkit-background-size:21px 21px;
		background-size:21px 21px;
	}
	body.mod-respView .mod-btmNav .bnBlock h3.open span{
		background-image:url(/share-ss/images/mod-bullet/ico_02_black_large_top.png);
	}
	body.mod-respView .mod-btmNav .bnBlock .bnList{
	}
	body.mod-respView .mod-btmNav .bnBlock .bnList ul,
	body.mod-respView .mod-oldNav .mod-btmNav .bnBlock ul{
		float:none !important;
		width:auto !important;
		margin:0px !important;
	}
	body.mod-respView .mod-btmNav .bnBlock .bnList ul li,
	body.mod-respView .mod-oldNav .mod-btmNav .bnBlock ul li{
		margin:0px !important;
		border-top:#ccc solid 1px;
		border-bottom:none !important;
		font-size:87.5% !important;
		line-height:inherit !important;
	}
	body.mod-respView .mod-btmNav .bnBlock .bnList ul li a,
	body.mod-respView .mod-oldNav .mod-btmNav .bnBlock ul li a{
		width:auto !important;
		height:auto !important;
		padding:0px 15px !important;
		background:none !important;
	}
	body.mod-respView .mod-oldNav .mod-btmNav .bnBlock ul li a .ico{
		display:none !important;
	}
	body.mod-respView .mod-btmNav .bnBlock ul li a .txt,
	body.mod-respView .mod-oldNav .mod-btmNav .bnBlock ul li a .txt{
		display:block !important;
		width:auto !important;
		padding:13px 30px 13px 0px;
		background:url(/share-ss/images/mod-bullet/ico_02_glay_large_right.png) no-repeat right center;
		-webkit-background-size:21px 21px;
		background-size:21px 21px;
	}
	body.mod-respView .mod-oldNav .mod-btmNav .bnBlock .bnList + p{
		display:none;
	}
	body.mod-respView .mod-oldNav{
		margin-top:0px;
		display:none; /* add 201405 */
	}
	body.mod-respView .mod-oldNav .onInnerA{
		float:none !important;
		width:auto !important;
	}
	body.mod-respView .mod-oldNav .onOth{
		float:none !important;
		width:auto !important;
		font-size:87.5% !important;
	}
	body.mod-respView .mod-oldNav .onOth .mod-lnk01{
		border-top:none;
	}
	body.mod-respView .mod-oldNav .onOth .mod-lnk01 li{
		padding:20px 0px;
	}
	body.mod-respView .mod-oldNav .onOth .mod-lnk01 li a{
		display:block;
		height:auto;
	}
	body.mod-respView .mod-oldNav .onOth .mod-lnk01 li .pic{
		display:none;
	}
	body.mod-respView .mod-oldNav .onOth .mod-lnk01 li .txt{
		display:inherit;
		width:auto !important;
	}
	body.mod-respView .mod-oldNav .mod-btmNav.category{
		display:none;
	}

}
