<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =============================================
 共通
============================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}
body{
	position: relative;
	color:#292038;
	font-size:1rem;
	line-height: 1.6;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	margin: 0px;
	min-width: 1000px;
	padding: 0px;
	background: #fff url("../../img/common/bg.png") center center repeat;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
/* -------------------------------------------
 p
------------------------------------------- */
p + p,
dl + p{
	margin-top: 10px;
}
/* -------------------------------------------
 a
------------------------------------------- */
a{
	overflow: hidden;
	outline: none;
	color: #0076aa;
	text-decoration: underline;
}
a:hover{
	color: #2da7e3;
	text-decoration: none;
}
.imgLink {
	transition: all 0.5s ease 0s;
}
.imgLink:hover {
	opacity: 0.8;
}
/* -------------------------------------------
 共通クラス
------------------------------------------- */
.smp{
	display:none;
}
.txt_center{
	text-align: center;
}

/* =============================================
 ヘッダー
============================================= */
div.out_wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#header {
	background:	url(../../img/pc/head_bg.png) center bottom repeat-x #fff;
	height: 490px;
	min-width: 1000px;
}
#header h1 {
	position: absolute;
	background:	url(../../img/pc/logo.png) top left no-repeat;
	width: 636px;
	height: 243px;
	top: 25px;
	right: 0;
	z-index: 100;
	text-indent: -9999px;
}
#header h1 img{
	display: none;
}
#header p#onair {
	position: absolute;
	top: 240px;
	right: 0;
	background:	url(../../img/pc/on_air.png) top left no-repeat;
	width: 476px;
	height: 54px;
	text-indent: -9999px;
}
#header p#onair img{
	display: none;
}
#header p#poster {
	position: absolute;
	top: 295px;
	right: 0;
	background:	url(../../img/pc/img_main02.jpg) top left no-repeat;
	width: 432px;
	height: 165px;
	text-indent: -9999px;
}
#header p#poster img{
	display: none;
}
#header p#moderator {
	position: absolute;
	top: 0;
	left: -140px;
	margin-top: 0;
	z-index: 20;
	background:	url(../../img/pc/img_main.png) top left no-repeat;
	width: 751px;
	height: 615px;
	text-indent: -9999px;
}
#header p#moderator img{
	display: none;
}
#header p#logo img{
	display: none;
}

/* =============================================
 contents
============================================= */
.contents{
	position: relative;
	width: 1000px;
	margin: 30px auto 0;
	z-index: 200;
}
.contents:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
/* =============================================
 contents_main
============================================= */
.contents_main{
	width: 695px;
	float: left;
	padding:0 30px 60px 0;
	/*background: #fff url("../../img/pc/bg.png") left center repeat-y;*/
	/*background: #fff url("../../img/pc/test.png") left center repeat;*/
}
/* -------------------------------------------
 hタグ
------------------------------------------- */
.box_title{
	padding: 22px 30px 16px;
	background:url("../../img/common/bg_reset.png");
	background-repeat: repeat;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
	display: flex;
}
.box_title.open,
.box_title.close{
	cursor: pointer;
}
.box_title.open:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: transparent url(../../img/common/icon_arrow_up.png) left center no-repeat;
}
.box_title.close:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: transparent url(../../img/common/icon_arrow_down.png) left center no-repeat;
}
.box_title span{
	font-size: 1.5rem;
	line-height: 1.2;
	vertical-align: middle;
}
.box_title span.yokoku{
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
	padding: 7px 10px 2px 10px;
	color: #d60e00;
	background-color: #FFF;
	margin: 0 20px 0 0;
	text-shadow: 0 1px 3px rgba(0,0,0,0);
	display: flex;
    flex-shrink: 0;
	align-items: center;
	justify-content: center;
}
.box_title span.special{
	/*padding-left: 110px;
	margin-bottom: 1em;*/
}
.box_title span.comment{
	/*padding-left: 110px;*/
	margin-top: 0.25em;
	display: block;
	font-size: 1.25rem;
}
.box_title span.comment .cution{
	padding-left: 1em;
	display: inline-block;
	font-size: 0.88rem;
	text-indent: -1em;
}
.box_comment{
	padding: 14px 30px;
	background-color: #FFF;
	color: #292038;
	font-size: 1rem;
    line-height: 1.6;
}
.sub_title{
	position: relative;
	padding: 0 0 5px;
	margin: 20px 20px 0;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	display: block;
	font-size: 1.5rem;
	line-height: 1.1;
}
.sub_title:first-child{
	margin: 0 0 10px;
}
.sub_title span{
	font-size: 1.13rem;
	line-height: 1.1;
	vertical-align: middle;
}
.sub_title:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left:0;
	width: 50px;
	height: 2px;
	background: #eeab09;
}
.sub_title2{
	margin: 20px 0 10px;
  display: block;
	font-weight: bold;
  color: #eb5e01;
  font-size: 1.3rem;
	line-height: 1.1;
}
.sub_title2:first-child{
	margin: 0 0 10px;
}
.sub_title2 + .sub_title{
	margin: 0 0 10px;
}
.sub_title + .sub_title2{
	margin: 15px 0 10px;
}

/* 調整 */
h2.sub_title{
	padding: 10px 20px 6px;
  margin: 0;
	background-color: #eb5e01;
	background-image:url("../../img/common/bg_default.png");
	background-repeat: repeat;
	color: #fff;
	font-size: 2.13rem;
  font-weight: normal;
	line-height: 1.1;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
h2.sub_title:after{
	content: none;
}
h3.info-title{
	background:url("../../img/common/bg_info.png");
	background-repeat: repeat;
	padding: 16px 30px 12px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
h3.info-title img{
	margin-right: 20px;
	vertical-align: bottom;
}
h3.info-title02{
	background:url("../../img/common/bg_info.png");
	background-repeat: repeat;
	padding: 16px 20px 12px;
	text-align: left;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
/* -------------------------------------------
 ul
------------------------------------------- */
.contents_main ul{
	display: block;
	clear: both;
	list-style: none;
	margin: 5px 0;
}
.contents_main li{
	position: relative;
	background: #ececec;
	padding: 10px 20px 10px 40px;
}
.contents_main li+li{
	margin-top: 3px;
}
.contents_main li:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.contents_main li a{
	display: block;
}

/* -------------------------------------------
 ボタン
------------------------------------------- */
a.btn_normal{
	display: block;
	position: relative;
	background: #eaa51f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
a.btn_normal img{
	vertical-align: middle;
	margin: 0 10px;
	width: auto;
	max-height: 35px;
}
a.btn_normal:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a.btn_normal:hover{
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0);
	box-shadow: 0 2px 5px rgba(0,0,0,0);
}
a.btn_normal:hover:after{
	width: 100%;
	height: 100%;
	background: #fae1b0;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
}
/* -------------------------------------------
 box
------------------------------------------- */
.box{
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.box + .box,
.wrap_horizontal + .box,
.box + .wrap_horizontal,
h2 + .box{
	margin-top: 25px;
}

.box_inner{
	padding: 30px;
}
.box_inner b{
  color: #0076aa;
  font-size: 1.2rem;
  font-weight: bold;
}
.box_inner span{
  color: #c62516;
  font-size: 1.2rem;
  font-weight: bold;
}
.img {
	width: 695px;
	margin: 0;
}
.img img{
	width: 100%;
}

.box_inner .box-img{
  width: 635px;
  margin: 20px auto 0;
  display: block;
}
.box_inner .box-img:first-child{
	margin: 0 auto 20px;
}
.box_inner p.midokoro{
	margin-top: 30px;
}
.box_inner p.line{
	border-top: #999 dotted 1px;
	padding-top: 15px;
}

/* -------------------------------------------
 出演者
------------------------------------------- */
.info-box{
	background: #fff;
	margin: 0 auto;
	border: #0076aa 2px solid;
	width: 100%;
	height:auto;
	overflow:hidden;
}
/* -------------------------------------------
 出演者詳細
------------------------------------------- */
dl.info-main{
	padding: 20px 30px;
}
dl.info-main dt{
	width: 120px;
	height: 26px;
	margin: 0 15px 15px 0;
	padding-top: 3px;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	color: #FFF;
	background-color: #0076aa;
	float: left;
	border-radius: 50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;   /* Firefox用 */ 
}
dl.info-main dd{
	width: 435px;
	height: auto;
	min-height: 26px;
	margin-bottom: 15px;
	padding-top: 5px;
	text-align: left;
	font-size: 1rem;
	float: left;
}
dl.info-main dd.one{
	width: 150px;
}
dl.info-main dd span{
	color: #0076aa;
	font-weight: bold;
	font-size: 1.2rem;
}
dl.info-main dd:last-child:after{
	content: none;
}
/* -------------------------------------------
 出演者下特別告知
------------------------------------------- */
.info-box02{
	background: #fff;
	margin: 20px auto 0;
	width: 100%;
	height:auto;
	overflow:hidden;
}
.info-box02 p{
	padding: 20px;
}
.info-box02 p b{
	color: #e97a30;
}
.info-box02 img{
	width: 100%;
	height: auto;
	margin: 10px 0 0;
}
h3.info-title03{
	background:url("../../img/common/bg_info02.png");
	background-repeat: repeat;
	padding: 16px 20px 12px;
	text-align: left;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
/* -------------------------------------------
 column2
------------------------------------------- */
.column2{
	display: block;
	clear: both;
	margin:10px auto;
}
.box_inner .column2:first-child{
	padding-top: 0;
}
.column2:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.column2-left{
	float: left;
	margin-right: 2%;
	max-width: 49%;
}
.column2-right{
	float: left;
	max-width: 49%;
}
.column2-left img,
.column2-right img{
 width: 100%;
}
.phot_left_top {
	width:320px;
	float: left;
  padding: 0 10px 10px 0;
}

/* =============================================
 contents_side
============================================= */
.contents_side{
	width: 275px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.side_title{
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #eeab09;
	padding: 10px 10px 3px;
}
.side_title span{
	font-size: 1.1rem;
}
.contents_sidebana{
	width: 275px;
	height: 75px;
	margin-bottom: 20px;
}
/* -------------------------------------------
 sns_share
------------------------------------------- */
.sns_share{
	width: 100%;
	height:auto;
	overflow:hidden;
	background: #FFF;
	border: #000000 1px solid;
	margin-bottom: 20px;
}
.sns_share .sns_share_title{
	width: 100%;
	height:38px;
	background: #333333;
	font-size: 1rem;
	text-align: center;
	color: #FFF;
	padding: 13px 0 0 0;
	
}
.sns_share .sns_share_inner{
	padding: 15px 80px;
	text-align: center;
	height:auto;
	overflow:hidden;
}
.share-twitter{
	width: 38px;
	height: 38px;
	float: left;
}
.share-facebook{
	width: 38px;
	height: 38px;
	float: right;
}
.sns_share img{
	width: 38px;
	height: 38px;
}
/* -------------------------------------------
 side-sns-new
------------------------------------------- */
.sns-twitter{
	width: 251px;
	height: 36px;
	background-color: #55acee;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	padding:12px;
	margin-bottom: 20px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.sns-twitter a, .sns-twitter a:hover{
	color: #FFF;
	text-decoration: none;
}
.sns-twitter-icon{
	margin-right: 15px;
}
/* -------------------------------------------
 side-sns
------------------------------------------- */
.side-sns{
	margin: 20px 0;
}
.side-sns li{
	display: block;
	margin: 10px;
}
.side-sns li+li{
	margin-top: 3px;
}
.side-sns a{
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding: 14px 10px 13px 60px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.0rem;
	line-height: 1.1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	word-break: break-all;
}

.side-sns-facebook a{
	background: #3b5998 url("../../../../template/img/pc/icon_facebook_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-facebook a:hover{
	color: #3b5998;
	background: #fff url("../../../../template/img/pc/icon_facebook.png") 15px center no-repeat;
	background-size: 42px;
}
.side-sns-twitter a{
	background: #55acee url("../../../../template/img/pc/icon_twitter_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-twitter a:hover{
	color: #55acee;
	background: #fff url("../../../../template/img/pc/icon_twitter.png") 15px center no-repeat;
	background-size: 42px;
}
.side-sns-line a{
	background: #00c300 url("../../../../template/img/pc/icon_line_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-line a:hover{
	color: #00c300;
	background: #fff url("../../../../template/img/pc/icon_line.png") 15px center no-repeat;
	background-size: 42px;
}

.sns_twitter-timeline{
	width: 273px;
	height: 45px;
	background-color: #000;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 12px 0 0 0;
	line-height: 1.2;
}
.sns_twitter-timeline a{
	color: #FFF;
	text-decoration: none;
}
.sns_twitter-timeline a:hover{
	color: #FFF;
	text-decoration: none;
}

/* -------------------------------------------
 side-history
------------------------------------------- */
.side-history{
	margin: 20px 0;
}
.side-history dd:last-of-type{
		margin-bottom: 40px;
}
.side-history dt{
	cursor: pointer;
	font-size: 1.5rem;
	padding-left: 20px;
	background: transparent url(../../img/common/icon_arrow_down.png) left center no-repeat;
}
.side-history dt.open{
	background: transparent url(../../img/common/icon_arrow_up.png) left center no-repeat;
}
.side-history dt{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-bottom: 2px dotted #ccc;
}
.side-history dt:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.side-history dd{
	display: block;
	clear: both;
	padding: 10px;
	line-height: 1.3;
}
.side-history dd:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.side-history dd a{
	display: block;
	color: #000;
	text-decoration: underline;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.side-history dd a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.side-history dd img{
	text-align: right;
	float: right;
	margin-left: 5px;
	width: 125px;
}
.side-history dd:nth-child(2n-1){
	background: #f1f1f1;
}

/* -------------------------------------------
 side-menu
------------------------------------------- */
.side-menu{
	display: block;
	clear: both;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #424242;
	margin-bottom: 20px;
}
.side-menu a{
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	display: block;
	clear: both;
	padding: 15px 15px 15px 30px;
	text-align:left;
	line-height: 1.3;
	border-top: 1px solid #676767;
	background: transparent url(../../img/common/icon_arrow.png) 15px center no-repeat;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
.side-menu a:hover{
	background: transparent url(../../img/common/icon_arrow.png) 10px center no-repeat;
}
.side-menu a span{
	font-size: 0.8rem;
}
.side-menu a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.side-menu a:hover:after{
	width: 100%;
	height: 100%;
	background: #999;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";

	zoom: 1;
}
.side-menu li:first-child a{
	border-top: 0 solid #fff;
}


/* =============================================
 pageMenu
============================================= */
.pageMenu{
	position: fixed;
	right: -305px;
	top:10%;
}
.pageMenu-toggle{
	position: absolute;
	left: -50px;
	width: 50px;
	height: 100px;
	background: #5e5b5b;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu-toggle:hover{
	background:#999;
}
.pageMenu-toggle span{
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	position: relative;
	top: 48px;
	left: -2px;
	font-size: 1.13rem;
	font-family: "Arial";
}
.pageMenu-toggle:before{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 10px;
	width: 21px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu-toggle:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 17px;
	width: 21px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu:before{
	content: "";
	position: absolute;
	left: -25px;
	margin-left: -10px;
	top: 24px;
	width: 21px;
	height: 2px;
	background: #fff;
	z-index: 2;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu_contents{
	width: 300px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	padding-top: 0;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-ms-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.open.pageMenu:before{
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.open .pageMenu-toggle:after{
	-webkit-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}
.open .pageMenu-toggle:before{
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}

/* =============================================
 footer
============================================= */
.footer{
	display: block;
	clear: both;
}
.footer_copy{
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	background: #351a10;
	text-align: center;
	padding: 20px 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_copy a{
	color: #fff;
	text-decoration: none;
	font-size: 0.75rem;
}
.pageTop{
	position: fixed;
	bottom: 45px;
	right: 50px;
	z-index: 1000;
}
.pageTop a{
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageTop a:hover{
	
	-webkit-transform: translate(0,-10px);
	-ms-transform: translate(0,-10px);
	-o-transform: translate(0,-10px);
	transform: translate(0,-10px);
	
	/*animation: boundAnime 0.3s ease-out;
	transform-origin: 50% 50%;
	*/
}
@keyframes boundAnime {
	0% {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
	50% {
		-webkit-transform: translate(0,-10px);
		-ms-transform: translate(0,-10px);
		-o-transform: translate(0,-10px);
		transform: translate(0,-10px);
	}
	70% {
		-webkit-transform: translate(0,3px);
		-ms-transform: translate(0,3px);
		-o-transform: translate(0,3px);
		transform: translate(0,3px);
	}
	100% {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}

/* =============================================
 広告
============================================= */
div.header_ad {
	border-bottom: 1px solid #ccc;
}

div.ad_banner_super {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	background-color: #f9f9f9;
}

div.ad_banner_rectangle {
	width: 300px;
	height: 250px;
	background-color: #f9f9f9;
}

/* お詫び */

div.apology {
	border: 1px solid #666;
	background-color: #333;
	padding: 3px;
	margin-bottom: 10px;}

/**/
.mb20 {
	margin-bottom:20px;
}
.ls-2{
	letter-spacing:-2px;
}
#tver{
	width: 80%;
	margin:0 auto 20px auto;
	text-align: center;
}
#tver img{
	max-width: 100%;
}

	.onlyPC{
		display: block;
	}
	.onlySP{
		display: none !important;
	}
	.onlySP360{
		display: none;
	}
/*add_bnr*/
.bnrArea {
  background: #fff;
  margin-bottom: 1rem;
}
.bnrArea img:hover {
  transition: 0.5s;
  opacity: 0.8;
}

/*バナー追加*/
.delivery_bnr{
	width: 275px;
	height: auto;
	margin-bottom: 10px;
}

/* irregular */
.irregular{
	min-height: 6em;
    padding: 30px;
	margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	font-size: 0.937em;
}</pre></body></html>