/*基本*/
html, body{
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";

	/*font: normal normal normal small/1.3 "MS PGOTHIC",Osaka,sans-serif;*/
}
a, a:link, a:visited {
	color: #516F99;
	text-decoration: underline;
}
a:active, a:hover {
	color: #516F99;
	text-decoration: none;
}
h1{
	width: 100%;
}
button, input, textarea, a, label,select{
/*	cursor: pointer;*/
}
button, input, textarea,label, select{
	padding:3px;
	/*border-radius: 5px;*/
	border:1px solid #999;
}

/*プレースホルダー*/
::-webkit-input-placeholder {
	color: #aaaaaa;
	opacity: 1;
}
:-moz-placeholder {
	color: #aaaaaa;
}
::-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #aaaaaa;
}
:placeholder-shown {
	color: #aaaaaa;
}

/*固有*/
.form-blank{
	background: #FFeeee;
}
.container, .form, .alert-block, .msg-block{
	max-width: 960px;
}
.container{
	margin: 0 auto;
	width: 100%;
}
.header{
	padding: 15px;
}
.header-logo{
	width: 90px;
}
.footer{
	font: x-small/1.2 Arial, Helvetica, sans-serif;
}
.alert-block, .msg-block{
	background: #F5F5F5;
	padding: 1em;
}
.inquiry-tbl {
	width: 100%;
	display: table;
	box-sizing:border-box;
}
.required-blk{
	width: 100%;
	padding: 10px 10px 0 10px;
	text-align: left;
	box-sizing: border-box;
}
.container .inquiry-tbl:first-child {
	/*border-top : 1px solid #bbb;*/
}
.inquiry-row {
	display: table-row;
}
.inquiry-cell-q, .inquiry-cell-a{
	display: table-cell;
	vertical-align: top;
	box-sizing:border-box;
	padding:5px;
}
.inquiry-cell-q{
	width: 40%;
	min-width: 240px;
	text-align: left;
	/*padding: 25px 0px 25px 80px;*/
	padding: 10px 0px 10px 80px;
}
.inquiry-cell-a{
	width: 60%;
	padding: 10px 20px;
	font-size: 12px;
}
.inquiry-cell-a input, .inquiry-cell-a textarea, .inquiry-cell-a select{
	font-size: 14px;
}
.inquiry-title{
	display: inline-block;
	font-size: 15px;
	width: auto;
}
.btn-submit, .btn-close{
	background: #0071C1;
	color: #ffffff;
	font-size: 1.3em;
	width: 250px;
	padding: 0.8em 0em;
	border: 1px solid #ffffff;
	border-radius: 0;
}
.btn-return{
	background: #0071C1;
	color: #ffffff;
	font-size: 1em;
	padding: 0.5em 0em;
	border: 1px solid #ffffff;
	border-radius: 0;
}
.pc-required-mark{
	width: 28px;
	height: 16px;
	vertical-align: bottom;
	display: none;
}
.sm-required-mark{
	color: #4097C1;
}
.required-mark{
	background: #0085B0;
	color: #ffffff;
	padding: 4px 8px;
	font-size: 13px;
	float: right;
}
.errmsg{
	color: #ff5555;
	/*	font-size:0.8em;*/
	/*padding-top: 0.5em;*/
}

.partsImg{
	width:100%;
}
.header-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.header-comment{
	font-size: 10.5pt;
	font-weight: bold;
	text-align: center;
}
.header-txt{
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

.pastsImg{
	width:100%;
	margin-bottom:20px;
}

.header-flex{
	padding:10px;
	border:solid 1px;
}
.header-flex .header-sensor{
	width: calc( (100% - 50px) / 2);
}
.header-flex .header-parts{
	width: calc( (100% - 10px) / 4);
}
.header-flex .three-parts{
		width: calc( (100% - 10px) / 3);
		margin: auto;
    text-align: center;
		padding:10px 15px;
}
.head-txt{
	font-size:1.5em;
}

@media screen and (min-width: 768px) {
	.header-flex{
		display: flex;
		margin: auto;
		align-items: stretch;
		width:100%;
	}
	.pastsImg{
		height:56px;
		width:auto;
		margin-bottom:0;
	}
	.header-flex .three-parts:nth-child(1){
	 	border-right: 1px dashed #000;
		padding-left:5px;
	}
	.header-flex .three-parts:nth-child(3){
		border-left: 1px dashed #000;
		padding-right:5px;
	}
}

@media screen and (min-width: 820px) {
	.header-flex{
		min-width: 750px;
	}
	.pastsImg{
		height:63px;
	}
}

@media screen and (max-width: 767px) {
	.header-flex .header-sensor,
	.header-flex .header-parts,
	.header-flex .three-parts{
		width: auto;
		margin:auto;
		padding-bottom: 20px;
	}
	.pastsImg{
		max-width:100%;
	}
	.header-flex .three-parts:nth-child(1){
		border-bottom: 1px dashed #000;
		padding-top:5px;
	}
	.header-flex .three-parts:nth-child(3){
		border-top: 1px dashed #000;
		padding-bottom:5px;
	}
	.header-flex .three-parts:nth-child(1) img{
		width:402px;
	}
	.header-flex .three-parts:nth-child(2) img{
		width:245px;
	}
	.header-flex .three-parts:nth-child(3) img{
		width:130px;
	}
}



.header-comment_lg{
	font-size: 12.5pt;
}
#Inquiry{
	width: 25em;
	height: 6em;
}
#login_form{
	/*font-size: 13px;*/
}

/*汎用固定値*/
.bd-top{
	border-top: 1px solid #CCCCCC;
}
.bd-btm{
	border-bottom: 1px solid #CCCCCC;
}
.bold{
	font-weight: bold;
}
.bg-lightgray{
	background: #F2F2F2;
}
.bg-gray{
	background: #C51919;
}
.bg-white{
	background: #fff;
}
.fc-orange{
	color: #FFAA2A;
}
.fc-lightblue{
	color: #00AAFF;
}
.pd-05e{
	padding: 0.5em;
}
.pd-02e{
	padding: 0.2em;
}
.pd-30p{
	padding: 30px;
}
.pd-20p{
	padding: 20px;
}
.pd-10p{
	padding: 10px;
}
.pd-5p{
	padding: 5px;
}
.pt-05e{
	padding-top: 0.5em;
}
.pt-10p{
	padding-top: 10px;
}
.mg-00{
	margin: 0 auto;
}
.mg-20p{
	margin: 20px auto;
}
.mg-10p{
	margin: 10px auto;
}
.mt-20p{
	margin-top: 20px;
}
.mt-10p{
	margin-top: 10px;
}
.fs-08e{
	font-size:0.8em !important;
}
.fs-09e{
	font-size:0.9em !important;
}
.fs-10e{
	font-size:1.0em !important;
}
.w-5e{
	width:5em;
}
.w-6e{
	width:6em;
}
.w-8e{
	width:8em;
}
.w-10e{
	width:10em;
}
.w-15e{
	width:15em;
}
.w-20e{
	width:20em;
}
.w-30e{
	width:30em;
}
.w-40e{
	width:40em;
}
.w-50e{
	width:50em;
}
.mw-30e{
	max-width: 30em;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.pc-only {
	display: inline;
}
.sm-only {
	display: none;
}
.hide{
	display: none;
}
.float-left{
	float:left;
}

/*レスポンシブ用*/
@media (max-width: 767px) {
	.header{
		padding: 10px;
	}
	.sm-w-8e{
		width:8em;
	}
	.sm-w-10e{
		width:10em;
	}
	.sm-w-15e{
		width:15em;
	}
	.sm-w-20e{
		width:20em;
	}
	.sm-w-40p{
		width:40%;
	}
	.sm-w-45p{
		width:45% !important;
	}
	.sm-w-50p{
		width:50%;
	}
	.sm-w-90p{
		width:90% !important;
	}
	.sm-w-100p{
		width:100%;
	}
	.sm-mw-20e{
		max-width:20em;
	}
	.sm-mw-17e{
		max-width:17em;
	}
	.sm-pd-10p{
		padding:10px;
	}
	.header-logo{
		width: 60px;
	}
	.inquiry-tbl, .required-blk {
		/*		max-width: 320px;*/
		margin: 0 auto;
	}
	.inquiry-row {
		display: block;
		padding: 10px;
	}
	.inquiry-title{
		padding: 0;
		width: auto;
	}
	.inquiry-cell-q, .inquiry-cell-a {
		display: block;
		width: 100%;
		padding: 5px;
	}
	.inquiry-cell-q{
	}
	.inquiry-cell-a{
		border: none;
	}
	.pc-only {
		display: none;
	}
	.sm-only {
		display: inline;
	}
	.sm-br {
		display: block;
	}
	.btn-submit{
		font-size: 1.5em;
		font-weight: bold;
		width: 200px;
	}
	#Inquiry{
		height: 6em;
	}
}
