@charset 'UTF-8';

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: arial,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 only */
.cf {
    *zoom: 1;
}


.header {
    margin-bottom: 20px;
    text-align: center;
}

.overlay {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
}
.overlay.active {
    display: block;
}
.different_blue {
    color: #4370d5;
}

.btn a:hover {
  opacity: 0.7;
}


#proposal_cover {
	width: 880px;
	height: 560px;
	max-height: 690px;
	position: fixed;
	left: 50%;
	top: 20px;
	padding: 15px 40px 50px;
	margin-left: -440px;
	/*display: none;*/
	background: #ebebeb;
	box-sizing: border-box;
	z-index: 15000;
}
#proposal_cover.active {
    display: block;
}
#proposal_cover .lead {
	font-size: 14px;
	line-height: 1;
}
#proposal_cover h2 {
	float: none;
	margin: 0 0 5px;
	font-size: 15px;
	text-align: center;
	color: #000;
	background: none;
	line-height: 1;
	padding: 0;
	border: none;
}

#proposal_cover .editer {
	position: relative;
	max-height: 550px;
	clear: both;
	background: #fff;
	border: 1px solid #999;
	padding: 10px;
}

#proposal_cover input {
	height: 30px;
	box-sizing: border-box;
	padding: 5px;
}
#proposal_cover input.to {
    width: 250px;
    float: left;
}
#proposal_cover select {
	width: 100px;
	height: 30px;
	padding: 4px 5px 5px;
	margin-left: 5px;
  margin-top: 0;
	float: left;
	box-sizing: border-box;
}
#proposal_cover li {
    position: relative;
}
#proposal_cover .to {
    width: 250px;
}

#proposal_cover .balloon {
		width: 198px;
		position: absolute;
		left: 45px;
		top: 150px;
		padding: 4px;
		font-size: 12px;
		text-align:right;
		background: #f3c651;
		box-sizing: border-box;
	border: 1px solid #d1a940;
	z-index: 100;
	border-radius: 4px;
}
#proposal_cover .balloon span{
    float: left;
    margin-top: 1px;
}
#proposal_cover h3 {
	clear: both;
	position: relative;
	margin-top: 130px;
	padding: 0 20px 8px;
	border-bottom: 1px solid #333;
	background: none;
}
#proposal_cover h3 .edit {
    right: 30px;
    top: 8px;
}
#proposal_cover .edit {
    position: absolute;
    top: 6px;
    right: 6px;
}
#proposal_cover .title {
    width: 100%;
    height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #555;
}
#proposal_cover .date {
	width: 120px;
	height: 24px;
	clear: both;
	margin: 8px 0 0 20px;
	font-size: 12px;
}

#proposal_cover .date_input {
	position: relative;
}

#proposal_cover .date_input .edit {
	position: absolute;
	left: 121px;
	top: 10px;
}

#proposal_cover .bottom {
    margin: 140px 0 0 20px;
}
#proposal_cover .bottom li {
    float: left;
    margin-right: 5px;
}
#proposal_cover .bottom li:last-child {
    margin-right: 0;
}
#proposal_cover .bottom input {
    height: 28px;
}

#proposal_cover .company {
    width: 300px;
}
#proposal_cover .pos,
#proposal_cover .author {
    width:210px;
}
#proposal_cover .download_button {
	width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#proposal_cover .btn a {
	clear: both;
	height: 38px;
	padding-top: 9px;
}
#proposal_cover .cancel {
	width: 100px;
	position: absolute;
	top: 6px;
	right: 40px;
}

#proposal_cover .cancel a span {
	display: block;
	background: url(../img/icon_btn_close_white.png) no-repeat 10px top;
	padding: 2px 0 2px 22px;
	color: #fff;
}
#proposal_cover .download_button .create {
	width: 280px;
	margin: 30px auto 10px;
	font-weight: bold;
}
#proposal_cover .download_button .create a {
	padding-top: 12px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff5267), to(#ee4d60));
	background: -ms-linear-gradient(top, #ff5267, #ee4d60);
	background: -moz-linear-gradient(top, #ff5267 0%, #ee4d60 100%);
	background: linear-gradient(to bottom, #ff5267 0%,#ee4d60 100%);
	border: none;
}
 #proposal_cover .download_button .create a span {
	 background: url(../img/icon_btn_proposal.png) no-repeat left center;
 	padding: 4px 0 4px 27px;
 	color: #fff;
}

 #proposal_cover .cancel a {
   background: #666;
 	border: none;
   font-size: 14px;
}
 #proposal_cover .cancel a span {
   display: block;
 	background: url(../img/icon_btn_close_white.png) no-repeat 10px top;
 	padding: 2px 0 2px 22px;
 	color: #fff;
}
#proposalCreate .proposalCover .modalWrapper .overlay {
  z-index: 15000;
}





#proposalCreate .loadingBlock {
  width: 720px;
  height: 520px;
  top: 40px;
  left: 50%;
  margin-left: -360px;
  padding: 20px;
  background: rgba(255,255,255,0.7);
  position: fixed;
  z-index: 20000;
  text-align: center;
}
#proposalCreate .loadingBlock img {
  margin-top: 220px;
}
#proposalCreate .buttonArea a.detail {
  position: relative;
}
#proposalCreate .buttonArea a.detail:before {
  content: "NEW";
  display: block;
  position: absolute;
  left: -8px;
  top: -8px;
  width: 36px;
  line-height: 16px;
  background: #d80c18;
  font-size: 12px;
  color: #fff;
}



@media only screen and
(min-device-width : 768px) and
(max-device-width : 1024px) {
  .btn a:hover {
    opacity: 1;
  }
}


/* UI制御のための指定 */
[aria-hidden="true"] {
  display: none;
}

[aria-hidden="false"] {
  display: block;
}

[aria-selected="true"] {
  background-color: royalblue;
  color: white;
}

.display_none {
	display: none;
}