@charset "utf-8";


/* CSSリセット */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}




/* ページ全体 */
body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	line-height: 21px;
	font-size: 14px;
}

.cf:before, .cf:after {
    content: '';
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
	text-align: center;
    zoom: 1; /* for IE6/7 */
}



a {
	color: #1F1F1F;
	
	text-decoration: none;
}

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

a:hover img {
	opacity: 0.7 ;
}



#wrapper {
	background-image: url(img/gojas_bg.png);
}

#inner_wrapper {
	background-color: #FFFFFF;
	padding: 25px 25px 25px 25px;
}

	


/* ヘッダー部 */
.forbidden {
	color: red;
	font-size: 12px;
	text-align: center;
}


.menu_e {
	font-family: 'Pirata One', cursive;
}


.onair {
	max-width: 320px;
}






@media screen and (min-width: 760px) {
body {
	margin: 10px auto;
	width: 1200px;
	background-image: url(img/gojas_body_bg.png);
}


#wrapper {
	position: relative;
	padding: 5px 5px 5px 5px;
	behavior: url(./pie/PIE.htc);
	background-color: #ffffff;
}
header {
	height: 620px;
	position: relative;
}

.sns_buttons {
	z-index: 2;
	position: absolute;
	left: 780px;
	list-style-type: none;
}

.sns_buttons li {
	display: inline-block;
	vertical-align: top;
	width: 80px;
}



#main_photo {
	z-index: 1;
	height: 600px;
	width: 600px;
	background-image: url(http://secondshot.jp/img/main/grevo2025.jpg);
	background-repeat: no-repeat;
}


nav {
	position: absolute;
	top: 100px;
	left: 700px;
}

nav a {
	text-decoration: none;
	color: #323232;
}

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

/*////////////////////////////////////*/
	
nav ul {
text-align: left;
  list-style: none;
	margin: 0px 0px 20px 0px;	
}
	
nav li{
	margin: 0px 0px 5px 0px;	
}
	
.time{	
	text-align: center;
font-size: 150%;
	line-height: 1.2em;
font-weight: bold;		
	margin: 10px 0px 18px 0px;	
	}
	
.from{
	color: #003869;	
	}	
.from_ag{
	color: #ff9600;	
	}	
.day{
font-size: 140%;
	line-height: 1.4em;
		color:#00C3EC;
	}

/*////////////////////////////////////*/
	

.logo {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;

}

.onair {
	display: block;
	margin-bottom: 15px;
}



.nav_button{
	height: 37px;
}

.menu_e {
	font-size: 40px;
	padding-right: 10px;
}

.menu_e2 {
	font-family: 'Pirata One', cursive;
	font-size: 28px;
	padding-right: 10px;
}
	
.menu_j {
	font-size: 18px;
	padding-left: 8px;
}




}





@media screen and (max-width: 759px) {	
	
body {
	margin: 0px auto;
}

#wrapper {
	padding: 0 1%;
}
	
head img{
	width: 100%;
	
}
	
header {
	position: relative;
}

header  img{
	width: 100%;
	
}



.onair {
	max-width: 320px;
	margin-bottom: 8px;
}

.onair_tb {
	float: left;
	padding-top: 1%;
}


.nav_button{
	display: inline-block;
	line-height: 180%;
	padding-right: 5px;
}



/*////////////////////////////////////*/
	
nav ul {
text-align: center;
  list-style: none;
	margin: 0px 0px 20px 0px;	
}
	
nav li{
	margin: 0px 0px 3px 0px;	
}
	
.time{	
	text-align: center;
font-size: 150%;
	line-height: 1.2em;
font-weight: bold;		
	margin: 10px 0px 18px 0px;	
	padding-bottom: 12px;
	border-bottom: 1px #ccc solid;
	}
	
.from{
	color: #003869;	
	}	
.from_ag{
	color: #ff9600;	
	}	
.day{
font-size: 140%;
	line-height: 1.4em;
		color:#00C3EC;
	}

/*////////////////////////////////////*/


.menu_e {
	font-size: 27px;
	padding-right: 2px;
}

.menu_j {
	font-size: 15px;
}


#main_photo {
	padding-top: 80%;
	max-width: 600px;
	background-image: url(http://secondshot.jp/img/main/grevo2025.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.sns_buttons {
	margin-top: 5px;
}

.sns_buttons li {
	display: inline-block;
	vertical-align: top;
	width: 90px;
}




}








/* コンテンツ */
/* 各コンテンツ共通 */
.list_border {
	border-radius: 3px;
	margin: 10px 0px;
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #00C3EC;
}


/* ニュース */

#news dt {
	font-size: 16px;
	padding-bottom: 2px;
}

#news dd {
	margin-left: 0px;
	margin-bottom: 15px;
}


@media screen and (min-width: 760px) {
#news {
	clear: both;
}
}



@media screen and (max-width: 759px) {
#news {
	clear: both;
}
}




/* new radio */


.twitter-timeline {
	width: 460px;
	height: 230px;
}


@media screen and (min-width: 760px) {
#radio {
	clear: both;
}
}


/* 放送情報 */
.newest {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

.agqr{
	padding-left: 5px;

}

#qr_mail,#qr_mail2{
	margin-top: 10px;
	font-size: 22px;
	line-height: 30px;
}




.agqr:hover{
	color: #FF9E00;

}




@media screen and (min-width: 760px) {
#program {
	clear: both;
}

#newest {
	float: right;
	color: #EB2D30;
	font-weight: 600;
	font-size: 18px;
	margin-top: 20px;
}



#blog {
	float: right;
	font-weight: 600;
	font-size: 20px;
	margin-top: 3px;
}

#mail {
	float: right;
	font-weight: 600;
	font-size: 20px;
	margin-top: 3px;
}



.address {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}


}


/* 番組紹介 */
#program dt {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

#program span {
	margin-right: 2px;
}

@media screen and (min-width: 760px) {
#program {
	padding-bottom: 10px;
}


}



/* インフォメーション */
#info a {
	color: #1E51F4;
}



#info img {
	vertical-align: top;
	max-width: 350px;
	width: 100%;
}

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

@media screen and (min-width: 760px) {
#info {
	padding-bottom: 10px;
}
}




/* プロフィール */
@media screen and (max-width: 759px) {
.sp_blank {
	margin-top: 5px;
}
}


@media screen and (min-width: 760px) {
#profile {
	clear: both;
	height: auto;
	/*height: 400px;*/
}
}

#profile .list_border {
	background-color: #00C3EC;
}



#gorgeous_photo {
	height: 320px;
	width: 215px;
		margin-right: 15px;
	background-image: url(img/gorgeous_photo.jpg);
	background-repeat: no-repeat;
}


@media screen and (min-width: 760px) {
#gorgeous_photo {
	float: left;
}
}

#gorgeous_profile {
	margin-left: 5px;
	margin-right: 5px;
}

@media screen and (min-width: 760px) {
#gorgeous_profile {
	float: left;
	width: 260px;
	height: 300px;
}
}

#hinata_photo {
	height: 320px;
	width: 215px;
		margin-right: 15px;
	background-image: url(img/hinata_photo2025.jpg);
	background-repeat: no-repeat;
}

@media screen and (min-width: 760px) {
#hinata_photo {
	float: left;
}
}


#hinata_profile {
	margin-right: 10px;
}

@media screen and (min-width: 760px) {
#hinata_profile {
	float: left;
	width: 250px;
	height: 300px;
}
}

.clear {
  clear: both;
  height: 10px;
}


.blog_button{
	color: #F1F1F1;
	margin-right: 2px;
	padding: 1px 3px;
	background-color: #DB922A;

}

.twitter_button{
	color: #F1F1F1;
	padding: 1px 3px;
	background-color: #00aced;

}



/* フッター */
footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	/*border-top: #CCC 1px solid;*/
}

footer img{
	margin-bottom: 12px;
}


.ss_sites {
	margin-bottom: 10px;
}

.ss_banners {
	margin-right: 3px;
	border: 1px #CCC solid;
}











	







/* デザイン共通要素 */


.strong {
	font-weight: bold;
}


.large {
	font-size: large;
}

.m_large {
	font-size: 16px;
}


.small {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}


.minus_blank {
	margin-top: -5px;
}

.blank {margin-top: 12px;}
.middle_blank {margin-top: 12px;font-size: 18px;}


.long_blank {
	margin-top: 30px;
}

.u_blank {
	margin-bottom: 3px;
}

.small {
	font-size: small;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0000FF;
}

.purple {
	color: #CC3399;
}

.img_hv:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}

.img_border {
	border: 1px #CCC solid;
}

.clear {
	clear: both;
}


.r_m_blank {
	margin-right: -3px;
}

.underline {
	text-decoration: underline;
}



.p_line{
border-bottom: solid 1px #C3C3C3;
	padding-bottom: 12px;
	margin: 12px 0;
}


#page_top{  width: 50px;  height: 50px;  position: fixed;  right: 25px;  bottom: 25px;  background: #00C3EC; opacity: 0.8;  border-radius: 50%;}
#page_top a{  position: relative;  display: block;  width: 50px;  height: 50px;  text-decoration: none;}
#page_top a::before{  font-family: FontAwesome;  content: '\f106';  font-size: 24px;  line-height: 1em;  color: #ffffff;
  position: absolute;  width: 25px;  height: 25px;  top: 0;  bottom: 0;  right: 0;  left: 0;  margin:auto;  text-align: center;	z-index: 20000;}














