/*ログインCSS*/
/*2016.10.27 update */
@charset "UTF-8";

/*基本設定読み込み*/
@import url("basis.css");

.promotion .msg span{
	display:block;
}

.promotion .msg strong{
	color:#FF0000;
}

.promotion .msg img{
	display:block;
	width:960px;
	height:150px;
	margin-top:10px;
	margin-bottom:30px;
}

.exp h2{
	padding:5px 10px;
	background-color:#4169e1;
	color:#FFF;
	border-radius: 5px;     /* CSS3草案 */
-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
-moz-border-radius: 5px;    /* Firefox用 */
	margin-top:1.0em;
}

/*デモ&申込みリンクボタン*/
.workbook-list{
	width:100%;
	margin-top:1.0em;
	padding-bottom: 20px;
}

.workbook-list ul{
	margin:0 auto;
	padding:0;
	width:685px;
}

.workbook-list ul li{
	list-style-type: none;
	margin-bottom:15px;
}

.workbook-list ul li a{
	display: block;
	padding:10px 15px;
	background: url(../img/workbook-BG.png) no-repeat 0px 0px;
	font-size: 1.2em;
	color: #FFF;
	border-radius: 15px;     /* CSS3草案 */
-webkit-border-radius: 15px; /* Safari,Google Chrome用 */
-moz-border-radius: 15px;    /* Firefox用 */
cursor: pointer;
}

.workbook-list ul li a:hover{
	background-position: 0px -50px;
	text-decoration:none;
}

.workbook-list .msg{
	text-align:center;
	margin-bottom:0.5em;
}

.exp ul li{
	list-style-type:none;
	margin:5px 0px;
}

.exp ul li:before{
	content:"★";
	color:#ffa500;
	margin-right:0.5em;
}

.photo h3{
	font-size:1.0em;
	font-weight:normal;
	text-indent:1.0em;
	border-top:1px #999 solid;
	border-bottom:1px #999 solid;
	padding-top:1px;
	background-color: #fafad2;
	margin-bottom:1.0em;
}

.photo ul{
	margin: 0px;
	padding: 0px;
}

.photo ul li{
	list-style-type: none;
	margin: 0px 5px 10px 5px;
	float: left;
}

.photo ul li img{
	width:230px;
	height:164px;
}

.photo small{
	display:block;
	width:100%;
	text-align:right;
}

.photo ul li small{
	display: block;
	text-align: center;
	color: #666;
}

.flow h2,
.price h2,
.book h2{
	font-size:1.2em;
	text-indent:0.5em;
	color:#4169e1;
	border-left:8px #4169e1 solid;
	border-bottom:1px #4169e1 solid;
	margin-bottom:0.5em;
}

.flow ol li:not(:last-child):after{
	display:block;
	content:"▼";
	margin:5px 5.0em;
}

.price span{
	margin-left:2.0em;
	font-size:1.2em;
}

.price h3{
	font-size:1.0em;
	font-weight:normal;
	border-bottom:1px #666 dotted;
	margin-top:1.0em;
	margin-bottom:0.5em;
	margin-left:1.0em;
}

.price h3:before{
	content:"■";
	margin-right:1.0em;
}

/*表組基本*/

.price table{
	border-collapse: collapse;
	width:750px;
	border-left:1px #999 solid;
	border-top:1px #999 solid;
	margin: 0 auto;
}

.price th,.price td{
	padding:5px 10px;
}

.price thead th{
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
	background-color: #00ced1;
	color: #FFF;
}

.price tbody th{
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
	font-weight: bolder;
	background-color: #f0f8ff;
}

.price tbody td{
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
}

.price caption{
	display: none;
}

.price ul{
	width: 750px;
	margin: 0.5em auto 0;
}

.price ul li{
font-size:0.9em;
line-height:1.5em;
margin-bottom:0.4em;
}

.price ul li:nth-child(2){
	color: #FF0000;
}

.under-navi a{
	width:160px;
	margin:0px auto;
}

.book p a{
	/*background: url(../img/ex-link-marker.png) no-repeat 0px 6px;*/
	background: url(../img/link-marker0.png) no-repeat 0px 6px;
	padding-left:15px;
	margin-left:15px;
}