@charset "UTF-8";

/* base class */
html {
	font-size: 10px;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.6;
	color: #555;
}
p {
	margin: 10px 0 0;
}
p:first-child {
	margin: 0;
}
img {
	vertical-align: top;
}
figure {
	margin: 0;
}
a:hover {
	opacity: 0.8;
}
 td, th, p, h1, h2, h3, h4, h5, h6, label {
	/*word-break: break-all;*/
	word-wrap: break-word;
}
table {
}
th,td {
	padding: 10px 15px;
	text-align: left;
	border: 1px solid #ccc;
}
th {
	background-color: #ccece4;
	white-space: nowrap;
}
a { color: #108d6f; }
a:hover { text-decoration: none; }
a:visited { color: #108d6f; }


@media screen and (max-width:740px) {
	html,body{
		width: 100%;
	}
	 body {
		font-size: 12px;
		font-size: 1.2rem;
	}
   img, object, embed {
		width: 100%;
		height: auto;
	}
	th {
		white-space: normal;
	}
}
