@charset "UTF-8";
/* CSS Document */

a:visited {
   color: blue;
}
a:hover {
   color: orange;
}
a:active {
   color: purple;
}
a:focus {
   color: purple;
}
#title_pcard {
/* 
	background-image: url(../img/BlueWave.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 78px;
	*/
	color: #002E92;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-indent: 10px;
	line-height: normal;
	
}
.shindan {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 6px;
	padding-top: 5px;
	font-size: 19px;
	border-left: 7px solid #00B631;
	height: 40px;
	text-indent: 10px;
	background-color: #EBEBEB;
	margin-right: 10px;
}

.event {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 6px;
	padding-top: 5px;
	font-size: 19px;
	border-left: 7px solid #0090FF;
	height: 40px;
	text-indent: 10px;
	background-color: #EBEBEB;
	margin-right: 10px;
}

.shindan2 {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 6px;
	font-size: 19px;
	border-left: 7px solid #00B631;
	height: 30px;
	text-indent: 10px;
	background-color: #EBEBEB;
	margin-right: 10px;
	
}

.shindan3 {
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 6px;
	font-size: 14px;
	height: 70px;
	background-color: #EBEBEB;
	
	padding-top: 5px;
	padding-left: 10px;
	
	margin-right: 10px;
}

#contents {
	text-align: center;	
}
.start {
	clear: both;
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	width: 200px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;

	
}

.action {
	color: #0E0098;
	margin-top: 9px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.question {
	border: 6px dotted #9C00C4;
	border-radius: 10px;
	width: 300px;
	color: #9C00C4;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.subtitle {
	border: 1px solid #000000;
	border-radius: 20px;
	width: 140px;
	text-align: center;
	font-size: 18px;
	font-variant: normal;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.image {
	text-align: center;
	margin-top: 15px;
}
.start2 {
	clear: both;
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	width: 100px;
	margin-top: 15px;

	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}
#wrap {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}
.condition {
	background-color: #009edd;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 92%;
	text-align: center;
	border-radius: 11px;
	margin-left: 4px;
}
.treat {
	font-weight: bold;
	line-height: 1.7em;
	padding-left: 10px;
}
.element {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
	margin-top: 20px;
	padding-left: 20px;
}
.word {
	font-weight: bold;
	font-size: 17px;
	line-height: 1.7em;
	padding-top: 10px;
}
#copyright {

	width: 100%;
	height: 20px;
	background-color: #090060;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	margin-top: 30px;
}
