/* ウィンドウ幅が0〜750pxの場合に適用するCSS */
@media screen and ( max-width:750px )
{

.contaner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.main_contaner {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.textbox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: justify;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.textbox_hp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: justify;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.print_img01 {
	background-color: #FF3;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.print_img02 {
	background-color: #FF3;
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
}
.print_img01 {
	background-color: #FF3;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.HP_img01 {
	width: 100%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.HP_img02 {
	width: 100%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.print_textbox02 {
	width: 100%;
	text-align: justify;
	font-size: 11pt;
	line-height: 13pt;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.work_textbox01 {
	width: 100%;
	text-align: justify;
	font-size: 11pt;
	line-height: 13pt;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}
#green_text {
	font-size: 10pt;
	color: #096;
	line-height: 14pt;
	margin-top: 10px;
}
.print_text_pink {
	color: #C06;
	font-size: 12pt;
	font-weight: 600;
	line-height: 18px;
}
.print_text_big {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
}
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
	display: block;
	border-top: none;
	border-bottom: none;
	width: 100%;
	text-align: center;
  }
}
