@import url("http://fonts.googleapis.com/css?family=Raleway:400,700");


/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* html */

	/*
	html {
			min-height: 100%;
			background: url("../../images/banner.jpg") no-repeat center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: 80% 100%;
			background-position: 0 0 30% 0;
	}
	*/




/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


/* 初期設定 */

	body {
		background: #5aa472;
		font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 12px;
		line-height: 2em;
	}


/* Custom */

	#contents {
		text-align: center;
	}

	.logo {
		width: 300px;
		height: auto;
		margin: 100px auto;
	}

	.add {

	}

	.sp {
		display: none;
	}

	a {
		color: #000;
		text-decoration: underline;
	}

	a:hover {
		color: #999;
		text-decoration: none;
	}

	@media screen and (max-width: 1680px) {
	}

	@media screen and (max-width: 1280px) {
	}

	@media screen and (max-width: 980px) {
	}

	@media screen and (max-width: 736px) {

			.sp {
				display: block;
			}

	}

	@media screen and (max-width: 480px) {
	}
