@charset "URF-8";





/*���₢���킹�y�[�W�p*/
.btnLink06 li.inner {
    display: block;
    padding: 12px 0;
    background-image:none;
    width:auto;
}
.btnLink06 li .textBox .head02 {
    font-size: 14px;
    font-weight: bold;
    color: rgb(47, 69, 118);
}
.btnLink06 li .textBox {
    display: table-cell;
    padding-right: 25px;
    vertical-align: middle;
    font-size: 11px;
    color: rgb(51, 51, 51);
}
.btnLink06 li .illustIcon {
    display: table-cell;
    padding: 0px 15px 0px 4px;
    vertical-align: top;
}


/*���������y�[�W�p*/
.width98{
width:98%;
}


/*�{�^���f�U�C���p�^�[��*/
.question_form,
.question_tel,
.question_tel2{
    margin:15px 5px 0;
    display:block;
    text-align:center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size:120%;
    font-weight:bold;
}
.question_form{
    border-top:1px solid #6792D1;
    color:#FFFFFF;
    display: block;
    padding: 12px 0;
    background: #1a5ab9;
	background: -moz-linear-gradient(top,  #1a5ab9 0%, #092d8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a5ab9), color-stop(100%,#092d8a));
	background: -webkit-linear-gradient(top,  #1a5ab9 0%,#092d8a 100%);
	background: -o-linear-gradient(top,  #1a5ab9 0%,#092d8a 100%);
	background: -ms-linear-gradient(top,  #1a5ab9 0%,#092d8a 100%);
	background: linear-gradient(to bottom,  #1a5ab9 0%,#092d8a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5ab9', endColorstr='#092d8a',GradientType=0 );
}
.question_tel{
    margin:10px 5px 5px;
    border-top:1px solid #D7D7D7;
    color:#333333;
    display: block;
    padding: 12px 0;
    background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #b4b4b4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#b4b4b4));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#b4b4b4 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#b4b4b4 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#b4b4b4 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#b4b4b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#b4b4b4',GradientType=0 );
}

.question_tel2{
    border-top:1px solid #6792D1;
    color:#FFFFFF;
    display: block;
    padding: 12px 0;
    float:right;
    width:25%;
    margin: 12px 0;
    background: #1a5ab9;
	background: -moz-linear-gradient(top,  #1a5ab9 0%, #092d8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a5ab9), color-stop(100%,#092d8a));
	background: -webkit-linear-gradient(top,  #1a5ab9 0%,#092d8a 100%);
	background: -o-linear-gradient(top,  #1a5ab9 0%,#092d8a 100%);
	background: -ms-linear-gradient(top,  #1a5ab9 0%,#092d8a 100%);
	background: linear-gradient(to bottom,  #1a5ab9 0%,#092d8a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5ab9', endColorstr='#092d8a',GradientType=0 );
  
}



/*�{�^��������̉��*/
#telContents{
	background-color : #1752B1;
	font-size : 180%;
	width : 100%;
	height: auto;
	position : fixed;
	bottom : -260px;
	left : 0;
	z-index : 110;
	font-weight:bold;
  text-align:center;
  padding:0 10px 20px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
}
#blackOut{
	background : #000000;
	display : none;
	width : 100%;
	height : 100%;
	position : fixed;
	top : 0;
	left : 0;
	z-index : 110;
}
#telContents_txt{
	margin-top : 20px;
	color : #FFFFFF;
	font-weight : bold;
	text-shadow: 1px 1px 3px #000;
	line-height:1.2em;
	font-size:65%;
}
#btnTel{
	color : #FFFFFF;
	width : 80%;
	margin : 20px auto 0;
	border-radius : 10px;
	overflow : hidden;
	border : 1px solid #FCB8B8;
	background: #ffa3a4;
	background: -moz-linear-gradient(top,  #ffa3a4 0%, #f95153 16%, #f25c61 49%, #f43d46 51%, #eb4754 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa3a4), color-stop(16%,#f95153), color-stop(49%,#f25c61), color-stop(51%,#f43d46), color-stop(100%,#eb4754));
	background: -webkit-linear-gradient(top,  #ffa3a4 0%,#f95153 16%,#f25c61 49%,#f43d46 51%,#eb4754 100%);
	background: -o-linear-gradient(top,  #ffa3a4 0%,#f95153 16%,#f25c61 49%,#f43d46 51%,#eb4754 100%);
	background: -ms-linear-gradient(top,  #ffa3a4 0%,#f95153 16%,#f25c61 49%,#f43d46 51%,#eb4754 100%);
	background: linear-gradient(to bottom,  #ffa3a4 0%,#f95153 16%,#f25c61 49%,#f43d46 51%,#eb4754 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa3a4', endColorstr='#eb4754',GradientType=0 );
}
#btnTel a{
	color:#FFFFFF;
	text-shadow: 1px 1px 3px #000;
	display:block;
	width:100%;
	padding : 10px 0;
  text-decoration:none;
}
#btnCancel{
	color : #333333;
	cursor : pointer;
	padding : 10px 0;
	margin : 20px auto 0;
	width : 80%;
	border-radius : 10px;
	overflow : hidden;
	border : 1px solid #FFFFFF;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

@media print{
  #telContents{
    display: none;
  }
}