@charset "UTF-8";
/* CSS Document */

#header {
	background-image:url(../images/header_img.jpg);
}
#header .title {
	background-image:url(../images/header_title.png);
}

table.type1 caption {
	/* font-size:125%; */
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	padding-top: 1em;
	margin-bottom: 0.5em;
  font-weight: bolder;
}

@media screen and (min-width: 481px) {

table.type1.external-transmission {
  table-layout: fixed;
}

table.type1.external-transmission th {
  width: 20%;
}

}
/*===== PC =====*/


@media screen and (max-width: 480px) {
/* スマホ */

table.type1.external-transmission {
  table-layout: fixed;
  width: 100%;
}

}

