@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting
	4: icf setting

==========================================================
*/
/*
===== 1: universal reset =================================
*/
* {
  margin: 0;
  padding: 0;
}
/*
===== 2: body and base setting ===========================
*/
html {
  overflow: auto;
	-webkit-text-size-adjust: 100%;
}
body {
  font-family:'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0px;
  padding: 0px;
  color: #333;
}
/*
===== margin setting ====
*/
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr12 {
  margin-right: 12px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml00 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml12 {
  margin-left: 12px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.bold{
	font-weight: bold;
	font-size: 20px;
}
/* general params
--------------------*/
h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, dt, dd, address, blockquote {
  padding: 0; /* margin&padding reset */
  line-height: 1.8;
  display: block;
  margin: 0px;
  font-weight: normal;
  color: #333;
  box-sizing: border-box;
}
div, ul, li, p, a, dl, dt, dd, span, input, select, textarea {
  box-sizing: border-box;
}
form {
  padding: 0; /* margin&padding reset */
  margin: 0px;
}
hr, .areaAnchor, .anchor {
  display: none;
}
img {
  border: none; /* img do not want a border */
  display: block;
	transition: all 0.2s ease-in;
}
li {
  list-style: none;
} /* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym, abbr {
  cursor: help;
}
/*
===== 3: link setting ===========================
*/
a:link {
  color: #21b8d7;
  text-decoration: none;
  transition: all .3s ease;
}
a:visited {
  color: #21b8d7;
  text-decoration: none
}
a:hover {
  color: #000;
  text-decoration: none;
  transition: all .3s ease;
}
a:active {
  color: #000;
  text-decoration: none
}
a img:hover{
	opacity: 0.7;
}
/*
===== 4: icf setting ===========================
*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?s4bjym');
  src:  url('../fonts/icomoon.eot?s4bjym#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?s4bjym') format('truetype'),
    url('../fonts/icomoon.woff?s4bjym') format('woff'),
    url('../fonts/icomoon.svg?s4bjym#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icf-add:before {
  content: "\e900";
}
.icf-animal:before {
  content: "\e901";
}
.icf-arrow:before {
  content: "\e902";
}
.icf-bell:before {
  content: "\e903";
}
.icf-by:before {
  content: "\e904";
}
.icf-camera:before {
  content: "\e905";
}
.icf-check:before {
  content: "\e906";
}
.icf-checkmark:before {
  content: "\e91f";
}
.icf-delete:before {
  content: "\e907";
}
.icf-donwload:before {
  content: "\e908";
}
.icf-edit:before {
  content: "\e909";
}
.icf-favorite:before {
  content: "\e90a";
}
.icf-favorite_on:before {
  content: "\e920";
}
.icf-footmark:before {
  content: "\e90b";
}
.icf-free:before {
  content: "\e90c";
}
.icf-howto:before {
  content: "\e90d";
}
.icf-join:before {
  content: "\e90e";
}
.icf-login:before {
  content: "\e90f";
}
.icf-logout:before {
  content: "\e910";
}
.icf-mail:before {
  content: "\e911";
}
.icf-mailsend:before {
  content: "\e912";
}
.icf-preview:before {
  content: "\e913";
}
.icf-resume:before {
  content: "\e914";
}
.icf-reload:before {
  content: "\e921";
}
.icf-save:before {
  content: "\e915";
}
.icf-scout:before {
  content: "\e916";
}
.icf-search:before {
  content: "\e917";
}
.icf-searchProf:before {
  content: "\e918";
}
.icf-send:before {
  content: "\e919";
}
.icf-sort:before {
  content: "\e91a";
}
.icf-trush:before {
  content: "\e91b";
}
.icf-upload:before {
  content: "\e91c";
}
.icf-user:before {
  content: "\e91d";
}
.icf-word:before {
  content: "\e91e";
}