﻿/****************************
　　 company H1
****************************/

#left h1 {
    border-bottom: 1px solid #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
}


#left .available{
	border:1px solid #DF7C84;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	position: relative;
}
#left .available h3{
	font-size: 15px;
	font-weight: bold;
}
#left .available .more a{
	position: absolute;
	right: 20px;
	top: 10px;
	border:1px solid #DF7C84;
	border-radius: 5px;
	text-align: center;
	background: no-repeat 73px center url('../_img/common/arrow_re.png');
	background-size: 6px;
	width: 80px;
	padding-right: 5px;
	color: #DF7C84;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#left .available .choice{width: 30px;}
#left .available .more a:hover{
	background-color: #FFE5E5;
	background-position: 76px center;
}
#left .available ul li{
	clear: both;
	border-bottom: 1px dotted #FB9DA2;
	padding-top: 5px;
}
#left .available ul li::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#left .available ul li:first-child span{
	font-size: 13px !important;
	padding-bottom: 2px !important;
	padding-top: 7px !important;
	margin: 0 !important;
	line-height: 1em !important;
}
#left .available ul li:nth-child(2n){
	background-color: #e9e9e9;
}
#left .available ul li>span{float: left;padding: 7px 0 7px 10px;}
#left .available ul li>span.date{
	width: 80px;
	font-size: 11px;
	line-height: 1em;
}
#left .available ul li>span.title{width:228px;padding-right: 0}
#left .available ul li>span.title .new{
	font-size: 10px;
	border:1px solid #f00;
	color: #f00;
	font-weight: bold;
	background-color: #fff;
}
#left .available ul li>span.place{
	width:60px;
	margin: 5px 10px 5px;
	padding:0;
}
#left .available ul li>span.place a{
	display: block;
	font-size: 11px;
	padding: 2px 0 0 18px;
	background: no-repeat 5px center url('../_img/common/arrow_wh.png') #060;
	background-size: 6px;
	color: #fff;
	text-decoration: none;
}
#left .available ul li>span.place a:hover{
	background-color: #049604;
	background-position: 8px center;
}
#left .available ul li>span.detail{
	width:60px;
	padding: 0;
	margin-right: 10px;
}
#left .available ul li>span.detail a{
	border:1px solid #999;
	border-radius: 4px;
	display: block;
	padding:5px 10px 3px;
	background: no-repeat 47px center url('../_img/common/arrow_bk.png') #fff;
	background-size: 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333;
}
#left .available ul li>span.detail a:hover{
	background-color: #e9e9e9;
	background-position: 50px center;
}
#left .available ul li>span.application{
	width:60px;
	padding: 0;
}
#left .available ul li>span.application a{
	border-radius: 4px;
	display: block;
	padding:5px 10px 3px;
	background: no-repeat 47px center url('../_img/common/arrow_wh.png') #DF7B84;
	background-size: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#left .available ul li>span.application a:hover{
	background-color: #E09198;
	background-position: 50px center;
}


/***** システム入った部分　*****/
#left .available table{
	width: 663px;
}
#left .available tr:nth-child(2n-1){
	background-color: #e9e9e9;
}
#left .available td{
	line-height: 1.5em;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
#left .available td .seminar_name{
	font-size: 18px;
	font-weight: bold;
}
#left .available td span.place{
}
#left .available td span.place a{
	display: inline-block;
	width: 35px;
	font-size: 11px;
	padding: 2px  10px 0 18px;
	background: no-repeat 5px center url('../_img/common/arrow_wh.png') #060;
	background-size: 6px;
	color: #fff;
	text-decoration: none;
}
#left .available td span.place a:hover{
	background-color: #049604;
	background-position: 8px center;
}
#left .available td span.pdf{
}
#left .available td span.pdf a{
	display: inline-block;
	width: 30px;
	font-size: 11px;
	padding: 2px 10px 0 18px;
	background: no-repeat 5px center url('../_img/common/arrow_wh.png') #A20607;
	background-size: 6px;
	color: #fff;
	text-decoration: none;
}
#left .available td span.pdf a:hover{
	background-color: #F21012;
	background-position: 8px center;
}


#left table.form{font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif; width: 100%;}
#left table.form{
  border-collapse:separate;
  border-spacing:0;
  border:1px solid #ccc;
  border-radius:5px;
}
#left table.form tr th,#left table.form tr td{
  border:none;
  background:none;
  text-align:left;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding:10px;
}
#left table.form tr th {
  background-color:#f0f0f0;
  width:160px;
  font-size: 13px;
}
#left table.form tr:first-child th:first-child {
  border-radius:5px 0 0 0;
}
#left table.form tr:last-child th:first-child {
  border-radius:0 0 0 5px;
}
#left table.form tr td{
  font-size:90%;
}
.name label{
  float:left;
  width:3em;
  display:block;
  line-height:2.3em;
}
.name input{
  float:left;
  margin-right:20px;
}
#left table.form input[type="text"],#left table.form textarea,#left table.form select{
  border-radius:3px;
  border:1px solid #ccc;
  padding:5px;
}
#left table.form textarea{width: 500px;}
#left table.form tr td span.example{
  color:#999;
}
#left table.form tr td:first-child {
  width:160px;
}
#left table.form tr td:last-child {
  border-right:none;
}
#left table.form tr:last-child th,#left table.form tr:last-child td {
  border-bottom:none;
}
table.form td.moji{font-size:14px;}
.img_center img
{
	margin-left:20px;
}
p.submit{
  width:200px !important;
  margin:0 auto !important;
}
p.submit input{
  padding:10px;
  border-radius:5px;
  border-top:2px solid #ccc;
  border-left:2px solid #ccc;
  border-right:2px solid #999;
  border-bottom:2px solid #999;
  box-shadow:rgba(148, 148, 148, 0.5) 2px 2px 6px 0px;
  font-size:120%;
  font-weight:bold;
}
p.submit input:hover{
  cursor:pointer;
  background-color:#F9F9F9;
}
p.submit input:first-child{
  float:left;
}
p.submit input:last-child{
  float:right;
}	
.midashi{
	width: 60px !important;
}

/****************************
　　右ナビ 
****************************/
#application.top #right #sidemenu>ul>li:nth-child(1)>a,
#application.privacy #right #sidemenu>ul>li:nth-child(2)>a,
#application.cancel #right #sidemenu>ul>li:nth-child(3)>a
{background-color: #e9e9e9;}
#application #right h2{
	background: no-repeat 10px center url('../_img/common/nav3_2.png') #666;
	background-size: 30px 29px;
}

/*確認画面*/

.error{
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}