/*　--記述での注意。 
　　・不要のコメントは必ず削除する。 
　　・ページが変わる場合は必ずページ名（データ名）を記載する。
*/


/* -----------------------------------
  下層共通項目
----------------------------------- */


/* パンクズ */

.site_pan {
	padding: 5px 0;
}

.site_pan li {
	display: inline;
	padding: 10px 0;
}

.site_pan li a:hover {
	text-decoration: underline;
}


/* パンクズ */

.sait_cnts01 {
	margin-top: 30px;
	padding: 30px 40px;
	background: #ffffff;
	border-top: 4px #005243 solid;
}


/* -----------------------------------
　index.php
----------------------------------- */


/* pcこの上に記述 */

@media screen and (max-width: 1279px) {
	/* tabletこの上に記述 */
}

@media screen and (max-width: 767px) {
	/* spこの上に記述 */
}


/* -----------------------------------
　404.php
----------------------------------- */

.error_txt {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}


/* pcこの上に記述 */

@media screen and (max-width: 1279px) {
	/* tabletこの上に記述 */
}

@media screen and (max-width: 767px) {
	/* spこの上に記述 */
}