

@charset "utf-8";
/* ===================================================================
CSS information

  Site URL: /sorry/maintenance.html
  File name: maintenance161127.css (/sorry/css/p/maintenance220901.css)
  Summary: sorry layout styles
  Created: 2016-11-09
  Last update: 2022-09-05 by DDuet Okuda Yuki
  Author:Kakitani Satomi

  Order of description

=================================================================== */

body {
	margin: 0;
}

#contents {
	width: auto;
	margin: 0 auto;
	line-height: 1.2;
	z-index: 0;
	background: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#contents-inner {
	width: 780px;
  height: 948px;
	margin: 0 auto;
	background-image: url("../../images/p/maintenance260403/top_announce_20260403.gif");
	background-size: 780px 948px;
}

#contents-inner_sp {
	width: 100%;
	height: 220vw;
	margin: 0 auto;
	background-image: url("../../images/p/maintenance260403/sp_top_announce_20260403.gif");
	background-size: 100%;
	background-repeat: no-repeat;
}

/* ===================================================================
表上テキスト
=================================================================== */

.textarea {
	font-size: 20px;
	margin: 0 0 50px;
  text-align: center;
	padding-top: 270px;
}

.textarea_sp {
	font-size: 3.5vw;
	margin: 0 0 11vw;
	text-align: center;
	padding-top: 46vw;
	line-height: 1.3;
}

/* ===================================================================
表
=================================================================== */

table {
	margin: 30px auto;
	border: 2px dotted #fb4f8b;
}

td,
th {
    border: 2px dashed #fb4f8b;
		border-right: none;
    border-left: none;
    padding: 0 45px;
		text-align: left;
		font-size: 20px;
}

td {
    text-align: left;
}

tr:nth-child(even) {
    background-color: #fff;
}

th[scope="col"] {
    background-color: #fff;
    color: #fff;
}

th[scope="row"] {
	  padding: 17px;
	  height: 44px;
    background-color: #ffedf3;
}

caption {
    padding: 10px;
    caption-side: bottom;
}

table {
    border-collapse: collapse;
		margin: 30px auto;
		border: 2px dashed #fb4f8b;
		color: #fb4f8b;
		font-weight: bold;
		font-size: 20px;
    letter-spacing: 1px;
}

/* ===================================================================
日付（強調部分）
=================================================================== */

.date_size {
	font-size: 30px;
}

/* ===================================================================
SP
=================================================================== */

@media only screen and (max-width: 768px) {

	#contents {
		width: auto;
	}
	table {
		  width: 80%;
	}
	td,th {
			font-size: 3.5vw;
			text-align: center;
			background-color: #ffedf3;
			font-weight: bold;
			padding: 3vw 10px;
	}

	td {
		background-color: #fff;
		text-align: left;
		line-height: 1.2;
	}

	.date_size {
	  font-size: 6vw;
	}
}



/* ===================================================================
PC/SP出しわけ
=================================================================== */

@media only screen and (max-width: 768px) {
    .only_pc {
        display: none !important;
    }
}

@media print, screen and (min-width: 769px) {
    .only_sp {
        display: none;
    }
}
