@charset "UTF-8";
/* CSS Document */

#theme {
	background-color:#f65026;
	background-image:url("/junksports/images/mainbg.png"),url("/junksports/images/bg2.png"),url("/junksports/images/bg.png");
	background-repeat:no-repeat,repeat,repeat-x;
	background-position:center top,left top,left top;
	-webkit-background-size:1400px 560px,auto,auto;
	background-size:1400px 560px,auto,auto;
	min-width:1000px;}
#theme #fp-l a,
#theme #fp-l a:link,
#theme #fp-l a:visited,
#theme #fp-l a:hover,
#theme #fp-l a:active { color:#06c;}

#theme #fp-l h2 { color:#fff; background:url("/common/images/pattern/pat_black_001.png") repeat; border-bottom: 4px solid #000;
	-webkit-background-size:5px 5px;
	background-size:5px 5px;}
#theme #fp-l h3 { background-color:#ff4d4d;}
#theme #fp-l h4 { border-left-color: #ff4d4d;}
#theme #fp-l #fp-airdate { color:#010101;}
#theme #fp-l #fp-nextdate { color:#010101;}

#theme #fp-l .btn a { color: #fff; background-color:#126fc1; box-shadow: 0 4px 0 #0a3e6c,inset 0 0 2px rgba(255, 255, 255, 0.6);}
#theme #fp-l .btn a:hover { background-color: #147ad4;}
#theme #fp-l p.apply a { float: none; width: 17em; margin: 0 auto; display: block;}

/* backnumber ---------- */
#theme #fp-l #fp-cnt .listbox { background-color:#fff;}

/*ボタン*/
#theme #fp-l #fp-cnt .square_btn{
    display: inline-block;
	width: 70%;
    padding:5px 10px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    color: #FFF;
	font-size: 150%;
    background-image: -webkit-linear-gradient(45deg, #f65026 0%, #fbb061 100%);
    background-image: linear-gradient(45deg, #f65026 0%, #fbb061 100%);
    transition: .4s;
}

#theme #fp-l #fp-cnt .square_btn:hover{
    background-image: -webkit-linear-gradient(45deg, #ff4d4d 50%, #faaa5e 100%);
    background-image: linear-gradient(45deg, #ff4d4d 50%, #faaa5e 100%);
}

#theme #fp-l #fp-cnt .owabi{
	border: 1px solid #000;
	padding: 10px;
}
#theme #fp-l #fp-cnt .owabi p{
	text-align: center;
	margin: 0 0;
}

/* ------------------------------
  for Smartphone
------------------------------ */
.cx_smartphoneview #theme { min-width:640px;}
.cx_smartphoneview #theme #fp-l h2 { background-image:url("/common/images/pattern/pat_black_001_2x.png") ;
	-webkit-background-size:10px 10px;
	background-size:10px 10px;}
.cx_smartphoneview #theme #fp-l #fp-cnt .square_btn{width:90%;}


.cx_smartphoneview #theme #fp-l #fp-cnt .owabi p{
	text-align: left;
}
