@charset "Shift_JIS";
/* CSS Document */


html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizelegibility; }
body {
font-family:'Hiragino Kaku Gothic ProN', 'qMmpS ProN W3', 'Hiragino Kaku Gothic Pro', 'qMmpS Pro W3', 'Meiryo', 'CI', 'MS PGothic', 'lr oSVbN', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	background-color: #f8f8f8;
	-webkit-font-smoothing: antialiased;
	margin:0 auto;
}
a {text-decoration: none;}
a:hover, a:focus { text-decoration: none; border: none; }

h1 {
	width:950px;
	margin:0 auto;
	font-size: 110%;
	line-height:40px;
}

h2 {
	width:80%;
	line-height:220%;
	margin:20px auto 0 auto;
	background-color: #360b0b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4948), color-stop(1.00, #360b0b));
	background: -webkit-linear-gradient(#ea4948, #360b0b);
	background: -moz-linear-gradient(#ea4948, #360b0b);
	background: -o-linear-gradient(#ea4948, #360b0b);
	background: -ms-linear-gradient(#ea4948, #360b0b);
	background: linear-gradient(#ea4948, #360b0b);
	-webkit-box-shadow: 0px 0px 7px #ccc;
	box-shadow: 0px 0px 7px #ccc;	
	font-size: 200%;
	font-weight:bold;
	border-radius: 10px;
	border:3px solid #fff;
	color: #fff;
	text-align:center;
}

h2 a{
	text-decoration: none;
	color:#fff;
	display:block;
}

h2 a:hover {
	background-color: #ff7400;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffa443), color-stop(1.00, #ff7400));
	background: -webkit-linear-gradient(#ffa443, #ff7400);
	background: -moz-linear-gradient(#ffa443, #ff7400);
	background: -o-linear-gradient(#ffa443, #ff7400);
	background: -ms-linear-gradient(#ffa443, #ff7400);
	background: linear-gradient(#ffa443, #ff7400);
	border-radius: 5px;
}


p {
	font-size: 16px;
	padding:0 30px 15px 30px;
}

.contents p {
	font-size: 16px;
	padding-bottom:15px;
	padding-left:18px;
}

img {
	max-width: 100%;
	width: auto_9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

header{
	border-bottom: 1px solid #D6D6D6;
	height: 40px;
	background:#f3f3f3;
}

.wrapper{
	width:950px;
	margin:0 auto;
	padding-bottom: 50px;
	background:#fff;
}

.contents{
	width:800px;
	margin:0 auto;
	padding-top:20px;
}

.contit{
	font-size:18px;
	font-weight:bold;
	border-left: 5px solid #009;
	border-bottom:2px solid #ccc;
	padding:5px 10px;
	}

.gazo{margin: 0 auto 30px auto; text-align:center; padding-top:20px;}

.text-center{text-align: center;}
.clear{clear: both;}

footer {
	color: #555;
	text-align: center;
	font-size: 12px;
	padding: 20px 0 20px 0;
	background:#dcdcdc;
}
footer a{
	color: #555;
	text-decoration: underline;
}

.ml50{ margin-left:50px;}


/*pc only*/
@media screen and (min-width:768px) {
.sp{display:none;}
}

/*sp only*/
@media screen and (max-width: 767px) {
.pc{display:none;}
}


@media (max-width: 767px) {
	header{
	width:100%;
	border-bottom: 1px solid #D6D6D6;
	height: auto;
	padding:5px 0;
	background:#f3f3f3;
}

	.wrapper{
	width:100%;
	margin:0 auto;
	padding-bottom: 50px;
}
.contents{
	width:95%;
	margin:0 auto;
	padding-top:20px;
}
	
p {
	font-size: 16px;
	margin:0 10px 15px 10px;

}

.contents p {
	font-size: 16px;
	margin:0 10px 15px 0;
}
.contit{
	font-size:18px;
	font-weight:bold;
	border-left: 5px solid #009;
	border-bottom:2px solid #ccc;
	padding:5px 10px;
	margin-bottom:10px;
	}

h1 {
	width:95%;
	font-size: 16px;
	line-height:180%;
	padding-left:5px;
}

.gazo{
	width:98%;
	height:auto;
	margin: 0 auto 30px auto;
	text-align:center;
	padding-top:20px;
	}


}
