/************/
/* Original */
/************/

.icon {
	color: #191970;
	margin-right: 4px;
}
.card-title {
  color: #ffffff;
}

.card-header-blue {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,59,174,1) 50%);
}

.card-header-black {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%);
}

.card-header-red {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(190,0,0,1) 50%);
}
  
.required {
	color: #ff0000;
}

.title {
	font-weight:bold;
}

.ad {
	overflow: hidden;
}

.footer{
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

.td-center {
	text-align: center;
}

.td-qa-q {
	width:30%;
}

.td-qa-a {
	width:70%;
}

.td-head {
	width:20%;
}

.td-data {
	width:80%;
}

li.male {
	list-style-image:url("../img/jf_ball_b.png");
}

li.female {
	list-style-image:url("../img/jf_ball_r.png");
}

/*
.item-list-100 ul li {
	width: 100%;
	float: left;
	padding-top:2px;
	list-style-image:url("../img/jf_icon_list.png");
}

.item-list-50 ul li {
	width: 50%;
	float: left;
	padding-top:2px;
	list-style-image:url("../img/jf_icon_list.png");
}

.item-list-33 ul li {
	width: 33%;
	float: left;
	padding-top:2px;
	list-style-image:url("../img/jf_icon_list.png");
}

.item-list-25 ul li {
	width: 25%;
	float: left;
	padding-top:2px;
	list-style-image:url("../img/jf_icon_list.png");
}

.item-list-20 ul li {
	width: 20%;
	float: left;
	padding-top:2px;
	list-style-image:url("../img/jf_icon_list.png");
}
*/

/*************/
/* Game Box  */
/*************/
.winmark {
	font-family: 'Noto Sans CJK JP','游ゴシック','Osaka','Noto Sans CJK JP';
}

.center {
	text-align: center;
}

.game_buttom {
	margin-bottom: 2px;
}

.game_top {
	margin-top: 4px;
}

.tall {
	padding-top:2px;
	padding-bottom:2px;
	height: 39px;
}

.info {
	margin-top:4px;
	margin-bottom:5px;
	color:#FF0000;
	font-weight:bold;
	text-align: left;
}

.weather {
	height: 30px;
}


.point {
	color: #FFFFFF;
	background-color: #A9A9A9;
}

.point_total {
	font-size: 18px;
	font-family: 'Roboto Mono', monospace;
	font-weight:bold;
}

.point_small {
	font-size: 12px;
	font-family: 'Arial';
}

.point_normal {
	font-size: 14px;
}

.past_radius {
	border-radius: 5px;
}

.game_box_shadow {
	box-shadow: 2px 2px 4px gray;
}

.gameend {
	color: #FFFFFF;
	background-color: #696969;
}

.ingame {
	color: #FFFFFF;
	background-color: #0080FF;
}

.halftime {
	color: #FFFFFF;
	background-color: #006400;
}

.discon {
	color: #FFFFFF;
	background-color: #800080;
}

.cancel {
	color: #FFFFFF;
	background-color: #660033;
}

.postponed {
	color: #FFFFFF;
	background-color: #808000;
}

.title_left {
	color: #000000;
	border-top: solid 1px #0000FF;
	border-right: solid 1px #0000FF;
	border-bottom: solid 1px #0000FF;
	background-color: #FFFFFF;
}

.title_right {
	color: #000000;
	border-top: solid 1px #0000FF;
	border-left: solid 1px #0000FF;
	border-bottom: solid 1px #0000FF;
	background-color: #FFFFFF;
}

span.red {
	color: #FF0000;
}

.game_top_padding {
	padding-top:1px;
}

.icon_image {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	box-shadow: 2px 2px 4px #c0c0c0;
	padding: 1px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.icon_image_text {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	box-shadow: 2px 2px 4px #c0c0c0;
	padding: 8px 1px 1px 1px;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.game_box_hr {
	grid-column: span 3;
	width: 90%;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
	background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

.game_box_event {
	color: inherit;
	text-decoration: underline;
}

.cal_today {
	background-color: #e6e6fa;
}


/*************/
/* Bootstrap */
/*************/

body {
  margin-top: 70px;
  font-family: Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana,arial, "lucida grande", sans-serif;
  font-size: 75%;
  color: #333333;
  background-color: #FFFFFF;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	margin: auto;
	padding-top: 2px;
	padding-left: 4px;
	display:inline;
	font-weight:normal
}

th {
	font-weight: normal;
}

form,input,select {
	font-size: 100%;
}

ul{
	list-style-type:none;
}

.container {
	background-color: #FFFFFF;
}

.navbar {
 box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
 border-radius:0px;
}
