/*
 * ABSORBER.2017.05.28
 */

/* フォーム テーブル体裁 */





/* 他のリセットをする場合
form, input[type="button"],input[type="submit"],input[type="reset"],label {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
*/

/* Apple リセット */
form,input[type="button"],input[type="submit"],input[type="reset"],label {
    -webkit-appearance: none;
  }
  
/* DIS init リセット */
table {
	border-collapse: none;
	border-spacing: 0;
}

table td,
table th {
	border-width: 0;
	border-style: none;
}







/* #inquiry---------------------------------------------------------- */

table { 
	background-color: white; 
	font-size: 1em; 
	line-height: 1.3; 
	border-style: none; 
	border-collapse: collapse; 
	border-spacing: 0;
}

/* contents Ask---------------------------------------------------------- */

.article-content .asset-items { 
	margin-right: 2%; 
	margin-top: 0; 
	margin-bottom: 10px; 
	margin-left: 2%; 
	width: 96%;
}

.article-content .asset-item { 
	padding-bottom: 5px;
}

.article-content .asset-item-head { 
	padding-left: 18px; 
	padding-bottom: 8px; 
	padding-right: 18px; 
	padding-top: 10px; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.1em; 
	line-height: 1.50; 
	text-align: left; 
	vertical-align: middle;
}

.article-content .asset-item-body { 
	padding-left: 20px; 
	padding-bottom: 8px; 
	padding-right: 16px; 
	padding-top: 10px; 
	font-size: 1em; 
	line-height: 1.8; 
	text-align: left; 
	vertical-align: top;
}

.article-content .asset-item-head { 
	border-bottom-color: white; 
	border-bottom-style: solid; 
	border-bottom-width: 2px; 
	height: 32px; 
	color: #0053a6; 
	background: #eaeaea repeat-x; 
	margin-top: 8px; 
	margin-bottom: 4px; 
	min-width: 30%;
}

.article-content .asset-item-body { 
	border-bottom-color: white; 
	border-bottom-style: solid; 
	border-bottom-width: 2px; 
	height: auto; 
	background: #edf4f7; 
	margin-top: 8px; 
	margin-bottom: 4px; 
	width: 60%;
}

.article-content .in { 
	font-size: 130%;
}

.article-content .important { 
	color: #be2b61; 
	font-size: 0.8em; 
	text-align: right; 
	padding-left: 8px; 
	width: 35px;
}



/* contents Ask Form in---------------------------------------------------------- */

.error { 
	margin: 0; 
	padding: 0;
}

.error    { 
	padding: 18px 0 18px 4px;
	display: block; 
	font-size: 1em; 
	line-height: 160%; 
	margin: 18px 15px 20px 15px;
}


.error table {
	width: 100%;
	margin: 0; 
	padding: 0;
}

.error ul { 
	margin-left: 0; 
	margin-bottom: 0; 
	margin-right: 0; 
	margin-top: 10px; 
	font-size: 1em; 
	padding: 0;
}

.error li { 
	padding-left: 0px; 
	padding-bottom: 0; 
	padding-right: 0; 
	padding-top: 0; 
	color: #be2b61; 
	font-size: 0.9em; 
	line-height: 2em; 
	list-style-type: circle; 
	list-style-position: outside; 
	margin: 0;
}

.error2 { 
	margin: 0; 
	padding: 0;
}

.error2 { 
	font-size: 14px; 
	margin: 30px 40px ; 
	padding: 0;
}





.article-content .kanryou { 
	text-indent: 0 !important;
	font-size: 1.1em; 
	line-height: 160%; 
	padding: 18px 0 280px 20px;
	margin: 18px 15px 20px 15px;
}

.kanryou1 {
	font-size: 1.3em; 
	color: #ff8000; 
	line-height: 200%;
	padding-bottom: 18px;
}

.kanryou2 {
	color: #ff8000; 
}



/* contents Ask Form privacy---------------------------------------------------------- */


.title-p { 
	font-size: 1.1em; 
	font-weight: bold; 
	margin: 10px 0 0; 
	padding-top: 25px; 
	padding-bottom: 0; 
	padding-left: 22px;
}

.title-t { 
	font-size: 1.2em; 
	font-weight: bold; 
	margin: 0; 
	padding: 18px 0 4px;
}

.lead { 
	font-size: 1em; 
	line-height: 160%; 
	margin: 0; 
	padding: 8px 0 0;
}

.privacy-listn { 
	margin: 0; 
	padding: 0 0 24px;
}

.privacy-list { 
	font-size: 0.9em; 
	line-height: 160%; 
	list-style-type: disc; 
	list-style-position: outside; 
	margin-left: 40px; 
	padding-top: 0; 
	padding-bottom: 0;
}

/* フォーム インプット要素サイズ */
input, select, textarea {
	font-size: 1em;
	line-height: 160%;
	padding: 1px 0 2px 0;
}

input, textarea {
	border:1px #cccccc solid;
	width: auto;
}

.boxdio {
	min-width: 60px;
	display: inline-block;
	padding-right: 12px;
}

.size {
	width: 320px;
}

.area-day {
	display: inline-block;
}

.size-day {
	width: 46px;
}

.form-control {

}

.radio {
	padding: 0 12px 0 12px;
}

/* 送信ボタン配置 */

#ta-buttom {
	margin-bottom: 35px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 275px;
	height: 50px;
}

.ta-left {
	margin: 0px;
	float: left;
	display: block;
	height: 40px;
	width: 124px;
	text-align: right;
}

.ta-right {
	padding-left: 24px;
	margin: 0px;
	float: left;
	display: block;
	height: 40px;
	width: 124px;
	text-align: left;
}

/* 送信ボタン色 */
.send-a {
	font-size: 1.1em;
	border-style: solid;
	border-width: 1px;
	border-color: #0053a6; 
	color: #ffffff;
	background-color: #0053a6;
	text-align: center;
	height: 45px;
	width: 124px;
	margin: 0px;
	border-radius: 4px;
}

.send-b {
	font-size: 1.1em;
	border-style: solid;
	border-width: 1px;
	border-color: #87ad17;
	color: #ffffff;
	background-color: #87ad17;
	text-align: center;
	height: 45px;
	width: 124px;
	margin: 0px;
	border-radius: 4px;
}

#soushin {
	margin-left: auto; 
	margin-bottom: 0; 
	margin-right: auto; 
	margin-top: 0; 	
	display: block;
	height: 40px;
	width: 280px;
}

.send-s {
    height: 40px;
    display: block;
    width: 260px;
    padding-right: 18px;
    padding-left: 18px;
    margin: 0px;
    font-size: 1.4em;
	text-align: center; 
	border-style: solid;
	border-width: 1px;
	border-color: #be2b61;
	color: #ffffff;
	background-color: #be2b61;
	border-radius: 4px;
}


/* 入力フィールド */
/*Webkit*/
::-webkit-input-placeholder	{
	color: #a9a9a9;
	}

/*Firefox 19以降*/
::-moz-placeholder	{
	color: #a9a9a9;
	}


/*Firefox 18以前*/
:-moz-placeholder	{
	color: #a9a9a9;
	}


/*Windows IE*/
:-ms-input-placeholder	{
	color: #a9a9a9;
	}





/*---------------------------------------------------------------------- */
/* Under 768px Styles
------------------------------------------------------------------------ */

@media screen and (max-width: 768px) {

.article-content {
	margin: 0 0 40px 0;
	overflow: hidden;
}
	
	
.article-content .asset-items { 
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 90%; 
}

.article-content tr {
	line-height: 120%;
	display: block;
	font-size: 1em;
}

.article-content .asset-item-head,
.article-content .asset-item-body {
	float: none;
	display: block;
	border: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.article-content .asset-item-head {
	height: auto;
	color: #fff;
	background-color: #0053a6;
	margin-left: 0px; 
	margin-bottom: 1px; 
	margin-right: 0px; 
	margin-top: 0px; 
	padding-left: 12px;
	padding-bottom: 1px;
	padding-right: 8px;
	padding-top: 4px;
	border: #0053a6 solid 2px;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}
	
.article-content .asset-item-body { 
	margin-left: 0px; 
	margin-bottom: 6px; 
	margin-right: 0px; 
	margin-top: 0px; 
	padding-left: 12px; 
	padding-bottom: 8px; 
	padding-right: 8px; 
	padding-top: 8px; 
	height: auto;
	border: #f2f2f2 solid 2px;
}
	
.article-content .important { 
	color: yellow; 
}
	
.size {
	width: 98%;
}

}



/*---------------------------------------------------------------------- */
/* Under 479px Styles
------------------------------------------------------------------------ */

@media screen and (max-width: 479px) {

/*
.article-content {
	width: 95%; 
	margin: 0 auto;
	padding: 0;
}

.article-content .asset-items { 
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%; 
}

.article-content tr {
	line-height: 120%;
	display: block;
	font-size: 1em;
}

.article-content .asset-item-head,
.article-content .asset-item-body {
	float: none;
	display: block;
	border: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
*/

.article-content .asset-item-head {
	height: auto;
	color: #fff;
	background-color: #0053a6;
	margin-left: 0px; 
	margin-bottom: 1px; 
	margin-right: 0px; 
	margin-top: 0px; 
	padding-left: 12px;
	padding-bottom: 1px;
	padding-right: 8px;
	padding-top: 4px;
	border: #0053a6 solid 2px;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}
	
.article-content .asset-item-body { 
	margin-left: 0px; 
	margin-bottom: 6px; 
	margin-right: 0px; 
	margin-top: 0px; 
	padding-left: 12px; 
	padding-bottom: 8px; 
	padding-right: 8px; 
	padding-top: 8px; 
	height: auto;
	border: #f2f2f2 solid 2px;
}
	
.article-content .important { 
	color: yellow; 
}
	
.size {
	width: 97%;
}

}



