/* ***最終更新日　151214 *** */
@charset "UTF-8";
/* CSS Document　mobile用 */

* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 14px;
	line-height:1em;
}
/* *フォントのスタイル* */
/* フォントサイズ 20101017 */
.f_16 {
	font-size: 16px;
}
.f_14 {
	font-size: 14px;
}
.f_12 {
	font-size: 12px;
}
.f_11 {
	font-size: 11px;
}
.f_10 {
	font-size: 10px;
}
.f_9 {
	font-size: 9px;
}
.f_8 {
	font-size: 8px;
}
.f_7 {
	font-size: 7px;
}
.f_6 {
	font-size: 6px;
}
.tx_b {
	font-weight: bold;
}/* フォント太字 */
.f_red {
	color: #F00;
} /* フォント色 20110923 */
.f_eq, select {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
} /* 等倍フォント　100912 */
.td_SA .f_eq, .td_A .f_eq, .td_B .f_eq, .td_C .f_eq, .td_P .f_eq, .td_M .f_eq, .td_Z .f_eq, .td_Y.f_eq, .td_W .f_eq, .td_SA2 .f_eq, .td_A2 .f_eq, .td_B2.f_eq, .td_C2 .f_eq {
	font-size: 14px;
} /* ランク内の等倍フォントサイズ　100912 */
.tx_r {
	text-align: right;
}
.tx_l {
	text-align: left;
}
.tx_c {
	text-align: center;
}

.block_hdn2 { /* overflowを不可視にする　2行 */
	display:block;
	overflow:hidden;
	max-height:2em; 
}
			
a img {
	border: none;
} /* リンク付きの画像のボーダーを消す */
a, a img {
	cursor: pointer;
}
#contents form p label .btn_gray {
	text-decoration: none;
	color: #FFF;
}
.center_d { /* boxのセンタリング */
	margin-right: auto;
	margin-left: auto;
}
/* index */
#m_index {
	background-image: url(../ABCAimg/bg_forest_m.jpg);
}
#m_index #m_index_c {
	background-image: none;
	background-color:transparent;
}
#m_index_h {
	background:#009245;
}	
#m_index_h .ui-grid-b .ui-block-a {
	width: 20%;
	height:80px;
	background-image: url(../ABCAimg/logo_ja_m.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-position: 10px 20px;
	background-size: contain;
}
#m_index_h .ui-grid-b .ui-block-b {
	width: 60%;
	padding: 30px 2%;
	text-align:center;
}
#m_index_h .ui-grid-b .ui-block-c {
	width: 20%;
	/*height:80px;*/
	/*height:101px;*/
	/*padding-top:20px;*/
}
#m_index_h .ui-grid-b .ui-block-c table {
	float:right;
}
#m_index_c .ui-grid-c .ui-block-c {
	padding-top:20px;
	text-align:right;
}
.ui-navbar ul.bar_green {
	border-top: #07ca63 solid 1px; 
}
#m_index_input {
	display:block;
	width:60%;
	margin:auto;
	margin-top:50px;
}
#m_index_input ul {
	margin-bottom:50px;
}
#m_index_f {
	padding:15px;
}
/* index end */

#grayscreen { /* modal window用のスクリーン */
	display : none;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1001;
	width : 100%;
	height : 100%;
	background-color: #424242;
	filter : alpha(opacity=60);	/* IE 用 */
	-moz-opacity : 0.6;					/* Firefox, Netscape 用 */
	opacity : .60;					/* Opera, Safari 用 */
}
.listb { /* modal windowのリスト表示（共通） */
	display : none;
	width : 90%;
	left:5%;
	z-index : 11000;
	overflow : auto;
	position: absolute;
	-webkit-box-shadow: 3px 3px 8px #333;
	-moz-box-shadow: 3px 3px 8px #333; /* Firefox用 */
	box-shadow: 3px 3px 8px #333; /* CSS3 */
	border-radius: 10px;
	padding-left:10px;
	padding-right: 10px;
	background-color: #E6E6E6;
}
.listb table {
	margin:auto;
}
.listb table caption {
	text-align: left;
	font-size:16px;
	font-weight: bold;
	line-height: 1.5em;
}
/*
.listb table {
	margin: 10px;
}
*/
/*.listb p:nth-child(1) {
	margin-top: 10px;
} /*listbox,detailboxを閉じるボタン */
#listbox p:last-child {
	margin-bottom: 10px;
} /* listboxを閉じるボタン（下）*/
.listb p:nth-child(2) {
	margin-left: 15px;
} /* listboxのtableをダウンロード */
#listbox .hantei, #listbox .hantei_A, #listbox .hantei_SA, #listbox .hantei_B, #listbox .hantei_C, #listbox .hantei_P, #listbox .hantei_M, #listbox .hantei_Z, #listbox .hantei_Y, #listbox .hantei_W, #listbox .hantei_A2, #listbox .hantei_SA2, #listbox .hantei_B2, #listbox .hantei_C2, #listbox .hantei_A_m, #listbox .hantei_SA_m, #listbox .hantei_B_m, #listbox .hantei_C_m, #listbox .hantei_A_t, #listbox .hantei_SA_t, #listbox .hantei_B_t, #listbox .hantei_C_t, #listbox .hantei_Z_t {
	text-align: right;
}
div.float_l div, div.float_l p, div.float_l a, div.float_l span {
	float: left;
	display:block;
}
.ui-header .navi_menu {
	position:absolute;
	left:150px;
	top:5px;
}
.ui-header .b24_hint, .ui-header .b24_list {
	position:absolute;
	right:150px;
	top:5px;
	padding-bottom: 2px;
	padding-left:15px;
	padding-top:2px;
}
/* radiobuttonを表にする*/
.list_input .ui-corner-right {
	-moz-border-radius-topright: 0em;
	-webkit-border-top-right-radius: 0em;
	border-top-right-radius: 0em;
} /* 左上の角 */
.list_input .ui-corner-left {
	-moz-border-radius-bottomleft:0em;
	-webkit-border-bottom-left-radius: 0em;
	border-bottom-left-radius: 0em;
} /* 右下の角 */
#menu_lay, #adj_lay, #b_shibori, #b_shibori2, #aly_sim, #adj_sim, #menu_sim, #menu_tana {
	width: 430px;
	border: 1px solid #000;
	border-right: none;
	background: rgba(0,0,0,.5);
	margin: -1px 0;
	color:#FFF;
	text-shadow:none;
	z-index:1003;
}
#menu_lay h4:nth-child(1), #adj_lay h4:nth-child(1), #b_shibori h3:nth-child(1), #b_shibori2 h3:nth-child(1), #aly_sim h4:nth-child(1), #adj_sim h4:nth-child(1), #menu_sim h4:nth-child(1), #menu_tana h3:nth-child(1) {
	margin-top: 40px;
}
#menu_lay .ui-field-contain .ui-controlgroup-controls {
	width: 100%;
}
#adj_lay, #b_shibori, #b_shibori2 {
	width: 300px;
	padding:0px 15px;
}
#menu_lay h3, #adj_lay h3 {
	text-shadow:none;
}
#menu_lay .ui-select .ui-btn, #adj_lay .ui-select .ui-btn, #aly_sim .ui-select .ui-btn, #b_shibori .ui-select .ui-btn, #b_shibori2 .ui-select .ui-btn, #menu_sim .ui-select .ui-btn, #adj_sim .ui-select .ui-btn, #menu_tana .ui-select .ui-btn {
	text-align: left;
}
#h_sim .ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn-icon-notext,
#h_lay .ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn-icon-notext { 
	width:.5em; padding: .3em 1em; } /* header内グループボタン　com 240 */
.ui-grid-d .ui-btn.btn_hint, .ui-grid-d .ui-btn.tana_ment { margin-left: 7px; } /* 棚割ツールボタン、ヒントボタンの左余白 */
.h_info { /* ウインドウheader */
	text-align:center;
	font-size:16px;
	padding: 5px;
}
.con_info.ui-content { /* ウインドウcontent */
	padding: 15px;
}
.con_info h3 { /* ウインドウ 見出し */
	color:#666;
	border-top:1px solid #999;
	padding-top:15px;
}
.con_info h3:nth-child(1) { /* ウインドウ見出し（最初） */
	margin-top: 0px;
	padding-top:0px;
	border: none;
}
.btnbox_r input, .btnbox_r a.ui-btn, .btnbox_r div.ui-btn { /* ボタンを右上に整列する */
	float: right;
}
