@charset "utf-8";
@import url("/css/yutai/style.css");
@import url("/css/yutai/style_sp.css");

.headTxA,
#MainContents.narrow .headTxA.mab15.mat40 {
    color: #1432aa;
    margin: 0;
    padding: 0.6em 0;
    font-size: 1.625rem; /* 26px */
    font-weight: normal;
    border: solid #1432aa;
    border-width: 0 0 1px;
    position: relative;
}

#ContentsWrap #MainContents.narrow .headTxA.mab35 {
    color: #1432aa;
    margin: 0;
    padding: 0.6em 0;
    font-size: 1.625rem; /* 26px */
    font-weight: normal;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #1432aa;
    border-left: none;
    position: relative;
}

/* ログイン -［ログイン］ボタン */
#loginBtn {
    color: #fff;
    background: #e13000;
    padding: 14px 0;
    width: 70%;
    font-size: 118%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    border: 3px solid  #e13000;
	display: inline-block;
	box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#loginBtn:hover {
    border: solid 3px #0033af;
    text-decoration:underline;
}

#loginBtn:after {
    content: "\f090";
    color:  #fff;
    margin: 0 0 0 0.4em;
    font-family: FontAwesome;
}

/* その他ボタン設定 */
/*----------------------------------------------- */
.btnA {
    color: #fff;
    background: #e13000;
    padding: 14px 0;
    width: 70%;
    font-size: 118%;
    font-weight: normal;
	line-height: 1;
	text-align: center;
    border: 3px solid #e13000;
	display: inline-block;
	box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.btnA:hover {
    border: solid 3px #0033af;
    opacity:1;
    text-decoration:underline;
}


/* // Footer
----------------------------------------------- */
#Footer {
    color: #333;
    background: #fff;
    padding: 40px 0;
    height: 15px;
    line-height: 1;
    border-top:1px solid #eeeeee;
}

#Footer a:link, #Footer a:visited {
    color: #333;
    text-decoration: none;;
}

#Footer a:hover {
    color: #1432aa;
    text-decoration: underline;
}

/* ［アンケート］ボタン */
.surveyBtn {
    color: #333;
    background: #fff;
    margin: 0 auto 10px;
    padding: 0;
    /*width: 40%;*/
    height: 50px;
    font-size: 1.143em;
    font-weight: normal;
	text-align: center;
    line-height: 50px;
    border: 2px solid #666;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

.surveyBtn:hover {
    text-decoration: underline;
    color: #0000ff;
    border: solid 3px #0033af;
}

.surveyBtn:before {
    content:'アンケートにご協力ください';
    /*content: "\f105";*/
    margin: auto 0;
    font-family: FontAwesome;
}

/* ［メッセージを送信］ボタン */
#sendBtn {
    color: #fff;
    background: #e13000;
    margin: 40px auto 60px;
    padding: 0;
    /*width: 40%;*/
    height: 50px;
    font-size: 1.143em;
    line-height: 46px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 2px #e13000;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    position: relative;
}

#sendBtn:hover {
    border: solid 3px #0033af;
    text-decoration:underline;
}

/* Line Switching */
.reloadPra {
	font-size: 82%;
	margin: 0 auto;
	width: 720px;
}

.reloadPra a:hover {
    color: #fff;
    background: #e13000;
}

.reloadPra a:before {
    content: "\f021";
    color: #e13000;
    margin: 0 0.4em 0 0;
    font-family: FontAwesome;
}

.lineSwitchingPra {
	margin: 0 auto;
	width: 720px;
}

.lineSwitchingPra a:hover {
	color: #e13000;
	text-decoration: none;
}

.pageTop {
    font-size:30px;
    display:block;
    padding:10px;
    display:block;
    position:fixed;
    right:10px;
    bottom:70px;
    background-color: #1432aa;
    color:#FFF !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
