/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20161115
*/
@import url('../stinger8/style.css');
@import url('http://liaison-aide.net/css/common.css');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");

body {
font-family:"Source Sans Pro",sans-serif !important;
}
.text-right {
text-align:right;
}
.aka {
color: #f00;
}
.spaceBig {
padding: 80px 0;
}

a.linkbtn {
  color: #fff;
  font-size:0.8em;
  letter-spacing:0.2em;
  text-transform:none;
  text-decoration: none;
}

a.linkbtn {
  border:1px solid #ddd;
  background:#eb2b4a;
  display:block;
  margin:0 auto;
  padding:20px 10px;
  text-align:center;
  transition:all 0.5s ease;
  width:280px;
}

a.linkbtn:hover {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #eb2b4a;
}
.list-Small li {
line-heigt: 1.5;
font-size: 0.9em;
}

#headbox-bg,
footer {
background-image: url("http://www.liaison-aide.net/images/bg.jpg");
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
}
.footermenust {display:none;}

.col1page .st-main {margin:0;}

.col1page #formPage,
.col1page #thanksPage {
	padding: 30px;
	border: 1px solid #ddd;
}
#thanksPage .thanks {
text-align:center;
border-bottom: 3px solid #ffb100;
    display: inline-block;
    font-size: 1.5em;
    margin: 20px 0 30px;
    padding: 0 20px 10px;
}
@media screen and (max-width: 900px){
#thanksPage .thanks {
text-align: left;
    font-size: 1.2em;
}
}


/*テーブルクリア */
.col1page .post table {
	border:none !important;
	margin-bottom: 20px;
	width: auto;
	max-width: 100%;
}

.col1page table tr td {
	padding: 10px;
	border:none !important;
	/*font-size: 13px;
	line-height: 18px;
	vertical-align:top;*/
}

.col1page table th {
	border:none !important;
	/*padding: 5px;
	font-size: 13px;
	line-height: 18px;*/
}

.col1page .post table tr td {
	/*font-size: 13px;
	line-height: 18px;*/
}

.col1page .post table tr td p {
	/*font-size: 13px;
	line-height: 18px;*/
}

.col1page .post table tr:nth-child(even) {
	/*background-color: rgba(220,220,220,0.2);*/
}


/*問合せフォーム*/

.wpcf7-response-output,
.wpcf7-display-none,
.wpcf7-validation-errors {
	font-size: 0.9em;
	text-align: center;
	padding: 10px 0 !important;
}
.attention { 
color: #de8686;
line-height: 1.8;
display: inline-block;
}
.policyText {
	border: 1px solid #999;
	padding: 10px 30px;
	margin:10px auto;
	display: inline-block;
}

/***** コンタクトフォーム *****/
.table-contactform7{
	border:none !important;
  overflow: hidden;
table-layout: fixed;
border-collapse:collapse;
margin-bottom: 20px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
	display: inline-block;
	float: left;
}
.title-contactform7 {
	display: inline-block;
	padding: 5px;
	 	line-height:1.8;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
border-bottom: 1px solid #696B82;
	text-align: left;
	padding: 20px 0 20px 20px;
	font-weight: normal;
	font-size:12px;
}
.table-contactform7 td{
	border-bottom: 1px solid #696B82;
	border-left : none !important;
	font-size:12px;
}
.table-contactform7 .miniTitle{
	font-size: 14px;
	line-height: 2;
	background: #ddd;
	padding-left:20px;
	padding-left:0px;
}
.table-contactform7 td span {
	padding: 0;
}
span.wpcf7-list-item {
	margin-left: 0;
	}
.table-contactform7 td.acceptanceTd {
	padding: 40px 0 20px;
	border-bottom: none;
}
.table-contactform7 input,
.table-contactform7 textarea,
.table-contactform7 select {
  max-width: 90% !important;
  margin: 5px 10px !important;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px !important;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
.formEndbtn{
	margin: 30px auto 10px;
	text-align: center;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:30%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
	padding: 20px 0 0 20px;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
.col1page table tr td{
	padding: 10px 5px;
}

.col1page #formPage,
.col1page #thanksPage {
	padding: 30px 15px !important;
}
.formEndbtn {
	display: block;
}
}


.table-contactform7 input,
.table-contactform7 textarea,
.table-contactform7 dropdown,
.table-contactform7 select {
    border:1px solid #777;
    padding: 5px;
		padding: 10px;
		padding: 8px !important;
  /*  color: #999;*/
    background: #fff;
    border-radius: 5px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
     
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
     
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}


#formStyle .btn-end {
    border:1px solid #777;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
		background: #333;
		width: 220px;
		font-size:14px;
}

#formStyle .wpcf7-submit {
		background: #B00002 !important;
}
div.wpcf7-validation-errors {
	background: #f5f5f5;
	border: 3px solid #FF9F00 !important;
}

.width-small {
	width: 50px !important;
}

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
.pcnone {
		display: none!important;
		visibility: hidden !important;
	}
#side {padding-top: 50px;}

/*-- ここまで --*/
}