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

/* テレビ背景 */
.bg-tv {
	background-image: url("/images/bg_tv_top.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
.bg-tv-zipfriday {
	background-image: url("/images/bg_tv_zipfriday.jpg");
	background-position: 50% 0%;
	background-color:#7fd2ed;
}
.bg-tv-nichiyoru {
	background-image: url("/images/bg_tv_nichiyoru.jpg");
	background-position: 50% 0%;
	background-color:#ece289;
}
.bg-tv-rockline {
	background-image: url("/images/bg_tv_rockline.jpg");
	background-position: 50% 0%;
	background-color:#cfcfcf;
}
.bg-tv-daisuki {
	background-image: url("/images/bg_tv_daisuki.jpg");
	background-position: 50% 0%;
	background-color:#72c02a;
}
.bg-tv-kurashi {
	background-image: url("/images/bg_tv_kurashi.jpg");
	background-position: 50% 0%;
	background-color:#a3b4f7;
}
.bg-tv-hatsumimi {
	background-image: url("/images/bg_tv_hatsumimi.jpg");
	background-position: 50% 0%;
	background-color:#ffd87b;
}
.bg-tv-erab {
	background-image: url("/images/bg_tv_erab.jpg");
	background-position: 50% 0%;
	background-color:#93DAD4;
}

/* テレビブログ配色パターン */
.tv-blog-header-base {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border-radius: 20px;
  	-webkit-border-radius: 20px;
  	-moz-border-radius: 20px;
	margin-bottom: 15px;
}
.tv-color-bg-zipfriday,.tv-color-bg-zipfridaya {
	background-color: #52b1e3;
}
.tv-color-bg-zipfridaya:hover {
	background-color: #509ade;
}
.tv-color-bg-daisuki,.tv-color-bg-daisukia {
	background-color: #52aa2c;
}
.tv-color-bg-daisukia:hover {
	background-color: #37a32f;
}
.tv-color-bg-rockline {
	background-color: #ABB4FF;
}
.tv-color-bg-erab {
	background-color: #E56E7B;
}
.tv-color-bg-nichiyoru {
	background-color: #0ee0d1;
}
.zipfriday_menu_btn {
	border: 2px solid #52b1e3;
	color: #FFF;
	font-size: 100%;
	line-height: 1.2em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	padding: 6px 5px;
	text-decoration: none;
	margin: 3px 0px;
	background-color: #52b1e3;
}
.daisuki_menu_btn {
	border: 2px solid #52aa2c;
	color: #FFF;
	font-size: 100%;
	line-height: 1.2em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	padding: 6px 5px;
	text-decoration: none;
	margin: 3px 0px;
	background-color: #52aa2c;
}
#tv-widget-select{
	text-align:center;
	text-align: -webkit-center;
	height: 40px;
	width: 65%;
}
.bloglist-data {
	text-align: left;
	font-size: 100%;
	line-height: 1.6em;
	margin: 10px 0px;
	background-image: url(/images/pic_blog_list_point_blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px dotted #cccccc;
}
.bloglist-data p {
	padding: 0px 15px 7px 30px;
}

#tv-head-f img{
	border: 4px solid #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.radio-message-header {
	color: #68b71a;
	font-size: 120%;
	line-height: 1.5em;
	border-bottom: 0px solid #cccccc;
	text-align: center;
	font-weight: bold;
}

.radio-theme-header {
	color: #fe6000;
	font-size: 120%;
	line-height: 1.5em;
	border-bottom: 0px solid #cccccc;
	text-align: center;
	font-weight: bold;
}

/* テレビブログ */
.tv-blog-in {
	background-color: #ffffff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 2px solid #c0c0c0;
	margin-bottom: 5px;
	overflow: hidden;
}
.tv-blog-header-title p {
	color: #333333;
	font-size: 120%;
	line-height: 1.4em;
	padding: 10px 5px 10px 5px;
	font-weight: bold;
}
.tv-blog-header-title .zipfriday {
	color:#1886e4;
}
.tv-blog-header-title .daisuki {
	color:#3c9018;
}
.tv-blog-header-date {
	background-color: #e8e8e8;
	justify-content: center;
	align-items: center;
}
.tv-blog-header-date p {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	line-height: 1.4em;
	padding: 5px 10px;
}
.tv-blog-header-description {
	background-color: #e8e8e8;
	justify-content: center;
	align-items: center;
}
.tv-blog-header-description p {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
	padding: 5px 10px;
}
.tv-blog-text {
	padding: 5px 5px;
}
hr.line1 {
	height: 0;
	/* margin: 10px 20px; */
	padding: 0;
	border: 0;
	border-top: 2px solid #ddd;
	background-color: #ddd;
}
hr.line2 {
	height: 0;
	/*margin: 10px 20px;*/
	padding: 0;
	border: 0;
	border-top: 2px dotted #ddd;
	background-color: #fff;
}

/* テレビトップ・番組表 */
#tv-top-bangumi {
	padding: 5px;
}
.tv-bangumi-title {
}
.tv-bangumi-tv-window {
	padding: 6px;
	background-color:#a8e7bd;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.tv-bangumi-tv-window-in {
	height: 150px;
	text-align: left;
	border: 4px solid #76ce93;
	border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	overflow:auto;
}
.bangumi-table {
	width: 100%;
	border: none;
	border-collapse:separate;
	border-spacing:1px;
	background-color: #bbbbbb;
}

.bangumi-table td{
	background-color: #FFF;
}

.bangumi-table td img{
	vertical-align: middle;
}


.bangumi-table p {
	padding: 5px 5px;
}
.bangumi-table-onair-tv td{
	color:#2faf5a;
	font-weight: bold;
	background-color: #dfede3 !important;
}
.tv-bangumi-btn {
	text-align:center;
	margin: 10px auto 10px auto;
}

.tv-bangumi-btn img{
	width: 50%;
	max-width: 188px;
}

/* テレビトップ・ラインナップ */
.tv-top-contents-window {
	padding: 5px 0px;
}
.contents-linenaphead {
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}

.contents-linenaphead img{
	width: 100%;
}

.contents-linenap-caption{
	padding: 0px 5px;
}

.contents-linenap-caption2{
	padding: 0px 5px;
}

.contents-linenaparea {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
.contents-linenap-block {
	width: 50%;
	float: left;
}

.contents-linenap-block-in {
	padding: 5px;
	margin: 5px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contents-linenap-thmb {
	border: 1px solid #cccccc;
	margin: 2px 5px 6px 5px;
	margin-left:auto;
	margin-right:auto;
	padding: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contents-linenap-thmb img {
	width: 100%;
}

.contents-linenap-data {
	margin: 0 auto 10px auto;
	text-align: left;
}



/* テレビトップ・右コンテンツ */
.tv-top-banner {
	width: 50%;
}

.tv-top-banner a{
	display: block;
}

.tv-top-banner img{
	width: 100%;
}

/* テレビ個別・スーパーロックライン*/
.tv-contents-rockline-block-header {
	color: #2e44ca;
	font-size: 120%;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 2px dotted #cccccc;
}
.tv-contents-rockline-block-header p {
	padding: 5px 5px;
}

/* テレビ個別・ERAB*/
.tv-contents-erab-block-header {
	color: #E56E7B;
	font-size: 120%;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 2px dotted #cccccc;
}
.tv-contents-erab-block-header p {
	padding: 5px 5px;
}

/* テレビ個別・ニチヨル！*/
.tv-contents-nichiyoru-block-header {
	color: #1eb197;
	font-size: 120%;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 2px dotted #cccccc;
}
.tv-contents-nichiyoru-block-header p {
	padding: 5px 5px;
}

.tv-contents-sunday-block-header {
	color: #4457bd;
	font-size: 100%;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #cccccc;
}
.tv-contents-sunday-block-header p {
	padding: 5px 5px;
}

/* テレビ個別・初耳＠AOMORI */
.tv-contents-hatsumimi-block-header {
	color: #d83b8a;
	font-size: 100%;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #cccccc;
}
.tv-contents-hatsumimi-block-header p {
	padding: 5px 5px;
}

/* らぶりんジャンケン */
.janken-comment1 {
	width: 100%;
	background-color:#eeeeee;
	margin: 0 auto 20px auto;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.janken-comment1 p {
	padding: 12px 20px;
}
.janken-data {
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: left;
}
.jk-text1 {
	font-size: 130%;
	line-height: 1.6em;
}
.jk-text1 img {
	width: 100%;
	margin: 8px 0px 8px 0px;
}
.jk-text2 {
	font-size: 120%;
	line-height: 1.6em;
}
.pink {
	color:#f7819f;
}
.waku {
	border: 1px solid #333333;
	display: inline-block;
}
.waku1 {
	border: 1px solid #333333;
	margin: 4px 0;
}
.waku2 {
	width: 90%;
	margin: 10px auto 20px auto;
	border: 1px solid #888888;
	padding: 10px;
	display: block;
}
.waku3 {
	border: 1px dotted #333333;
	padding: 10px;
	margin: 4px 0;
	text-align: center;
	font-size: 120%
}
.janken-textblock {
	width: 100%;
	margin: 10px 0 20px 0;
	overflow: hidden;
}
.janken-textblock img {
	width: 100%;
	margin: 5px 0px 5px 0px;
}
.janken-textblock2 {
	margin: 10px 0 10px 10px;
	overflow: hidden;
}
.janken-present {
	font-size: 140%;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 0;
}
.pad82 {
	padding: 8px;
	margin: 4px 0;
}
.tv-twitter {
	border: 7px solid #dddddd;
	background-color: #ffffff;
	margin-bottom: 20px;
	text-align: left;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.tv-twitter-in {
	background-color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}


/* ニュースレーダーWith */
.bg-tv-with {
	background-color:#9cdc00;
}
.tv-with-contents {
	margin: 20px auto;
}
.tv-with-new-youtube {
	width: 100%;
	padding: 10px 0;
}
.tv-with-new-youtube-left {
	width: 100%;
}
.tv-with-new-youtube-right {
	width: 50%;
	float: left;
}
.tv-with-contents-list {
	background: linear-gradient(90deg, #7aba01 0%, #7aba01 45%, #FFFFFF 45%, #ffffff 100%);
	margin-bottom: 5px;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
}
.tv-with-contents-list-div-close {
	background-image: url(/images/pic_icon_plus_g.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
.tv-with-contents-list-div-open {
	background-image: url(/images/pic_icon_minus_g.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
.tv-with-corner {
	width: 80%;
	margin: auto;
}
.tv-with-youtube {
	text-align: center;
}
.tv-with-text {
	padding: 10px;
}
.tv-with-corner-date {
	font-size: 120%;
	padding: 5px 0;
}
.tv-with-corner-title {
	font-weight: bold;
	font-size: 130%;
}
.tv-with-corner-overview {
	padding: 5px 0;
}
.tv-with-corner-text {
	margin: auto;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.tv-blog-header-title .with {
	color:#4b7639;
}
.tv-color-bg-with {
	background-color: #55b62e;
}
.tv-with-bloglist-data {
	text-align: left;
	font-size: 100%;
	line-height: 1.6em;
	margin: 10px 0px;
	background-image: url(/images/pic_blog_list_point_green.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px dotted #cccccc;
}
.tv-with-bloglist-data p {
	padding: 0px 15px 7px 30px;
}
.with_menu_btn {
	border: 2px solid #55b62e;
	color: #FFF;
	font-size: 100%;
	line-height: 1.2em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	padding: 6px 5px;
	text-decoration: none;
	margin: 3px 0px;
	background-color: #55b62e;
}
.tv-with-sns {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px
}
.tv-with-sns a {
	width: 15%;
}
.tv-with-sns p {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}
.tv-with-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 20px auto;
}
.tv-with-menu a {
	width: 48%;
	margin-bottom: 10px;
	text-decoration: none;
	color: #666666;
}
.tv-with-menu a:hover {
	filter: brightness(110%);
}
.tv-with-menu p {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	padding: 15px 0;
	font-size: 18px;
	letter-spacing: 0.8em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.tv-with-menu p:hover {
	color: #5eb500;
}
.tv-with-movie {
/*	background-color: #EA609E;*/
	background-color: #d2ff64;
	padding: 20px 5px;
}
.tv-with-movie-title, .tv-with-present-title {
	width: 80%;
	margin: 0 auto 20px auto;
	padding: 10px 0;
	background-color: #5eb500;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border: 3px solid #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.tv-with-movie-row {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.tv-with-movie-row a {
	width: 48%;
	margin: 2% 1%;
}
.tv-with-movie-block {
	width: 48%;
	margin: 2% 1%;
}
.tv-with-movie-row a .tv-with-movie-block {
	width: 100%;
	margin: 0;
}
.tv-with-movie-block img {
	width: 100%;
}
#present {
	padding: 20px 5px;
}
.tv-with-present-block {
	width: 95%;
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.tv-with-present-block img {
	width: 100%;
}
.tv-with-present-block a {
	text-decoration: none;
}
.tv-with-present-block p {
	width: 200px;
	margin: 10px auto;
	padding: 20px 0;
	font-size: 28px;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #EA609E;
	color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/* 特番・ニャンだらけツアー */
.nyandarake-header {
	background-image: url("/images/nyandarakettour/bg_nyandarake_01_top.png");
	text-align: center;
}

.nyandarake-header img{
	width: 75%;
	max-width: 660px;
}

.nyandarake-menu {
	width: 100%;
	background-color: #A58E6F;
	color: #fff;

}

.nyandarake-menu ul{
	margin: auto;
	padding: 0px;
}

.nyandarake-menu li {
	list-style-type: none;
	float: left;
	width: 50%;
	
}

.nyandarake-menu li a{
	display: block;
	padding: 0px 10px;
	border-right: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	text-align: center;
}

.nyandarake-menu li:nth-child(even) a{
	border-right: 0px dashed #FFF;
}

.nyandarake-menu li:nth-child(5) a,.nyandarake-menu li:nth-child(6) a{
	border-bottom: 0px dashed #FFF;
}

.nyandarake-menu li a img{
	width: 100%;
	max-width: 130px;
}

.nyandarake-view {
	background-color: #F7EDE1;
}
.nyandarake-view-box {
	padding: 10px;
}

.nyandarake-view-box-youtube{
	margin-bottom: 10px;
}

.nyandarake-view-box-twitter{
	width: auto;
}

.nyandarake-view-box-twitter-header{
	width: 100%;
	text-align: left;
	background-color: #1da1f2;
}

.nyandarake-view2 {
	background-image: url("/images/nyandarakettour/bg_nyandarake_02_setsumei.png");
}
.nyandarake-view-box2 {
	margin: auto;
}
.nyandarake-view-box2-bg-img img{
	width: 100%;
}

.nyandarake-view-box2-txt {
	word-break: break-all;
    text-align: left;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
	padding: 10px;
	background-image: url("/images/nyandarakettour/pic_nyandarake_bangumigaiyou_sp2.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.nyandarake-view3 {
	background-image: url("/images/nyandarakettour/bg_nyandarake_03_syutsuensya.png");
}
.nyandarake-view-box3 {
	padding: 10px 0;
}

.nyandarake-view-box3-title{
	margin-bottom: 20px;
}

.nyandarake-view-box3-title img{
	width: 100%;
	max-width: 660px;
}

.nyandarake-view-box3-content{
	padding: 0px 10px;
}

.nyandarake-view-box3-content-children{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}

.nyandarake-view-box3-content-children:nth-child(even){
	margin-right: 0px;
}


.nyandarake-view-box3-content-children-img img{
	width: 100%;
}

.nyandarake-view-box3-content-children-txt{
	font-size: 15px;
	padding-top: 10px;
	text-align: center;
}

.nyandarake-view4 {
	background-image: url("/images/nyandarakettour/bg_nyandarake_04_chiiki.png");
}
.nyandarake-view-box4 {
	padding: 10px;
}

.nyandarake-view-box4-title{
	margin-bottom: 0px;
}

.nyandarake-view-box4-title img{
	width: 100%;
}

.nyandarake-view-box4-content{
	background-color: #FFF;
	padding: 10px;
	border-radius: 0 0 20px 20px;
	margin-bottom: 30px;
}

.nyandarake-view-box4-content-txt{
	font-size: 16px;
    line-height: 24px;
    font-weight: bold;
	margin-bottom: 15px;
}

.nyandarake-view-box4-content-img img{
	width: 100%;
	margin: auto ;
	max-width: 360px;
	margin-bottom: 10px;
}

.nyandarake-view-box4-content-img2 img{
	width: 100%;
	margin: auto;
	max-width: 360px;
	margin-bottom: 10px;
}

.nyandarake-view-box5 {
	margin: auto;
	padding: 10px;
}
.nyandarake-view-box5-title {
	margin-bottom: 20px;
	text-align: center;
}
.nyandarake-view-box5-title img {
    width: 35%;
    max-width: 660px;
}
.nyandarake-view-box5-in {
	padding: 0 20px;
/*	background-color: #ffffff;*/
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.nyandarake-view-box5-left {
	padding: 0 20px;
}
.nyandarake-view-box5-right {
	text-align: left;
	padding-top: 10px;
/*	color: #FFF;*/
	font-size: 16px;
	line-height: 24px;
}
.nyandarake-view-box5-right span {

}
.nyandarake-view-box5-right a {
	text-decoration: none;
}
.nyandarake-present-btn {
	width: 300px;
	padding: 10px 0;
	margin: 30px auto 10px;
/*	background-color: #F462D0;*/
	background-color: #FF9C27;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.nyandarake-present-btn:hover {
/*	background-color: #f589da;*/
	background-color: #f7b96f;
}

/* こだわり */
.e-pc-only {}
.e-sp-only {
	display:none;
}
.e-time-box {
	width:100%;
	margin:0px;
	padding:10px 0px;
	background-color:#003370;
	overflow:hidden;
}
.e-time-box-in {
	margin: auto;
}
.e-time-p {
	font-size:130%;
	font-weight:bold;
	text-align:130%;
	line-height: 140%;
	color:#FFF;
	text-align:center;
	margin:10px auto;
}
.e-time-p span {
	font-size:120%;
}
.e-dec {
	margin: auto;
}
.img-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0;
}
.img-block {
	width: 48%;
	margin: 1%;
}
.img-block img {
	width: 100%;
}
.img-block p {
	text-align: center;
}
.e-p1 {
	width:95%;
	text-align:center;
	font-size:100%;
	line-height:160%;
	margin:25px auto;
}
.e-p2 {
	width:95%;
	text-align:center;
	font-size:140%;
	line-height:160%;
	margin:5px auto;
	color:#FFF;
}
.e-h1 {
	text-align:center;
	margin:45px auto 30px auto;
	font-size:230%;
	font-weight:bold;
}
.e-h1-title {
	text-align:center;
	margin:30px auto;
	font-size:200%;
	font-weight:bold;
	line-height: 1.2em;
	color: #df3c3c;
}

.eventbutton {
	width:100%;
	padding:13px 10px;
	margin: 10px auto 10px auto;
	text-decoration:none;
	background-color:#FFF;
	display:inline-block;
	transition: 0.2s;
	border-radius: 6px;
}
.eventbutton p {
	font-size:160%;
	line-height:150%;
	color:#0DA6FF;
	text-align:center;
	margin:15px auto;
}
a.eventbutton:hover {
	opacity:0.9;
}

.eventbutton2 {
	width:100%;
	padding:13px 10px;
	margin: 10px auto 10px auto;
	text-decoration:none;
	background-color:#FFED03;
	display:inline-block;
	transition: 0.2s;
	border-radius: 6px;
}
.eventbutton2 p {
	font-size:160%;
	line-height:150%;
	color:#0DA6FF;
	text-align:center;
	margin:15px auto;
}
a.eventbutton2:hover {
	opacity:0.9;
}

.slider{
	margin:70px auto;
	width:80%;
}
.e-space {
	height:50px;
}

.e-main-box {
	width:100%;
	margin:0px;
	overflow:hidden;
	padding-bottom:60px;
	background-color:#F5F1EC;
}
.e-top {
	width:100%;
	margin:0px;
	background-color:#333333;
	overflow:hidden;
	text-align: center;
}

.e-top img {
	width:90%;
	max-width:430px;
	margin:9px auto 9px auto;
}
.e-hover:hover {
	opacity:0.9;
}

.e-k1-title {
	width:100%;
	margin:0px;
/*	background-image:url('/images/kodawari/back01.jpg');*/
	background-image:url('/images/kodawari/back01_02.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.e-k1-title-in {
	margin: auto;
}
.e-k1-title img {
	display: block;
}
.e-k1-v1 {
	width:40%;
	max-width:209px;
	margin:15px 0px 15px 25px;
}
.e-k1-v2 {
	width:90%;
	max-width:677px;
	margin:15px auto 75px auto;
}

.e-k2-title {
	width:100%;
	margin:0px;
	background-image:url('/images/kodawari/back02_2.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.e-k2-title-in {
	margin: auto;
}
.e-k2-title img {
	display: block;
}
.e-k2-v1 {
	width:40%;
	max-width:263px;
	margin:15px 0px 15px 25px;
}
.e-k2-v2 {
	width:90%;
	max-width:862px;
	margin:15px auto 75px auto;
}

.e-k3-title {
	width:100%;
	margin:0px;
	background-image:url('/images/kodawari/back03_2.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.e-k3-title-in {
	margin: auto;
}
.e-k3-title img {
	display: block;
}
.e-k3-v1 {
	width:40%;
	max-width:212px;
	margin:15px 0px 15px 25px;
}
.e-k3-v2 {
	width:90%;
	max-width:677px;
	margin:15px auto 75px auto;
}

.e-k4-title {
	width:100%;
	margin:0px;
	background-image:url('/images/kodawari/back05.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.e-k4-title-v2 {
	width:100%;
	margin:0px;
	background-image:url('/images/kodawari/back04_2.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.e-k4-title-in {
	margin: auto;
}
.e-k4-title img, .e-k4-title-v2 img {
	display: block;
}
.e-k4-v1 {
	width:40%;
	max-width:211px;
	margin:15px 0px 15px 25px;
}
.e-k4-v2 {
	width:90%;
	max-width:663px;
	margin:15px auto 75px auto;
}

.e-k5-title {
	width:100%;
	margin:0px;
	background-image:url('/images/kodawari/back06.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.e-k5-title-in {
	margin: auto;
}
.e-k5-title img {
	display: block;
}
.e-k5-v1 {
	width:40%;
	max-width:212px;
	margin:15px 0px 15px 25px;
}
.e-k5-v2 {
	width:90%;
	max-width:677px;
	margin:15px auto 75px auto;
}

.e-center {
	text-align:center;
}
.e-list {  }

.e-ap-link {
	list-style-type: none;
	width:98%;
	margin:15px auto;
	padding:0px;
	text-align:center;
}
.e-ap-link li {
	width:280px;
	margin:0px 15px;
	vertical-align:top;
	display:inline-block;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-arrow-circle-right:before {
	content:"\0bb";
}

.slider img {
	height:auto;
	width:100%;
	transition: 0.3s;
}
.slider li {
	text-align:center;
}
.slick-prev:before,
.slick-next:before {
	color: #000;
}



.youtube-wrap-parent {
	width:100%;
	max-width:840px;
	margin:25px auto 25px auto;
}
.youtube-wrap {
	width:100%;
	margin:10px auto;
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}
.youtube-wrap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

</pre></body></html>