@charset "utf-8";

/* ----------------------------------------------------------
/* メインビジュアル
---------------------------------------------------------- */
#title {
	background: url(../images/bg_line_top.png) top left repeat-x , url(../images/bg_line_bottom.png) bottom left repeat-x;
	text-align: center;
	margin: 20px 0 30px 0;
	padding: 30px 0;
	}

#title h1 {
	padding: 0 20px;
	}

#title h1 img.sp {
	display: none;
	}

#btn {
	text-align: center;
	margin: 0 0 30px 0;
	}

@media (max-width: 980px){
#title h1 img {
	width: 85%;
	}
}

@media (max-width: 640px){
#title {
	margin: 15px 0;
	padding: 20px 0;
	}

#title h1 img.pc {
	display: none;
	}

#title h1 img.sp {
	display: inline-block;
	}

#btn {
	margin: 0 0 15px 0;
	padding: 0 15px;
	}

#btn img {
	width: 100%;
	height: auto;
	}
}


/* ----------------------------------------------------------
/* コンテンツ
---------------------------------------------------------- */
#wrapper {
	width: 950px;
	margin: auto;
	}

#wrapper table th {
	width: 200px;
	color: #fff;
	background: #f5aa32;
	padding: 10px 20px;
	}

#wrapper table td {
	background: #fff;
	border: 1px solid #ffda8b;
	padding: 10px 20px;
	}

@media (max-width: 980px){
#wrapper {
	width: 100%;
	padding: 0 15px;
	}

#wrapper table td img.image {
	width: 80%;
	height: auto;
	}
}

@media (max-width: 640px){
#wrapper table th {
	width: 100%;
	display: block;
	}

#wrapper table td {
	margin: 0 0 10px 0;
	padding: 10px;
	display: block;
	}

#wrapper table td img.image {
	width: 100%;
	}
}


/* ----------------------------------------------------------
/* ページトップ
---------------------------------------------------------- */
#pageTop {
	bottom: 15px;
	right: 15px;
	position: fixed;
	z-index: 100;
	}

@media (max-width: 640px){
#pageTop {
	bottom: 5px;
	right: 5px;
	}

#pageTop img {
	width: 40px;
	height: 40px;
	}
}


/* ----------------------------------------------------------
/* フッター
---------------------------------------------------------- */
footer {
	text-align: center;
	padding: 30px 0;
	}

footer #share {
	margin: 0 0 20px 0;
	}

@media (max-width: 640px){
footer {
	padding: 20px 10px;
	}

footer p {
	font-size: 10px;
	font-size: 1.0rem;
	}
}