@charset "utf-8";
 
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/

.pc{display: none;}

/* body ============================== */

.Content {
	width: 100%;
	max-width: 100%;
	min-height: 10px;
	margin:10px auto 10px;
}

	.Content div{
		width: 100%;
		max-width: 100%;
		min-height: 10px;
		margin:1em auto;
		box-sizing: border-box;
	}

	.Content div p{
		width: 100%;
		max-width: 100%;
		min-height: 10px;
		margin:0 auto;
		display: block;
		box-sizing: border-box;
	}

	.Content div img{
		width: 100%;
		max-width: 100%;
		min-height: 10px;
		display: block;
		border:solid 1px #ccc;

		box-sizing: border-box;
	}

	.Content div p a{
		width: 90%;
		max-width: 90%;
		min-height: 10px;
		margin:0 auto;
		display: block;
		box-sizing: border-box;
	}
