*
{
	padding:0px;
	margin:0px;
}

img
{
	max-width: 100%;
	height: auto;
}
a
{
	text-decoration:none;
}
ul,li
{
	list-style:none;
}

header, section, footer, aside, nav, article, figure, audio, video, canvas  { display:block; }
	
body
{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#575757;
	font-size:12px;
}
select {
	color: #000000;
}
#wrapper
{
	width:100%;
}

.popup_container
{
	/*
	margin:15px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
	border-radius:10px;
	*/
	background:#FFF;
	position:relative;
	z-index:2;
	/*
	min-height:623px;
	*/
}

.popup_container .header_popup
{
	height:62px;
	position:relative;
	text-align:center;
	overflow:hidden
}
.popup_container .header_popup .logo_google
{
	height:35px;
	background:url(../imgs/google.svg) no-repeat;
	display:inline-block;
	margin-top:14px;
}
.popup_container .header_popup .menu_left_hidden
{
	background: url(../imgs/menu_left_icon.svg) 0 0 no-repeat;
	width: 28px;
	height: 18px;
	/* float: left; */
	margin-left: 20px;
	margin-top: -10px;
}
.popup_container .header_popup .close_button
{
	background:url(../imgs/close_icon.svg) 0 0 no-repeat;
	float:right;
	background-position: center;
	cursor:pointer;
	width:60px;
	height:60px;
}
#menu_left li {
	cursor:pointer;
	position:relative;
}

.menu_left_hidden	
{
	cursor:pointer;
	background:#FFF;
	position:absolute;
	left:0;
	top:30px;
	width:320px;
	height:622px;
	border-radius:0px 10px 10px 0px;
	z-index:3;
}
.logo_google
{
	min-width:105px;
}
		
.center_popup
{
	/*
	overflow:hidden
	*/
}

#scroll_content
{
	padding:0px 15px;
	margin-top:10px;
}
#scroll_content .button_
	{
	text-align:center;
	margin-top:10px;
	}
#scroll_content .button_ .center_btn
{
	display: inline-block;
	border: 2px #47a70c solid;
	padding: 0px 30px;
	border-radius: 20px;
	color: #47a70c;
	line-height: 19px;
}
	
.scroll_bar_height
{
	/*
	height:435px;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	*/
}
.scroll_bar_height .content_height p
{
	/*
	padding-bottom:10px;
	*/
}

.c1 .button_
{
	margin:0px 20px;
	border-radius:10px;
	background:#50be0d;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	padding:10px 0px;
	font-size:14px;
	margin-bottom:20px;
}

.graph_img
{
	text-align: center;
	margin-top:10px;
}

.m15
{
	margin:15px;
}

#button_footer
{
	text-align:center;
	font-size:24px;
}
#button_footer .button1 , #button_footer .button2
{
	display:inline-block;
	background:#50be0d;
	border-radius:10px;
	height:60px;
	line-height:60px;
	color:#FFF;
	font-weight:bold;
	width:47%;
	cursor:pointer;
}
#button_footer .brand_detail_buttons {
	padding:12px 12px 0px 12px;
}
#button_footer .brand_detail_buttons li {
	display:inline-block;
	width:33.3333%;
	vertical-align:top;
}
#button_footer .brand_detail_buttons li .m {
	line-height:44px;
}
#button_footer .brand_detail_buttons li .o {
	line-height:22px;
}
#button_footer .brand_detail_buttons li a {
	margin:4px;
	display:block;
	padding:10px 0px;
	font-size:10px;
	color:#50be0d;
	border:3px solid #50be0d;
	border-radius:8px 8px 8px 8px;
	height:44px;
	vertical-align:middle;
}
	
/*  b1 */
.overlay
{
	/*
	*/
	background-color:rgba(0,0,0,0.3);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	z-index:1;
} 

/* b2  */
.overlay_green
{
	background-color:rgba(115,203,61,0.7);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	z-index:4;
} 
.menu_left_hidden_block
{
	background:#FFF;
	position:fixed;
	left:-320px;
	top:30px;
	width:290px;
	height:622px;
	border-radius:0px 10px 10px 0px;
	z-index:5;
}
.menu_left_hidden_block .top
{
	padding:20px 0px;
	border-bottom:2px #ebebeb solid;
	text-align:center;
}
.menu_left_hidden_block .top .logo_google
{
	display:inline-block;
	background:url(../imgs/google.svg) no-repeat;
	width:105px;
	height:35px;
	margin-top:14px;
}
#menu_left > ul > li
{
	border-bottom:1px #ebebeb solid;
	height:49px;
	line-height:49px;
	color:#575757;
	font-weight:bold;
	font-size:14px;
}
#menu_left > ul > li > a
{
	color:#575757;
	padding-left:20px;
}
#menu_left > ul > li > a > span
{
	width:14px;
	height:14px;
	background:url(../imgs/right_arr.svg) 0 0 no-repeat;
	float:right;
	margin-right:20px;
	margin-top:18px;
}

/* b3 */
.back_btn
{
	cursor:pointer;
	background:url(../imgs/left_arr.svg) no-repeat;
	float:left;
	width:60px;
	height:60px;
	background-position: 10px center;
}
.block_item
{
	border-bottom:1px #ebebeb dotted;
	display:table;
	width:100%;
}
.block_item.last
{
	border-bottom:none;
}
.block_item .text , .block_item .value 
{
	display:table-cell;
	width:50%;
	padding:10px 0px;
	vertical-align:middle;
}
.block_item .value .box_green
{
	width: 35px;
	height: 35px;
	background: #50be0d;
	text-align: center;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	border-radius:5px;
}
.block_item .text 
{
	padding-left:10px;
}
.block_item .value 
{
	padding-right:10px;
	text-align:right;
}
.block_item .value .number
{
	font-weight:bold;
	font-size:16px;
}
.block_item .value .number_desc
{
	color:#39e9e9e;
	display:block;
}
.block_item .value .number.black
{
	color:#000
}
.block_item .value .number.grey
{
	color:#999
}
.block_item .value .number.red
{
	color:#ff0000
}
.block_item_total
{
	border-top:1px #ebebeb solid;
	border-bottom:1px #ebebeb solid;
	display:table;
	width:100%;
}
.block_item_total.nobordertop
{
		border-top:none;
}
.block_item_total .cell
{
	display:table-cell;
	width:50%;
	padding:20px 0px;
	text-align:center;
}
.block_item_total .cell.border-left
{
	border-left:1px #ebebeb solid;
	box-sizing:border-box;
}
.block_item_total .cell .desc
{
	color:#58c118;
	display:block;
}
.block_item_total .cell .number
{
	color:#575757;
	display:block;
	font-weight:bold;
	font-size:16px;
}
.block_collapse > a 
{
	line-height:24px;
	display:block;
	text-align:right;
	margin-right:35px;
	margin-top:10px;
	color:#ff8915;
}
.block_collapse > a > span
{
	background: url(../imgs/downbtn.svg) 0 0px no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 1px;
	margin-top: 0px;
}
.block_expand
{
	margin-bottom:10px;
}
.block_expand .expland_item
{
	display:table;
	width:100%;
	border-bottom:1px #ebebeb solid;
	text-align:center;
}
.block_expand .expland_item .cell
{
	width:50%;
	display:table-cell;
	padding:30px 0px;
}
.block_expand .expland_item .cell.border-left
{
	box-sizing:border-box;
	border-left:#ebebeb 1px solid;
}
.block_expand .expland_item .cell span
{
	display:block;
}	
.block_expand .expland_item .cell .desc
{
	color:#ff7e00;
	padding:0px 20px;
}
.block_expand .expland_item .cell .number
{
	color:#575757;
	font-weight:bold;
	font-size:16px;
}	
.block_expand .expland_item .cell em
{
		font-style:normal;
		color:#F00;
}
.money_char_1
{
	font-size: 11px;
}
/* b4 */
.logo_google span
{
	display: inline-block;
	padding-left: 106px;
	white-space: nowrap;
	padding-top: 10px;
}
.table_content
{
	margin-bottom:10px;
}	
.table_content .header_table
{
	width:100%;
	display:table;
	border-top:1px #48c02c solid;
	border-bottom:1px #dddddd solid;
}	
.table_content .header_table .col
{
	display:table-cell;
	background:#f7fcf5;
	color:#48c02c;
	text-align:center;
	height:35px;
	vertical-align:middle;
	font-weight:bold;
	font-size:12px;
}	
.table_content .row_content .col
{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:15px 0px;
}
.table_content .header_table .col.col1 ,.table_content .row_content .col.col1 
{
	width:23%;
}	
.table_content.change .header_table .col.col1 ,.table_content.change .row_content .col.col1 
{
	border-left:1px #dddddd solid;
}
.table_content .header_table .col.col2,.table_content .row_content .col.col2
{
	width:25%;
	border-left:1px #dddddd solid;
}
.table_content.change .header_table .col.col2,.table_content.change .row_content .col.col2
{
	width:23%;
	border-left:none;
}
.table_content.change .header_table .col.col3,.table_content.change .row_content .col.col3
{
	border-left:1px #dddddd solid;
}
.table_content.change .row_content .col.col3 span
{
	color:#999;
	font-size:12px;	
}
.table_content .row_content .col.col2 .status.organce
{
	display:inline-block;
	padding:0px 7px;
	border-radius:10px;
	background:#ff7e00;
	color:#FFF;
}
.table_content .row_content .col.col2 .status.light_green
{
        display:inline-block;
        padding:0px 7px;
        border-radius:10px;
        background:#FFF;
        color:#000;
        border:1px #47a70c solid;
}
.table_content .row_content .col.col2 .status.red
{
        display:inline-block;
        padding:0px 7px;
        border-radius:10px;
        background:#ff0002;
        color:#FFF;
}
.table_content .row_content .col.col2 .status.green
{
	display:inline-block;
	padding:0px 7px;
	border-radius:10px;
	background:#47a70c;
	color:#FFF;
}	
.table_content .header_table .col.col3 ,.table_content .row_content .col.col3
{
	border-left:1px #dddddd solid;
}
.table_content .row_content .col.col3
{
	font-size:14px;
}
.table_content .row_content .col.col3 span
{
	font-size:12px;
	color:#999;
}
.table_content .row_content
{
	width:100%;
	display:table;
	border-bottom:1px #dddddd solid;
}
.block_scroll
{
	border-bottom:1px #ebebeb solid;
	/*
	height:500px;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	*/
}
/* b4-2  */
.container_landscape .header
{
	height:40px;
	padding:0px 10px;
	box-sizing:border-box;
}
.container_landscape .header .logo_google
{
	height:35px;
	background:url(../imgs/google.svg) 0 0 no-repeat;
	float:left;
	margin-top:2px;
}
.container_landscape .header .logo_google span
{
		padding-left:108px;
}
.container_landscape .header .selection
{
	float:right;
	margin-top:8px;
}
.container_landscape .table_content
{
	display:table;
	width:100%;
	text-align:center;
	border-bottom:1px #ddd solid;
}
.container_landscape .table_content .header_table
{
	color:#6dc339;
	display:table-row;
}
.container_landscape .table_content .header_table .col
{
	display:table-cell;
	border-top:1px #6dc339 solid;
	border-left:#dddddd solid 1px;
	height:30px;
	box-sizing:border-box;
}
.container_landscape .table_content .header .col:first-child , .container_landscape .table_content .content_row .col:first-child 
{
	border-left:none;
}
.container_landscape .table_content .content_row
{
	display:table-row;
}
.container_landscape .table_content .content_row .col
{
	display:table-cell;
	border-top:1px #ddd solid;
	border-left:#dddddd solid 1px;
	box-sizing:border-box;
	padding:10px 0px;
	vertical-align:middle;
}
.container_landscape .table_content .content_row .col.font
{
		font-size:13px;		
}
.container_landscape .table_content .content_row .col .status
{
	display:inline-block;
	padding:0px 5px;
	border-radius:10px;	
	color:#FFF;
}
.container_landscape .table_content .content_row .col .status.organce
{
	background:#ff7e00;
}
.container_landscape .table_content .content_row .col .status.light_green
{
        color:#000;
        border:1px #47a70c solid;
        background:#ffffff;
}
.container_landscape .table_content .content_row .col .status.red
{
        background:#ff0002;
}
.container_landscape .table_content .content_row .col .status.green
{
	background:#47a70c;
}	
.container_landscape .table_content .content_row .col .status.grey
{
	background:#575757;
}	
.container_landscape .table_content .content_row span
{
		color:#999;
		display:block;
		font-size:12px
}
.container_landscape .table_content .content_row:last-child
{
	border-bottom:1px #ddd solid;
}
.container_landscape .table_content .block_scroll_landscape
{	
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 376px) {
	.show_hide_col
	{
		display:none !important;		
	}
}

/* c1 */
.title_top
{
	border-bottom:1px #ddd solid;
	padding-bottom:5px;
	overflow:hidden;
}
.title_top .label
{
	float:left;
	padding-left:20px;
	line-height:34px;
}
.title_top .money
{
	color:#575757;
	font-size:27px;
	float:right;
	margin-right:10px;
	line-height:34px;
}
.title_top .money span
{
	font-size:16px;
}
.title_top .buy
{
	background:#50be0d;	
	color:#FFF;
	float:right;
	padding:2px;
	border-radius:3px;
	width:34px;
	height:34px;
	text-align:center;
	margin-right:20px;
}
.select_box_ios	
{
		margin:10px;
}
.select_box_ios input
{
	display: block;
	width: 100%;
	font-size: 14px;
	height: 44px;
	border: medium none;
	background: #f2f2f2;
	border-radius: 5px;
	padding: 0px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* c2 */
.passcode
{
	text-align:center;
	margin-top:20px;		
}
.passcode .txt
{
	color:#47a70c;
	font-size:16px;
	margin-top:20px;	
}
.passcode .input_pass
{
	margin-top:20px;	
}
.passcode .input_pass input
{
	font-size:18px;	
	padding:10px;
	border:none;
}
.rememberpass
{
	margin-top:10px;
}
.passcode .loadbar
{
	background:#000;
	height:20px;
	padding:1px 0px;
	margin-top:10px;
	position:relative;
}
.passcode .loadbar .text_loading
{
	position:absolute;
	left:10px;
	top:2px;
	color:#FFF;
}
.passcode .loadbar .loadingbar
{
	background:#47a70c;
	border-radius:0px 10px 10px 0px;
	height:20px;
}
.passcode .passcodenum
{
	font-size: 16px;
	color: #000;
	text-align: center;
}

/* c3 */
.caution_buy
{
	text-align:center;
	padding:10px;
	background:#FFF;
	border-radius:10px;
	z-index:9999;
	position:relative
}
.caution_buy .text_caution
{
	font-size:16px;
	margin-bottom:10px;
}	
.caution_buy .button_caution .btn
{
	height:60px;
	color:#FFF;	
	line-height:60px;
	padding:0px 20px;
	border-radius:10px;
	font-size:20px;
}
.caution_buy .button_caution .btn.bnt_cancel , .caution_buy .button_caution .btn.bnt_buy
{
	display:inline-block;
	background:#50be0d;
	width:44%;
	box-sizing:border-box;
	margin:0 2% 0 2%;
}

/*c4 */
.img_face
{
	text-align:center;	
}
.confirm_order
{
	background:url(../imgs/dotheaderpopup.gif) left center repeat-x;
	text-align:center;
}
.confirm_order .text
{
	padding:5px 10px;
	background:#FFF;
	display:inline-block;
}
.thanks
{
	padding:5px 10px;
	color:#5bc120;
	font-size:36px;
	text-align:center;
}
.thanks span
{
	display:block;
	text-align:center;
	font-size:12px;
	color:#575757;
	margin:10px 0px;
}
.thanks .graph
{
	margin-top:10px;
	text-align:center;
}

/* d1 */
.pin_input
{
	margin:10px 0px;
	padding: 0px 12px;
}
.pin_input span{
	overflow: hidden;
    display: block;
    padding: 0 10px 0 10px
}
.pin_input input
{
	display: block;
	width: 100%;
	font-size: 14px;
	height: 44px;
	border: medium none;
	background: #f2f2f2;
	border-radius: 5px;
	padding: 0px 60px 0px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pin_input, .select_box_ios {
	position:relative;
}
.pin_input input, .select_box_ios input {
	padding-right:60px;
	text-align:right;
}
.pin_input:after , .select_box_ios:after {
	content: "万円";
	z-index:5;
	position:absolute;
	right:20px;
	font-size:18px;
	color:#757575;
	bottom:8px;
}
	
.btngreen100
{
	background:#50be0d;
	border-radius:5px;
	color:#FFF;
	text-align:center;
	height:60px;
	margin:20px;
	line-height:60px;
	font-size:24px;
}

/* f1 */
.block_tab
{
	/*
	padding-top:20px;
	*/
	background:#333;
}
.block_tab .tab_bar
{
	height:44px;
}
.block_tab .tab_bar .tab_item
{
	width:25%;
	float:left;
	text-align:center;
	box-sizing:border-box;
	height:44px;
	color:#FFF;
	line-height:44px;
	position:relative;
	background:#88d35b;
}
.block_tab .tab_bar .tab_item.border_radius_left
{
	/*
	border-radius:10px 0px 0px 0px;
	*/
}
.block_tab .tab_bar .tab_item.border_radius_right
{
	/*
	border-radius: 0px 10px 0px 0px;
	*/
}
.block_tab .tab_bar .tab_item.active
{
	background:#50be0d;
}
.block_tab .tab_bar .tab_item.border_right
{
	border-right:1px #63bd39 solid;	
}
.block_tab .tab_bar .tab_item.border_left
{
	border-left:1px #ace08d solid;	
}
.block_tab .tab_bar .tab_item.active:after
{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	border-color:  transparent transparent #FFF transparent;
	content:'';
	position:absolute;
	top:36px;
	left:50%;
}
.filter_tab
{
	padding:15px;
	text-align:center;
	background:#FFF;
}
.status
{
	display:inline-block;
	padding:1px 5px;
	border-radius:10px;	
	color:#FFF;
	line-height: 17px;
}
.status.organce
{
	background:#ff7e00;
}
.status.light_green
{
        color:#000;
        border:1px #47a70c solid;
        background:#ffffff;
}
.status.red
{
        background:#ff0002;
}
.status.green
{
	background:#47a70c;
}	
.status.grey
{
	background:#575757;
}
.status.black
{
	background:#fff;
	color:#000!important;
	border:1px solid #000;
}

.status.in
{
  background: none;
  border: 1px solid #ff7e00;
  color: #ff7e00;
}	

.status.out
{
  background: none;
  border: 1px solid #47a70c;
  color: #47a70c;
}	
.status.share
{
	background:red;
}	
/* f3 table */
#f3	
{
	background:#FFF;
}
#f3	table * {
	font-size:10px;
}
#f3	table {
    border-collapse: collapse;
    width: 100%;
	background:#FFF;
}
#f3	table  thead {
    display: table;
    width: 100%;
	border-top:1px #48c02c solid;
}
#f3	table  thead tr {
    display: table-row;
    width: 100%;
	height: 34px;
	color: #50be0d;
	background: #f7fcf5;
	vertical-align: middle;
}
#f3	table  thead th.border-left
{
	border-left:1px #DDD solid;
}
#f3	table  tbody {
    display: block;
    height: 400px;
    overflow: auto;
    width: 100%;
	-webkit-overflow-scrolling: touch;
	border-bottom:1px #DDD solid
}
#f3	table tbody tr {
    display: table;
    width: 100%;
}
#f3	table tbody td {
    padding:1px 8px;
	border-top: 1px #dddddd solid;
	background: #FFF;
	color: #575757;
	vertical-align: middle;
	padding: 10px 0px;
}
#f3	table tbody td.border-left
{
	border-left:1px #DDD solid;
}
#f3	table th, #f3 table td {
  	box-sizing:border-box;
  	text-align:center;
}
#f3	table th.w30 ,#f3 table td.w30
{
	width:30%;
}
#f3	table th.w20 ,#f3 table td.w20
{
	width:20%;
}
#f3	table th.w25 ,#f3 table td.w25
{
	width:25%;
}
#f3	table th.w15 ,#f3 table td.w15
{
	width:15%;
}
 #f3 table td span
{
	color:#999;
}
#f3 table td.font13
{
	font-size:13px;
}

/* f3 - 4 - 1 */
.full_list .header
{
	height:40px;
	margin-bottom:10px;	
}
.full_list .header .label
{
	float:left;	
	line-height:50px;
	padding-left:12px;		
}
.full_list .header .select_box
{
	float:right;
	padding-top:10px;	
	margin-right:10px;
	margin-bottom:10px;
}
.full_list .content_table
{
	display:table;
	width:100%;
	border-top:1px #47a70c solid;
	border-bottom:1px #eef2eb solid;
}
.full_list .content_table .row_head , .full_list .content_table .row_content
{
	display:table-row;
}
.full_list .content_table .row_head .cell
{
	display:table-cell;
	background:#f7fcf5;
	vertical-align:middle;
	color:#47a70c;
	text-align:center;
	height:34px;
	vertical-align:middle;
}
.full_list .content_table .row_content .cell
{
	display:table-cell;
	background:#FFF;
	vertical-align:middle;
	color:#575757;
	text-align:center;
	padding:10px 0px;
	vertical-align:middle;
	font-size:14px;
	border-top:1px #eef2eb solid;
}
.full_list .content_table .row_content .cell.font12
{
	font-size:12px;
}
.full_list .content_table .row_content .cell span
{
	color:#b6b6b6;
	display:block;
	font-size:12px;
}
.full_list .content_table .row_content .cell em
{
	font-style:normal;
	display:block;
}
.full_list .content_table .row_head .cell.border_left ,.full_list .content_table .row_content .cell.border_left
{
	border-left:1px #eef2eb solid;
}
.block_scroll
{
	/*
	height:500px;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	*/
}
/* f3-1 */
#f3_1
{
	background:#FFF;
}
#f3_1 table {
    border-collapse: collapse;
    width: 100%;
	background:#FFF;
}
#f3_1 table thead {
    
    display: table;
    width: 100%;
	border-top:1px #48c02c solid;
}
#f3_1 table thead tr{
    display: table-row;
    width: 100%;
	height: 34px;
	color: #50be0d;
	background: #f7fcf5;
	vertical-align: middle;
}
#f3_1 table thead th.border-left
{
	border-left:1px #DDD solid;
}
#f3_1 table tbody{
    display: block;
    height: 300px;
    overflow: auto;
    width: 100%;
	-webkit-overflow-scrolling: touch;
	border-bottom:1px #DDD solid
}
#f3_1 table tbody tr{
    display: table;
    width: 100%;
}
#f3_1 table tbody td{
    padding:1px 8px;
	border-top: 1px #dddddd solid;
	background: #FFF;
	color: #575757;
	vertical-align: middle;
	padding: 10px 0px;
}
#f3_1 table tbody td.border-left
{
	border-left:1px #DDD solid;
}
#f3_1 table th, #f3_1 table td{
  box-sizing:border-box;
  text-align:center;
}
#f3_1 table th.w30, #f3_1 table td.w30
{
	width:30%;
}
#f3_1 table th.w20, #f3_1 table td.w20
{
	width:20%;
}
#f3_1 table th.w15, #f3_1 table td.w15
{
	width:15%;
}
#f3_1 table th.w9b, #f3_1 table td.w9b
{
	border-left:1px #DDD solid;
	width:9%;
}
#f3_1 table th.w7b, #f3_1 table td.w7b
{
	border-left:1px #DDD solid;
	width:7%;
}
#f3_1 table th.w25, #f3 table td.w25
{
	width:25%;
}
 #f3_1 table td span
	{
	color:#999;
}
 #f3_1 table td.font13
{
	font-size:13px;
}
#f3_1 table th, #f3_1 table td
{
	width:12.5%;
}
#f3_1 table td
{
	 max-width: 50px;
}

/* f4-1 */
#f4_1
{
	background:#FFF;
}
#f4_1	table {
    border-collapse: collapse;
    width: 100%;
	background:#FFF;
}
#f4_1	table  thead {
    display: table;
    width: 100%;
	border-top:1px #48c02c solid;
}
#f4_1	table  thead tr {
    display: table-row;
    width: 100%;
	height: 34px;
	color: #50be0d;
	background: #f7fcf5;
	vertical-align: middle;
}
#f4_1	table  thead th.border-left
{
	border-left:1px #DDD solid;
}
#f4_1	table  tbody {
    display: block;
    height: 300px;
    overflow: auto;
    width: 100%;
	-webkit-overflow-scrolling: touch;
	border-bottom:1px #DDD solid
}
#f4_1	table tbody tr {
    display: table;
    width: 100%;
}
#f4_1	table tbody td {
    padding:1px 8px;
	border-top: 1px #dddddd solid;
	background: #FFF;
	color: #575757;
	vertical-align: middle;
	padding: 10px 0px;
}
#f4_1	table tbody td.border-left
{
	border-left:1px #DDD solid;
}
#f4_1	table th, #f4_1 table td {
  box-sizing:border-box;
  text-align:center;
}
#f4_1	table th.w30 ,#f4_1 table td.w30
{
	width:30%;
}
#f4_1	table th.w20 ,#f4_1 table td.w20
{
	width:20%;
}
#f4_1	table th.w25 ,#f4_1 table td.w25
{
	width:25%;
}
 #f4_1 table td span
{
	color:#999;
}
 #f4_1 table td.font13
	{
	font-size:13px;
}
#f4_1	table th	 ,#f4_1	table td
{
	width:14%;
}
#f4_1	table th.w20	 ,#f4_1	table td.w20
{
	width:20%;
}
#f4_1	table th.w10	 ,#f4_1	table td.w10
{
	width:10%;
}	
#f4_1 table td
{
	 max-width: 50px;
}

/* g4-1 */
.search_button{
	display: inline-block; 
	background:#50be0d; 
	border-radius:10px; 
	height:34px; 
	line-height:34px; 
	color:#FFF;
	font-weight:bold;
	width:108px;
}
.search_row_div
{
	text-align:center;
	background:#FFF;
}

/* f1 */
.f1-tab
{
	height: 44px;
	text-align:center;
	background:#FFF;
	position:relative
}	
.f1-tab .button_caution{
	display:inline-block;
	width: 60%;
}
.f1-tab .button_caution .btn
{
	line-height: 40px;
	font-size: 16px;
	border: 2px solid #50be0d;
}
.f1-tab .button_caution .btn.btn_left_active
{
	float: left;
	width: 50%;
	box-sizing:border-box;
	border-radius: 10px 0px 0px 10px;
	background:#50be0d;
	color: #FFF;
}
.f1-tab .button_caution .btn.btn_left
{
	float: left;
	width: 50%;
	box-sizing:border-box;
	border-radius: 10px 0px 0px 10px;
	background: #fff;
	color: #50be0d;
}
.f1-tab .button_caution .btn.btn_right
{
	float: right;
	background: #fff;
	width:50%;
	color: #50be0d;
	box-sizing:border-box;
	border-radius: 0px 10px 10px 0px;
}
.f1-tab .button_caution .btn.btn_right_active
{
	float: right;
	background: #50be0d;
	width:50%;
	color: #fff;
	box-sizing:border-box;
	border-radius: 0px 10px 10px 0px;
}
.tr_bottom_border{
	border-bottom:1px #DDD solid;
}

/* e1 */
.e1_btn
{
	text-align:center;
	background: transparent;
	border-radius:10px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	/*border: 1px solid #000;*/
}
.e1_btn .button_caution .btn
{
	/*position: absolute;*/
	color:#FFF;	
	line-height: 40px;
	border-radius:10px;
	font-size:16px;
	display:inline-block;
	background:#50be0d;
	width: 25%;
	margin:0 5px; 0 5px;
	z-index:1;
}
.e1_btn .button_caution .btn1
{
	float: right;
}
.e1_btn .button_caution .btn3
{
	float: left;
}
.btn {
	cursor:pointer;
}

/* e2 */
.money_blue_minus{
	color: #7890C3;
}
.money_red_plus{
	color: #FF6767;
}
.money_gray_span{
	font-size: 12px;
	color: #999;
}

/* f1 */
.f1-tab
{
	height: 44px;
	text-align:center;
	background:#FFF;
	position:relative
}	
.f1-tab .button_caution{
	display:inline-block;
	width: 60%;
}
.f1-tab .button_caution .btn
{
	line-height: 40px;
	font-size: 16px;
	border: 2px solid #50be0d;
}
.f1-tab .button_caution .btn.btn_left_active
{
	float: left;
	width: 50%;
	box-sizing:border-box;
	border-radius: 10px 0px 0px 10px;
	background:#50be0d;
	color: #FFF;
}
.f1-tab .button_caution .btn.btn_left
{
	float: left;
	width: 50%;
	box-sizing:border-box;
	border-radius: 10px 0px 0px 10px;
	background: #fff;
	color: #50be0d;
}
.f1-tab .button_caution .btn.btn_right
{
	float: right;
	background: #fff;
	width:50%;
	color: #50be0d;
	box-sizing:border-box;
	border-radius: 0px 10px 10px 0px;
}
.f1-tab .button_caution .btn.btn_right_active
{
	float: right;
	background: #50be0d;
	width:50%;
	color: #fff;
	box-sizing:border-box;
	border-radius: 0px 10px 10px 0px;
}
.tr_bottom_border{
	border-bottom:1px #DDD solid;
}
