@charset "utf-8";

/* CSS Document 
 * property a → z
 * ********************************************************************** */


/* common 
 * *********************************** */
@media screen and (max-width: 768px) {



body {
/*	background-color: #ffd426;*/
	background: url(../sp/img/bg_01.jpg) #ffd426 50% 0 no-repeat;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	height: auto;
	max-width : 100%;
	width /***/:auto;
	vertical-align: bottom;
}

div.container {
	margin: 0 auto 0 auto;
	overflow: hidden;
	max-width: 640px;
	width: 100%;
}


/* header */
div#header {
/*	background: url(../sp/img/bg_01.jpg) left top no-repeat;
	background-size: cover;*/
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
	height: auto;
}

div#header h1 {
	line-height: 1.0;
	margin: 0;
	padding: 5% 0 5% 0;
	text-align: center;
}

/* outline */
div#outline {
	margin-bottom: 6%;
	background-color: #FFFFFF;
	overflow: hidden;
}

div#outline h2 {
	line-height: 1.0;
	margin: 0 0 32px 0;
	padding: 0;
}

div#outline dl {
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding: 0;
	width: 90%;
}

div#outline dl dt {
	background-color: #D2EBFA;
	color: #003F98;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 8px 12px 8px 12px;
}

div#outline dl dd {
	color: #333333;
	font-size: 87.5%;
	line-height: 1.5;
	margin: 0 0 20px 0;
	padding: 0;
}

div#outline dl dd p span{
	color: #FF0000;
}


p.btnClose {
	margin: 0 auto 30px auto;
	text-align: center;
	width: 50%;
}



}