@charset "UTF-8";

@media only screen and (max-width: 768px) {	
*{
	margin:0;
	padding:0;
}


html {
  min-height: 100%;
  position: relative;
}

body {
  font-family:'ヒラギノ角ゴ ProN W3','メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Meiryo' , 'sans-serif';
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  word-break: normal;
  color:#333333;
  -webkit-text-size-adjust: 100%;
  background:#f4f4f4;
}

/* clearfix =============================== */
.cf { zoom: 1;}
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both;}

.tc{
	text-align:center;
}
.tr{
	text-align:right;
}

.fs20{
	font-size:20px;
}

.rb{
	width:28px;
	border-bottom:1px solid #ea3d26;
	margin-bottom:10px;
	padding-bottom:10px;
}
.mr20{
	margin-right:20px;
}
.mr30{
	margin-right:30px;
}

a:link{
	color:#333;
	text-decoration:none;
}
a:visited{
	color:#333;
}
a:hover{
	color:#999;
}

.none_sp {display:none;}
.none_pc {display:block;}

.sp {display:block;}
.pc {display:none;}
.brpc { display:none; }



/* header =============================== */
header{
	height:52px;
	background:#fff;
	padding-top:0px;
}

header .header{
	width:100%;
}
header .header .logo{
	width:100px;
	float:left;
	padding-left:0px;
}
header .header .logo img{
	width:100px;
}
header .header .topbox{
	padding-top:5px;
	float:left;
}
header .header .topbox p{
	color:#ff6a29;
	font-size:15px;
}


header .header .topbox .name{
	width:150px;
	text-align:right;
	padding:0px 5px 3px 5px;
	position: relative;
	float:left;
}
header .header .topbox .name .a_left{
	width:120px;
	float:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
header .header_sp .topbox .name .a_right{
	width:30px;
	float:right;
}


header #head .right .account .name{
	width:125px;
	text-align:right;
	padding:0px 5px;
	position: relative;
	float:left;
}
header #head .right .account .name .a_left{
	width:95px;
	float:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



header .header .topbox .login a:link{
	display:inline-block;
	background:#ddd;
	padding:0px 5px;
	color:#1278cc;
	margin-left:5px;
}
header .header .topbox .login a:visited{
	color:#1278cc;
}
header .header .topbox .login a:hover{
	text-decoration:underline;
}
header .header .menu{
	width:40px;
	height:40px;
	float:right;
	color:#ff6a29;
	margin:5px;
}
header .header .menu_button{
	text-align:center;
	display:block;
	width:40px;
	height:40px;
	cursor:pointer;
	color:#ff6a29;
	font-size:16px;
	margin-top:10px;
}
header .header .menu_button span{
	color:#2B8FCC;
}
header .header .menu_button a:link{
	display:block;
	width:40px;
	height:40px;
	color:#ff6a29;
}
header .header .menu_button a:hover{
	text-decoration:none;
}


/* menu =============================== */
#menu_sp{
	width:96%;
	margin:0 2%;
	position:absolute;
	z-index:999;
	padding-top:10px;
	display:none;
	background:#fff;
}
.sp_nav{
	background:#fff;
}
.sp_nav .close_btn{
	text-align:right;
	cursor:pointer;
	font-size:20px;
	color:#2B8FCC;
}
.nav_sp{
	display:block;
}
.nav_sp ul li a:link{
	display:block;
	width:100%;
	padding:10px 0px;
}
.nav_sp ul li a:hover{
	background:#f4f4f4;
	color:#333;
}
.nav_sp ul li.active a{
	background:#f4f4f4;
	color:#333;
	font-weight:bold;
}
.nav_sp ul li span{
	width:60px;
	font-size:20px;
	margin:0px 10px;
	color:#2B8FCC;
}

.list_img_size {
    max-width: 150px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.list_word_break_all {
    word-break: break-all;
}





/* login =============================== */
#login_box{
	width:86%;
	padding:20px 5%;
	margin:50px auto;
	background:#fff;
	text-align:center;
}
#login_box .logo{
	width:139px;
	margin:0 auto;
}
#login_box .logo img{
	width:139px;
}
#login_box h1{
	font-size:20px;
	font-weight:normal;
	color:#2B8FCC;
	margin:5px 0px 30px 0px;
}

#content .main .contbox .btn.sbg_gray{
    background:#d8d8d8;
}
#content .main .contbox .btn.sbg_green{
    background:#07ac4d;
    color:#fff;
}
#content .main .contbox .btn.sbg_status_red{
    background:#ff2500;
    color:#fff;
}
#content .main .contbox .btn.sbg_purple{
    background:#9f64b5;
    color:#fff;
}
#content .main .contbox .btn.sbg_blue{
    background:#54a9ff;
    color:#fff;
}
#content .main .contbox .btn.sbg_brown{
    background:#b39800;
    color:#fff;
}



}