@charset "UTF-8";

@media screen and (min-width: 768px)  {

	/*----------------------------------------------------------基本設定:サイト幅*/
	/*---------------------------------------------------------------------------*/
	html, body {
		background: #FFFFFF;
		width: 100%;
	}
	#wrapper {
		background: #FFFFFF;
	}
	#header {  
	    background: -webkit-gradient(linear, left top, left bottom, from(#D3D3D3), to(#D3D3D3));　/* Safari,Google Chrome用 */  
	    background: -moz-linear-gradient(top, #32cd32, #007f73);　/* Firefox用 */
		margin: 0 0 10px;
		padding: 10px 10px;
	    color: #333;
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	}

	#contents {
	}


	/*--------------------------------------------------------------バナー並び3つ*/
	/*---------------------------------------------------------------------------*/
	/*バナー左右*/
	ul.site {
		margin-top: 10px;
	}
	ul.site li {
		display: inline-block;
		width: 32.6%;
		margin: 5px 0;
		border : 1px solid #999;
		-webkit-border-radius: 8px;
	}
	ul.site li div.left {
		padding: 10px;
		text-align: center;
	}
	ul.site li div.left img {
		width: 80%;
	}
	ul.site li div.right {
		font-size: 14px;
		text-align: center;
	}
	ul.site li div.right img {
		width: 60%;
	}


	/*-------------------------------------------------------------------基本設定*/
	/*---------------------------------------------------------------リンク色設定*/
	/*文字色*/
	a:link {
		display:block;
		padding:0 0 4px;
		color:#333;
		text-decoration:none;
	}
	a:visited {
		display:block;
		padding:0 0 4px;
		color:#333;
		text-decoration:none;
	}
	a:hover {
		display:block;
		padding:0 0 4px;
		color:#333;
		text-decoration:none;
	}
	a:active {
		display:block;
		padding:0 0 4px;
		color:#333;
		text-decoration:none;
	}

	/*-------------------------------------------------------------------基本設定*/
	/*---------------------------------------------------------------フッター設定*/
	#footer {
		text-align: center;
		font-size: 11px;
		background: #000000;
	}

	#footer p {
		color:#fff;
		margin: 0;
		padding: 5px 0;
	}

}



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

	/*----------------------------------------------------------基本設定:サイト幅*/
	/*---------------------------------------------------------------------------*/
	html, body {
		background: #FFFFFF;
		width: 100%;
	}
	#wrapper {
		background: #FFFFFF;
	}
	#header {  
	    background: -webkit-gradient(linear, left top, left bottom, from(#D3D3D3), to(#D3D3D3));　/* Safari,Google Chrome用 */  
	    background: -moz-linear-gradient(top, #32cd32, #007f73);　/* Firefox用 */
		margin: 0 0 10px;
		padding: 10px 10px;
	    color: #333;
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	}

	#contents {
	}


	/*--------------------------------------------------------------バナー並び2つ*/
	/*---------------------------------------------------------------------------*/
	/*バナー左右*/
	ul.site li {
		display: table;
		width: 100%;
		border-bottom: 1px solid #999;
	}
	ul.site li div.left {
		display: table-cell;
		width: 40%;
		padding: 5px;
	}
	ul.site li div.right {
		display: table-cell;
		vertical-align: middle;
		width: 60%;
		font-size: 14px;
	}


	/*-------------------------------------------------------------------基本設定*/
	/*---------------------------------------------------------------リンク色設定*/
	/*文字色*/
	a:link {
		display:block;
		padding:0 0 4px;
		color:#333;
		text-decoration:none;
	}
	a:visited {
		display:block;
		padding:0 0 4px;
		color:#333;
		text-decoration:none;
	}
	a:hover {
		display:block;
		padding:0 0 4px;
		color:#333;
		text-decoration:none;
	}
	a:active {
		display:block;
		padding:0 0 4px;
		color:#333;
		text-decoration:none;
	}

	/*-------------------------------------------------------------------基本設定*/
	/*---------------------------------------------------------------フッター設定*/
	#footer {
		text-align: center;
		font-size: 11px;
		background: #000000;
	}

	#footer p {
		color:#fff;
		margin: 0;
		padding: 5px 0;
	}
}
