@charset "Shift_JIS";
/**
 * lsc.css <www.sony.jp/lsc/share/wd/css/>
 * update : 2014.10
 * 
 * @mod-categoryHeader
 * @brandTopImage
 * @mod-contentContainer
 * @mod-button
 * @mod-listMarkText
 * @cmn-heading
 * @cmn-news-table
 * @cmn-news-container
 * @cmn-related
 * @cmn-sitemap
 *
 * @hover
 * @CLASSES
 */

/*--------------------------------------------------------------------------------
	.mod-categoryHeader
--------------------------------------------------------------------------------*/
@media (max-width:640px){
	.mod-categoryHeader .mod-categoryHeader-logo a {
		display: block;
		width: 30px;
		height: 30px;
		background: url("../images/logo_lsc@2x.gif") no-repeat;
		background-size: 30px 30px;
	}
	.mod-categoryHeader .mod-categoryHeader-logo img {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
	.brandTopImage
--------------------------------------------------------------------------------*/
.brandTopImage {
	position: relative;
	margin: 0 auto;
	width: 950px;
	zoom: 1;
}
.brandTopImage:after {
	clear: both;
	display: block;
	content: "";
}
.brandTopImage a {
	text-decoration: none;
}
.brandTopImage a img {
	transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
}
.brandTopImage a:hover img {
	opacity: 0.6;
}
.brandTopImage .mainImage {
	float: left;
	line-height: 0;
}
.brandTopImage .rightImage {
	float: right;
	line-height: 0;
}
.brandTopImage .item-alternate {
	display: none;
}

@media (max-width:640px){
	.brandTopImage {
		margin: 0 10px;
		width: auto;
	}
	.brandTopImage img {
		width: 100%;
	}
	.brandTopImage a img {
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	.brandTopImage a:hover img {
		opacity: 1.0;
	}
	.brandTopImage .mainImage {
		float: none;
		margin: 0 0 10px;
	}
	.brandTopImage .rightImage {
		float: none;
		width: auto;
		line-height: 1.4;
	}
	.brandTopImage .rightImage img {
		display: none;
	}
	.brandTopImage .item {
		margin: 0 0 5px !important;
	}
	.brandTopImage .item-alternate {
		display: block;
		padding: 8px;
		border: 1px solid #ccc;
	}
	.brandTopImage .item-alternate h2 {
		margin: 0;
		font-size: 1.063em;
		font-weight: normal;
	}
	.brandTopImage .item-alternate p {
		margin: 0;
		font-size: 0.938em;
		color: #000;
	}
}

/*--------------------------------------------------------------------------------
	.mod-contentContainer
--------------------------------------------------------------------------------*/
.mod-contentContainer img {
	vertical-align: top;
}

/*--------------------------------------------------------------------------------
	.mod-button
--------------------------------------------------------------------------------*/
.mod-contentContainer .mod-button {
	*display: inline;
	*cursor: pointer;
}

/*--------------------------------------------------------------------------------
	.mod-listMarkText
--------------------------------------------------------------------------------*/
ul.mod-listMarkText span.mod-listMarkText-mark {
	width: 2.5em;
}

@media (max-width:640px){
	ul.mod-listMarkText span.mod-listMarkText-mark {
		width: 2.0em;
	}
}

/*--------------------------------------------------------------------------------
	.cmn-heading
--------------------------------------------------------------------------------*/
.cmn-heading {
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	zoom: 1;
}
.cmn-heading:after {
	clear: both;
	display: block;
	content: "";
}
.cmn-heading h1,
.cmn-heading h2,
.cmn-heading h3 {
	float: left;
	margin: 0 0 0 5px;
	font-size: 1.33333em;
}
.cmn-heading .cmn-heading-misc {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.92308em;
	line-height: 1.2;
	zoom: 1;
}
.cmn-heading .cmn-heading-misc:after {
	clear: both;
	display: block;
	content: "";
}
.cmn-heading .cmn-heading-misc li {
	float: left;
	margin-left: 20px;
}

@media (max-width:640px){
	.cmn-heading h1,
	.cmn-heading h2,
	.cmn-heading h3 {
		float: none;
	}
	.cmn-heading .cmn-heading-misc {
		float: none;
	}
	.cmn-heading .cmn-heading-misc li {
		margin: 0 25px 0 0;
	}
}

/*--------------------------------------------------------------------------------
	.cmn-news-table
--------------------------------------------------------------------------------*/
.cmn-news-table {
	margin: 20px 5px 30px;
	zoom: 1;
}
.cmn-news-table table {
	font-size: 13px;
}
.cmn-news-table table th {
	padding: 0.5em 1em 0.5em 0;
	min-width: 120px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
.cmn-news-table table td {
	padding: .5em 0;
	vertical-align: top;
}
.cmn-news-table table td a {
	display: inline-block;
	padding-left: 10px;
	background: url("/lsc/share/images/icon_arrowb.png") no-repeat 0 0.4em;
}

@media (max-width:640px){
	.cmn-news-table {
		margin: 20px 0 20px 5px;
	}
	.cmn-news-table table {
		font-size: 1.063em;
	}
	.cmn-news-table table th {
		display: block;
		width: 100%;
	}
	.cmn-news-table table td {
		display: block;
		padding: 0 0px 15px;
		width: 100%;
	}
	.cmn-news-table table td a {
		background-image: url("/lsc/share/images/icon_arrowb@2x.png");
		background-size: 5px 6px;
		background-position: 0 0.5em;
	}
}

/*--------------------------------------------------------------------------------
	.cmn-news-container
--------------------------------------------------------------------------------*/
.cmn-news-container {
	margin: 30px 10px 0;
	padding-bottom: 30px;
}
.cmn-news-container .title {
	margin: 0 0 15px;
	font-size: 137.5%;
	text-align: center;
}
.cmn-news-container .state {
	margin: 15px 0;
	font-size: 106.3%;
	text-align: right;
}
.cmn-news-container .article {
	margin: 20px 0;
	font-size: 106.3%;
	line-height: 1.8;
}
.cmn-news-container .article section {
	margin: 30px 0 0;
}
.cmn-news-container ul.list {
	padding-left: 22px;
}
.cmn-news-container ul.list li {
	margin-top: 4px;
}

@media (max-width:640px){
	.cmn-news-container {
		margin: 30px 0 0;
	}
	.cmn-news-container .title {
		margin: 0 0 20px;
		font-size: 112.5%;
	}
	.cmn-news-container .state {
		margin: 20px 0;
		font-size: 93.8%;
	}
	.cmn-news-container .article {
		margin: 30px 0;
		font-size: 93.8%;
	}
}

/*--------------------------------------------------------------------------------
	.cmn-related
--------------------------------------------------------------------------------*/
.cmn-related ul {
	margin: 30px 0 0 -30px;
	padding: 0;
	list-style: none;
	zoom: 1;
}
.cmn-related ul:after {
	clear: both;
	display: block;
	content: "";
}
.cmn-related li {
	float: left;
	margin: 0 0 0 30px;
	width: 215px;
	text-align: center;
}
.cmn-related li a {
	color: #333;
	text-decoration: none;
}
.cmn-related li a:hover {
	color: #c41230;
}
.cmn-related h3 {
	margin: 5px 0 0;
	font-size: 1.25em;
	line-height: 1.4;
	text-align: left;
}
.cmn-related p {
	margin: 5px 0 0;
	text-align: left;
	min-height: 50px;
}

.cmn-related a .thum,
.cmn-related a h3,
.cmn-related a p,
.cmn-related a .mod-button {
	transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
}
.cmn-related a:hover .thum,
.cmn-related a:hover h3,
.cmn-related a:hover p,
.cmn-related a:hover .mod-button {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

@media (max-width:640px){
	.cmn-related ul {
		margin: 0;
	}
	.cmn-related li {
		float: none;
		margin: 0;
		padding: 15px 0 15px;
		width: auto;
		border-bottom: 1px dotted #ccc;
		text-align: left;
	}
	.cmn-related li:after {
		clear: both;
		display: block;
		content: "";
	}
	.cmn-related li a {
		display: block;
	}
	.cmn-related li .thum {
		float: left;
		margin-right: 4%;
		width: 30%;
	}
	.cmn-related li .txt {
		padding: 0 0 5px 5px;
		overflow: hidden;
	}
	.cmn-related h3 {
		margin: 0;
		font-size: 1.17em;
	}
	.cmn-related p {
		margin: 5px 0 10px 0;
		font-size: 13px;
		min-height: 1px;
	}
	.cmn-related a .thum,
	.cmn-related a h3,
	.cmn-related a p,
	.cmn-related a .mod-button {
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	.cmn-related a:hover .thum,
	.cmn-related a:hover h3,
	.cmn-related a:hover p,
	.cmn-related a:hover .mod-button {
		opacity: 1.0;
	}
}

/*--------------------------------------------------------------------------------
	.cmn-sitemap
--------------------------------------------------------------------------------*/
.mod-sitemap {
	margin: 20px 0 10px -10px;
}
.mod-sitemap:after {
	clear: both;
	display: block;
	content: '';
}
.mod-sitemap .mod-sitemap-column {
	float: left;
	margin: 0 0 20px 10px;
	padding-left: 6px;
	width: 304px;
	_width: 294px;
}
.mod-sitemap .mod-heading2 {
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
	margin: 24px 0 20px;
}
.mod-sitemap .mod-heading2 a {
	color: #000;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	transition: color .2s ease;
	text-decoration: none;
}
.mod-sitemap .mod-heading2 a:hover {
	color: #c41230;
	text-decoration: underline;
	outline: 0;
}
.mod-sitemap h3 {
	margin: .5em 0 .5em;
}
.mod-sitemap h4 {
	font-size: 100%;
	font-weight: normal;
	margin: .5em 0 .5em;
}
.mod-sitemap ul {
	margin: 0;
	padding: 0 0 .5em 10px;
	list-style: none;
}
.mod-sitemap ul li {
	padding-left: 8px;
	margin: 1em 0;
	background: url("/lsc/share/images/icon_arrowb.png") no-repeat 0 0.45em;
}

@media (max-width:640px){
	.mod-sitemap {
		margin: 20px 0 10px 0;
	}
	.mod-sitemap .mod-sitemap-column {
		float: none;
		margin: 0 0 20px 0;
		padding-left: 0;
		width: auto;
	}
	.mod-sitemap h4 {
		font-size: 1.14286em;
	}
	.mod-sitemap ul {
		padding: 0 0 .5em 0;
	}
	.mod-sitemap ul li {
		padding-left: 8px;
		font-size: 1.14286em;
		background-image: url("/lsc/share/images/icon_arrowb@2x.png");
		background-size: 5px 6px;
	}
}

/*--------------------------------------------------------------------------------
	.hover
--------------------------------------------------------------------------------*/
a.hover {
	display: inline-block;
	transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
}
a.hover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a img.hover {
	transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
}
a:hover img.hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

@media (max-width:640px){
	a.hover {
		display: inline;
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	a img.hover {
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	a.hover:hover,
	a:hover img.hover {
		opacity: 1.0;
	}
}

/*--------------------------------------------------------------------------------
	CLASSES
--------------------------------------------------------------------------------*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}