@charset "shift_jis";
/**
 * style.css
 */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 768px) {
	#wrap {
		padding: 0px;
		width: 630px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
	}
	#top {
		background-image: url(../image/m_back_top.gif);
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		width: 630px;
		height: 26px;
	}
	#content {
		background-image: url(../image/m_back_middle.gif);
		background-repeat: repeat-y;
		margin: 0px;
		padding: 0px;
		width: 630px;
		text-align: center;
	}
	#bottom {
		background-image: url(../image/m_back_bottom.gif);
		background-repeat: no-repeat;
		margin: 0px;
		width: 630px;
		height: 43px;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	ul.button-area {
		list-style-type: none;
		padding: 0px;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		width: 360px;
		margin-bottom: 0px;
	}
	ul.button-area li  {
		float: left;
		padding: 0px;
	}
	.button_style1 {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#wrap {
		padding: 0px;
		width: 100%;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
	}
	#top {
		background: #eee;
		border-radius: 10px 10px 0 0;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 26px;
	}
	#content {
		background: #eee;
		margin: 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	#content img {
		width: 96%;
		text-align: center;
	}
	#bottom {
		background: #eee;
		border-radius: 0 0 10px 10px;
		margin: 0px;
		width: 100%;
		height: 43px;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	ul.button-area {
		list-style-type: none;
		padding: 0px;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		width: 360px;
		margin-bottom: 0px;
	}
	ul.button-area li  {
		float: left;
		padding: 0px;
	}
	.button_style1 {
		margin-right: 20px;
	}
}
