@charset "utf-8";

/* reset style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"Meiryo UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	-webkit-text-size-adjust: 100%;
}

div {
	position:relative;
	width:auto;
	height:auto;
}

sup {
	vertical-align:text-top;
	font-size:small;
}

/* common class style */
.m_auto {margin-left: auto;margin-right: auto;}
.txt_align_r {text-align: right!important;}
.txt_align_l {text-align: left!important;}
.txt_align_c {text-align: center!important;}
.v_align_t {vertical-align: top!important;}
.v_align_m {vertical-align: middle!important;}
.v_align_b {vertical-align: bottom!important;}
.v_align_bl {vertical-align: baseline!important;}

/* 縦横の中央寄せ */
.v_center {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center; /* safari用 */
	-webkit-justify-content: center; /* safari用 */
}

.v_center_h {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center; /* safari用 */
}

.hidden_submit_bt {
  display:none;
}

/* wrapper style */
body {
	background-color: #eff0e8;
	overflow-y: auto;
}
#wrapper {
	width: 100%;
	background-color: #ffffff;
}

/* header area style */
#header_back {
	width: 100%;
	background: url("/kokusai/images/header_line.png")  repeat-x 0 0;
}

#header {
	width: 100%;
	height: 83px;
	background: url("/kokusai/images/header_logo.png") no-repeat;
}

#header #header_h1 {
	float: left;
	width: 300px;
	height: 100%;
	margin-top: 16px;
	margin-left: 33px;
	background: url("/kokusai/images/h_h1.png") no-repeat;
}
#header #header_code {
	position: absolute;
	top: 67px;
	left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#header_bottom {
	width: 100%;
	height: 10px;
	background: url("/kokusai/images/header_bottom_line.png") repeat-x 0 0;
}



/* main-area area style */
#main_area_back {
	padding:8px;
	background-color: #eff0e8;
}

#main_area_waku {
	border-radius: 5px / 5px;
	border: solid 3px #DCDCDC;
	background-color: #ffffff;
}
#main_area {
	padding:15px;
}

.title_app_back {
  width:100%;
  height;100%;
  border-radius: 3px 3px 0px 0px / 3px 3px 0px 0px;
  box-sizing: border-box;
  background-color: #009900;
  background-image: linear-gradient(transparent 0%,rgba(255,255,255,.3) 100%,transparent 30%,rgba(0,0,0,.1) 100%);
  box-shadow: 0 2px 2px 0 rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(255,255,255,.5) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
}

.title_app_text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color:#ffffff;
  padding:15px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.title_01 {
	background: linear-gradient(#EEEEEE, #ffffff);
	box-shadow: 2px 2px 2px #DDDDDD;
	text-shadow: 2px 2px 2px #BBBBBB;
	border-radius: 5px / 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
.title_01 h1 {
	font-size: 20px;
	font-weight: bold;
	line-height:1.2em;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:16px;
	background: url("/kokusai/images/title_01_head_line.png") repeat-y 0 0;
	color: #333333;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center; /* safari用 */
}

.title_02 {
	box-shadow: 2px 2px 2px #DDDDDD;
	text-shadow: 2px 2px 2px #BBBBBB;
	margin-left: 10px;
	margin-bottom: 10px;
}
.title_02 h1 {
	height: 23px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	font-weight: bold;
	padding-top:12px;
	padding-bottom:5px;
	padding-left:12px;
	background: url("/kokusai/images/title_02_head_line.png") repeat-y 0 0;
}
.title01_span {
	font-size: 20px;
	font-weight: bold;
	line-height:1.2em;
}
.ja_str_st {
	font-size: 0.8em;
	font-weight: bold;
}
.ja_val_str_st {
	font-size: 0.8em;
}

.input_table_01 {
	width: 98%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.input_table_01 th {
	width: 150px;
	min-width: 60px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	line-height:1.2em;
	vertical-align: middle;
	white-space: normal;
	text-shadow: 2px 2px 2px #DDDDDD;
	padding:8px;
	color: #333333;
	border: solid 1px #DCDCDC;
	border-right:none;
	background-color: #EEEEEE;
}

.input_table_01 td {
	width: auto;
	font-size: 15px;
	vertical-align: middle;
	padding:8px;
	color: #333333;
	border: solid 1px #DCDCDC;
	background-color: #ffffff;
}

.input_table_02 {
	width: 98%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.input_table_02 th {
	width: 150px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	line-height:1.2em;
    vertical-align: middle;
	white-space: nowrap;
	text-shadow: 2px 2px 2px #DDDDDD;
	padding:8px;
	color: #333333;
	border: solid 1px #DCDCDC;
	border-right:none;
	background-color: #EEEEEE;
}

.input_table_02 td {
	width: auto;
	font-size: 15px;
	vertical-align: middle;
	padding:8px;
	color: #333333;
	border: solid 1px #DCDCDC;
	background-color: #ffffff;
}

.show_table_01 {
	width: 98%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 20px;
}

.show_table_01 th {
	width: 10%;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	white-space: nowrap;
	text-shadow: 2px 2px 2px #DDDDDD;
	padding:8px;
	color: #333333;
	border: solid 1px #DCDCDC;
	background-color: #EEEEEE;
}

.show_table_01 td {
	border-radius: 10px;
	width: 90%;
	font-size: 15px;
	padding:8px;
	color: #333333;
	border: solid 1px #DCDCDC;
	background-color: #ffffff;
}

.square_table_01 {
	width: 98%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 10px;
}

.square_table_01 th {
	border-radius: 0px;
	width: 30%;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	text-shadow: 2px 2px 2px #DDDDDD;
	padding:8px;
	color: #333333;
	border: solid 1px #333333;
	background-color: #EEEEEE;
}

.square_table_01 td {
	border-radius: 0px;
	width: 30%;
	font-size: 15px;
	padding:8px;
	color: #333333;
	border: solid 1px #333333;
	background-color: #ffffff;
}

.bold {
	font-weight :bold;
}

.line {
	text-decoration: underline;
}

.table_none_line {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.table_none_line th {
	border: 0px;
	padding:0px;
	white-space:normal;
	background-color: transparent;
}

.table_none_line td {
	border: 0px;
	padding:0px;
	background-color: transparent;
}


.req_on {
	width: 35px !important;
	text-align: right !important;
	padding-right: 3px !important;
	border-left:none !important;
	white-space: nowrap !important;
}
.req_off {
	width: 35px !important;
	text-align: right !important;
	padding-right: 3px !important;
	border-left:none !important;
	white-space: nowrap !important;
}
.req_on_div {
	width: 50px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	text-shadow: 0px 0px 0px #ffffff;
	border-radius: 10px;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color: #FF3333;
	box-shadow: 1px 1px 1px #aaaaaa;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.req_off_div {
	width: 55px;
}


.input_base {
	font-family: "メイリオ",Meiryo,"Meiryo UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	border: solid 1px #AAAAAA;
	border-radius: 5px;
	padding:4px;
	padding-left:8px;
	font-size:100%;
	line-height: 1.2em;
	height: 25px;
}

.select_base {
	font-family: "メイリオ",Meiryo,"Meiryo UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	font-size:100%;
	border: solid 1px #AAAAAA;
	border-radius: 5px;
	padding-top:1px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:1px;
	float: left;
}


.iframe_base {
	width: 98%;
	height: 500px;
	border: solid 0px #ffffff;
	border-radius: 5px;
	padding:0px;
	margin:0px;
	scrolling:no;
}


/* button style */
.bt_base {
	margin-top:30px;
	overflow: hidden;
}
.bt_base_item  {
	padding: 5px;
	width: 120px;
	height: 40px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	text-align: center;
	display: block;
	margin-left:10px;
	margin-right:25px;
	margin-bottom:10px;
	color:#fff;
	box-sizing: border-box;
	float: left;
	background-color: #f76300;
	background-image: -webkit-linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	background-image:         linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	box-shadow: 0 2px 2px 0 rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(255,255,255,.5) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
	border: 1px solid rgba(0,0,0,.2);
}

.bt_base_item:hover {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.bt_base_item:disabled {
	background-color:#BBBBBB;
}

.bt_back  {
	width: 150px;
	height: 48px;
	border-radius: 50px;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	padding-left:45px;
	color:#fff;
	display: block;
	float: left;
    margin-right:10px;
	background-image: -webkit-linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	background-image:         linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	box-shadow: 0 2px 2px 0 rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(255,255,255,.5) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
	border: 0px solid rgba(0,0,0,0);
	background: url('/kokusai/images/bt_back.png?p=1');
}

.bt_back:hover {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.bt_next  {
	width: 150px;
	height: 48px;
	border-radius: 50px;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	padding-right:45px;
	color:#fff;
	display: block;
	float: left;
    margin-right:10px;
	background-image: -webkit-linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	background-image:         linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	box-shadow: 0 2px 2px 0 rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(255,255,255,.5) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
	border: 0px solid rgba(0,0,0,0);
	background: url('/kokusai/images/bt_next.png?p=1');
}
.bt_next:hover {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.bt_func {
	width: 120px;
	height: 40px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
	margin-left:10px;
	vertical-align: middle;
	color:#fff;
	box-sizing: border-box;
	background-color: #009900;
	background-image: -webkit-linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	background-image:         linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	box-shadow: 0 2px 2px 0 rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(255,255,255,.5) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
	border: 1px solid rgba(0,0,0,.2);
	padding-left:8px;
	padding-right:8px;
}
.bt_func:hover {
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.bt_func:disabled {
	width: 120px;
	height: 40px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 1px #999999;
	text-align: center;
	margin-left:10px;
	vertical-align: middle;
	color:#fff;
	background-color:#BBBBBB;
	border: 1px solid rgba(0,0,0,.2);
	padding-left:8px;
	padding-right:8px;
}
.bt_func:disabled:hover {
	cursor: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.bt_blank {
	overflow: hidden;
    float:left;
}
.bt_blank_item  {
	width: 160px;
	height: 28px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
	white-space: nowrap;
    margin-right:15px;
    padding-top:0px;
    float:none;
    display: inline;
	color:#fff;
	box-sizing: border-box;
	background-color: #0078b5;
	background-image: -webkit-linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	background-image:         linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	box-shadow: 0 2px 2px 0 rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(255,255,255,.5) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
	border: 1px solid rgba(0,0,0,.2);
}

.bt_blank_item:hover {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.bt_blank_span {
	font-size: 12px;
    margin-left:5px;
    margin-right:5px;
}

.not_doui {
	line-height:15px;
	background-color: #AAAAAA;
}
.doui {
	line-height:15px;
	background-color: #FF3333;
}
.bt_gray {
	background-color: #AAAAAA;
}
.bt_red {
	background-color: #FF3333;
}

.conf {
	background-color: #FF3333;
}


.bt_radio_waku {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center; /* safari用 */
}

.bt_radio_01 {
	font-size:14px;
    margin-right:10px;
}

.bt_radio_01 {
  display:none; 
}

.bt_label_01 {
	font-size:14px;
    margin-right:10px;
	cursor: pointer;
	width: 100px;
	height: 30px !important;
	border-radius: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999999;
	color:#fff;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center; /* safari用 */
	-webkit-justify-content: center; /* safari用 */
	padding:5px;
    margin-right:5px;
	background-color:#BBBBBB;
	border: 3px solid rgba(0,0,0,.1);
    float:left;
}

.bt_radio_01:checked + label { 
	border-radius: 10px;
	text-shadow: 1px 1px 1px #333333;
	background-color: #ed3f58;
	background-image: -webkit-linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	background-image:         linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
	box-shadow: 0 2px 2px 0 rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(255,255,255,.5) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
	border: 3px double rgba(0,0,0,.1);
}

.bt_menu {
	width: 200px!important;
	height: 130px!important;
	margin-right:5px;
	background-color: #009900;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.bt_disabled  {
	background-color:#BBBBBB;
}


/* 印刷ボタン用（印刷ボタンは右クリックで「対象をファイルに保存」を選択できるようにするため、divタグでつくること） */
.bt_print  {
	width:180px;
	background-color:#29a76d;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center; /* safari用 */
	-webkit-justify-content: center; /* safari用 */
}

.bt_print_disabled  {
	background-color:#BBBBBB;
}

/* CSVボタン用（CSVボタンは右クリックで「対象をファイルに保存」を選択できるようにするため、divタグでつくること） */
.bt_csv  {
	width:180px;
	background-color:#29a76d;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center; /* safari用 */
	-webkit-justify-content: center; /* safari用 */
}

.bt_setumeisyo_img {
	position: absolute;
	top: 30px;
	left: 300px;
}
.bt_setumeisyo_moji {
	position: absolute;
	top: 28px;
	left: 337px;
	height: 35px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center; /* safari用 */
	-webkit-justify-content: center; /* safari用 */
}
.bt_setumeisyo_span {
	font-size: 15px;
	font-weight: bold;
	color: #444444;
}
.bt_top_base {
	position: absolute;
	top: 30px;
	left: auto;
	right: 0px;
}

.setsumei_base {
	height:200px;
	
}
.setsumei_img {
	box-shadow: 2px 2px 2px #DDDDDD;
	text-shadow: 2px 2px 2px #BBBBBB;
	border-radius: 5px / 5px;
}

.setsumei_st {
	width:150px;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-align: center;
    position: relative;
    float:left;
    margin-right:10px;
	line-height:1.4em;
}	
.setsumei_span {
	font-size: 12px;
	font-weight: bold;
}

.tx_base {
	width:98%;
	padding-top:13px;
	padding-left:13px;
	line-height:1.4em;
}

.tx_b {
	text-shadow: 2px 2px 2px #DDDDDD;
	font-weight: bold;
}

.txsp08 {
	padding-top:8px;
	padding-bottom:8px;
	line-height: 1.6em;
}

.tx_l {
	text-decoration: underline;
}

.tx_red {
	color: #FF3333;
}
.tx_b_red {
	color: #FF3333;
	font-weight: bold;
}
.tx_l_red {
	color: #FF3333;
	text-decoration: underline;
}

.tx_b_l_red {
	color: #FF3333;
	font-weight: bold;
	text-decoration: underline;
}

.tx_01 {
	font-size: 18px;
}

.tx12 {
	font-size: 12px;
}
.tx13 {
	font-size: 13px;
}
.tx14 {
	font-size: 14px;
}
.tx15 {
	font-size: 15px;
}
.tx18 {
	font-size: 18px;
}

.items0{
	padding-left:0.0em !important;
	text-indent:-0.0em !important;
	list-style-type:none;
}
.items0 li{
	line-height:1.6em;
}
.items04{
	padding-left:0.4em !important;
	text-indent:-0.4em !important;
	list-style-type:none;
}
.items04 li{
	line-height:1.6em;
}
.items08{
	padding-left:0.8em !important;
	text-indent:-0.8em !important;
	list-style-type:none;
}
.items08 li{
	line-height:1.6em;
}
.items10{
	padding-left:1.0em !important;
	text-indent:-1.0em !important;
	list-style-type:none;
}
.items10 li{
	line-height:1.6em;
}
.items13{
	padding-left:1.3em !important;
	text-indent:-1.3em !important;
	list-style-type:none;
}
.items13 li{
	line-height:1.6em;
}
.items15{
	padding-left:1.5em !important;
	text-indent:-1.5em !important;
	list-style-type:none;
}
.items15 li{
	line-height:1.6em;
}
.items18{
	padding-left:1.8em !important;
	text-indent:-1.8em !important;
	list-style-type:none;
}
.items18 li{
	line-height:1.6em;
}
.items20{
	padding-left:2em !important;
	text-indent:-2em !important;
	list-style-type:none;
}
.items20 li{
	line-height:1.6em;
}
.items25{
	padding-left:2.5em !important;
	text-indent:-2.5em !important;
	list-style-type:none;
}
.items25 li{
	line-height:1.6em;
}

.sp_line_01 {
	height: 10px;
}

.ind_05 {
	padding-left:5px !important;
}
.ind_10 {
	padding-left:10px !important;
}
.ind_15 {
	padding-left:15px !important;
}
.ind_20 {
	padding-left:20px !important;
}
.ind_25 {
	padding-left:25px !important;
}
.ind_30 {
	padding-left:30px !important;
}

.ind2_05 {
	margin-left:5px !important;
}
.ind2_10 {
	margin-left:10px !important;
}
.ind2_15 {
	margin-left:15px !important;
}
.ind2_20 {
	margin-left:20px !important;
}
.ind2_25 {
	margin-left:25px !important;
}
.ind2_30 {
	margin-left:30px !important;
}


.waku_01 {
	padding:10px;
	background-color: #EEEEEE;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,.2);
}


.im_base {
	height: 85%;
}
.im_waku_01_item {
	width:  260px!important;
    height: 200px!important;
	padding:10px;
    float:left;
    background-color:#EEEEEE;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,.2);
	text-align: center!important;
}
.im_waku_sp_item {
	width:10px;
    float:left;
}

	

.im_link {
    margin-top:0px;
    margin-left:0px;
    margin-right:2px;
    margin-bottom:2px;
	box-shadow: 2px 2px 2px #DDDDDD;
	text-shadow: 2px 2px 2px #BBBBBB;
}
.im_link:hover {
	cursor: pointer;
	margin-top:2px;
    margin-left:2px;
    margin-right:0px;
    margin-bottom:0px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	box-shadow: 0px 0px 0px #FFFFFF;
	text-shadow: 0px px 0px #FFFFFF;
}

.im_waku {
    width:100%;
    height:auto;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* footer area style */
#footer {
	text-align: center;
}

#footer_top {
	width: 100%;
	height: 3px;
	background: url("/kokusai/images/footer_top_line.png") repeat-x 0 0;
}

#footer #footer_copyright {
	text-align: left;
	height: 25px;
	overflow: hidden;
	background-color: #009900;
}

#footer #footer_copyright #footer_copyright02 {
	float: right;
	width: 258px;
	height: 25px;
	background: url("/kokusai/images/footer_copyright02.png") no-repeat;
	margin-right: 20px;
}
#footer #footer_copyright #footer_copyright01 {
	float: left;
	width: 120px;
	height: 25px;
	background: url("/kokusai/images/footer_copyright01.png") no-repeat;
	margin-left: 33px;
}

.clfx {zoom: 1;}
#header #h_submenu {
	position: absolute;
	top: 60px;
	right: 20px;
}
#header #h_submenu li {
	list-style: none;
	display: inline;
	font-size: 86%;
	background: url("/kokusai/images/h_submenu_icon.png") no-repeat left center;
	padding-left: 8px;
	margin-left: 20px;
}

@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

.txt-wrap {
	padding-top:10px;
	padding-left:5px;
	padding-right:10px;
	vertical-align: middle!important;
    float:left;
}

.txt-wrap2 {
	padding-top:8px;
	padding-left:5px;
	padding-right:5px;
	vertical-align: top!important;
	display: inline-block;
}

.select-wrap {
    position: relative;
    float:left;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 31px;
    color: #7F878C;
    pointer-events: none;
}
select{
	font-family: "メイリオ",Meiryo,"Meiryo UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: 100%;
    color: #333333;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 34px;
    border:1px solid #ddd;
    color:#333333;
    width:100%;
    border-radius:3px;
}
select option{
  background-color: #fff;
  color: #000000;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#fff;
}
.select-wrap.select-primary > select{
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}


.sel_01 {
	width:90px;
}
.sel_02 {
	width:65px;
}

.sel_03 {
	width:260px;
}
.sel_04 {
	width:80px;
}
.sel_05 {
	width:110px;
}
.sel_06 {
	width:180px;
}
.sel_07 {
	width:650px;
}

.ra_01 {
	margin-top:7px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:8px;
}
.la_01 {
	margin-top:5px;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:8px;
}

.tel_01_1 {
	width:45px;
}
.tel_01_2 {
	width:45px;
}
.tel_01_3 {
	width:45px;
}

.sankaku_waku{
	height: 20px;
	padding-top:10px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center; /* safari用 */
	-webkit-justify-content: center; /* safari用 */
}
.sankaku{
	width: 0;
	height: 0px;
	text-align: center;
	border-top: 30px solid #f76300;
	border-right: 80px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 80px solid transparent;
}

.note_st {
  padding-left:5px;
  line-height:1.3em;
  font-size:12px;
  text-shadow: 2px 2px 2px #DDDDDD;
  font-weight: bold;

}

.note_st2 {
  font-size: 12px;
  font-weight: bold;
  line-height:1.2em;
  border-radius: 10px;
  background-color:#D5F1BB;
  padding:8px;
}
.error_st_back {
  background-color:#FFC7AF !important;
}
.error_st_msg {
  color:red;
  font-size:15px;
  font-weight: bold;
  padding-left:8px;
  padding-top:8px;
  background-color:#FFC7AF;
}

.breadcrumbs_arrow {
  margin-left: 0;
  padding-left: 0;
}

.breadcrumbs_arrow li {
  position: relative;
  display:inline-block;/*横に並ぶように*/
  list-style: none;
  margin-right: 8px;
  margin-top: -5px;
  margin-bottom: 8px;
}
.breadcrumbs_arrow li:after {/*三角の部分*/
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: transparent;
  border-left-color: #F5F6EE;/*背景色*/
  border-width: 40px 12px;
  width: 0;
  height: 0;
}

.breadcrumbs_arrow li a {
  display: table-cell;
  padding: 0 2px 0 6px;
  height: 80px;
  width:135px;
  line-height: 12px;
  color: #333333;
  background: #F5F6EE;/*背景色*/
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}

/*breadcrumbs_arrow用*/
.now {
  color: #00992B !important;
  background: #D5F1BB !important;/*背景色*/
}

/*breadcrumbs_arrow用*/
.now:after {
  border-left-color: #D5F1BB !important;
}

/*カレンダーアイコン用*/
img.ui-datepicker-trigger{
  cursor: pointer;
  margin-left: 7px!important;
  vertical-align: middle;
}

/* combo関連 */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
#jquery-ui-autocomplete label {
    float: left;
    margin-right: 0.5em;
    color: black;
    font-size: 15px;
}

/* エラー関連 */
.disp_error_top {
	width: 98%;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: -8px;
}

.disp_error_top td {
	padding-bottom:4px;
	font-size: 15px;
}

/* autocompleteを使用した際に「 results are available, use up and down arrow keys to navigate.」が出ることがあったため、以下を設定 */
.ui-helper-hidden-accessible{
    display: none;
}