﻿.listWhatsnew li:first-child {
	display: none;/*norenで空タグができるため*/
}


.paragraph .figure {
	width: 224px;
	text-align: center;
}

/* 画像幅 */
.paragraph img {
	max-width: 750px;
}

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

ul.listGeneralFloatA {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

ul.listGeneralFloatA li {
	line-height: 35px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
}


ul.listGeneralFloatA a {
	display: block;
	min-width: 200px;
	height: 35px;
	padding: 10px 5px;
	
	border: 1px solid #ce4051;
	border-radius: 3px;
	
	text-shadow: 0 -1px 1px #999;
	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;
}

ul.listGeneralFloatA a:link {
	text-decoration: none;
	color: #fff;
}

ul.listGeneralFloatA 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: #f17e92;
}

ul.listGeneralFloatA 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: #e23333;

}

ul.listGeneralFloatA a img {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}

ul.listGeneralFloatA a img {
	display: inline;
	float: left;
}

ul.listGeneralFloatA a span.text {
	line-height: 1.2;
	display: inline;
	float: left;
	font-size: 16px;
}

.paragraph .figure img {
	width: 200px;
	height: auto;
}

.summary {
	margin: 0 0 15px 0;
	padding: 10px 10px 0 10px;
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
	
	font-size: 10px;	
}

ul.efficiency {
	margin: 10px 0 36px 0;
}
ul.efficiency li {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 8px;
}

#newsList {
    clear: both;
    height: 2.5em;
	margin-top: 3.5em;
}

#newsList p {
	margin: 0;
}

#newsList p#prev {
    background: url(/common/images/arrow_L.gif) no-repeat scroll left 5px;
    display: inline;
    float: left;
    padding-left: 15px;
}
#newsList p#next {
    background: url(/common/images/arrow_R.gif) no-repeat scroll right 3px;
    display: inline;
    float: right;
    padding-right: 15px;
}

#newsList:after {
    clear: both;
    content: "";
    display: block;
}

* html #newsList {
    display: inline-block;
}

* + html #newsList {
    display: inline-block;
}



@media screen and (min-width:768px) {
/*詳細一覧*/

.boxDetailed {
	min-height: 208px;
	padding: 30px;
	border: 1px solid #ccc;
}

.boxDetailed h2,
.boxDetailed .boxTxt,
.boxDetailed .btnDetailed {
	float: right;
	width: 465px;
	padding-left: 20px;
}

.boxDetailed h2 {
	font-size: 28px;
}

.boxDetailed .vol {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.boxDetailed .img {
	float: left;
	width: 186px;
	margin: 0;
	padding: 10px;
	border: 1px solid #ccc;
}

.boxDetailed .boxTxt {
	font-size: 14px;
}

.btnDetailed {
	display: block;
	margin: 0 0 10px;
	min-height: 47px;
}

.btnDetailed a {
	float: right;
	display: block;
	width: 150px;
	min-height: 37px;
	padding: 0 10px;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	border: 5px solid #be1f33;
	background: #be1f33;
}

.btnDetailed a,
.btnDetailed a:link {
	color: #fff;
	text-decoration: none;
}

.btnDetailed a:hover {
	color: #be1f33;
	background: #fff;
}

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

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

.btnDetailed a:hover > span:before {
	border-left: 15px solid #be1f33;
}


/* 特殊フォントサイズ系
-------------------------------------------------------------------------------------*/
#wPrimary .fonS12 {
	font-size: 12px;
}

/* 特殊横幅又は高さ系
-------------------------------------------------------------------------------------*/
#wPrimary .wid150 {
	width: 150px;
}

#wPrimary .wid520 {
	width: 520px;
}

#wPrimary .wid560 {
	width: 560px;
}

#wPrimary .wid600 {
	width: 600px;
}

#wPrimary table th {
	min-width:100px;
}

}

@media screen and (max-width:767px) {

.titleSub p {
	margin-bottom: 10px;
}
	
.titleSub span {
	display: none;
}

.date {
	padding-right: 5px;
}

.summary {
	margin: 0 5px 20px;
	padding: 0;
	border: 1px solid #eee;
	background: #f9f9f9;	
	font-size: 14px;
	font-size: 1.4rem;	
}

.summary p {
	margin-bottom: 3px;
}

.titleSub + p {
	margin-bottom: 10px;
}


h1 {
	margin: 0 0 20px;
	padding: 0 5px 1px;
	font-size: 18px;
	font-size: 1.8rem; 
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
	border: none;/*reset*/
	background: #d70b24;
}

h2 {
	padding: 18px 5px 2px;
	font-size: 14px;
	font-size: 1.4rem;
	color: inherit;
	text-align: center;
	background: none;
}

table,
table tbody,
table tr,
table th,
table td {
	display: block;
}

table.dataTL,
table.dataTL th,
table.dataTL td {
	border: none;
}

table.dataTL {
	margin-bottom: 10px;
	padding: 5px 0;
}

table.dataTL th {
	margin-bottom: 5px;
	padding: 0 5px;
}

.ie8 table.dataTL th,
.ie9 table.dataTL th {
	width: 35%;
}

table.dataTL td {
	padding: 0 5px;
}

table.dataTL td:last-child {
	padding-bottom: 7px;
}

.paragraph p {
	padding-bottom: 11px;
}

.paragraph .figure {
	width: auto;/*reset*/
	text-align: center;
}

.paragraph .figure img {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #ccc;
}

.paragraph .figure p {
	font-weight: bold;
}

.paragraph .figure a {
	font-weight: normal;
}

.paragraph .title {
	margin-bottom: 10px;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #d70b24;
}


/*reset*/
.listGeneralFloatA.listGeneralFloatA {
	margin: 0 5px 20px;
	padding: 10px 0 0;
}

.listGeneralFloatA.btnStyle1 li {
	display: block;
	float: none;
	margin: 0 0 15px;
	padding: 0;
	border: none;
	line-height: inherit;
	-moz-border-radius: initial;
	-webkit-border-radius: initial;
	border-radius: initial;
}
/*end*/

.btnStyle1 li {
	width: 100%;
}

.btnStyle1 li + li,
.listGeneralFloatA li + li {
	margin-top: 15px;
}

.btnStyle1 li:nth-child(2n+1),
.btnStyle1 li:nth-child(2n+2) {
	padding: 0;
}

.btnStyle1 li a,
.listGeneralFloatA.btnStyle1 li a {
	min-width: 0;/*reset*/
	height: auto;/*reset*/
	box-shadow: none;/*reset*/
	text-shadow: none;/*reset*/
	border: none;/*reset*/
	display: block;
	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: #d80b24;
}

.btnStyle1 li a img,
.listGeneralFloatA.btnStyle1 li a img {
	display: none;
}

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

.btnStyle1 li a > span.text2,
.listGeneralFloatA.btnStyle1 li a > span.text {
	float: none;/*reset*/
	font-size: 14px;
	font-size: 1.4rem;
}

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

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

.listGeneralFloatA.btnStyle1 li a:hover,
.listGeneralFloatA.btnStyle1 li a:active {
	background: #d80b24;/*reset*/
}

.btnStyle1 li a > span:before,
.listGeneralFloatA.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;
}

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

.listGeneralFloatA.btnStyle1 a.shop > span:before {
	content: url(/shopping/images/ico_sss.gif);
	margin-top: -18px;/*IE8以外*/
	transform: scale(0.6);
	-ms-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	border: none;
}

#newsList {
	margin-top: 1.8em;
}

/*詳細一覧*/

.titleSub h1 {
	padding-bottom: 0;
	background: none;
}

.boxDetailed {
	padding: 5px 5px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;/*reset*/
	border-right: none;/*reset*/
}

.boxDetailed h2,
.boxDetailed .boxTxt {
	float: none;
	width: auto;/*reset*/
}

.boxDetailed h2 {
	float: none;
	padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}

.boxDetailed .boxTxt,
.boxDetailed .btnDetailed {
	float: right;
	width: 66.4%;
	padding-left: 6px;
}

.boxDetailed .boxTxt {
	margin-bottom: 20px;
}

.boxDetailed .boxTxt p {
  margin: 0;
}

.boxDetailed .vol {
	display: inline;
	margin-bottom: 5px;
	font-size: 18px;
	font-size: 1.8rem;
}

.boxDetailed .img {
	float: left;
	width: 33.6%;
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
}

.boxDetailed .img img {
	width: 100%;
}

.btnDetailed {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.btnDetailed a {
	display: inline-block;
	min-height: 28px;
	padding: 0 10px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	border: 5px solid #be1f33;
	background: #be1f33;
}

.btnDetailed a:hover {
	color: #fff;/*reset*/
	background: #be1f33;/*reset*/
}

.btnDetailed a > span {
	display: table;
	position:relative;
	margin: 0 auto;
	padding: 0 0 0 21px;
	text-align: left;
	vertical-align: middle;
}

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

.btnDetailed a:hover > span:before {
	border-left: 13px solid #fff;/*reset*/
}

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

.menuText nav > ul > li:not(:nth-child(4)) {
	display: none;
}

#wSideBar aside dl {
	display: none;
}

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


/* SP clearfix
----------------------------------------------------------------------------------------------------*/
.boxDetailed {
	zoom: 1;/*for IE 5.5-7*/
}

.boxDetailed:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}


}

/*@media screen and (min-width: 769px) {
ul.listGeneralFloatA li {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.btnStyle1 li > a,
ul.listGeneralFloatA li {
	display: table;
}
.btnStyle1 li:nth-child(1) {
	width: auto;
}
.btnStyle1 li:nth-child(2) {
	width: auto;
}
ul.listGeneralFloatA li {
	width: 100%;
	min-height: 50px;
}
ul.listGeneralFloatA li:nth-child(1) {
	width: 480px;
}
ul.listGeneralFloatA li:nth-child(2) {
	width: 240px;
}
}*/