@charset "UTF-8";


/* ログイン方法選択 */

div#course_block {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 4px;
}

div#course_block h1 {
	text-align: center;
	margin: 0;
}

div#course_block h2 {
	margin: 0;
	font-size: 12px;
	padding: 2px 8px;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #222;
	color: #f11111;
}


div#regist_block {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 270px;
	text-align: center;
}



div#regist_block a.btn {
	display: inline-block;
	margin-bottom: 4px;

	text-align: center;
	border: 1px solid #ccc;
	text-decoration: none;
	
	font-weight: normal;
	font-size: 12px;


	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	padding: 2px 2px;
	
	width: 268px;
}

div#regist_block a.btn strong {
	display: block;
	letter-spacing: 1px;
	font-size: 14px;
}

div#regist_block a.btn:hover {
	color: #e00;
}



div#regist_block a.orange {
	color: #444;

	background-color: #ffd736;
	background-image: -webkit-linear-gradient(top, #ffd736 0%, #ffdf60);
	background-image: -moz-linear-gradient(top, #ffd736 0%, #ffdf60);
	background-image: -o-linear-gradient(top, #ffd736 0%, #ffdf60);
	background-image: linear-gradient(top, #ffd736 0%, #ffdf60);
}


div#regist_block a.yellow {
	color: #444;

	background-color: #ffff70;
	background-image: -webkit-linear-gradient(top, #ffff70 0%, #ffffa5);
	background-image: -moz-linear-gradient(top, #ffff70 0%, #ffffa5);
	background-image: -o-linear-gradient(top, #ffff70 0%, #ffffa5);
	background-image: linear-gradient(top, #ffff70 0%, #ffffa5);
}

div#regist_block a.gray {
	color: #444;

	background-color: #eee;
	background-image: -webkit-linear-gradient(top, #eee 0%, #f4f4f4);
	background-image: -moz-linear-gradient(top, #eee 0%, #f4f4f4);
	background-image: -o-linear-gradient(top, #eee 0%, #f4f4f4);
	background-image: linear-gradient(top, #eee 0%, #f4f4f4);
	
	margin-top: 6px;
}


div#notes_block ul {
	list-style: none;
	text-align: left;	
	font-size: 10px;
}

div#notes_block ul li {
	padding-left: 1em;
    text-indent: -1em;
}



div#regist_block.rakuten form {
	margin-top: 30px;
}

div#regist_block.rakuten form img {
	cursor: pointer;
}

div#regist_block.rakuten form img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}



