@charset "utf-8";


/* --------------- 全体 --------------- */
body{
	background-color: #FFFFFF;
	color: #000000;
}

/* --------------- メイン --------------- */
#BeforePeriod
,#AfterPeriod{
	text-align: center;
	background-color: #0000CC;
	color: #FFFFFF;
	font-size: 2em;
	padding: 1em;
	margin: 1em 0;
}
.info_group.main{
	display: block;
	margin: 1em auto;
	padding: 1em;
	width: 10em;
	text-align: center;
	border-radius: 0.25em;
	border: solid 1px #999;
	background-color: #EEE;
	color; #333;
}
#Contents{
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
}
h1 img{
	width: 100%;
	display: block;
}

#Introduction{
	width: 94%;
	padding: 3% 3%;
}
#Introduction li:nth-child(2){
	font-weight: bold;
}
.AttentionMsg{
	color: #DB1C1E;
}
p.term{
	padding: 10px;
	font-size: larger;
	line-height: 1.3em;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}

/* --------------- form --------------- */
form{}
form p{
	padding: 5px 20px;
	background-color: #CCFFCC;
	border-bottom: 1px solid #FFFFFF;
}

.itemList tr.reqItem th::after {color: #FF0000;}

.itemList th{background-color: #E0E0E0; text-align: left;}
.itemList td{background-color: #EEEEEE;}



.button{
	height: 30px;
	margin: 0 15px;
	padding: 0 1em;
	border: 1px solid #999999;
	border-radius: 5px;
	font-size: 1.2em;
}
.note{
	display: inline-block;
	font-size: 0.8em;
}



p.courseTitle{
	background-color: #0033CC;
	color: #FFFFFF;
	text-align: center;
}
#courseList{
	width: 100%;
	margin: 0;
	padding: 0;
}
#courseList th
,#courseList td{text-align: center;}

#courseList th.sub{
	background-color: #E6E6E6;
}
#courseList td label{
	display: block;
	padding: 0.1em 0;
}
#courseList .courseZan{color: #990000;}

#courseList .note
,.ThanksMsg .note{
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
#courseList tr.noCourse td{
	text-align: left;
	padding-left: 2em;
}
ul.information{
	margin: 1em;
}
.q1t{
	display: inline-bolock;
	width: 9em;
}
ul.information li{
	padding-left: 1em;
	text-indent: -1em;
}
ul.information li:nth-child(2){
	font-weight: bold;
	color: #DB1C1E;
}
ul.information li:last-child{
	color: #DB1C1E;
}
.courseMemo{font-size:0.8em;color:#F00;}

#Complete{
	margin: 15px 0;
	text-align: center;
}
#Complete .ThanksMsg{
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
}
#NoticeArea{
	text-align: center;
	padding: 10px;
	background-color: #004E4B;
	color: #FFFFFF;
}

#CloseArea{
	text-align: center;
	padding: 20px;
}
#Copyright{
	border-top: 2px solid #CCCCCC;
	padding: 10px;
	text-align: center;
}


.PcOnly{
	display: block;
}
.SpOnly{
	display: none;
}


::-webkit-input-placeholder{
	color: #CCCCCC;
}
::-moz-placeholder{
	color: #CCCCCC;
}
:-moz-placeholder{
	color: #CCCCCC;
}
:-ms-input-placeholder{
	color: #CCCCCC;
}

#OpenCarInfo{
	display: block;
	margin-left: 1em;
	color: #DB1C1E;
}


/* --------------- スマホ対応 --------------- */

@media screen and (max-width:768px){
	
	#Contents{
		width: 100%;
	}
	form p{
		width: 94%;
		padding: 1% 3%;
	}
	.inputtext{
		width: 90%;
	}
	.inputselect{
		width: 90%;
	}
	.inputradio
	,.inputcheck{
		margin: 2em 1em;
	}
	
	#courseList th
	,#courseList td
	,#courseList .licenseItem
	,#courseList tr.noCourse td{
		display: block;
		width: 94%;
		padding: 1% 3%;
		text-align: left;
	}
	#courseList td.memberItem label{
		display: inline-block;
	}
	#courseList td.memberItem::before {
		content: attr(data-label);
		display: inline-block;
		width: 7em;
	}
	#courseList td.licenseItem::before {
		content: attr(data-label);
		display: block;
		margin-top: 1em;
	}
	
	.PcOnly{
		display: none;
	}
	.SpOnly{
		display: block;
	}
	#Complete
	,#NoticeArea
	,#Copyright{
		text-align: left;
    }
    
}
