@CHARSET "UTF-8";

/*===============================
 * 【共通】
 *===============================*/
/*Bootstrap.css を上書き */

html {
  min-height: 100%;
  position: relative;
}

a {
	cursor: pointer;
}
a:focus {
	outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
}

/* ボタンの非活性の設定 */
button[disabled],
html input[disabled] {
  cursor: default;
  /*color:#aaa;
  background-image: -moz-linear-gradient(top, #888 0%, #999 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(1, #999));*/
}
/* ボタンの非活性の設定 */
button[disabled]:hover,
html input[disabled]:hover {
  cursor: default;
}
.alert {
  /*padding: 5px;
  margin-bottom: 5px;*/
  padding-top:5px;
  padding-bottom: 5px;
}

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	margin-bottom: 40px;
	height: 100%;
}

.footer {
	margin-top: 15px;
	padding: 10px;
	text-align: center;
	color: white;
	background-color: #606060;

	width:100%;
	bottom: 0;
	height: 40px;
	position:absolute;
}

/*  header */
.navbar-collapse{
	background-color: #FFF;
	margin-bottom: 8px;
}

/* 管理者メニューバー色 */
.navbar-collapse-admin{
	background-color: coral; /*#DF0101, #FF4000; */
	margin-bottom: 8px;
}

/* 工事店メニューバー色 */
.navbar-collapse-kojiten{
	background-color: #FFBF00;
	margin-bottom: 8px;
}

/* メーカーメニューバー色 */
.navbar-collapse-maker{
	background-color: #A5DF00;
	margin-bottom: 8px;
}

.navbar {
	margin-bottom: 1px;
	font-size: 1.2em;
	color:#000;
	border: 0px;
}

.navbar-header {
	float:left;
}
.navbar-right > li > a {
	font-weight:normal;
	color:#000;
}

/*-------------------------------*
 * 見出し
 *-------------------------------*/
/*-------------------------------*
 * メニュー
 *-------------------------------*/
 .btn-group {
	padding-left:10px;
}

/*-------------------------------*
 * フォーム
 *-------------------------------*/
 .policy_srcollbar{

 }
/*--------------------------------------
 * テーブル
 *--------------------------------------*/
.table_list {
	/* min-width: 800px;*/
	/*over-flow:scroll;*/
	border:1px solid #aaa;

}
.table_list thead>tr {
	background:#999;
	color: #fff;
}
.table_list tbody>tr:nth-child(even) {
    background:#fff;
}
.table_list tbody>tr:nth-child(odd) {
    background:#eee;
}
.table_list tbody>tr:hover {
    background:#ffe;
}
.table_list th {
	border:1px solid #aaa;
	padding:5px;
	text-align:center;
}
.table_list td {
	border:1px solid #aaa;
	padding:5px;
	text-align:center;
}
/*----------------------------
 * ボタン領域
 *----------------------------*/
 /* 左寄せボタン */
div.btn_area {
	margin: 0px;
	display: block;
	text-align: right;
}

 /* メニュー用 ボタン */
div.menu_btn_area {
  margin: 5px 0;
  display: block;
  text-align: center;
}

 /* 下ボタン */
.under_btn_area {
  margin: 0 30px 0 0;
}


@media (min-width: 768px) {
	.bs-sidebar .nav > .active > ul {
	  display: block;
	}

	/* 左カラム固定・右カラム可変 */
	.sidebar {
	  float: left;  /* 左方向にフロート */
	  width: 200px; /* 左カラムをpxで固定 */
	  list-style: none;
	  padding: 5px 0 0 0;
	  font-size:0.7em;
	  /*position: fixed;*/
	}

	.r_col_liquid {
	  float: right; /* 右方向にフロート */
	  width: 100%;  /* 左カラムで指定した100px以外の幅を保持 */
	  margin: 0 0 0 -200px; /* 左カラムと同じ幅をマイナス指定し横並びに */
	}

	.contents {
	  margin: 0 0 0 210px; /* 左カラムとの左マージンを調整 */
	}

	/* クリアフィックス */
	.clearfix:after {
	  content: "";
	  display: block;
	  clear: both;
	}

	.clearfix {
	  overflow: hidden;
	  zoom: 1;
	}

	/*----------------------------
	 * 広告領域
	 *----------------------------*/
	 .ad {
		list-style: none;
	 	padding: 0px;
		overflow:auto;
	 }

	.ad img{
	 	display: block;
		height: 90px;
		width: 160px;

		margin-bottom: 10px;
		margin-right: 10px;
		float:left;
	}

}


/*===============================
 * 【各画面】
 *===============================*/
/**
 * 構造計算入力画面
 */

/* 入力項目タイトル */
.input_title{
	background-color : #E6E6E6;
 	padding: 7px;
 	font-weight:bold;
	font-size: 1.3em;

 }
/* 単位 */
 .unit{
 	margin: 15px 15px 0 5px;
 	float:left;
 }

/**
 * 瓦・工法選択画面
 */
.kawara_methods {
 }
.kawara_methods p.wp{
  display:inline-block;
  margin: 0;
  margin-left: 20px;
}
.kawara_methods p.wp label{
  margin-right: 10px;
  font-weight: normal;
}

/**
 * お知らせ画面
 */
.notification {
 }
.notification div.right_btn{
  display:inline;
  margin: 0 0 0 20px;
}

/**
 * 構造結果確認画面
 */
.result_detail {
 }
.result_detail .btn_area {
 }
.result_detail .btn_area a.download_pdf {
  display: block;
  text-align: right;
}

/**
 * 工事店詳細画面
 */
.kojiten_edit {
}
.kojiten_edit table.detail {
}
.kojiten_edit table.result {
	width: 25%;
}
.kojiten_edit table.result th,
.kojiten_edit table.result td {
	border: 1px solid #000;
	text-align: center;
}

/**
 * ユーザー用マニュアル
 */
.manual_user {
  margin-bottom: 200px;
}
.manual_user h3 {
  margin-bottom: 0.5em;
  margin-top: 2em;
  border-bottom: 4px solid #333333;
  background-color: whitesmoke;
  padding: 0.25em;
}
.manual_user h4 {
  margin-top: 1.5em;
}
.manual_user .detail h4{
  margin-bottom: 1em;
}
.manual_user .detail label {
  display: block;
  margin: 0;
  margin-bottom: 0.5em;
}
.manual_user ol li {
  line-height: 2.0em;
  margin-bottom:2em;
}
.manual_user p.text {
  line-height: 1.8em;
}
.manual_user .induction {
  display: block;
  margin-top: 1em;
  margin-left: 1em;
}
.manual_user .induction a{
}
.manual_user span.text-strong,
.manual_user span.text-danger,
.manual_user span.text-success {
  font-weight: bold;
}

/**
 * 管理画面用マニュアル
 */
.manual_admin {
  margin-bottom: 200px;
}
.manual_admin h3 {
  margin-bottom: 0.5em;
  margin-top: 4em;
  display: block;
  border-bottom: 4px solid #333333;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
.manual_admin p.text {
  margin-bottom: 4em;
  line-height: 2em;
}
.manual_admin p.text label {
  display: block;
  margin: 0;
  margin-top: 1em;
}
.manual_admin h3 {
  margin-bottom: 0.5em;
  margin-top: 3em;
}
.manual_admin h4 {
  margin-left: 2em;
}
.manual_admin dl {
  margin-top: 0;
  margin-bottom: 40px;
}
.manual_admin dl.info dd{
  line-height: 1.6em;
}
.manual_admin dl.mode dd {
  margin-bottom: 1em;
}
.manual_admin dl.mode label{
  display: block;
  margin: 0;
}
.manual_admin dl.mode p{
  margin: 0;
  line-height: 1.8em;
}
.manual_admin dl.mode span {
  display: block;
  margin-left: 1em;
  margin-bottom: 1em;
}
.manual_admin a.induction {
  margin-left: 1em;
}

@media print {

	a[href]:after {
	content:normal;
	}
	abbr[title]:after {
	content:normal;
	}
	/* ページを印刷させない */
	.noprint {
		display: none !important;
	}

}

/* 工事店・見積手帳画面 */
.materials_sheet .btn_area a.download_pdf {

 	text-align: right;
 	/* bootstrapの.btnの設定を上書き*/
 	margin: 0px 0px 0px  20px ;
	padding: 5px 20px 10px 15px;
 	background-color: #ffd8cb;
 	font-size:1.3em
}
.icon-pdf:before {
    content: url(../img/icon_pdf.png)"　";
    /* bootstrapの.glyphiconの設定を上書き*/
    position: relative;
    top: 5px;
}
.table_form_materials_sheet {
	border-top: 2px solid #1763ff;
}
.table_form_materials_sheet tr {
	border-bottom:2px solid #1763ff;
}
/* 以下、明細エリアについては画面幅が狭いときのレイアウトには対応できていません。（画像の中央配置の実装による影響？でフッター、ボタンが被る） */
.detail_content_row {
	margin-top:15px;
	height: 250px;
}
.detail_content_row>div {
	position: relative;
	height: 250px;
}
.detail_content_row>div>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 80%;
	margin: auto;
	color: #909090;
	text-align: center;
}
.detail_content_row>div>.panel {
	padding-right: 0;
}
.detail_content_row>div>div>textarea {
	border: none;
	max-width: 100%;
	resize: horizontal;
}
.detail_content_row>div>.btn-group-vertical {
	margin-top: 70px;
}

/* 取り消し線 */
p.line-through {
	text-decoration: line-through;
}

div.anchor{
margin-bottom: 130px;
}

.nav-item {
	/* border-bottom: 1px solid #999; */
}
label + input[type="radio"],
label + label {
    margin-left: 2em;
}

.law_type{
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 5px;
}

.law_type1458 {
	background-color: #1d8bff;
}

.law_type109 {
	background-color: #5cb85c;
}

/* ボタンのフォントカラーを黒にする warning の白色が見えづらいため*/
.btn-warning-font {
	color: black;
}

.application {
	padding-top: 25px;
	height: 70px;
}

.menue-kojiten {
	padding-top: 100px;
}
.menue-kojiten img {
	margin-top: 5px;
	padding-right:10px ;
}