/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/03/14, 18:40:57
    Author     : norimatsu
*/

@font-face {
    font-family: 'Brag';
    src: url('../fonts/braggadocio.ttf') format('truetype');
    
}

#tm-logo {
    font-family: 'Brag';
    font-size: 2em;
    font-style: italic;
    color: #1D9E74;
}
#tm-logo a{
    color: #1D9E74;
}
#tm-logo a:link {/*未訪問のリンク*/
    color: #1D9E74;
}
#tm-logo a:visited {/*訪問後のリンク*/
    color: #1D9E74;
}
#tm-logo a:hover {/*マウスをのせたとき*/
    color: #1D9E74;
}
#tm-logo a:active {/*クリック中*/
    color: #1D9E74;
}

.main-font {
    text-shadow: #FFF 0px 0px 5px , #FFF 0px 0px 5px, #FFF 0px 0px 5px, #FFF 0px 0px 5px;
}


.w-visa ,.w-houjin,.w-ijyu,.w-shokai{
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}

.bg-white {
    background-color: #fff;
    padding: 20px !important;
}
.bg-white h3{
    padding-left: 60px;
    margin-bottom: 14px;
}
.icon {
    margin: 10px;
}