@charset "utf-8";

html {
    font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
		font-size: 13px;
		height: 100%;
}

body {
	min-width:1040px;
	height: 100%;
	background: #F3EFEC;
}
.wrapper {
    height: 100%;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}

header {
    text-align: center;
    padding: 20px 0 30px;
    position: relative;
    background: #FFF;
}
header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 10px #DDD4CF;
    background-color: #BBaE9E;
    width: 100%;
    height: 20px;
}
.content {
    padding-bottom: 60px;
}
.page_title_bloc {
    text-align: center;
    padding: 30px 0;
}
.page_title {
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding: 0 10px 10px;
}
.page_title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 3px #DDD4CF;
    background-color: #BBaE9E;
    width: 100%;
    height: 6px;
}
.page_title span {

}
.message_box {
		margin: 20px 0 0;
    padding: 10px 50px;
    background: #FFF;
    border: double 4px #a41f1f;
}
.message_box h2 {
    font-size: 20px;
}
.message_box p {
    margin: 0;
}


.title_bg .ibox-title {
    background: #886954;
		color:#FFF;
}


.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}


.preview {
		background-image: url(../images/noimage.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 150px;
    max-height: 200px;
    background-size: contain;
    margin-top: 10px;
}


.size_bloc {

}
.size_bloc input[type="text"] {
		width: 80px;
    display: inline-block;
    margin: 0 10px;
}

.btn_submit_bloc {
    text-align: center;
}
.btn_submit {
	background: #BBaE9E;
	background: #B45233;   /* 変更　*/
	border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
	text-transform: none;  /* 変更　*/
    transition: background 0.3s ease-in-out;
    width: 100%;
}
a.btn_submit {
    display: block;
    line-height: 50px;
}
.btn_submit:hover {
    background: #886954;
	background: #E8CF86;   /* 変更　*/
		color:#FFF;
}

.required {
    background: #ec7d25;
    color: #FFF;
    font-size: 12px;
    padding: 1px 5px 3px;
    border-radius: 4px;
    margin-left: 5px;
}

.confirm_txt {
		font-size: 16px;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 5px;
}

.confirm_img {
    max-height: 150px;
    text-align: center;
}
.confirm_img img {
    width: auto;
    height: 150px;
}

.confirm .form-group label {
    color: #999;
}




/* Form Layout */
.login {
	
}
.login .content {
		height: calc(100% - 110px);
}
.form-wrapper {
		background: #fafafa;
    margin: 0 auto;
    padding: 0 1em 3em;
    max-width: 370px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form-wrapper h1 {
    text-align: center;
    padding: 1em 0;
}
.form-wrapper form {
    padding: 0 1.5em;
}
.form-item {
    margin-bottom: 0.75em;
    width: 100%;
}
.form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 50px;
    transition: border-color 0.3s;
    width: 100%;
    padding: 0 10px;
}
.button-panel {
    margin: 2em 0 0;
    width: 100%;
}
.button-panel .button {
  background: #f16272;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.button:hover {
  background: #ee3e52;
}


.table_bloc {
		padding: 50px 0;
}
.list_table {
    width: 100%;
}
.list_table th {
    border: solid 1px #BBaE9E;
    padding: 5px;
    text-align: center;
}
.list_table td {
    border: solid 1px #BBaE9E;
    padding: 5px;
    text-align: center;
}
.list_image {
    width: auto;
    height: 60px;
}
.btn_pdf {
    background: #BBaE9E;
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 6px;
}
.btn_pdf:hover {
		color:#fff;
		background:#5F6053;
		text-decoration:none;
}

/*add*/

.ibox_notice-red{
	border: 1px solid #CD3100; 
	padding: 1px 10px; 
	margin-left:12px;
	background: #FFF; 
	font-size: 0.9em; 
	font-weight: bold; 
	color:#CD3100;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

















