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

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

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

.promotion .msg img{
	display:block;
	width: 100%;
	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:90%;
}

.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.0em;
	text-align: center;
	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 ul li a span{
	display: block;
}

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

.exp ul{
	padding-left: 0px;
}

.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{
}

.photo ul{
	margin: 0px;
	padding: 0px;
	width: 340px;
	margin: 0 auto;
}

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

.photo ul li img{
	width:160px;
	height:auto;
}

.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{
	padding-left: 1.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;
	background-color: #00ced1;
	padding: 5px 10px;
	color: #FFF;
	margin-top:1.0em;
	margin-bottom:0.5em;
}

.price caption{
	display: none;
}

.price table th,
.price table td{
	display:block;
	width: 100%;
	margin-top:5px;
}

.price table th{
	text-align:left;
}

.price table th:before{
	content:"■";
	margin-right:5px;
}

.price thead th:nth-child(1):before{
content: "1.";
}

.price thead th:nth-child(2):before{
content: "2.";
}

.price thead th:nth-child(3):before{
content: "3.";
}

.price thead th:nth-child(3){
	border-bottom: 1px #666 dotted;
}

.price ul{
	padding-left: 1.5em;
}

.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 4px;
	padding-left:15px;
	margin-left:15px;
}