@charset "UTF-8";

section {
	background: -moz-linear-gradient(top,  #f0f0f0 26%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#f0f0f0), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 26%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 26%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 26%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 26%,#f4f4f4 100%); /* W3C */
	padding: 0px 0 30px 0;
	color: #666;
	font-size: 13px;
	line-height: 1.6;
	min-width: 980px;
}
section article {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
section h2 img {
	padding-top: 33px;
}

section article h3 {
	font-size: 23px;
	color: #472905;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 14px;
	background-image: url(../img/common/section/h3-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	padding-left: 3px;
}
section article h3+p {
	margin-top: 25px
}
section article h3+div {
	margin-top: 25px
}
section article img+img {
	margin-left: 10px
}
section article h4 {
	color: #472905;
	font-size: 19px;
	margin-top: 30px;
	font-weight: bold;
	margin-left: 23px;
}
section article h5 {
	margin-left: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #472905;
	margin-top: 25px;
	border-left-style: solid;
	border-left-color: #cb3737;
	border-left-width: 6px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
section article h6 {
	font-size: 16px;
	color: #cb3737;
	font-weight: bold;
}
section article>h6 {
	margin-left: 27px;
}

section > article >  div {

/*	margin-left: 55px;*/
}
section > article >  div.awards {
	margin-left: 55px;
	overflow: hidden;

}
section > article >  div.awardsdetail {
	margin-left: 55px;
	overflow: hidden;

}
section article ul {
	font-size: 14px;
	margin-top: 20px;
	list-style-type: disc;
	margin-left: 52px;
}

section article ol {
	list-style-type: decimal;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 52px;
	margin-bottom: 25px;
}
section article p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	line-height: 1.6;
	margin-left: 27px;
	margin-right: 27px;
}
section article > p {
	margin-left: 27px;
	margin-right: 27px;
}

section article p.center{
	text-align: center;
}
section article p.right{
	float: right;
}
section article p.left{
	float: left;
}
section article dl {
	font-size: 14px;
	margin-top: 20px;
	margin-left: 20px;
}
section article dl dt {
	font-weight: bold;
	color: #470925;
	margin-top: 5px;
}
section article dl dd {
	margin-left: 1em;
}

section article table {
	margin-top: 20px;
}
section article table th {
	background-color: #E3E3E3;
	color: #cb3737;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
section article table tr td {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
section article table tr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #470925;
	border-bottom-color: #470925;
}
.img-left {
	background-color: #CCC;
	float: left;
	height: 115px;
	width: 200px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-right {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 15px;
}
/*記事ページ レイアウト2*/

section article table {
	border-collapse: collapse;
	width:100%;
	margin-left: 27px;
	margin-right: 27px;
}

section article table > tbody > tr:first-child > th {
	border-top:#CB3737 4px solid;
}

/*section article table th.t_top {
    border-top:#CB3737 4px solid;
}*/
section article table th {
	border-bottom: #DBDBDB 1px dotted;
    	text-align: left;
    	padding: 12px;
	font-weight: normal;
    	background: #F7F7F7;
    	color: #472905;
}

/*
section article table td.t_top {
	border-top: #dbdbdb 4px solid;
}*/

section article table > tbody > tr:first-child > td {
	border-top: #dbdbdb 4px solid;
}

section article table td {
	border-bottom: #D3D3D3 1px dotted;
	text-align: left;
	padding: 10px;
}

/*section article table td.t_last {
	border-left: #e3e3e3 1px dotted;
}*/

/*section article table > tbody > tr:last-child > td {
	border-left: #e3e3e3 1px dotted;
}*/

/*�ܥ���*/
p.button1 {
	text-align: right;
	height: 38px;
}
p.button1_1 {
	display: inline-block;
	margin-right: 188px;
}
p.button3 {
	display: inline-table;
	margin-left: 300px;
}
p.button1 a,
p.button1_1 a,
p.button3 a {
	border-right: solid 2px #A45050;
	border-radius: 3px;
	display: inline-block;
	color: #FFFFFF;
	background-color: #DC4D4D;
	text-decoration: none;
	font-size: 13px;
	top: 0;
	left: 0;
	transition: top 0.1s ease-out, left 0.1s ease-out;
	-webkit-transition: top 0.1s ease-out, left 0.1s ease-out;
	border-bottom: solid 2px #A45050;
	font-weight: bold;
	padding: 4px 10px;
}
p.button2 a {
	border-right: solid 2px #A45050;
	border-radius: 3px;
	display: inline-block;
	color: #FFFFFF;
	background-color: #DC4D4D;
	text-decoration: none;
	font-size: 16px;
	top: 0;
	left: 0;
	transition: top 0.1s ease-out, left 0.1s ease-out;
	-webkit-transition: top 0.1s ease-out, left 0.1s ease-out;
	border-bottom: solid 2px #A45050;
	font-weight: bold;
	padding: 4px 10px;
}
p.button1 a:hover,
p.button1_1 a:hover,
p.button3 a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	box-shadow: none;
	border: 0;
	text-decoration: none;
}
p.button1 a.buy {
	padding-left: 35px;
	background-image: url(../img/common/other/button-icon-buy.png);
	background-repeat: no-repeat;
	background-position: 9px center;
}

p.button1 a.more,
p.button3 a.more {
	padding-left: 25px;
	background-image: url(../img/common/other/button-icon-more.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 15px 15px;
}
p.button1_1 a.prev {
	padding-left: 25px;
	background-image: url(../img/common/other/button-icon-prev.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 15px 15px;
}
p.button1_1:hover,
p.button3:hover{
	padding-right: 2px;
	padding-bottom: 2px;
}
p.button1 a.link {
	padding-left: 25px;
	background-image: url(../img/common/other/button-icon-more.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 15px 15px;
}

 p.button3 a {
	padding: 10px 7px;
	border-right: solid 2px #A45050;
	border-radius: 3px;
	display: inline-block;
	color: #FFFFFF;
	background-color: #DC4D4D;
	text-decoration: none;
	font-size: 18px;
	top: 0;
	left: 0;
	transition: top 0.1s ease-out, left 0.1s ease-out;
	-webkit-transition: top 0.1s ease-out, left 0.1s ease-out;
	border-bottom: solid 2px #A45050;
	font-weight: bold;
}

p.button2 a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	box-shadow: none;
	border: 0;
}


p.button2 a.pdf {
	padding-left: 50px;
	background-image: url(../img/common/other/button-icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

p.button2 a.more {
	padding-left: 35px;
	background-image: url(../img/common/other/icon_more.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
p.button_center {
	text-align: center;
}
p.button_center > a {
	font-size: 112.5%;
}
article.zenkoku-map-title table {
	margin-top: 10px;
	margin-bottom: 20px;
}
article.zenkoku-map-title > p {
	font-weight: bold;
}
article.zenkoku-map-title > p:last-child {
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
}
/*記事ページ レイアウト2*/
section article.entrycontent {
	margin-top: 20px;
}
section article {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
section article div.entry {
	width: 450px;
	border: 2px solid #e5e5e5;
	display: inline-block;
	overflow: hidden;
	margin-top: 30px;
}
section article div.entry:nth-child(even) {
	margin-left: 40px;
}
section article div.entry a:hover {
	opacity: 0.7; /* カラーを重ねる */
    transition: 0.3s ease;
}

section article div.entry a p.thumb {
	float: left;
	margin: 0;
	line-height: 0;
	border-right: 2px solid #e5e5e5;;
}

section article div.entry a p.thumb img {
	width: 175px;
	height: 175px;
	vertical-align: top;
}

section article div.entry a div {
	float: right;
	width: 260px;
	height: 165px;
	padding: 5px 6px;
	position: relative;
	background-color: #f5f7f7;
}

section article div.entry a div p {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	color: #1a1a1a;
	position: absolute;
	top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

section article div.entry > a > div > p.date {
	margin-top: 3px;
	position: static;
	font-size: 13px;
	font-weight: bold;
	color: #1a1a1a;
	margin-left: 0px;
	margin-right: 0px;
}

section article div.entry > a > div > p.date > span.new {
	background-color: #d30004;
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	margin-left: 4px;
	padding: 0 5px;
	text-transform: uppercase;
	vertical-align: middle;
	font-family: sans-serif;
}

section article div.entry a div h3 {
	margin: 2px 0 5px 0;
	padding: 0;
	line-height: 1.2;
	background-image: none;
	color: #cb3838;
	font-size: 14px;
}

section article div.entry a div p.excerpt {
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
	position: static;
	width: 255px;
}


section article div.entry a div p.more {
	position: absolute;
	display: block;
	top: 150px;
	right: 15px;
}

section ul.pageNav {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
	list-style-type: none;
}

section ul.pageNav li a.page-numbers {
	font-size: 14px;
	color: #4c4b4b;
	padding: 3px 10px;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	font-weight: bold;
}

section ul.pageNav li a.prev {
	font-size: 14px;
	background-color: #626262;
	color: white;
	padding: 3px 10px;
	border-radius: 2px;
	text-decoration: none;
	border: 1px solid #626262;
	letter-spacing: 2px;
}

section ul.pageNav li span.current {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 3px 10px;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	background-color: #F9AA95;
}

section ul.pageNav li a.next {
	font-size: 14px;
	background-color: #626262;
	color: white;
	padding: 3px 10px;
	border-radius: 2px;
	text-decoration: none;
	border: 1px solid #626262;
	letter-spacing: 2px;
}
/* detail bar */

ul.detail_bar {
	margin-bottom: 20px;
	margin-top: -20px;
	text-align: right;
	
}
ul.detail_bar>li{
	background-color: #F9F8F8;
	font-size: 12px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
	display: inline-block;
	border: solid 1px #A04557;
	box-shadow: inset 0px 0px 0px 1px #ffffff;
}

ul.detail_bar>li.detail_fb {
	margin-right: 8px;
	border: 0;
}

ul.detail_bar>li.detail_day {
	padding: 5px 7px 5px 30px;
	background-image: url(../img/common/other/icon-data.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	font-weight: bold;

}
ul.detail_bar>li.detail_writer {
	padding: 5px 7px 5px 28px;
	background-image: url(../img/common/other/icon-writer.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	border-left: 0;
}

section>article>p.leadsentence {
	margin-top: 37px;
	margin-bottom: 37px;
	font-size: 14px;
	color: #333;
}
section>article>p:first-child {
	margin-top: 37px;
}
section>article img.ippan  {
    	vertical-align: middle;
    	margin-right: 5px;
    	margin-bottom: 3px;
}


section > article > ul.category-nav {
	text-align:center;
}

section > article > ul.category-nav > li {
	display:inline-block;
}

section > article > ul.category-nav > li > a {
	display: block;
	/*flex: 1 1 auto;*/
	margin: 10px;
	padding:7px 30px;
	border: 2px solid #CB3737;
	color: #CB3737;
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: .3s;
	z-index: 100;
}
section > article > ul.category-nav > li > a:after {
	display: block;
    position: absolute;
	-webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    left: -10%;
    bottom: 0;
	background-color: #DE6868;
    height: 140%;
	-webkit-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
}

section > article > ul.category-nav > li > a:hover {
	color: #FFF;
}

section > article > ul.category-nav > li > a:hover:after {
    left: -10%;
    width: 120%;
}

article > div.entry-body p.caption {
	text-align: center;
}

article > div.entry-body p.caption span {
	display: inline-block;
	zoom: 1;
	text-align: center;
	line-height: 1.4;
	vertical-align: top;
}

article > div.entry-body ul.151016photo {
	margin: 0 !important;
	text-align: center;
}

article > div.entry-body ul.151016photo > li {
	margin: 0 10px 25px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 350px;
}
/*     2017.4.21 追加     */
section.headphone_earphone h2.ttl_bg02 {
	background-color: #333;
	text-align: center;
	height: 105px;
	background-image: url(../img/headphone-earphone/ttl_bg02.png);
	background-color: #333;
	height: 105px;
	background-repeat: no-repeat;
	background-position: center;
}
section.headphone_earphone article div.page_nav p {
	display: inline-block;
	height: auto;
}
section.headphone_earphone article p.button a {
	margin: 10px;
	padding: 6px;
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	width: 30%;
	color: #FFFFFF;
	background-color: #DC4D4D;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
section.headphone_earphone article p.button a:hover {
	background-color: #bf5e5e;
}
section.headphone_earphone article p.button a.gnav_active {
	background-color: rgba(71,41,5,0.76);
}
section.headphone_earphone article p {
	font-size: 15px;
}
section.headphone_earphone article h5 {
	font-size: 17px;
	color: #472905;
	margin-top: 30px;
	font-weight: bold;
	margin-left: 36px;
}
section.headphone_earphone article h6 {
	font-weight: bold;
	margin-left: 38px;
}
section.headphone_earphone article h7,
section.headphone_earphone article p.hdpn_subttl {
	font-weight: bold;
	font-size: 16px;
	color: #cb3737;
}
section.headphone_earphone article h7 {
	margin-left: 54px;
}
section.headphone_earphone article p.sub_content01 {
	margin-left: 50px;
}
section.headphone_earphone article p.sub_content02 {
	margin-left: 54px;
	margin-bottom: 20px;
}
section.headphone_earphone article p.sub_content03 {
	margin-left: 76px;
}
section.headphone_earphone article ul.hdpn_improvement {
	list-style: none;
	margin-left: 46px;
}
section.headphone_earphone article ul.hdpn_improvement li {
	margin-bottom: 4px;
}
section.headphone_earphone article ul.hdpn_improvement span {
	border-bottom: 1px solid #666;
}
section.headphone_earphone article p.hdpn_subttl span {
	display: block;
	margin-left: 48px;
}
section.headphone_earphone article p.hd_img {
	text-align: center;
	margin: 40px 0 60px;
}
section.headphone_earphone article dl.dl_container {
	padding-left: 30px;
}
section.headphone_earphone article dl.dl_container dd {
	margin-bottom: 20px;
	padding-left: 1em;
}
.mgn40 {
	margin: 40px 0;
}
section article dl.list01 {
	margin-left: 30px;
	margin-top: 15px;
}
section article dl.list02 {
	margin-left: 40px;
	margin-top: 8px;
}
section article dl.list01 > dt {
	margin-top: 10px;
}
section article dl.list02 > dt {
	margin-top: 8px;
}
section article dl.list02 > dt:before {
	content: "■";
}
section article dl.list03 {
	margin-left: 50px;
	margin-top: 5px;
}
section article dl.list03 > dt:before {
	content: "・";
}
section article p.last_text {
	margin: 30px 27px 0;
	
}
section article p.intro_listening_movie {
	width: 50%;
	display: inline-block;
	margin-top: 0;
	vertical-align: top;
}
section article p.img_listening_movie {
	display: inline-block;
	margin-top: 0;
	margin: 0;
}
section article p.bnr_listening_movie {
	width: 437px;
	margin: 27px auto 0;
}
section article .hi-reso_logoarea, 
section article .caption {
	text-align: center;
}
section article .hi-reso_logoarea.acquisition {
	margin-top: 37px;
}
section article .hi-reso_logoarea > p {
	display: inline-block;
}
section article.about h3 > span {
	font-size: 15px;
	text-align: right;
	display: block;
}
section.hi-res article.about ol li dl dt.codec_name {
	margin-top: 10px;
}
section.journal-entry article > h4 {
	margin-top: 0;
}
section.journal-entry article div.contentbox {
	margin-bottom: 50px;
}
section article.hometheater-latest h4 {
	margin-left: 25px;
	font-size: 19px;
	font-weight: bold;
	color: #472905;
	margin-top: 25px;
	border-left-style: solid;
	border-left-color: #cb3737;
	border-left-width: 6px;
	padding-left: 15px;
	margin-bottom: 10px;
}
section article.hometheater-latest h5 {
	color: #472905;
	font-size: 18px;
	font-weight: bold;
	margin-left: 23px;
	border-left-style: none;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 20px;
}
section article p.sign_date {
	text-align: right;
}