﻿/** 外部連携システム用CSS 外部連携で追加しているクラスを記載する。 */
.ext_btn {
	overflow: hidden;
	/*margin-bottom: 4%;*/
    margin-bottom: 1%;
}
.ext_btn li {
	width: 20%;
	float: left;
	background-color: #7bc3ef;
	text-align: center;
	margin: 0 1.5% 1.5% 1.5%;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);
	border-radius: 8px;
}
.ext_btn li a {
	display: block;
	padding: 5% 5% 5% 5%;
	color: #fff;
	font-weight: bold;
    font-size:16px;
	text-decoration: none;
	border-radius: 8px;
}

.ext_btn li a:hover {
	background-color: #7bc3ef;
	border-radius: 8px;
}

/** 使用中ボタンCSS追加 */
.ext_btn li.in-use {
    background-color: #12679b;
	border-radius: 8px;
}
.ext_btn li.in-use a:hover {
	background-color: #12679b;
	border-radius: 8px;
}


.ext_detail_head {
	width: 100%;
	float: left;
	padding-bottom: 1%;
}
.ext_detail_head dl{
	padding-bottom: 0% !important;
}
.ext_detail_head dl.f_l2,
.ext_detail_head dl.f_c2 {
	width: 45%;
	float: left;
    margin: 0% 1%;
}
.ext_detail_head .f_l2 dt,
.ext_detail_head .f_r2 dt {
	width: 25% !important;
	padding-bottom: 3%;
}
.ext_detail_head .f_l2 dd,
.ext_detail_head .f_r2 dd {
	padding-left: 26% !important;
	padding-bottom: 3%;
}
.ext_detail_head dl.f_r3{
	width: 30%;
}
.ext_detail_head dl.f_l3,
.ext_detail_head dl.f_c3 {
	width: 30%;
	float: left;
    margin: 0% 1%;
}
.ext_detail_head .f_l3 dt,
.ext_detail_head .f_c3 dt,
.ext_detail_head .f_r3 dt {
	width: 25% !important;
	padding-bottom: 3%;
}
.ext_detail_head .f_l3 dd,
.ext_detail_head .f_c3 dd,
.ext_detail_head .f_r3 dd {
	padding-left: 26% !important;
	padding-bottom: 3%;
}
.ext_name_report_table{
    width:100%;
}
.ext_name_report_table tr:last-child th,
.ext_name_report_table tr:last-child td{
    border-bottom:none !important;
}

.ext_add_btn {
	background: linear-gradient(180deg,#eee 0%,#eee 50%,#e1e1e1 50%,#e1e1e1 100%);
	position:relative;
	border-radius: 5px;
}
.ext_add_btn.mini {
	width: 15%;
	margin: 1% 0% 1% 2%;
	text-align: center;
}
.ext_add_btn.mini:after {
	width: 15px;
	height: 15px;
}
.ext_add_btn.mini a {
	text-decoration: none;
	color: #20b6d6;
	font-size: 16px;
	font-weight: bold;
	padding: 5%;
	display: block;
	position:relative;
}
.ext_add_btn.large {
	width: 20%;
	margin: 1% 0% 1% 2%;
	text-align: center;
    min-width:200px;
}
.ext_add_btn.large:after {
	width: 15px;
	height: 15px;
}
.ext_add_btn.large a {
	text-decoration: none;
	color: #20b6d6;
	font-size: 16px;
	font-weight: bold;
	padding: 5%;
	display: block;
	position:relative;
}
.ext_estimate_title{
    width:15%;
    float:left;
}
ext_content{
    width:85%;
    float:left;
}

.single_item{
    clear:both;
    width:100%;
    margin-bottom:2%;
}

.single_item dt{
    width:15%;
    float:left;
    margin-bottom:2%;
}

.single_item dd{
    width:80%;
    float:left;
    margin-bottom:2%;
}

.double_item{
    width:50%;
    float:left;
    margin-bottom:1%;
}

.double_item dt{
    width:30%;
    float:left;
    margin-bottom:1%;
}

.double_item dd{
    width:65%;
    float:left;
    margin-bottom:1%;
}

.double_item input.short{
    width:30%;
}

.quad_item{
    width:25%;
    float:left;
    margin-bottom:1%;
}

.quad_item dt{
    width:40%;
    float:left;
    margin-bottom:1%;
}

.quad_item dd{
    width:50%;
    float:left;
    margin-bottom:1%;
}
.quad_item input[type='text'].short{
    width:15%;
}

.ext_max_input{
    width:90%;
}

.ext_selected{
    background-color:#fff0f5;
}

.ext_logout{
    color:#FFFFFF !important;
    font-size:14px !important;
    font-weight:bold !important;
    text-decoration:none !important;
    padding-right:40px;
}

@media screen and ( max-width:600px ) {
    /** 全て縦並びに変更する。 */

.single_item{
    clear:both;
    width:100%;
    margin-bottom:2%;
}

.single_item dt{
    clear:both;
    width:100%;
    margin-bottom:2%;
}

.single_item dd{
    clear:both;
    width:100%;
    margin-bottom:2%;
}

.double_item{
    clear:both;
    width:100%;
    margin-bottom:2%;
}

.double_item dt{
    clear:both;
    width:100%;
    margin-bottom:2%;
}

.double_item dd{
    clear:both;
    width:100%;
    margin-bottom:2%;
}

.double_item input.short{
    width:30%;
}

.quad_item{
    clear:both;
    width:100%;
    margin-bottom:2%;
}

.quad_item dt{
    clear:both;
    width:100%;
    margin-bottom:2%;
}

.quad_item dd{
    clear:both;
    width:100%;
    margin-bottom:2%;
}
.quad_item input[type='text'].short{
    width:5%;
}

}