@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;
}




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

a:hover {
	text-decoration: none;
}




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










@media screen and (min-width: 760px) {

body {
/*	background-image: url(img/karin_bg.jpg);*/
	margin: 10px auto;
	width: 1200px;
}

#wrapper {
	position: relative;
	padding:15px 15px 15px 15px;
	background-color: #fff;
}		


	
header {
	height: 630px;
	position: relative;
}

.sns_buttons {
	z-index: 2;
	position: absolute;
	right: 0;
	list-style-type: none;
}

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



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

/*////////////////////////////////////*/
	
nav {
	position: absolute;
	right: 95px;
	}
	
nav ul {
  list-style: none;
	margin: 0px 0px 20px 0px;	

}
	
nav li{
	margin: 0px 0px 3px 0px;	

}

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

nav a:hover {
	text-decoration: none;
}

	
.time{	
	text-align: center;
font-size: 160%;
	line-height: 1.2em;
font-weight: bold;		
	margin: 15px 0px 15px 0px;	
	}
	
.from{
	color: #003869;	
	}	
.day{
font-size: 150%;
	line-height: 1.4em;
		color:#ff7200;
	}

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

	

.news a:hover{
	color: #FF4FA1;
}

.twitter_hover a:hover{
	color: #FCB746;
}

.about a:hover{
	color: #329E07;
}

.levelup a:hover{
	color: #FCAE1B;
}	
	
.program a:hover{
	color: #2AACFF;
}

.info a:hover{
	color: #FF5255;
}

.profile a:hover{
	color: #FF90FA;
}

.links a:hover{
	color: #DBCD05;
}

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

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



.nav_button{
	height: 43px;
}

.menu_e {
	font-size: 40px;
	font-family: 'Coming Soon', cursive;
	padding-left: 5px;
}

.menu_j {
	font-size: 18px;
	padding-left: 6px;
}

}


































@media screen and (max-width: 759px) {
	
body {
	margin: 0px auto;
}
	
#wrapper {
	padding:0px 15px 0px 10px;
	background-color: #fff;
}		

	
header {
	position: relative;
}

.logo_tb {
	float: left;
	width: 50%;
}

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



.nav_button{
	display: inline-block;
	line-height: 200%;
}


/*////////////////////////////////////*/
	
	
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: 140%;
	line-height: 1.2em;
font-weight: bold;		
	margin: 10px 0px 15px 0px;	
	padding-bottom: 12px;
	border-bottom: 1px #ccc solid;
	}
	
.from{
	color: #003869;	
	}	
.day{
font-size: 150%;
	line-height: 1.4em;
		color:#ff7200;
	}

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


.menu_e {
	font-size: 27px;
}

.menu_j {
	font-size: 14px;
	padding-left: 5px;
}


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


.sns_buttons {
	margin-top: 5px;
}

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

.logo_sp {
	text-align: center;
	width: 100%;
}

.onair_sp {
	width: 100%;
}


	
	
}
























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





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

/* ニュース */
#news .list_border {
	background-color: #FF4FA1;
}

#news dt {
	font-size: 16px;
	margin-bottom: 5px;
}

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

#news {
	display: inline-block;
	vertical-align: top;
}
















@media screen and (min-width: 760px) {
#news_window {
	height: 280px;
	width: 570px;
	overflow: auto;
	background-color: #ffffff;
	padding: 15px;
	box-shadow: 0px 0px 1px 1px #BBB7A5;　/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	-moz-box-shadow: 0px 0px 1px #BBB7A5;　 /* Firefox */
	-webkit-box-shadow: 0px 0px 1px #BBB7A5;　/* Safari and Chrome */
	behavior: url(./pie/PIE.htc);
}
	
	#lv_window {
	height: 240px;
	width: 95%;
	overflow: auto;
	background-color: #ffffff;
	padding: 15px;
	box-shadow: 0px 0px 1px 1px #BBB7A5;　/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	-moz-box-shadow: 0px 0px 1px #BBB7A5;　 /* Firefox */
	-webkit-box-shadow: 0px 0px 1px #BBB7A5;　/* Safari and Chrome */
	behavior: url(./pie/PIE.htc);
}

#twitter {
	float: right;
	width: 555px;
}
	

#info img{
	width: 65%;
}	
	
	
}






@media screen and (max-width: 759px) {
	
.sp-width {
	width: 100% !important;
}
	
	
#news_window {
	height: 120px;
	overflow: auto;
	background-color: #ffffff;
	padding: 15px
	box-shadow: 0px 0px 1px 1px #BBB7A5;　/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	-moz-box-shadow: 0px 0px 1px #BBB7A5;　 /* Firefox */
	-webkit-box-shadow: 0px 0px 1px #BBB7A5;　/* Safari and Chrome */
}
	
#lv_window {
	height: 120px;
	width: 96%;
	overflow: auto;
	background-color: #ffffff;
	padding: 15px
	box-shadow: 0px 0px 1px 1px #BBB7A5;　/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	-moz-box-shadow: 0px 0px 1px #BBB7A5;　 /* Firefox */
	-webkit-box-shadow: 0px 0px 1px #BBB7A5;　/* Safari and Chrome */
}	
	
#twitter {
display: none;
}
	

#info img{
	width: 100%;
}	
	
	
	
	
}






#twitter .list_border {
	background-color: #FCB746;
}


.twitter-timeline {
	width: 460px;
}




/* 放送情報 */
#about .list_border {
	background-color: #329E07;
}


.newest {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}



.niconico{
	padding-left: 5px;

}

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


.agqr:hover{
	color: #FF8035;

}

.niconico:hover{
	color: #1D589F;
}






/* コーナー紹介 */
#program .list_border {
	background-color: #2AACFF;
}

#program dt {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;}

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

#sub_corner {
	margin-left: 15px;
	margin-top: 5px;
}

.level_count {
	color: #ff6600;
	font-size: 35px;
	font-family: 'Press Start 2P', cursive;
	padding: 10px 0;
}

.level_goaled{
	font-size:15px;
	font-family: 'Press Start 2P', cursive;
	padding-top: 10px;
}

.level_now{
	font-size:21px;
	font-family: 'Press Start 2P', cursive;
	padding-top: 10px;
	color: #fb286e;
}



.level_goal {
	font-size: 22px;
	font-family: 'Press Start 2P', cursive;
	padding-top: 10px;
}


.level_prize {
	font-size: 21px;
	padding: 5px 0px 0px 0px;
	line-height: 150%;
}

.level_prize_fx{
	font-size: 21px;
	padding: 10px 0px 10px 60px;
	line-height: 150%;
background-image: url(img/sumi.jpg);
background-repeat: no-repeat;
background-position: 0px
}


.prize_got {
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: bold;
	padding-left: 5px;
	color: #FF0000;
}



/* レベルアップ */
#levelup .list_border {
	background-color: #FCAE1B;
}


/* 番組情報 */
#info .list_border {
	background-color: #FF5255;
}

#info a {
	color: #1E51F4;
}

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



#goods img {
	width: 100%;
	max-width: 450px;
	display: inline-block;
	vertical-align: bottom;
}


/* プロフィール */
#profile div {
	display: inline-block;
	vertical-align: top;
}

#profile .list_border {
	background-color: #FF90FA;
}

#profile dt {
	margin-bottom: 5px;
}


#karin_photo {
	height: 320px;
	width: 215px;
	margin-bottom: 5px;

	
	background-image: url(img/karin_photo.jpg);
	background-repeat: no-repeat;
}




#karin_profile {
	margin: 0 5px 5px 5px;
}



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


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

}


#profile span a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}






/* リンク集 */
#links {
	margin-bottom: 5px;
}

#links .list_border {
	background-color: #DBCD05;
}




#links li {
	display: inline-block;
	text-align: center;
	margin-right: 3px;
}



.link_img {
	border: 1px #B9B9B9 solid;
}





/* フッター */
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: 20px;
}

.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;
}

.u_l {
	text-decoration: underline;
}









#page_top{  width: 50px;  height: 50px;  position: fixed;  right: 25px;  bottom: 25px;  background: #d76a00; 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: #fff;
  position: absolute;  width: 25px;  height: 25px;  top: 0;  bottom: 0;  right: 0;  left: 0;  margin:auto;  text-align: center;	z-index: 20000;}


























