@charset "UTF-8";

@media screen and (max-width: 768px) {
/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## スケジュール ######################################## */

#schedule {
	width: 100%;
	margin: 0 auto;
}

#schedule h2 {
	float: none;
	margin: 0;
	padding: 0.6em 4%;
	font-size: 1.4rem;
	letter-spacing: 0;
	
	border-radius: 0;
}
#schedule h2::after {
	font-size: 1.0rem;
}

/* ****************************** リスト ****************************** */

#category {
	margin-top: 5px;
	margin-left: 4%;
	margin-right: 4%;
}

#category li {
	margin: 2px;
	padding: 0.5em 8px;
	font-size: 1.2rem;
}

#category li.modified span::before,
#category li.today span::before {
	font-size: 0.8rem;
}

/* ****************************** 外枠 ****************************** */

#schedule div.list {
	margin: 5px;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 1em;
	
	background: rgba(255, 255, 255, 0.85);
}


/* ****************************** table 関連 ****************************** */

/* L3 ======================================== table 要素 ======================================== */

#schedule table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
	
	box-sizing: border-box;
}

/* L3 ======================================== caption 要素 ======================================== */

#schedule table caption {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.4;
}

/* L3 ======================================== tr 要素 ======================================== */

#schedule div.list > table > thead > tr:last-child {
	display: none;
}

#schedule div.list > table > tbody > tr {
	display: block;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	
	background: rgba(255, 255, 255, 0.2);
}

#schedule div.list > table > tbody > tr.info {
	border: none;
	background: none;
}

#schedule table tbody tr:first-child {
	margin-top: 0;
}

/* L3 ======================================== info ======================================== */

#schedule table thead td.info {
	padding: 0 2% 1em 2%;
}

#schedule table tbody td.info {
	padding-left: 0 !important;
	padding-right: 0 !important;
	background: none !important;
}

/* L3 ======================================== td 要素 ======================================== */

#schedule div.list > table > tbody > tr > td {
	border: 1px solid #aaaaaa;
}

#schedule div.list > table > tbody > tr > td:first-child {
	display: block;
	width: 100%;
	margin-bottom: 0.4em;
	padding: 0.4em 3%;
	font-weight: normal;
	text-align: left;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	
	background: rgba(255, 255, 255, 0.95) -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.05)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: rgba(255, 255, 255, 0.95) -webkit-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.95) -moz-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.95) -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.95) -ms-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.95) linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	
	box-sizing: border-box;
}
#schedule div.list > table > tbody > tr > td:last-child {
	display: block;
	padding: 0 4%;
	border: none;
}

#schedule table tbody tr.today > td:first-child::before,
#schedule table tbody tr.new > td:first-child::before {
	display: inline-block;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.5em 0 0.5em;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.0;
	background: #cc0000;
	
	border-radius: 5px;
}
#schedule table tbody tr.new > td:first-child::before {
	background: #ff6600;
}

/* L3 ======================================== br 要素 ======================================== */

#schedule table tbody td:first-child br {
	display: none;
}

/* L3 ======================================== p 要素 ======================================== */

/* L4 ---------------------------------------- タイトル ---------------------------------------- */

#schedule table td > p.title {
	margin-left: 4%;
	font-size: 1.2rem;
	line-height: 1.5;
}

#schedule table td > p.title strong {
	font-size: 1.6rem;
}

#schedule table td > p.title:before {
	font-size: 1.5rem;
}

/* L4 ---------------------------------------- メモ ---------------------------------------- */

#schedule table td > p.memo {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* L3 ======================================== 詳細 ======================================== */

#schedule p.open-detail {
	margin-left: 0;
	margin-right: 0;
	color: #ff6600;
	font-size: 1.1rem;
}

#schedule div.detail {
	overflow: hidden;
	margin-left: -2%;
	margin-right: -2%;
	padding-left: 2%;
	padding-right: 2%;
}

/* L3 ======================================== ウェブ情報折りたたみ ======================================== */

#schedule #web td div.detail p.title {
	margin-left: 0;
}

#schedule #web td div.detail p.title strong {
	font-size: 1.8rem;
}

/* L1 ######################################## インフォメーション ######################################## */

#info {
	width: 100%;
	margin: 0 auto;
}

#info h2 {
	float: none;
	margin: 0;
	padding: 0.6em 4%;
	font-size: 1.4rem;
	letter-spacing: 0;
	
	border-radius: 0;
}
#info h2::after {
	font-size: 1.0rem;
}

#info > div {
	margin: 0;
	padding-top: 0.5em;
	padding-left: 0;
	padding-right: 0;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
}