/*====================================

	----------------------------------
  		Structure
  	----------------------------------

  	0. General
  	1. Header
  	2. Main
  	3. Footer

  	----------------------------------
  		Change Log
  	----------------------------------

	-20XX/XX/XX	 Fixed all

====================================*/

/*====================================

	0. General

====================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:500');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
.roboto { font-family: 'Roboto', sans-serif; }
.noto { font-family: 'Noto Sans Japanese', sans-serif; }



html { font-size: 62.5%; }
body { position: relative; background: #ffffff; color: #000000; font-size: 1.0rem; }

img { vertical-align: bottom; }
a { color: #a5569d; text-decoration: none; }
a:hover { opacity: 0.8; text-decoration: underline; }
ul, ol { list-style: none; }

div.inner { position: relative; display: block; overflow: hidden; margin: 0 auto; width: 1000px; zoom: 1; }
.spOnly { display: none; }
#page-top { position: fixed; right: 20px; bottom: 20px; z-index: 100; padding-bottom: 20px; }
#page-top a { display: block; width: 98px; height: 89px; background: url(/common/img/icon_pagetop.png) no-repeat 0 0; text-indent:-9999px; }


/*====================================

	1. Header

====================================*/
header {  } 



/*====================================

	2. Main

====================================*/
main {  }


/*====================================

	3. Footer

====================================*/
footer {  }


