﻿@charset "utf-8";
/**
 * ニュースページのみの要素
 */

@media screen and (min-width:768px) {


#YT {
	position: relative;
	/*min-height: 250px;*/
	padding-top: 56.5%;
	border: 1px solid #ccc;
}

#YT iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#btns {
	margin-bottom: 5px;	
}

#btnNet {
	display: inline;
	margin: 5px 0;
	float: right;
	border: none;
}

/* 画像幅 */
#btnNet img {
	max-width: 750px;
}

#btnNet img.floR {
	max-width: 346px;
}


/*
#btnNet, #btnSS {
	display: inline;
	
}
#btnNet {
	float: left;
	margin: 15px 0 15px 15px;
}

#btnSS {
	float: right;
	margin: 15px 15px 15px 0;
}
*/

#btnNet, #btnSS {
	border: 1px solid #ccc\9;
	padding: 1px\9;
}

#btnNet p {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}


#btnNet a {
	display: block;
	min-width: 200px;
	height: 35px;
	padding: 10px 5px;
	
	border: 1px solid #ce4051;
	border-radius: 3px;
	
	text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45), 1px 1px 0px rgba(255,255,255, 0.7) inset;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ce2137), color-stop(0.00, #f7768c)) #cb1e1e;
	background: -webkit-linear-gradient(top, #f7768c 0%, #ce2137 100%) #cb1e1e;
	background: -moz-linear-gradient(top, #f7768c 0%, #ce2137 100%) #cb1e1e;
	background: -ms-linear-gradient(top, #f7768c 0%, #ce2137 100%) #cb1e1e;
	background: linear-gradient(top, #f7768c 0%, #ce2137 100%) #cb1e1e;
	background-color: #cb1e1e;
	text-decoration: none;
	color: #fff;
}

#btnNet a:link {
	text-decoration: none;
	color: #fff;
}

#btnNet a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #df495c), color-stop(0.00, #f17e92));
	background: -webkit-linear-gradient(top, #f17e92 0%, #df495c 100%);
	background: -moz-linear-gradient(top, #f17e92 0%, #df495c 100%);
	background: -o-linear-gradient(top, #f17e92 0%, #df495c 100%);
	background: -ms-linear-gradient(top, #f17e92 0%, #df495c 100%);
	background: linear-gradient(top, #f17e92 0%, #df495c 100%);
	background-color: #e23333;
}

#btnNet a:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f17e92), color-stop(0.00, #df495c));
	background: -webkit-linear-gradient(top, #df495c 0%, #f17e92 100%);
	background: -moz-linear-gradient(top, #df495c 0%, #f17e92 100%);
	background: -o-linear-gradient(top, #df495c 0%, #f17e92 100%);
	background: -ms-linear-gradient(top, #df495c 0%, #f17e92 100%);
	background: linear-gradient(top, #df495c 0%, #f17e92 100%);
	background-color: #cb1e1e;
}

#btnNet a img {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}

#btnNet a img {
	display: inline;
	float: left;
}

#btnNet a span.text {
	line-height: 1.2;
	display: inline;
	float: left;
	font-weight: bold;
	font-size: 16px;
}


#btnNet img {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}

#btnNet img {
	display: inline;
	float: left;
}

#btnNet span.text {
	display: inline;
	float: left;
}


#ctrlBox {
	clear: both;
	display: inline;
	float: right;
	width: 220px;
	margin: 0;
	padding: 5px;
}

#backBox {
	display: inline;
	float: left;
	width: 450px;
	margin: 0;
	padding: 2px;
}

#back:hover {
	color: #900 !important;
}

#wPrimary h2 {
	clear: both;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#results {
	clear: both;
	min-height: 250px;
}

#t {
	list-style: none;
	margin: 0;
	padding: 0;
}

#t li {
	box-sizing: border-box;
	float: left;
	width: 25%;
	height: 166px;
	overflow: hidden;
	margin: 0;
	padding: 5px;
	font-size: 10px;
	
}

#t li a {
	display: block;
	text-decoration: none;		
}

#t li p {
	line-height: 1.4;
	margin: 0;
}

#t li .time {
	margin: 2px 0;
}

#t li a .title {
	overflow: hidden;
	display: -webkit-box;
	display: box;
	margin-top: 4px;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	font-size: 1.0rem;
}

#t li a:link {
	color: #3d3333;
}

#t li a:visited {
	color: #3d3333;
}

#t li a:hover {
	color: #c00;
}

#t li a:hover img {
	opacity: .75;
}

#t li img {
	width: 100%;
	height: auto;
	padding: 1px;
	border: 1px solid #ccc;	
}

#t li span {
	display: block;
	height: 44px;
	overflow: hidden;
	line-height: 1.2;
	padding: 4px 2px;
	font-size: 10px;
}

#sort span:hover {
	color: #900 !important;
}


#comment {
	position: relative;
	width: 755px;
}

#comment p {
	z-index: 100;
	/*position: absolute;*/
	left: 0;
	top: 0;
	line-height: 1.1;
	margin: 0;
	padding-bottom: 15px;
	background: url(/shopping/news/images/bg_arrow.png) no-repeat bottom center;
}

#comment span {
	display: block;
	padding: 8px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #ff5f00;
}

/* 特殊横幅又は高さ系
-------------------------------------------------------------------------------------*/
#wContents .hei349 {
	height: 349px;
}


/* 特殊マージン系
-------------------------------------------------------------------------------------*/
#wPrimary .marB6 {
	margin-bottom: 6px;
}

#wPrimary .marH15 {
	margin: 15px 0;
}

/* 特殊フォントサイズ系
-------------------------------------------------------------------------------------*/

}

@media screen and (max-width:767px) {
	
.titleSub h1 {
	border: none;/*reset*/
}

.titleSub span {
	position: static;
	display: block;
	margin-top: 3px;
	padding-top: 11px;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	color: #3d3333;
	border-top: 1px dotted #ccc;
}

#comment {
	position: relative;
	min-height: 28px;
}

#comment p {
	margin-bottom: 5px;
}

#comment p:after {
	content: "";
	z-index: 100;
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0 5px 7px;
	background: url(/shopping/news/images/bg_arrow.png) no-repeat bottom center;
}

#comment span {
	display: block;
	padding: 4px 7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	font-weight: bold;
	color: #fff;
	background-color: #ff5f00;
}

h2 {
	margin: 0 5px 5px;
	padding: 0 0 6px;
	font-size: 14px;
	font-size: 1.4rem;
	color: inherit;
	background: url(/common/images/bg_dot_whiteGray.gif) bottom repeat-x;
}

#sort {
	text-align: right;
}

.movie {
	position: relative;
	padding-bottom: 56.25%;/*必須*/
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	z-index: 1;
}

.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 5px;
	z-index: 2;
}

.btnStyle1 {
	margin: 0 5px 17px;
}

.btnStyle1 a {
	float: left;
	width: 100%;
	min-height: 35px;
	padding: 0 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	background-color: #d80b24;
}

.btnStyle1 a img {
	display: none;
}

.btnStyle1 a > span {
	display: table;
	position:relative;
	margin: 0 auto;
	padding: 8px 0 5px 15px;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
}

.btnStyle1 a.netshop > span {
	padding: 11px 8px 11px 37px;
	line-height: 1.4;
}

/*.btnStyle1 a > span span {
	display: block;
	padding-bottom: 3px;
	line-height: 1.1;
}*/

.btnStyle1 a > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #fff;
}

.btnStyle1 a.netshop > span:before {
	top: 50%;
	left: 0;
	margin-top: -18px;/*IE8以外*/
	content: url(/shopping/news/images/ico_cart.png);
	transform: scale(0.6);
	-ms-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	border: none;
}

#t {
	margin-right: 1px;/*IE8*/
	overflow: hidden;
}

#t li {
	display: inline-block;
	width: 50%;
	padding-right: 4px;
	padding-bottom: 15px;
	vertical-align: top;
}

#t li a {
	display: block;
}

#t li img {
	width: 100%;
	height: 100%;
	padding: 1px;
	border: 1px solid #ccc;
}
#t li a,
#t li img:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100); !important;
	-ms-filter: "alpha(opacity=100)" !important;
	zoom: 1;

}


.bnr img {
	width: 100%;
	
}

/* サイドメニュー
-------------------------------------------------------------------------------------*/

#wSideBar aside ul {
	padding-top: 14px;
}

#wSideBar aside ul li {
	float: left;
	width: 50%;
	padding-right: 5px;
}

#wSideBar aside ul li:nth-of-type(2n) {
	padding-right: 0;
	padding-left: 5px;
}

#wSideBar aside ul li dl dt img {
	width: 100%;
}


/*トップページリンク*/
#linkToppage {
	display: none;
}
/*ここまで*/


/* SP clearfix
----------------------------------------------------------------------------------------------------*/
#wSideBar aside ul, .btnStyle1 {
	zoom: 1;/*for IE 5.5-7*/
}

#wSideBar aside ul:after, .btnStyle1:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}




}