@charset "utf-8"; 

/*------ cssリセット ------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	line-height: 2;	
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; 
	font-size: 75%; 
    -webkit-text-size-adjust: none;
	color: #222222;
}

html, body {
    height: 100%;
    margin: 0;
}

ol, ul {
	list-style: none; 
}

a { 
	color: #222222; 
	text-decoration: none; 
}

a:hover { 
	color: #222222; 
	text-decoration: none; 
}

.color1 {
	color: #FF0033; 
}

/*------ 共通 ------*/
#wrap {
    background-color: #f0f8ff;
    min-height: 100%;
    margin-bottom: -70px;
}  

.push {
    height: 70px;
    width: 960px;
    margin: 0 auto;
    background-color: #fff"
}

.blue_btn {
    width: 250px;
    height: 40px;
    line-height 50px!important;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #fff!important;
    background: #0000cd;
    transition: .4s;
  }

.blue_btn:hover {
    background: #1e90ff;
}

.blue_btn::before{
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 8px 0 0 16px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
}

.arrow::before,.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.return_top {
    display: inline-block;
    text-align: center;
    width: 200px;
    padding: 6px;
    font-size: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -moz-box-shadow: inset 2px 2px 8px #EDEDED;
    box-shadow: inset 2px 2px 8px #EDEDED;
    text-decoration: none!important;
}

.return_top_wrap {
    width: 200px;
    margin: 0 auto;
}

/*------ ヘッダー ------*/
#toplogo_wrap {
    background-color: #fff; 
}

.nav-link {
    list-style: none;
    font-size: 0;
    text-align: center;
    background-color: #98fb98;
    background-image: url("/images/nav_bg.png")!important;
}
#nav {
    width: 950px;
    margin: 0 auto;
    background-color: #fff;
}

#nav li {
    width: 190px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    transition: .3s;
    display: inline-block;
    font-size: 20px;
    color: #aaa;
    text-shadow: -1px -1px 1px #000000, 1px 1px #ffffff;
    background-color: #aaa;
}
.nav1 {
    background-image: url("/images/nav_bg1.png")!important;
}
.nav2 {
    background-image: url("/images/nav_bg2.png")!important;
}
.nav3 {
    background-image: url("/images/nav_bg3.png")!important;
}
.nav4 {
    background-image: url("/images/nav_bg4.png")!important;
}
.nav5 {
    background-image: url("/images/nav_bg5.png")!important;
}

#nav li:hover {
    opacity: 0.4;
}

#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.nav-a {
    display: block;
    padding: 0;
    text-align: center;
}

.header {
        background-color: #fff; 
    background-image: url("/images/header-bg.png")!important;
    background-size: cover;
    width: 50%;
    height: 320px;
}

#logo-test {
    width: 400px;
    height: 120px;
    float: left;
    margin-top: 40px;
        position: relative;
}

#logo-test a {
    display:block;
    background-image: url("/images/logo.png ");
    width: 100%;
    height: 100%;
}

#header {
    background-color: #fff; 
	height: 320px; 
	width: auto; 
}

#header_inner {
	position: relative; 
	margin: 0 auto; 
	width: 950px; 
}

#logo {
	position: absolute; 
	left: 0px; 
	top: 30px; 
	z-index: 10; 
}

.slide_menu {
	width: 500px;
	height: 300px;
	float: left;
	margin: 10px 10px 0px 50px; 
}

div.slide-selector {
	position: absolute; 
	top: -40px; 
	left: 553px; 
	right: 0px; 
	bottom: 0px; 
	width: 156px;
	float: left;
	z-index: 3;
}

.slide-selector div {
	padding-bottom: 3px;
	padding-left: 2px;
}

.slide-selector div a:hover img {
     margin: -2px;
     border: solid 2px #0099FF;
}


#onair {
	width: 220px;
	height: 300px;
	margin: 10px 0px 0px 0px;
	float:right;
	z-index: 3;	
	background-color: #F9F9F2; 
	border-radius: 5px;
	-webkit-border-radius: 5x;
    -moz-border-radius: 5px;
}

#onair_logo {
	margin: 5px 35px;
	border-bottom: 1px solid #cccccc; 
}

#onair_program {	
}

#onair_title {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

#onair_title a, a:hover, a:visited, a:link, a:active {
color: #0000cd;
}

#onair_img {
	width: 100px;
	margin: 0 auto;
}

#onair_time {
	height: 18px;
	padding: 5px 0px 0px 18px;
	background-image:  url("/images/clock.jpg");
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin-left: 20px;
	line-height: 18px;
}

#onair_dj {
	height: 18px;
	padding: 5px 0px 0px 18px;
	background-image:  url("/images/dj.jpg");
	background-position: 0px 7px;
	background-repeat: no-repeat;
	margin-left: 20px;
	line-height: 18px;
}

#onair_mar {
	padding: 0px 10px;
	color: #C60000;
	position: absolute; 
	top: 280px;
	bottom: 0px;
	letter-spacing: 0.1em;
}

.img_float {
  animation: float_0602 3s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes float_0602 {
  0% { transform: translateY(-10px) }
  25% { transform: translateY(-16px) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(-10px) }
}

/*------ メインコンテンツ共通 ------*/
#container { 
	width: 960px; 
	margin: 0 auto; 
	background-color: #F9F9F2;
	padding: 0;
}

#container_outer { 
	width: 960px; 
	margin: 0 auto; 
	background-color: #F9F9F2;
	padding: 0;
}

/*------ (680px以下設定) ------*/
@media screen and (max-width:680px) { 
#container { 
    width: 680px; 
}

    
}

#container a:hover img { 
	filter: Alpha(opacity=70); 
	opacity: 0.7; 
}

#main {
	width: 730px; 
	float: left; 
}

#content {
	width: 510px; 
	float: right; 
	margin: 20px 0px; 
}

/*------ 左側コンテンツ ------*/
#leftside {
	width: 200px; 
	float: left; 
	margin: 20px 0; 
}

#leftside img {
	margin-bottom: 5px; 
}

/*------ 右側コンテンツ ------*/
#rightside {
	width: 200px; 
	float: right; 
	margin: 20px 0; 
}

/*------ フッター ------*/
#footer {
	clear: both; 
	width: auto;
	height: 70px; 
    background-color: #4169e1;
    line-height: 24px;
    font-size: 16px;
}

#footer_inner {
	padding-top: 10px; 
}

#footer p {
    font-size: 12px;
	color: #ffffff; 
	text-align: center; 
}

#footmenu {
	margin-bottom: 8px; 
	text-align: center; 
}

#footmenu li {
	padding-left: 15px; 
	margin-left: 15px; 
	border-left: solid 1px #ffffff; 
	display: inline; 
	list-style-type: none; 
}

#footmenu li.first {
	border-left: none; 
}

#footmenu a { 
	color: #ffffff; 
	text-decoration: none; 
}

#footmenu a:hover { 
	text-decoration: underline; 
}

/*------ HOME設定 ------*/

.home_title1 {
padding: 5px 20px;
color: #494949;
background: #fffacd;
border-left: solid 5px #ff8c00;
border-bottom: solid 3px #deb887;
}

.home_title2 {
padding: 5px 20px;
color: #494949;
background: #ffffff;
border-left: solid 5px #00ff00;
border-bottom: solid 3px #90ee90;
}

.home_title3 {
padding: 5px 20px;
color: #494949;
background: #ffffff;
border-left: solid 5px #ff0000;
border-bottom: solid 3px #ff8c00;
}

.topics {
    margin-bottom: 20px;
    font-size: 16px;
}

div.topics {
    max-height: 200px;
    background-color: #fff;
    overflow: auto;
}

div.topics_more {
	float: right;
	text-align: right;
	font-size: 16px;
	background-color: #fffacd;
	padding: 0px 10px;
}

a.info_txt {
    color:#222222;
    text-decoration: none;
}

a:hover.info_txt {
    color:#222222;
    text-decoration: none; 
}

a:visited, a:link, a:active.info_link {
    color:#222222;
    text-decoration: underline;
}

a:hover.info_link {
    color:#222222;
    text-decoration: underline; 
}

.info {
	margin-bottom: 5px;
	border-bottom: dashed 1px #cccccc; 
}

.info {
    width: 600px;
}

.info_icon {
	width: 80px;
	height: 18px;
	float: left;
	margin: 4px 5px 0px 0px;
	color:#ffffff;
	text-align: center;
	line-height: 18px;
	font-size: 0.75em;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	background-color: #339900;
}

.event_icon {
	width: 80px;
	height: 18px;
	float: left;
	margin: 4px 5px 0px 0px;
	color:#ffffff;
	text-align: center;
	line-height: 18px;
	font-size: 0.75em;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	background-color: #dc143c;
}

.tile {
    margin: 5px;
    width: 300px;
    padding: 5px;
    background-color: #ffffff;
}
.tile.x15 {
  width: 460px;
}
.tile.x2 {
  width: 620px;
}
.tile.x3 {
  width: 960px;
}
.tile img {
  width: 100%;
}

.SNS_btn_content {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

/*----
.SNS_panel {
    display: none;
}
----*/

button.SNS_btn {
    font-size: 18px;
    font-weight: bold;
    width: 150px;
    padding: 15px 0px;
    color: #fff;
    border-style: none;
}

div.SNS_btn {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
    color: #fff;
    border-style: none;
}

button.SNS_btn_tw {
    background-color: #00bfff;
    width: 150px;
}

button.SNS_btn_fb {
    background-color: #224488;
    width: 600px;
}

div.SNS_btn_tw {
    background-color: #00bfff;
}

div.SNS_btn_fb {
    background-color: #224488;
}

/*--
button.SNS_btn_tw:hover {
    background-color: #87cefa;
}

button.SNS_btn_fb:hover {
    background-color: #4169e1;
}
--*/

button.URL_btn {
    border-style: none;
    color: #fff;
    background-color: #eb6100;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

button.URL_btn:hover,
button.URL_btn:hover {
  color: #fff;
  background: #f56500;
}

/*------ purpose.php設定 ------*/
#purpose {
    width: 960px;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 40px;
}

#purpose_h1 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}

#purpose_content {
    margin: 0 auto;
    width: 700px;
}

#purpose table {
  border-collapse: collapse;
  margin: 5px auto;
}

#purpose td {
  border-bottom:1px dashed #999;
  padding:10px;
}

#purpose tr:first-child td {
  border-top:2px solid #000;
}

#purpose tr:last-child td {
  border-bottom:2px solid #000;
}

.purpose_title {
    text-align: right;
    padding-right: 10px;
    width:200px;
    font-size: 14px;
}
.purpose_table {
    padding-left: 10px;
    width: 500px;
    font-size: 12px;
}

#enkaku_table table {
    margin: px;
}

#enkaku_table td {
  border-bottom:1px dashed #999;
}

#enkaku_table tr:first-child td {
  border-top:0px;
}

#enkaku_table tr:last-child td {
  border-bottom:0px;
}

#report_table table {
    margin: px;
}

#report_table td {
  border-bottom:1px dashed #999;
}

#report_table tr:first-child td {
  border-top:0px;
}

#report_table tr:last-child td {
  border-bottom:0px;
}
/*------ contact.php設定 ------*/

#contact {
    width: 960px;
    margin:  0 auto;
    padding-top: 20px;
    background-color: #fff;
}

#contact h1 {
    background: linear-gradient(transparent 60%, #a7d6ff 90%);
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

div.contact_inner {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}

div.contact_side {
    width: 300px;
    height: 424px;
    float: left;
    margin: 0 16px 0 20px;
    background-color: #f0fff0;
    border: 2px #90ee90 solid;
}

div.form {
     margin: 0 auto;
}

.form {
    width: 600px;
    height: 424px;
    font-size: 16px;
    background-image: url(/images/mailform_bg.png);
}

.form table {
    margin: 0 auto;
}

.form p {
    padding-top: 30px;
    margin-left: 50px;
}

.form td {
    height: 50px;
}

.form_input input,textarea {
    width: 280px;
    border-radius: 10px;
    font-size: 16px;
    border: 1px #555 solid;
    background-color: rgba(255,255,255,0.6);
}

.form_input input {
    height: 30px;
    padding: 0 5px;
}

.form_input textarea {
    resize: none;
    height: 150px;
    margin-top: 10px;
    padding: 7px 5px;
}

.form_output input {
    width: 264px;
    background-color: transparent;
    font-size: 16px;
    height: 30px;
    padding: 0 5px;
}

.form_output textarea {
    width: 264px;
    background-color: transparent;
    font-size: 16px;
    border: none;
    resize: none;
    height: 150px;
    margin-top: 10px;
    padding: 7px 5px;
}

td.form_label {
    width: 200x;
    padding-right: 10px;
    text-align: right;
}

.red {
    color: red;
}

.input_button1 {
    width: 120px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    background-color: #0000cd;
    color: #fff;
}

.input_button2 {
    width: 120px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    background-color: red;
    color: #fff;
}

.submit {
    font-size: 16px;
    text-align: center;
}

/*------ 番組設定 ------*/

.program_phrase {
	color: #ffffff;
	background-color: #4D3D20;
	padding-left: 10px;
}

.program_name {
	height: 35px;
	font-size: 2em;
	font-weight: bold;
	padding-left: 10px;
	background-color:#EBE4C9;
}

.program_date{
	background-image:  url("/images/clock.jpg");
	background-position: 10px 5px;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-color:#EBE4C9;
}

.program_dj {
	font-size: 1.4em;
	padding: 0px;
	height: 25px;;
}

.program_dj img {
	padding-right: 5px;	
}

.program_img{
	float:right;
}

.program_content{
	margin: 10px 0px;
}

/*------ about.php設定 ------*/
#about {
    width: 960px;
    text-align: center;
    margin:  0 auto;
    background-image: url("/images/aboutus_bg.png");
}

.about_title {
    background-image: url("/images/aboutus.png");
    height: 400px;
}

.about_inner1 span {
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
}

.about_inner1 p {
    padding: 10px 0;
}

.about_inner2 {
    width: 800px;
    background-color: #fafad2;
    color: #ff0000;
    margin: 30px auto;
    padding: 30px 0;
    font-size: 20px;
    border-radius: 30px;
}

.about_bottom {
    padding-bottom: 30px;
}

.hover_img{
    transition:all 0.5s ease;
}

a:hover .hover_img{
    opacity: 0.5;
    filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";*/
}

/*------ recruitment.php設定 ------*/
#recruitment {
    width: 960px;
    background-color: #fff;
    margin: 0 auto;
}

#recruitment h1 {
    position: relative;
    color: #0000cd;
    font-size: 24px;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 40px;
}

#recruitment h1:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 200px;
    height: 80px;
    border-radius: 60%;
    border: 5px solid #4169e1;
    border-left-color: transparent;
    border-right-color: transparent;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

h2.recr_h2 {
    margin: 40px 0px 20px 150px;
    width: 400px;
    font-size: 24px;
    line-height: 30px;
}

h2.recr_h2_1 {
    background: linear-gradient(transparent 60%, #a7d6ff 100%);
}

h2.recr_h2_2 {
    background: linear-gradient(transparent 60%, #7cfc00 100%);
}

h2.recr_h2_3 {
    background: linear-gradient(transparent 60%, #ffa500 100%);
}

.recr_inner {
    width: 600px;
    margin-left: 200px;
    font-size: 20px;
}

.recr_inner_prop {
    margin-left: 20px;
}

/*------ annc設定 ------*/
#annc {
    width: 960px;
    text-align: center;
    margin:  0 auto;
    background-color: #fff;
}

#annc h1 {
    position: relative;
    color: #0000cd;
    font-size: 22px;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 40px;
}

#annc h1:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 200px;
    height: 80px;
    border-radius: 60%;
    border: 5px solid #4169e1;
    border-left-color: transparent;
    border-right-color: transparent;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.annc_title {
    font-size: 20px;
    margin-bottom: 40px;
}

div.annc_inner {
    width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.annc_inner p {
    font-size: 18px;
    width: 600px;
    text-align: left;
}

/*------ テスト放送用 ------*/
.test_program table,.test_program td,.test_program th {
    border: 1px solid black;
}

.test_program td{
    font-size: 13px;
    padding: 3px;
}

.test_program th {
    font-size: 18px;
}

.test_red {
    color: red;
}

.comments_bar [
    display: none;
]

