@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,100);

/* ------------------------------------------------------- */
/* ===== Universal Reset ===== */
/* ------------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
	}


body {
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Lato','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #1d4982;
	}

.wrapper {
	font-size: 75%;
	line-height: 180%;
	}

.wrapper/**/ {
	font-size: 80%;
	}

div,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	}

ul,
dl,
ol {
	list-style-position: outside;
	}

ul.none {
	list-style-type: none;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	}

b {
	font-weight: bold;
	}

p {
	font-size: 1em;
	margin: 0 0 .5em 0;
	padding: 0;
	}

table,
li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 140%;
	}

table {
	border-collapse: collapse;
	}

th {
	font-weight: normal;
	text-align: center;
	}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #1d4982;
	background-color: inherit;
	-moz-transition: color .6s ease-out 0;
	-webkit-transition: color .6s ease-out 0;
	-o-transition: color .6s ease-out 0;
	-ms-transition: color .6s ease-out 0;
	}

a:hover {
	text-decoration: none;
	color: #ffbf00;
	background-color: inherit;
	}

img {
	display: block;
	border: 0;
	}


/* ------------------------------------------------------- */
/* ===== Basic Style ===== */
/* ------------------------------------------------------- */

#wrapper {
	width: 80%;
	margin: 150px auto;
	text-align: center;
	}

h1 {
	font-size: 20px;
	padding: 70px 0 0;
	background-image: url(../images/img_char_ir.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 50% 0;
	}









