﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400);
@import url(../usr/font.css);
*,
*:before,
*:after {
    box-sizing: border-box;
}


/* ----全体設定---- */

.fa,
.icon:before {
    display: inline-block;
    font-family: "Roboto","myfont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    font: 12px/16px "Roboto","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    min-width: 320px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ----ヘッドライン---- */

h1,
.h1 {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
}

h2 {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #dcdcdc;
}

h3 {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}


/* ----リンク---- */

a {
    text-decoration: none;
    color: #444;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


/* ----タグ---- */

img {
    max-width: 100%;
    vertical-align: bottom;
}

hr {
    border: 0;
    border-bottom: 1px dotted #ccc;
}

address {
    font-style: normal;
}