﻿/* COMMON */
body{
  font-family: "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , sans-serif;
  word-break: normal;
  word-wrap: break-word;
}

ul,li,p,span,div,body,h3,h4,h5,h6,dl,dt,dd,img{
	margin:0;
	padding:0;
	border:none;
}
.clearfix:after , .clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.mouseover{
	-webkit-transition-property:opacity;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
.mouseover:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#d80th_home li{
	list-style-type:none;
}
#d80th_home .contents{
	width:1000px;
	margin:auto auto;
	padding:0 0 0 40px;
}
.contents-header {
  margin: 0 40px;
  padding: 0;
  height: 60px;
  position: relative;
  border-bottom: 2px solid #E5001B;
}
.contents-header h1 {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
  color: #333333;
}
.contents-inner { padding: 30px 0; }
#d80th_number_main #main { width: 100%; }
/*=======================================================================================*/
/*  NUMBER	　歴代背番号																 */
/*=======================================================================================*/
/*.main_bg{
	background:#f3f3f0 url("../image/2nd_bg_01.png") repeat center top;
}*/

.bg_wh{
	background:#ffffff;
	padding:0 40px;
}

#d80th_number_main h1 span{
	background:url("../image/number_h1_title.png") no-repeat 20px center;
}

/*#main {
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
*/
#button_area {
	width: 100%;
	margin: 0% auto;
}

#legacy {
	margin: 4% auto 4%;
}

#number_guidance {
	text-align:left;
}

#number_slider {
	margin:4% 0px;
	font-size:1.2em;
	border: 0px solid #253d67;
	background-color: #253d67;
}
#year_slider {
	margin:4% 0px;
	font-size:1.2em;
	border: 0px solid #253d67;
	background-color: #253d67;
}

#number_detail {
	width: 100%;
	border: 0px solid #253d67;
}

a {
	text-decoration:none;
	border: none;
}
a:link { text-decoration : none ;}
a:visited { text-decoration : none ;}
a:active { text-decoration : none ;}
a:hover { text-decoration : none ;}

img {
	border: none;
}

table,td {
	margin: 0 auto;
	padding: 2px;
	text-align:center;
	border: 1px solid #253d67;
}

.img-responsive-overwrite{
    margin: 0 auto;
}

.col-override {
	padding: 1%;
	text-align: center;
}

.panel-round {
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.sel_button {
	font-size: 16px;
	padding: 16px;
	margin:0px auto;
	border: 0px solid #eeeeee;
	color:#f8f8f8;
	background:#253d67;
	/*
	background: -moz-linear-gradient(top, #253d67 0%,#2b568c 50%,#2b568c 51%,#253d67));
	background: -o-linear-gradient(top, #253d67 0%, #2b568c 50%, #2b568c 51%, #253d67 100%);
	background: -ms-linear-gradient(top, #253d67 0%, #2b568c 50%, #2b568c 51%, #253d67 100%);
	background: -webkit-gradient(linear, left top,left bottom,from(#253d67),color-stop(0.49, #2b568c),color-stop(0.50, #2b568c),to(#253d67));
	*/
}

/* 各リストの初期表示時のメッセージ */
.initial_message {
	font-size:1.4em;
	border:1px solid #253d67;
	padding: 4px;
	text-align: center;
}

.data_list {
	padding:0px;
	margin:0px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.number_detail_row {
	margin:0px;
	padding:0px;
	background-color: #dddddd;
}

.number_detail_year {
	border-top:	1px solid #000000;
	margin:0px;
	padding:0px;
	text-align:center;
}

.number_detail_data {
	background-color: #f8f8f8;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	/*border-right:1px solid #000000;*/
	width:100%;
	margin:0px;
	padding:0px;
}

.number_detail_col {
	margin:0px;
	padding:0px;
}

/* 選手データダイアログ */
#player_modal {
    margin-top: 70px; /* - height/10 */
}

#player_number {
	border:0px solid #000000;
	background-color:#f8f8f8;
	margin-top:0px; padding:1%;
}

/* 選手データカラム【背番号部】 */
.player_number_col {
	margin:2% auto;
}

/* 選手データ【個人データ部】 */
#player_data {
	margin:2% 0px 0px;
	border-top:1px solid #aaaaaa;
	padding-top:2%;
}
 
/* 選手データカラム【個人データ部】 */
.player_data_col {
	text-align:left;
}

* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

#d80th_number_main * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.arrow_prev, .arrow_next {
	border:1px solid #253d67;
	padding:4px;
	margin:0px;
	font-size: 1.4em;
	color: #253d67;
}

