@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333;
	font-size: 1em;
	line-height: 1.8;
	margin: 0 0 0 0;
}

ul, li, p {
	margin: 0;
	padding: 0;
}

h1 {
	text-align: center;
	font-size: 1.1em;
}

iframe.wp-embedded-content {
  width: 100%;
}

.center {
	text-align: center;
}

.wrap {
	position:absolute;
	width: 100%;
	left:0;
}

/* ――――――――――――――――――――――
 グローバルナビゲーション
―――――――――――――――――――――― */
.pc-show{display:none;}
.mb-show{display:block;}

.fixed-header{
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	background-color: #555;
	width: 100%;
	height: 80px;
}

.header-inner{
	margin: 0 auto;
	width: 100%;
	padding-top: 6px;
}

.nav-link {
	float: left;
	text-align: center;
	width: 20%;
}

.header-inner a{
	color:#FFF;
	text-decoration:none;
}

.header-inner a:hover{
	background-color:#333;
	text-decoration:none;
}

.title-all {
	background: url("https://www.swimming.jp/olympics/paris_m2.jpg") top left repeat-x;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 150%;
  height: 320px;
  width: 100%;
}

.top-img {
	display: none;
}

.top-img-mb {
	display: block;
	text-align: center;
}

.counter-main {
	font-size: 1.5em;
	color: #eb6ea0;
	font-weight: 700;
	text-align: center;
	margin: 20px 0 30px 0;
}

.c-text {
	display: inline-block !important;
	font-size: 70%;
	color: #333;
}

.counter-title {
	font-size: 1em;
	text-align: center;
}

.cnt-down {
	font-size: 1.2em;
	font-weight: 700;
	display: block;
}

.news_cts {
	font-size: 0.9em;
	display: block;
}

.article-wrap {
	width: 320px;
	margin: 0 auto;
}

.article-wrap ul {
	width: 320px;
	margin:  0; /* デフォルト指定上書き */
  padding: 0; /* デフォルト指定上書き */
	border: 1px solid #AAA;
	box-sizing: border-box;
}

li {
	list-style: none;
	margin:  0;
  padding: 0;
	list-style-position:outside;
}

.article {
	width: 318px;
}

.bbs-title-base {
	padding: 10px;
}

.bbs-title {
	float: left;
	font-weight: 700;
	width: 255px;
}

.bbs-date {
	font-size: 0.8em;
	font-weight: normal;
	color: #00ccff;
}

.bbs-review {
	float: left;
	font-size: 0.85em;
	text-align: right;
	width: 40px;
}

.bbs-content {
	font-size: 0.95em;
}

.bbs-bg {
	background-color: #f9f9f9;
}

.hp-top {
	margin: 20px 10px;
}

#footer-container {
	background-color: #CCC;
	height: 100px;
}

.footer {
	text-align: center;
	width: 100%;
	padding-top: 20px;
}

.error {
	text-align: center;
	color: red;
	font-size: 1.1em;
	font-weight: 700;
}

/*****************/
/* クリア */
/*****************/
.clear {
	clear: both;
}

/*++++++++++++++++++++++++++ PCレイアウト ++++++++++++++++++++++++++*/
@media all and (min-width:480px) {
	.pc-show{display:block;}
	.mb-show{display:none;}

	h1 {
		text-align: center;
		font-size: 1.5em;
	}

	.title-all {
		background: url("https://www.swimming.jp/olympics/paris_m.jpg") top left repeat-x;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
	  background-size: cover;
	  height: 360px;
	  width: 100%;
	}

	.top-img {
		display: block;
		text-align: center;
	}

	.top-img-mb {
		display: none;
	}

	.fixed-header{
		position:fixed;
		top:0;left:0;
		z-index:10000;
		background-color: #555;
		width: 100%;
		height: 40px;
	}

	.wrap {
		position:absolute;
		width: 100%;
		top:40px;
		left:0;
	}

	.header-inner{
		margin: 0 auto;
		width: 1100px;
	}

	.nav-link {
		float: left;
		width: 220px;
	}

	.counter-main {
		font-size: 2.5em;
		font-weight: 700;
		color: #eb6ea0;
		text-align: center;
		margin-bottom: 30px;
	}

	.cnt-down {
		display: inline-block !important;
		font-size: 1.2em;
		font-weight: 700;
		padding: 0 5px;
	}

	.news_cts {
		display: inline-block !important;
		font-size: 0.9em;
		padding: 0 5px;
	}

	.article-wrap ul {
		width: 90%;
		margin: 0 auto;
		border: 1px solid #AAA;
	}

	.article-wrap {
		width: 100%;
	}

	.article {
		width: 100%;
	}

	.bbs-title {
		float: left;
		font-weight: 700;
		width: 90%;
	}

	.bbs-review {
		float: left;
		font-size: 0.85em;
		text-align: right;
		width: 10%;
	}

	.c-text {
		font-size: 70%;
		color: #333;
		display: inline-block !important;
	}

	.counter-title {
		font-size: 1.5em;
		text-align: center;
	}

	#footer-container {
		background-color: #CCC;
		height: 100px;
	}

	.footer {
		margin: 0 auto;
		text-align: center;
		width: 70%;
	}
}
