@charset "UTF-8";

/*
key : #15b2c7
over : #78c7d2
youtube : #cd201f
*/

.contentsBody {
	width: 1200px;
	margin: 0 auto;
}

/*
Main
*/
#mainArea {
	width:100%;
	background:#000;
	min-width: 1200px;
}
#main {
	width: 1200px;
	height:500px;
	margin:0px auto;
	display: none;
}


/* ====================================
モジュール名：pc・sp出しわけ
対象カテゴリ：ALL
(2026.01.07 追加)
=======================================*/
@media all and (min-width: 768px) {
  .m-dn-sp {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  .m-dn-pc {
    display: none !important;
  }
}


/*
Notice
*/
#notice {
	background:#333;
	padding:20px 0px;
	width:100%;
	min-width: 1200px;
}
#notice_ticker {
	width: 1200px;
}
#notice h2{
	color:#ccc;
	font-size:14px;
	line-height:40px;
	text-align:center;
	width:120px;
	height:40px;
	margin:0px 20px 0px 0px;
	float:left;
	border-right:1px solid #ccc;
}
#notice .ticker {
	color:#ccc;
	font-size:14px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#notice .ticker ul {
	width: 100%;
	position: relative;
	margin:0px;
	padding:10px 0px 10px 10px;
}

#notice .ticker ul li {
	color:#ccc;
	font-size:14px;
	line-height:40px;
	text-align:left;
	height:40px;
	display: none;
}

/*
PickUp
*/
#pickupArea {
	padding:40px 0px;
}
#pickupArea h2 {
	text-align:center;
	margin:20px 0px 40px 0px;
}
#pickup_slider {
	margin:0px auto;
	display: none;
}

/*
Release
*/
#releaseArea {
	min-width: 1200px;
	padding:40px 0px 40px 0px;
	background:#f6f6f6;
	box-shadow: 0px 5px 10px 0px rgba(153,153,153,0.5);
}
#releaseArea h2 {
	font-family:'Roboto';
	text-align:center;
	margin:20px 0px 40px 0px;
}
#release_slider {
	width:1100px;
	margin:0px auto;
	display: none;
}
.item {
	width:220px;
	height:420px;
	margin:10px auto;
	padding-bottom:10px;
	background:#fff;
	box-shadow:0px 1px 3px 0px #999999;
	text-align:left;
	position:relative;
}
.item:hover {
	box-shadow:0px 3px 5px 0px #666666;
}
.item a {
	display:block;
}
.item .artwork {
	width:220px;
	height:220px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-bottom:1px solid #ccc;
	background:#ccc;
}
.item p {
	color:#333;
	line-height:150%;
	font-weight:400;
	margin:5px 10px;
}
.item p.type {
	color:#fff;
	font-size:8px;
	line-height:100%;
	margin-top:5px;
	padding:2px 5px 2px;
	background:#15b2c7;
	display:inline-block;
}
.item p.title {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	margin-top:5px;
}
.item p.title span {
	font-size:12px;
}
.item p.artist {
	font-size:14px;
	margin-bottom:10px;
}
.item p.release_date {
	color:#15b2c7;
	font-family:'Roboto';
	font-size:16px;
	line-height:16px;
	font-weight:300;
}
.item p.release_data {
	font-family:'Roboto';
	font-size:12px;
	line-height:16px;
	font-weight:300;
}
.item p.desc {
	font-size:12px;
	line-height:16px;
	margin-top:5px;
	padding:5px 2px 0px 2px;
	border-top:1px solid #666;
}
span.overlay {
	color:#fff;
	font-size:12px;
	line-height:200px;
	width:220px;
	height:420px;
	position: absolute;
	text-align: center;
	background: #15b2c7;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	filter: alpha(opacity=0);
	cursor:pointer;
}
span.overlay:hover {
	opacity: .8;
	filter: alpha(opacity=100);
}

/*
banner
*/
#bannerArea {
	min-width: 1200px;
	padding:25px 0px 20px 0px;
	background:#f6f6f6;
	box-shadow: inset 0px 3px 4px 0px rgba(153,153,153,0.5);
}
#bannerArea ul {
	list-style:none;
	line-height: 0;
	text-align:center;
}
#bannerArea ul.col1 {
	width:360px;
	margin:0px auto;
}
#bannerArea ul.col2 {
	margin:0px 240px;
}
#bannerArea ul.col3 {
	margin:0px 120px;
}
#bannerArea ul li {
	margin-bottom:10px;
	text-align:center;
	float:left;
}
#bannerArea ul.col1 li {
	width:360px;
	float:none;
}
#bannerArea ul.col2 li {
	width:360px;
}
#bannerArea ul.col3 li {
	width:320px;
}
#itunes_banner a img {
	box-shadow: inset 0px 3px 4px 0px rgba(153,153,153,0.5);
}

/*
itunes_banner
*/
#itunesArea {
	min-width: 1200px;
	padding:25px 0px 20px 0px;
	background:#f6f6f6;
	box-shadow: inset 0px 3px 4px 0px rgba(153,153,153,0.5);
}
#itunes_banner {
	line-height: 0;
	text-align:center;
}
#itunes_banner a img {
	box-shadow:0px 1px 3px 0px #999999;
}

/*
Youtube
*/
#youtubeArea {
	min-width: 1200px;
	padding:40px 0px 40px 0px;
	background:#333;
}
#youtubeArea h2 {
	font-family:'Roboto';
	color:#ffffff;
	text-align:center;
	margin:0px 0px 40px 0px;
}
#youtubeArea h2 span {
	font-size:20px;
	color:#cd201f;
}
#youtubeArea h3 {
	color:#cd201f;
	font-size:16px;
	font-weight:300;
	text-align:center;
	margin:0px 0px 5px 0px;
}
#youtube {
	width:1200px;
	margin:0px auto;
}
.youtube1 {
	text-align:center;
	width:360px;
	float:left;
	margin:0px 80px 30px 160px;
}
.youtube2 {
	text-align:center;
	width:360px;
	float:left;
	margin:0px 160px 30px 80px;
}
#youtube .ticker {
}
#youtube .ticker,
#youtube .no_ticker {
	font-size:12px;
	line-height:18px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	position: relative;
	/*overflow: hidden;*//* YouTube下リンク長タイトルが表示されなかったので隠しました 2025.02.13 */
}

#youtube .ticker ul {
	width: 100%;
	position: relative;
}

#youtube .ticker ul li {
	width: 100%;
	padding-left: 22px;
	display: none;
}

#youtube .btn {
	text-align:center;
	clear:both;
	margin: 0px auto 0px;
}
#youtube .btn a {
	line-height:0;
	display:inline-block;
	background:#fff;
	border-radius:4px;
}
#youtube .btn img {
	box-shadow:0px 1px 3px 0px #000;
	border-radius:4px;
	border:none;
}

#youtube .ticker ul:before,
#youtube .no_ticker:before {
	color:#15b2c7;
	font-size:12px;
	line-height:20px;
	content: "\e65d";
	font-family: "themify";
	margin: 2px 5px 0px 5px;
}


/*
Caution (2026.01.07 追加)
*/
#cautionArea {
	min-width: 1200px;
	/*padding:40px 0px 40px 0px;*/
	padding:20px 0px 17px 0px;
	background:#333;
}
#cautionArea h2 {
	font-family:'Roboto';
	color:#ffffff;
	text-align:center;
	margin:0px 0px 40px 0px;
}
#cautionArea h2 span {
	font-size:20px;
	color:#cd201f;
}
#cautionArea h3 {
	color:#cd201f;
	font-size:16px;
	font-weight:300;
	text-align:center;
	margin:0px 0px 5px 0px;
}
#caution {
	width:1200px;
	margin:0px auto;
}

#caution .btn {
	text-align:center;
	clear:both;
	margin: 0px auto 0px;
}
#caution .btn a {
	line-height:0;
	display:inline-block;
	/*background:#fff;*/
	border-radius:4px;
}
#caution .btn img {
	/*box-shadow:0px 1px 3px 0px #000;*/
	/*border-radius:4px;*/
	border:none;
}


/*
NewsArea
*/
#newsArea {
	min-width: 1200px;
	padding:0px;
}
/*
WhatsNew
*/
/* 変更・2024.01.24 */
#whatsnew {
	width:540px;
	padding:40px 0px 40px 0px;
	float:left;
}
#whatsnew_list {
	width:540px;
	height:400px;
	overflow:auto;
}
/*#whatsnew {
	width:780px;
	padding:40px 0px 40px 0px;
	float:left;
}
#whatsnew_list {
	width:780px;
	height:400px;
	overflow:auto;
}*/
#whatsnew h2 {
	font-family:'Roboto';
	text-align:center;
	margin:0px 0px 40px 0px;
}
/* 変更・2024.01.24 */
.entry {
	line-height:18px;
	width:540px;
	margin:0px 0px 12px 0px;
}
/*.entry {
	line-height:18px;
	width:740px;
	margin:0px 0px 12px 0px;
}*/
.entry a {
	color:#333;
	display:block;
	padding:2px 4px;
	overflow: hidden;
	zoom: 1;
}
.entry a:hover {
	background:#e6f3f3;
}
/* 変更・2024.01.24 */
.entry time {
	font-family:'Roboto';
	color:#15b2c7;
	font-size:14px;
	text-align:right;
	margin:0px 10px 5px 0px;
	/*width:90px;*/
	float:left;
	clear:both;
}
/*.entry time {
	font-family:'Roboto';
	color:#15b2c7;
	font-size:14px;
	text-align:right;
	margin:0px 10px 5px 0px;
	width:90px;
	float:left;
	clear:both;
}*/
.entry h3 {
	color:#333;
	font-size:13px;
	font-weight:700;
	margin-right:5px;
	float:left;
}
.entry p {
	color:#333;
	font-size:13px;
	margin:0px 0px 0px 0px;
	float:left;
}

#whatsnew dl {
	line-height:20px;
}
#whatsnew dt {
	font-family:'Roboto';
	color:#15b2c7;
	font-size:14px;
	text-align:right;
	padding:2px 2px;
	margin:0px 10px 12px 0px;
	width:90px;
	float:left;
	clear:both;
}
#whatsnew dd {
	color:#333;
	font-size:13px;
	margin:0px 0px 12px 5px;
	width:640px;
	float:left;
}
#whatsnew dd span {
	font-weight:700;
	margin-right:5px;
}
#whatsnew dd a {
	color:#333;
	display:block;
	padding:2px 4px;
}
#whatsnew dd a:hover {
	background:#e6f3f3;
}

/*
Tweets
*/
/* 変更・2024.01.24 */
#twitter {
	width:600px;
	padding:40px 0px 40px 0px;
	float:right;
}
/*#twitter {
	width:360px;
	padding:40px 0px 40px 0px;
	float:right;
}*/
#twitter h2 {
	font-family:'Roboto';
	text-align:center;
	margin:0px 0px 40px 0px;
}

/*
InfoArea
*/
#infoArea {
	min-width: 1200px;
	padding:40px 0px 40px 0px;
	background:#f6f6f6;
}

/*
App
*/
#app {
	color:#fff;
	width:800px;
	height:140px;
	padding:0px 0px 0px 0px;
	float:left;
	background:#000;
	background-image:url("../images/common/app_disccatch.png");
	background-position:20px 20px;
	background-repeat:no-repeat;
	position:relative;
}
#app h3 {
	font-size:20px;
	line-height:150%;
	font-weight:300;
	margin:20px 0px 10px 160px;
}
#app h4 {
	font-size:14px;
	line-height:150%;
	font-weight:700;
	margin:0px 0px 10px 160px;
}
#app p {
	font-size:12px;
	line-height:150%;
	font-weight:400;
	margin:5px 10px;
	margin:0px 0px 10px 160px;
}
#app #app1 {
	position:absolute;
	bottom:5px;
	right:150px;
}
#app #app2 {
	position:absolute;
	bottom:5px;
	right:10px;
}

/*
Dog on Beat
*/
#dob {
	width:360px;
	padding:0px 10px 0px 0px;
	float:left;
	background:#eee;
	border-bottom:1px solid #ccc;
}
#dob p {
	color:#333;
	font-size:12px;
	line-height:120%;
	font-weight:400;
	margin:2px 10px 5px 10px;
}

/*
Music Profile
*/
/* 2024.02.05 修正 */
#musicprofile {
	width:360px;
	/*padding:0px 10px 0px 5px;*/
	text-align:center;
	margin: 0px auto 0px;
	background:#eee;
	border-bottom:1px solid #ccc;
}
#musicprofile p {
	color:#333;
	font-size:12px;
	line-height:120%;
	font-weight:400;
	text-align: left;
	margin:2px 10px 5px 10px;
}
/*#musicprofile {
	width:360px;
	padding:0px 10px 0px 5px;
	float:left;
	background:#eee;
	border-bottom:1px solid #ccc;
}*/
/*#musicprofile p {
	color:#333;
	font-size:12px;
	line-height:120%;
	font-weight:400;
	margin:2px 10px 5px 10px;
}*/


/*
Links
*/
#links {
	clear:both;
	width: 120px;
	/*width: 180px;*/
	/*Facebookトルツメ前幅*/
	margin: auto;
	overflow: hidden;
}
#links ul {
	margin-top:40px;
	list-style-type: none;
}
#links li {
	float: left;
	margin: 10px;
}
#links li a {
	font-size: 18px;
	color: #fff;
	line-height:40px;
	text-align:center;
	display: block;
	background-color: #ccc;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
#links li a:hover {
	background-color: #15b2c7;
}




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

.contentsBody {
	width: 100%;
	margin: 0 auto;
}

/*
Main
*/
#mainArea {
	min-width: 320px;
}
#main {
	width: 100%;
	height:auto;
	margin:0px auto;
	display: none;
}
#main img {
	width: 100%;
	max-width: 100%;
}

/*
Notice
*/
#notice {
	width: 100%;
	min-width: 320px;
	background:#333;
	padding:10px 0px;
}
#notice_ticker {
	width: 100%;
}
#notice .ticker {
	color:#ccc;
	font-size:14px;
	text-align: left;
	position: relative;
	overflow: auto;
}
#notice h2{
	color:#ccc;
	font-size:14px;
	line-height:20px;
	text-align:center;
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	float:none;
	border-right:none;
	border-bottom:1px solid #ccc;
}

#notice .ticker ul {
	width: 100%;
	position: relative;
	margin:5px;
	padding:10px 0px 10px 10px;
}

#notice .ticker ul li {
	font-size:12px;
	line-height:20px;
	text-align:left;
	height:auto;
	display: none;
}

/*
PickUp
*/
#pickupArea {
	width: 100%;
	min-width: 320px;
	padding:40px 0px;
}
#pickupArea h2 {
	text-align:center;
	margin:20px 0px 40px 0px;
}
#pickup_slider {
	margin:0px auto;
	display: none;
}

/*
Release
*/
#releaseArea {
	width: 100%;
	min-width: 320px;
	padding:40px 0px 40px 0px;
	background:#f6f6f6;
	box-shadow: 0px 5px 10px 0px rgba(153,153,153,0.5);
}
#releaseArea h2 {
	text-align:center;
	margin:20px 0px 40px 0px;
}
#release_slider {
	width:90%;
	margin:0px auto;
	display: none;
}
.item {
}
.item:hover {
}
.item .artwork {
}
.item p {
}
.item p.type {
}
.item p.title {
}
.item p.artist {
}
.item p.desc {
}
span.overlay {
}
span.overlay:hover {
}

/*
banner
*/
#bannerArea {
	min-width: 320px;
	padding:25px 0px 20px 0px;
	background:#f6f6f6;
	box-shadow: inset 0px 3px 4px 0px rgba(153,153,153,0.5);
}
#bannerArea ul,
#bannerArea ul.col1,
#bannerArea ul.col2,
#bannerArea ul.col3 {
	width: 90%;
	line-height: 0;
	text-align:center;
	margin:0px auto;
}
#bannerArea li,
#bannerArea ul.col1 li,
#bannerArea ul.col2 li,
#bannerArea ul.col3 li {
	width:100%;
	text-align:center;
	float:none;
}
#bannerArea li img {
	width: 100%;
	max-width:360px;
	height:auto;
}

/*
itunes_banner
*/
#itunesArea {
	min-width: 320px;
	padding:25px 0px 20px 0px;
	background:#f6f6f6;
	box-shadow: inset 0px 3px 4px 0px rgba(153,153,153,0.5);
}
#itunes_banner {
	width: 90%;
	line-height: 0;
	text-align:center;
	margin:0px auto;
}
#itunes_banner a img {
	width: 100%;
	max-width:360px;
	height:auto;
}

/*
Youtube
*/
#youtubeArea {
	min-width: 320px;
	padding:20px 0px 20px 0px;
	background:#333;
}
#youtubeArea h2 {
}
#youtubeArea h2 span {
}
#youtubeArea h3 {
	padding:5px 0px;
}
#youtube {
	width:100%;
}
.youtube1 {
	text-align:center;
	width:45%;
	float:left;
	margin:0px 2% 20px 3%;
	padding:0px 0px 38px 0px;/* 追記・YouTube下リンク長タイトルが表示されなかったので広げました 2025.02.13 */
	/*background-color:#000;*//* 背景が黒だとタイトルの長短によって違和感が生じたので隠しました 2025.02.13 */
}
.youtube2 {
	text-align:center;
	width:45%;
	float:right;
	margin:0px 3% 20px 2%;
	/*background-color:#000;*//* 背景が黒だとタイトルの長短によって違和感が生じたので隠しました 2025.02.13 */
}
.yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yt iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#youtube .ticker {
}
#youtube .ticker,
#youtube .no_ticker {
}

#youtube .ticker ul {
}

#youtube .ticker ul li {
}

#youtube .btn {
	width: 90%;
}
#youtube .btn a {
}
#youtube .btn img {
	width: 100%;
	max-width:360px;
	height:auto;
	box-shadow:0px 1px 3px 0px #000;
	border-radius:4px;
	border:none;
}

#youtube .ticker ul:before,
#youtube .no_ticker:before {
	color:#15b2c7;
	font-size:12px;
	line-height:20px;
	content: "\e65d";
	font-family: "themify";
	margin: 2px 5px 0px 5px;
}


/*
Caution (2026.01.07 追加)
*/
#cautionArea {
	min-width: 320px;
	/*padding:20px 0px 20px 0px;*/
	padding:20px 0px 15px 0px;
	background:#333;
}
#cautionArea h2 {
}
#cautionArea h2 span {
}
#cautionArea h3 {
	padding:5px 0px;
}
#caution {
	width:100%;
}
#caution .btn {
	width: 90%;
}
#caution .btn a {
}
#caution .btn img {
	width: 100%;
	max-width:360px;
	height:auto;
	/*box-shadow:0px 1px 3px 0px #000;*/
	/*border-radius:4px;*/
	border:none;
}


/*
NewsArea
*/
#newsArea {
	min-width: 320px;
	padding:0px;
}
/*
WhatsNew
*/
#whatsnew {
	width:45%;
	margin:20px 2% 20px 3%;
	padding:20px 0px 0px 0px;
	float:left;
}
#whatsnew_list {
	width:100%;
	height:400px;
	overflow:auto;
}
#whatsnew h2 {
	text-align:center;
	margin:0px 0px 20px 0px;
}
.entry {
	line-height:18px;
	width:100%;
	margin:0px 0px 12px 0px;
}
.entry a {
	color:#333;
	display:block;
	padding:2px 4px;
	overflow: hidden;
	zoom: 1;
}
.entry a:hover {
	background:#e6f3f3;
}
.entry time {
	font-family:'Roboto';
	color:#15b2c7;
	font-size:14px;
	text-align:left;
	margin:0px 5px 0px 0px;
	width:80px;
	float:left;
	clear:both;
}
.entry h3 {
	float:left;
}
.entry p {
	color:#333;
	font-size:13px;
	margin:0px 0px 0px 5px;
	float:none;
	clear:both;
}

#whatsnew dl {
	line-height:20px;
}
#whatsnew dt {
	color:#15b2c7;
	font-size:14px;
	text-align:left;
	padding:2px 2px;
	margin:0px;
	width:100%;
	float:none;
	clear:both;
}
#whatsnew dd {
	color:#333;
	font-size:13px;
	line-height:120%;
	margin:0px;
	width:100%;
	float:none;
}
#whatsnew dd span {
	font-weight:700;
	margin-right:2px;
}
#whatsnew dd a {
	color:#333;
	display:block;
	padding:2px 2px;
}
#whatsnew dd a:hover {
	background:#e6f3f3;
}

/*
Tweets
*/
#twitter {
	width:45%;
	margin:20px 3% 20px 2%;
	padding:20px 0px 0px 0px;
	float:right;
}
#twitter h2 {
	text-align:center;
	margin:0px 0px 20px 0px;
}

/*
InfoArea
*/
#infoArea {
	min-width: 320px;
	padding:40px 0px 40px 0px;
	background:#f6f6f6;
}

/*
App
*/
#app {
	width:100%;
	height:auto;
	padding:100px 0px 0px 0px;
	float:none;
	background:#000;
	background-image:url("../images/common/app_disccatch.png");
	background-position:center 10px;
	background-repeat:no-repeat;
	position:relative;
}
#app h3 {
	font-size:18px;
	line-height:150%;
	font-weight:300;
	margin:20px 5% 10px 5%;
}
#app h4 {
	font-size:14px;
	line-height:150%;
	font-weight:700;
	margin:0px 5% 10px 5%;
}
#app p {
	font-size:12px;
	line-height:150%;
	font-weight:400;
	margin:5px 10px;
	margin:0px 5% 10px 5%;
}
#app #app1 {
	display:inline-block;
	position:static;
	margin:0px 0px 10px 5%;
}
#app #app2 {
	display:inline-block;
	position:static;
	margin:0px 0px 10px 10px;
}

/*
Dog on Beat
*/
#dob {
	text-align:center;
	width:100%;
	padding:10px;
	float:none;
	background:#eee;
	border-bottom:1px solid #ccc;
}
#dob p {
	color:#333;
	font-size:12px;
	line-height:120%;
	font-weight:400;
	width:100%;
	margin:2px 0 5px 0;
}
#dob a {
	width:90%;
}
#dob a img {
	width:100%;
	max-width:360px;
	height:auto;
}
	
/*
music profile
*/
#musicprofile {
	text-align:center;
	width:100%;
	padding:10px;
	float:none;
	background:#eee;
	border-bottom:1px solid #ccc;
}
#musicprofile p {
	color:#333;
	font-size:12px;
	line-height:120%;
	font-weight:400;
	width:100%;
	margin:2px 0 5px 0;
}
#musicprofile a {
	width:90%;
}
#musicprofile a img {
	width:100%;
	max-width:360px;
	height:auto;
}

/*
Links
*/
#links {
	clear:both;
	width: 120px;
	/*width: 180px;*/
	/*Facebookトルツメ前幅*/
	margin: auto;
	overflow: hidden;
}
#links ul {
	width:180px;
	margin-top:20px;
}
#links li {
}
#links li a {
}
#links li a:hover {
}

}

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

/*
Youtube
*/
#youtubeArea {
	min-width: 320px;
	padding:20px 0px 20px 0px;
	background:#333;
}
#youtubeArea h2 {
}
#youtubeArea h2 span {
}
#youtubeArea h3 {
	padding:5px 0px;
}
#youtube {
	width:100%;
}
.youtube1 {
	text-align:center;
	width:90%;
	float:left;
	margin:0px 5% 20px 5%;
	padding:0px 0px 38px 0px;/* 追記・YouTube下リンク長タイトルが表示されなかったので広げました 2025.02.13 */
	/*background-color:#000;*//* 背景が黒だとタイトルの長短によって違和感が生じたので隠しました 2025.02.13 */
}
.youtube2 {
	text-align:center;
	width:90%;
	float:left;
	margin:0px 5% 20px 5%;
	/*background-color:#000;*//* 背景が黒だとタイトルの長短によって違和感が生じたので隠しました 2025.02.13 */
}
.yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yt iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#youtube .ticker {
}
#youtube .ticker,
#youtube .no_ticker {
}

#youtube .ticker ul {
}

#youtube .ticker ul li {
}

#youtube .btn {
	width: 90%;
}
#youtube .btn a {
}
#youtube .btn img {
	width: 100%;
	max-width:360px;
	height:auto;
	box-shadow:0px 1px 3px 0px #000;
	border-radius:4px;
	border:none;
}

#youtube .ticker ul:before,
#youtube .no_ticker:before {
	color:#15b2c7;
	font-size:12px;
	line-height:20px;
	content: "\e65d";
	font-family: "themify";
	margin: 2px 5px 0px 5px;
}


/*
Caution (2026.01.07 追加)
*/
#cautionArea {
	min-width: 320px;
	/*padding:20px 0px 20px 0px;*/
	padding:20px 0px 15px 0px;
	background:#333;
}
#cautionArea h2 {
}
#cautionArea h2 span {
}
#cautionArea h3 {
	padding:5px 0px;
}
#caution {
	width:100%;
}
#caution .btn {
	width: 90%;
}
#caution .btn a {
}
#caution .btn img {
	width: 100%;
	max-width:360px;
	height:auto;
	/*box-shadow:0px 1px 3px 0px #000;*/
	/*border-radius:4px;*/
	border:none;
}


/*
NewsArea
*/
/*
WhatsNew
*/
#whatsnew {
	width:90%;
	margin:20px 5% 20px 5%;
	padding:20px 0px 0px 0px;;
	float:none;
}

/*
Tweets
*/
#twitter {
	width:90%;
	margin:20px 5% 20px 5%;
	float:none;
}

}

/*
*/
.entry:after,
#main:after,
.contentsBody:after {
	content: "";
	clear: both;
	display: block;
}
