/* app 独自スタイル定義 */
@import url('fonts.css');

.pagetitle {
    clear: both;
    color: #900;
    font-size: 140%;
    font-weight: bold;
    padding-left: 8px;
    border-left: 8px solid #ff7711;
    border-bottom: 1px solid #A6A6A6;
    margin: 0px 0px 10px 0px;
}

div.mainview {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 2em;
}

div.header,
div.pagetitle,
div.bottom_menus {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

input[type="submit"],
input[type="reset"] {
	background: #A52A2A;
    height: 2.7rem;
    font-size: 1rem;
    color: #fff;
    border-radius: 5px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 1rem;
}

#searchBox {
	margin-bottom: 1em;
}
#searchBox .box {
	margin-right: 0.5em;
	display: inline-block;
}

/*loadingアイコン表示*/
#loading {
    border:1px dashed #999;
    padding:10px;
    position: fixed;
    top:40%;
    left:0;
    right:0;
    width: 300px;
    margin-left:auto;
    margin-right:auto;
    background-color:#FFF;
    filter: alpha(opacity=95);
    -moz-opacity:0.95;
    opacity:0.95;
}
#loading .loadingMsg {
    text-align:center;
    padding-top:80px;
    width:auto;
    background-image:url("../img/load.gif");
    background-position: center top;
    background-repeat: no-repeat;
    font-family: "メイリオ"!important;
}
#loading_overlay {
    position: fixed;
	top:0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
    background-color:#000000;
    filter: alpha(opacity=30);
    -moz-opacity:0.3;
    opacity:0.3;
}

/* accordion */
.acDescription dt{
    background:#f2f2f2;
    display:block;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
    padding: 5px;
    font-weight: normal;
}
/* 矢印 */
.acDescription dt:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
/* 矢印（下向き） */
.acDescription dt.off:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 矢印（上向き） */
.acDescription dt.on:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* 管理画面のカラー*/
.button.orange {
    background-color: #ed8b02;
    color: #000000;
}
legend.orange {
    color: #ed8b02;
}
.button.green {
    background-color: #006b04;
}

/* 一覧内のボタン（小さいボタン） */
.btn-tiny {
	background-color: #008CBA;
	border-color: #007095;
  font-size: 0.875rem;
  color: #fff;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
}

.col_created		{width:  7em;}
.col_modified		{width:  7em;}

label, legend {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

button, .button {
    font-size: medium;
}
