@charset "UTF-8";

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.space {
	padding: 25px;
}

.bold {
	font-weight: bold;
}
.line {
	text-decoration: underline;
}

.red {
	color: #ff0000;
}
.blue {
	color: #0000ff;
}
.txt_c {
	text-align: center;
}
.big {
	font-size: 130%;
}
a.to_top {
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #265cff;
	color: #ffffff;
	position: fixed;
	text-align: center;
	z-index:10100;
}
a.to_top:hover {
	background-color: #86BDF1;
	color: #ffffff;
}

input[type="text"],
input[type="file"],
textarea,
select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	color: #333333;
	padding: 5px;
	border: 1px solid #999999;
}

input[type="file"] {
	border: 0 none;
}

html,body {
	background-color: #ffffff;
	background-image: url('https://web.archive.org/web/20231004213541im_/https://www.fm-watch.jp/images/bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	color: #333333;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

header,
footer,
article,
section,
nav {
	display: block;
}

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

.error {
	display: block;
	font-weight: bold;
	color: #ff0000;
}

img {
	max-width: 100%;
}
a img {
	text-decoration: none;
}
a img:hover {
	opacity: 0.8;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #aaaaaa;
}

ul,ol {
	margin: 0 0 0 1.5em;
	padding: 0;
}

li {
	display: block;
	padding: 0.5em 0;
}

.dsp-list-item li {
	display: list-item;
}

.dot li {
	list-style-type: disc;
}

p {
	margin: 0.5em 0;
	padding: 0;
}

h2 {
	font-size: 24px;
	display: block;
	border-left: 7px solid #265cff;
	border-right: 7px solid #265cff;
	border-top: 2px solid #265cff;
	border-bottom: 2px solid #265cff;
	padding: 10px 0 10px 7px;
	background-color: #DBEEFF;
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 5px 10px;
	border-bottom: 3px double #265cff;
	margin-bottom: 30px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #265cff;
	border-left: 4px solid #265cff;
	margin-bottom: 30px;
}

.blog_title {
	font-size: 125%;
	font-weight: bold;
}

#container {
	width: 900px;
	display: block;
	margin: 0 auto 70px auto;
	padding: 0 30px 10px 30px;
	background-color: #ffffff;
	opacity: 0.8;
	border-radius: 20px;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}

header .header_left {
	float: left;
	width: 440px;
}

header .header_right {
	float: right;
	width: 440px;
}

header .link_privacy,
header .link_sitemap {
	display: inline-block;
	width: 180px;
	height: 25px;
	padding: 10px;
	background-color: #265cff;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
header .link_privacy:hover,
header .link_sitemap:hover {
	background-color: #89CAFF;
}

header .link_privacy {
	margin-right: 20px;
}

header .contact_area {
	margin-top: 30px;
	text-align: right;
}

nav ul.gnavi_pc {
	display: block;
    line-height:41px;
    padding-top:15px;
}

nav ul.gnavi_pc li {
	float: left;
	width: 19.5%;
	border-right: 1px solid #666666;
}
nav ul.gnavi_pc li:last-child {
	margin-right: 0;
	border-right: none;	
}
nav ul.gnavi_pc li a {
	text-align: center;
	display: block;
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 3px;
	text-decoration: none;
}

nav ul.gnavi_pc li a:hover,
nav ul.gnavi_pc li a.current {
    color: #ffffff;
    background-color: #265cff;
    border-radius: 5%;
}
nav ul.gnavi_pc li a.current:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #265cff;
}

nav ul.gnavi_sp {
	width: 100%;
	display: block;
	margin: 0 0 30px 0;
}
.nav_sp {
	display: none;
}
div.nav_sp_head {
	width: 100%;
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	text-decoration: none;
	background-color: #FFFF00;
	border: 1px solid #265cff;
	border-radius: 8px 8px 0 0;
}
nav ul.gnavi_sp li {
	display: block;
	width: 100%;
	padding: 0;
	border: 1px solid #265cff;
}
nav ul.gnavi_sp li a {
	display: block;
	width: 100%;
	padding: 0.5em 0;
	text-align: center;
	text-decoration: none;
	background-color: #D8FDFD;
}
nav ul.gnavi_sp li a.current {
	background-color: #265cff;
	color: #ffffff;
	font-weight: bold;
}

#contents {
	width: 900px;
	margin-top: 10px;
}

.slider_area {
	width: 100%;
	margin: 30px auto;
}
.slider_area img {
	margin: 0 auto;
}

#information {
	width: 900px;
	margin: 50px auto;
}
#information .bnr {
	width: 440px;
	float: left;
	display: block;
}
#information ul.info_bnr {
	display: block;
	width: 100%;
}
#information .weather {
	width: 400px;
	float: right;
	display: block;
}
#wij_container {
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#wij_container ul:after {
	content: "";
	display: block;
	clear: both;
}
#wij_container ul {
	display: block;
	width: 98%;
	margin: 0 auto
}
#wij_container ul li {
	width: 33.3%;
	float: left;
	text-align: center;
}

.pickup_list {
	width: 100%;
}
.pickup_list .pickup_box {
	width: 100%;
	margin-bottom: 30px;
}

.nama {
	background-color: #ff0000;
	color: #ffffff;
}
.sai {
	background-color: #0000ff;
	color: #ffffff;
}

ul.mc_list {
	display: block;
	margin: 0;
}
ul.mc_list li {
	width: calc(30% - 40px);
	float: left;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #265cff;
}
ul.mc_list li:nth-child(3n+2) {
	margin-left: 20px;
	margin-right: 20px;
}
ul.mc_list li .mc_image {
	height: 200px;
}
ul.mc_list li .mc_image img {
	display: block;
	max-height: 200px;
	margin: 0 auto;
}

ul.mc_list li table.mc_data {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
}
ul.mc_list li table.mc_data th {
	display: block;
	padding: 5px;
	text-align: center;
	background-color: #cccccc;
	border: 1px solid #999999;
	border-collapse: collapse;
}
ul.mc_list li table.mc_data td {
	display: block;
	padding: 10px;
	text-align: left;
	border: 1px solid #999999;
	border-collapse: collapse;
}

footer {
	border-top: 5px solid #265cff;
}

footer .footer_inner {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}
footer .copyright {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}

.info_bnr,
.program_bnr {
	margin: 0;
	padding: 0;
}

input.name,
input.kana,
input.radioname,
input.tel {
	width: 50%;
}
input.telnum,
input.age,
input.sex,
input.birthday {
	width: 25%;
}
input.email,
input.title,
input.request,
input.address,
input.datetime {
	width: 90%;
}
textarea.message,
textarea.comment,
textarea.pr {
	width: 90%;
	height: 300px;
	resize: none;
}
input.submit {
	padding: 10px 20px;
	background-color: #265cff;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 18px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}
input.back {
	padding: 10px 20px;
	background-color: 	#0C9401;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 18px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}

input.tel,
input.zip,
input.zipcode {
	width: 25%;
}
input.shop_name,
input.job {
	width: 80%;
}
.table_block {
	display: none;
}
a.sel_day {
	cursor: pointer;
}

#wp-calendar {
	width: 96%;
	text-align: center;
}

.blog_fl {
	float: left;
	margin-right: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.border {
	border: 1px solid #cccccc;
	padding: 10px;
}

table.eigyo_table {
	width: 100%;
	border: 1px solid #999999;
	border-collapse: collapse;
}
table.eigyo_table th,
table.eigyo_table td {
	font-size: 85%;
	padding: 5px;
	text-align: center;
	border: 1px solid #999999;
	border-collapse: collapse;
}
table.eigyo_table th {
	font-weight: bold;
	background-color: #dddddd;
}

.school_box {
	margin-bottom: 30px;
}

.youtube {
	width: 96%;
	margin: 0 auto 30px auto;
	height: 300px;
}

table.shop_table {
	width: 100%;
}
table.shop_table th.name {
	width: 30%;
}
table.shop_table th.addr {
	width: 50%;
}
table.shop_table th.tel {
	width: 20%;
}

@media screen and (min-width:768px) {
	.fl {
		display: block;
		float: left;
		margin: 0 20px 20px 0;
	}
	.fr {
		display: block;
		float: right;
		margin: 0 0 20px 20px;
	}
	
	.club_txt {
		width: calc(90% - 200px);
	}
	a.to_top {
		width: 60px;
		height:45px;
		right: 0;
		bottom: 100px;
		font-size: 20px;
		padding-top: 15px;
	}
	
	h1 {
		border-left: 2px solid #0000ff;
		border-right: 2px solid #0000ff;
		border-bottom: 2px solid #0000ff;
		background-color: #CCF3F3;
		color: #0000ff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		padding: 10px 15px;
		margin: 0 0 25px 0;
		border-radius: 0 0 7px 7px;

	}
	
	#blog_content {
		float: left;
		margin-top: 20px;
		width: 550px;
	}
	
	#blog_sidebar {
		float: right;
		margin-top: 20px;
		width: 300px;
	}

	.fb_box {
		width: 420px !important;
		height: 800px !important;
	}
	.tw_box {
		width: 420px;
		height: 800px;
		
	}
	.tw_box > iframe {
		width: 420px !important;
		height: 800px !important;
	}
	
	.home_contents {
		float: left;
		width: 400px;
	}
	.now_onair,
	.pickup {
		width: 100%;
	}
	.now_onair {
		margin-bottom: 50px;
	}
	.a_st {
		float: right;
		width: 400px;
	}
	.a_st .ast_cam {
		display: block;
		margin: 0 auto;
		box-shadow: 0 0 5px #ccc;
    	border: 5px solid #fff;
    	background: #fff;
	}
	
	table.company_data_tbl,
	table.inq_table,
	table.time_table {
		width: 100%;
		border: 1px splid #999999;
		border-collapse: collapse;
	}
	table.company_data_tbl th,
	table.inq_table th,
	table.time_table th{
		width: 20%;
		padding: 15px;
		text-align: left;
		font-weight: bold;
		border: 1px solid #999999;
		border-collapse: collapse;
		background-color:#cccccc;
	}
	table.company_data_tbl td,
	table.inq_table td,
	table.time_table td {
		width: 80%;
		padding: 15px;
		text-align: left;
		font-weight: normal;
		border: 1px solid #999999;
		border-collapse: collapse;
	}
	
	a.sel_day {
		display: inline-block;
		padding: 10px 25px;
		background-color: #265cff;
		color: #ffffff;
		margin: 10px 15px;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	a.sel_day:hover {
		background-color: #1985E9 !important;
	}
	
	#information ul.info_bnr li {
		float: left;
		width: 45%;
		margin-bottom: 10px;
	}
	#information ul.info_bnr li:nth-child(3n+2) {
		margin-left: 4%;
		margin-right: 4%;
	}
	
	#information ul.program_bnr li {
		width: 45%;
		float: left;
		margin-bottom: 10px;
	}
	#information ul.program_bnr li:nth-child(3n+2) {
		margin-left: 4%;
		margin-right: 4%;
	}
	
	.school_box .school_img {
		max-width: 40%;
		float: left;
	}
	.school_box .school_detail {
		width: 50%;
		float: right;
	}
	
	.link_icon {
		width: 100%;
	}
	.link_icon a img {
		width: 25%;
	}
}
@media screen and (max-width:768px) {
	.sp_br {
		display: block;
		margin-bottom: 1em;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.fl,.fr {
		display: block;
		margin: 0 auto 20px auto;
	}
	body {
		background-image: url('https://web.archive.org/web/20231004213541im_/https://www.fm-watch.jp/images/bg_sp.png');
	}
	a.to_top {
		width: 50px;
		height:40px;
		right: 0;
		bottom: 50px;
		font-size: 18px;
		padding-top: 10px;
	}
	
	h1 {
		font-size: 12px;
		font-weight: normal;
		margin: 0 0 1em 0;
		padding: 5px 0 0 0;
	}
	
	header .sp_logo_area {
		margin-bottom: 20px;
	}
	header .sp_listen {
		display: block;
		margin: 10px auto 10px auto;
	}
	header .sp_mail {
		display: block;
		margin: 10px auto 10px auto;
	}
	
	#container {
		width: calc(96% - 20px);
		padding: 10px;
		border-radius: 10px;
		
	}
	#contents {
		width: 100%;
	}
	
	#information {
		width: 100%;
	}
	#information .bnr {
		width: 100%;
		float: none;
	}
	#information ul.info_bnr {
		width: 95%;
		margin-left: 5%;
	}
	#information ul.info_bnr li {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#information .weather {
		width: 100%;
		float: none;
	}
	.home_contents {
		width: 100%;
	}
	.now_onair,
	.pickup {
		width: 100%;
		margin-bottom: 50px;
	}
	.a_st {
		width: 100%;
	}
	.a_st .ast_cam {
		display: block;
		margin: 0 auto;
		box-shadow: 0 0 5px #ccc;
    	border: 5px solid #fff;
    	background: #fff;
	}
	.fb_box {
		width: 96%;
		height: 420px;
		margin: 0 auto 30px auto;
	}
	.tw_box {
		width: 96%;
		height: 800	px;
		margin: 0 auto 30px auto;
	}
	.tw_box > iframe {
		width: 100% !important;
		height: 800px !important;
	}

	ul.mc_list li {
		width: 96%;
		float: none;
		padding: 2%;
		margin-bottom: 30px;
		border: 1px solid #265cff;
	}
	ul.mc_list li:nth-child(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
	
	#blog_content {
		margin-top: 20px;
		width: 100%;
	}
	
	#blog_sidebar {
		margin-top: 20px;
		width: 100%;
	}
	
	table.company_data_tbl,
	table.inq_table,
	table.time_table {
		width: 100%;
		border: 1px splid #999999;
		border-collapse: collapse;
	}
	table.company_data_tbl th,
	table.inq_table th,
	table.time_table th {
		display: block;
		padding: 15px;
		text-align: center;
		font-weight: bold;
		border: 1px solid #999999;
		border-collapse: collapse;
		background-color:#cccccc;
	}
	table.company_data_tbl td,
	table.inq_table td,
	table.time_table td {
		display: block;
		padding: 15px;
		text-align: left;
		font-weight: normal;
		border: 1px solid #999999;
		border-collapse: collapse;
	}
	
	footer .footer_inner {
		width: 96%;
		margin: 0 auto;
		padding-top: 20px;
	}
	a.sel_day {
		display: inline-block;
		padding: 10px 25px;
		background-color: #265cff;
		color: #ffffff;
		margin: 10px 2%;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	
	.blog_fl {
		width: 45%;
	}
	
	.youtube {
		height: 250px;
	}
}

/*
     FILE ARCHIVED ON 21:35:41 Oct 04, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:14:49 Aug 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 55.916
  load_resource: 1821.183
  PetaboxLoader3.resolve: 1663.175
  PetaboxLoader3.datanode: 103.614
*/