@charset "utf-8";
/* CSS Document */

/* ヘッダー見出しの文字色 */
div#header h1 a {
	color: orange;
}

/* ヘッダー見出しの文字色（マウスオーバー時） */
div#header h1 a:hover {
	color: #09F;
}

/* ヘッダー説明文の文字色 */
div#header p {
	color: brown;
}

/* Landscape phones and down */
@media (max-width: 480px) {
 body {
 background-image: none !important;
}
 div.row img {
 display: inline-block;
 float: none !important;
}
 ul#global_menu {
 display: none;
}
 .display_sp {
 display: inline-block;
}
 .display_pc {
 display: none;
}
}
 @media (max-width: 767px) {
 ul#global_menu {
 display: none;
}
}
 

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) {
 div#header {
 height: 200px;
 padding: 0.5em;
 margin: 1em 0;
}
 div.container {
 width: 900px;
 border-left: 1px solid #CCC;
 border-right: 1px solid #CCC;
}
div#socialbuttons {
 overflow:hidden;
 clear: both;
}
 div#socialbuttons>div {
 float: left;
}
 .display_sp {
 display: none;
}
 .display_pc {
 display: inline-block;
}
}

div#header h1 {
	margin: 0;
}

div.container {
	background: #FFF;
}

ul#global_menu {
	padding: 0;
}

ul#global_menu li {
	font-size: 12px;
	width: 16.28%;
	display: inline-block;
	text-align: center;
	border: 1px solid #666;
	background: #CCC;
}

ul#global_menu li a {
	display: block;
	padding: 5px;
}

div#contents h3 {
	padding: 0.5em;

	clear: both;
	margin: 1em 0;
}

div#contents p {
}

.breadcrumb>li+li:before {
	content: none;
}

table , td, th {
	border: 1px solid #c2c0c0;
	border-collapse: collapse;
}
table {
width: 620px;
	margin-bottom:10px;
}
td, th {
	padding: 10px;

}

.even {
	background: #fbf8f0;
	padding: 3px;
	width: 150px;
	height: 35px;
text-align:center;
}
.odd {
	padding: 3px;
	width: 200px;
	height: 35px;
text-align:center;
}

h3 {
  position: relative;
  padding: 1rem .5rem;
}

h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

.rank {
  font-weight: bold;
  border: 3px solid #4c9ac0;
  padding: 0.5em 1em;
  box-shadow: 5px -5px #4c9ac0;
}

h4 {font-weight: bold;
  position: relative;
  padding: 1rem .5rem;
}

h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}