/*
Theme Name: tomoni plus
Description: tomoniplusホームページのWordPressテーマです。
Author: UNIBOTech バックチーム
Requires PHP: 7.0
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color:#222;
  line-height:1.7;
  background:#fff;
  overflow-x:hidden;
}


img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* リンクにカーソルを合わせた際に半透明にする */
a:hover {
	opacity: 0.7;
}