/* CSS Document */

body{
	font: 14px/1.8 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

	color:#444444;

}



/*AdminLTE-2.1.1上書き用*/

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 1px solid #ccc;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ccc;
}


/*
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #f0f0f0;
}
*/



.my_container_table {
	max-width:600px;
	margin-left:0px;
}

.my_container_table .warning {
	background-color:#fcf8e3;
}

.my_container_table .my_table_cell {
	border:	1px solid #ccc;
}

.my_container_table div {
	border:	1px solid #ccc;
}





.backtotop {
    position: fixed !important;
    right: 20px;
    bottom: 20px;
    z-index: 9000;
}    

.backtotop a {

    display: block;
    color: #fff;
	padding: 35px;
/*    margin: 0;

    border-radius: 5px;
    text-decoration: none;*/
	width:62;
	height:64;
	background:url(/pic_base/img/arrow.png) no-repeat 0 0;
	filter:alpha(opacity=33);
	-moz-opacity:0.33;
	opacity:0.33;

}

.backtotop a:hover {
	background:url(/pic_base/img/arrow_on.png) no-repeat 0 0;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	
}



