@charset "UTF-8";

/* =======================================

　File name		：conference.css
　Description	：お問い合わせフォーム

======================================= */


/*----------------------------------------
　　0.  common - 共通
----------------------------------------*/

aside .sprite {
	width: 75px;
	height: 78px;
	background: url(../images/hospitalization/sprite.png) no-repeat;
	left: -25px;
	top: 0px;
}

aside .butterfly {
	width: 70px;
	height: 70px;
	background: url(../images/conference/butterfly.png) no-repeat;
	left: 100px;
	bottom: 70px;
   position: absolute;
}


/*----------------------------------------
　　1.  conference - そうだん窓口
----------------------------------------*/

.conference .txt {
	float: right;
	width: 420px;
}

.conference .photo {
	float: left;
	width: 200px;
}

.conference th {
   width: 180px;
   color: #1B6A9A;
}

.conference .form span {
   color: #EB2225;
}

.conference small {
   font-size: 11px;
}

.form_table {
   margin: 0 0 40px;
   line-height: 1.4;
}

.form_table input[type="text"] {
    padding: 5px 0.5em;
    margin: 5px 0px;
    border: 1px solid #ccc;
    background: #FFF;
    line-height: 1.5em;
    vertical-align: middle;
}

.form_table .week,
.form_table .time {
    position: relative;
	  padding: 2px .5em 5px;
    margin: 5px 10px 10px 0;
}

.radiolist li {
   float: left;
   padding: 0 10px 0 0;
   display: inline-block;
}

#column .btn_submit.center {
   margin: 0 auto;
   float: none;
}

.btn_submit, .btn_return {
    width: 120px;
    position: relative;
    background: #679bbe;
    /*display: inline-block;*/
    border-radius: 10px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 0px #666;
    -moz-box-shadow: 0px 3px 0px #666;
    -ms-box-shadow: 0px 3px 0px #666;
    -o-box-shadow: 0px 3px 0px #666;
    box-shadow: 0px 3px 0px #666;
    -webkit-transition: All 250ms ease;
    -moz-transition: All 250ms ease;
    -o-transition: All 250ms ease;
    -ms-transition: All 250ms ease;
    transition: All 250ms ease;
}

.btn_return {
   background: #aaaaaa;
}

.btn_return,
.btn_submit{
   float: left;
}

[type="submit"], [type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
    background: transparent;
    outline: none;
}

.btn_submit:hover,
.btn_submit:active,
.btn_return:hover,
.btn_return:active {
    text-decoration: none;
    position: relative;
    top: 2px;
    -webkit-box-shadow: 0px 0px 0px #666;
    -moz-box-shadow: 0px 0px 0px #666;
    -ms-box-shadow: 0px 0px 0px #666;
    -o-box-shadow: 0px 0px 0px #666;
    box-shadow: 0px 0px 0px #666;
    -webkit-transition: All 250ms ease;
    -moz-transition: All 250ms ease;
    -o-transition: All 250ms ease;
    -ms-transition: All 250ms ease;
    transition: All 250ms ease;
}

.btn_submit input,
.btn_return input {
    letter-spacing: 0.06em;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding: 1em 3em 1em 2.5em;
}

.btn_return input {
   padding: 1em 2.5em 1em 3.5em;
}

.btn_submit:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 1em;
    top: 1em;
}

.btn_return:after {
   display: inline-block;
   font-family: FontAwesome;
   content: "\f0d9";
   position: absolute;
   left: 1em;
   top: 1em;
}

.btn_confirm {
    margin: 0 auto;
    width: 280px;
    overflow: hidden;
}

.btn_confirm p {
   margin: 0 10px 20px !important;
}

#column p.btn_top a {
    width: 150px;
    background: #679bbe;
    color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    padding: .5em 1em;
    position: relative;
   text-decoration: none;
}

#column p.btn_top a::after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 1em;
}

#column p.btn_top a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
