@charset "utf-8";
/*Common
------------------*/
table,img{
	border:none;
}
img{
	vertical-align:middle;
	-webkit-backface-visibility: hidden;
}
p{
	margin:0 0 1em 0;
	padding:0;
}
article,section,nav,header,footer,aside{
	display:block;
}
h1,h2{
	float:none;
	clear:both;
}
h1{
	margin:0 10px 20px 10px;
	padding:0px;
	font-size:1.6em;
	font-weight:normal;
	/*white-space:nowrap;*/
	overflow:hidden;
}
h1 span{
	font-size:smaller;
}
#maincol h2{
	margin:0 0px 10px 0px;
	/*line-height:1;*/
	/*color:#36C;*/
	border:solid 1px #555352;
	border-left:solid 5px #555352;
	background-color:#F9F9F9;
	padding:15px 15px;
	font-size:1.2em;
	font-weight:bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-box-shadow:0px 5px 5px -5px rgba(0,0,0,0.5);
	-moz-border-box-shadow:0px 5px 5px -5px rgba(0,0,0,0.5);
	-ms-box-shadow:0px 5px 5px -5px rgba(0,0,0,0.5);
	box-shadow:0px 5px 5px -5px rgba(0,0,0,0.5);
}
#maincol h3{
	font-size:1.15em;
	clear:both;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:8px 15px 8px 15px;
	background-color:#EFEFEF;
	border-left:solid 5px #FF6600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#maincol h4{
	font-size:1.1em;
	font-weight:normal;
	margin:10px 0px 10px 0px;
	padding:6px 15px 5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top:dotted 1px #CCC;
	border-bottom:solid 2px #CCC;
}

article{
	margin:0px 0px 30px 0px;
	overflow:hidden;
	zoom:1;
	display:block;
}

.center{
	text-align:center !important;
}
.txtleft{
	text-align:left !important;
}
.txtright{
	text-align:right !important;
}
.left{
	float:left;
	margin-right:5px;
}
.right{
	float:right;
	margin-left:5px;
}
.leftbox{
	float:left;
	width:48%;
	margin-right:5px;
}
.rightbox{
	float:right;
	width:48%;
	margin-left:5px;
}
.clear{
	clear:both;
	float:none;
}
.clearnone{
	clear:none !important;
}
em{
	font-style:normal;
	color:#900;
}
.red{
	color:#C33;
}
.ora{
	color: #FF6600;
}
.small{
	font-size:smaller;
}
.large{
	font-size:large;
}
.larger{
	font-size:larger;
}
.img_border{
	border:solid 1px #ddc7ac;
	padding:4px;
}

.caution{
	border:solid 1px #BB0003;
	background-color:#fff5f7;
	padding:5px 10px;
	margin:10px 0;
}
.caution h4{
	background-color:#FFF;
}
.pc{
}
.sp{
	display:none;
}
.stop{
}

/*緊急情報*/
#kinkyu{
	margin:0 0 10px 0;
	padding:0;
	border:solid 1px #000898;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#FFF;
}
#kinkyu table{
	border-collapse:collapse;
	width:100%;
}
#kinkyu table th{
	width:180px;
	vertical-align:middle;
	text-align:center;
	color: #FFF;
	font-weight: normal;
	background-color:#293887;
	background-image: -webkit-linear-gradient(270deg,rgba(92,101,204,1.00) 0%,rgba(42,50,135,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(92,101,204,1.00) 0%,rgba(42,50,135,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(92,101,204,1.00) 0%,rgba(42,50,135,1.00) 100%);
}
#kinkyu table td{
	padding:0;
}
#kinkyu a{
	display:block;
	text-decoration:none !important;
	padding:5px 10px;
}
#kinkyu a p{
	margin:0;
}


p.kinkyu{
	/*background-color:#fff5f7;
	color:#900;*/
}

#happyfriday{
	margin:0 0 0px 0;
}
#happyfriday a{
	padding:0 0 0px 0;
	text-align:center;
	background-color:#EB6100;
}
#happyfriday img{
	max-width:100%;
}
/**/
.app_dl{
	background-color:#EFEFEF;
	font-size:smaller;
	padding:10px;
}
.nowrap{
	white-space:nowrap;
}
.warning{
	background:url(../img/common/warning.png) no-repeat top left;
	padding-left:25px;
	padding-top:3px;
}
ul.warning {
	background-image:none;
	list-style:none;
}
ul.warning li{
	background:url(../img/common/warning.png) no-repeat top left;
	padding-left:25px;
	line-height:1.5em;
}
hr{
	border: 0;
    height: 1px;
	border-bottom: 1px dotted #d5cebe;
}
#main a{
	color: #003399;
	text-decoration: none;
}
#maincol a{
	text-decoration:underline;
}
#main a:visited{
	color: #773377;
}
@media (hover: hover) {
	#main a:hover{
		color:#F60;
	}
}

#main a img{
	filter: Alpha(opacity=100); 
    -moz-opacity:1.0;
    opacity:1.0; 
	/*-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;*/
}
@media (hover: hover) {
	#main a:hover img{
		filter: Alpha(opacity=80); 
		-moz-opacity:0.8;
		opacity:0.8; 
	}
}
.blank{
/*	background-image: url(../img/common/window.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0 2px 0 0;
	padding: 0 10px 0 0;	
*/
}
.new:after{
	content:'NEW!';
	font-size:80%;
	background-color:#FF6B00;
	color:#FFF;
	display:inline-block;
	border-radius:3px;
	padding:1px 5px;
	margin-left:5px;
	font-weight:normal !important;
	font-family:Trebuchet MS;
}
#maincol a.new:after{
	text-decoration:none;
}

.pdf{
	background: url(../img/common/pdficon_small.png) no-repeat top right;
	margin: 0 2px 0 0;
	padding: 0px 20px 2px 0px;	
}
.link,.arrow{
	background:url(../img/common/arr.png) no-repeat 0 0.3em;
	padding:0px 0 0px 10px;
}

ul.arr{
	list-style:none;
	margin:1em;
	padding:0;
}
ul.arr li{
	background:url(../img/common/arr.png) no-repeat 0 0.3em;
	padding:0px 0 0px 10px;
	margin:0 0 0.5em 0;
}

dl.dl_default{
	margin:10px 0;
}
dl.dl_default dt{
	margin:0 0 0.5em 0;
	font-weight:bold;
}
dl.dl_default dd{
	margin:0 0 1em 2em;
}


table.default{
	border-collapse:collapse;
	margin:10px 0;
	border-bottom:solid 1px #ddc7ac;
	border-right:solid 1px #ddc7ac;
}
table.default th,table.default td{
	border-top:solid 1px #ddc7ac;
	border-left:solid 1px #ddc7ac;
	padding:5px 10px;
}
table.default thead th{
}
table.default thead th:first-child{
}

table.default thead th,table.default thead td{
	font-weight:bold;
	vertical-align:top;
	white-space:nowrap;
	background-color:#EFEFEF;
}
table.default td{
	vertical-align:top;
}
table.default thead th,table.default thead td{
	text-align:center;
}
table.default tbody th,table.default tbody td{
	text-align:left;
}
table.default tbody th{
	background-color:#F9F9F9;
}

table.widthmax{
	width:100%;
}

/*フォーム時*/

form table.default input{
	padding:5px;
}
form table.default input[type="text"]{
	width:90%;
}
form table.default textarea{
	padding:5px;
	width:90%;
	height:5em;
}
form table.default input[type="radio"]{
	/*margin-bottom:1em;*/
}
.kana{
	ime-mode: active;
}
.eisu{
	ime-mode: inactive;
}




p.toForm{
	text-align:center;
}

p.toForm a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 10px 30px;
    margin: 0;
    border: 1px solid #c43c35;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #FFF !important;
    background-color: #c43c35;
    background-image: linear-gradient(top, rgba(255,255,255,1),
                                rgba(255,255,255,0));
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  background-image: linear-gradient(top, rgba(255,255,255,.3), 
                     rgba(255,255,255,0));
	text-decoration:none !important;
}
 
p.toForm a:hover{
    background-color: #ee5f5b;
}
 
p.toForm a:active{
    background: #c43c35;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}
/*時刻表用*/
table.timetable{
	border-collapse:collapse;
	margin:10px 0;
	width:100%;
}
table.timetable th,table.timetable td{
	border:solid 1px #DDD;
	padding:2px 3px;
}
table.timetable th{
	font-weight:normal;
	vertical-align:middle;
	/*white-space:nowrap;*/
	background-color:#F3F3F3;
}
table.timetable td{
	/*vertical-align:top;*/
	vertical-align:middle;
}
table.timetable thead th,table.timetable thead td,
table.timetable tfoot th,table.timetable tfoot td{
	background-color: #FAF2E9;
	text-align: center;
}
table.timetable tbody th{
	text-align:center;
}
table.timetable tbody td{
	text-align:center;
}

/*リムジンバス*/
#limousine p.shieki_choko{
	border-left:30px solid #F9FABA;
	padding-left:5px;
	line-height:1em;
}
#limousine table.timetable tr.shieki td{
	background-color:#FFFFE6;
}
#limousine table.timetable thead th.ferry{
	background-color: #E9F2FF;
}

#limousine ul.noriba{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
#limousine ul.noriba li{
	float:left;
	width:300px;
	margin:10px 10px;
	font-size:1.2em;
}
#limousine ul.noriba li em{
	font-size:smaller;
}
#limousine ul.noriba li img{
	border:solid 1px #DDD;
	display:block;
}
#limousine table.to_kuko,table.to_shinai{
	border-collapse:collapse;
	margin-bottom:10px;
}
#limousine table.to_kuko td,table.to_shinai td{
	border:solid 1px #999;
	padding:3px 10px;
}
#limousine table.to_shinai td{
background-color:#F7EDEE;
}
#limousine table.to_kuko td{
background-color:#E6EDF7;
}
#limousine table.to_kuko tr.from_shieki td{
background-color:#FFFFE6;
}
#limousine table.to_kuko tr.from_jr td{
background-color:#DEF2F3;
}
#limousine table.to_shinai tr.to_st td{
background-color:#ECF6DB;
}

#limousine table.timetable tbody tr:hover td,
#limousine table.timetable tbody tr:hover th{
	background-color:#FFF5FB;
}
/*リムジン内　空港時刻表*/
.air_oufuku1, .air_oufuku2{
	width:49%;
}
.air_oufuku1{
	float:left;
}
.air_oufuku2{
	float:right;
}
/*リムジン　ここまで*/

/*トピックス用*/
#bodytopics article div.date{
	margin:0 0 1em 0;
}

dl.dl_topics{
	margin:1em;
}
dl.dl_topics dt{
	margin: 0 0 0.5em 0;
	font-weight: bold;
	padding: 5px 10px;
	border-left: 5px solid #00289B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
dl.dl_topics dd{
	margin:0 0 1em 15px;
}

/*更新情報*/
#whatsnew{
	overflow:hidden;
}
#whatsnew p.link{
	margin:0;
	background-image:none;
}
#whatsnew p.link a{
	text-decoration:none;
	background-color:#ff6600;
	color:#FFF;
	padding:3px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:inline-block;
}
@media (hover: hover) {
	#whatsnew .link a:hover{
		background-color:#555352;
	}
}

#whatsnew ul.tabset_tab{
	list-style:none;
	margin:0 0 0 0px;
	padding:0;
}
#whatsnew ul.tabset_tab li{
	float:left;
	margin:0 0 0 0px;
	padding:0;
}
#whatsnew ul.tabset_tab li a{
	background-color:#555352;
	color:#FFF;
	text-align:center;
	display:block;
	text-decoration:none;
	padding:0px 16px;
	margin:0 0px 0px 3px;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	height:30px;
	line-height:30px;
}
#whatsnew ul.tabset_tab li a.location,
#whatsnew ul.tabset_tab li a:hover{
	background-color:#FF6600;
}
#whatsnew .tabset_panel{
	clear:both;
	border:solid 1px #555352;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px;
	margin:-2px 0 30px 0;
	height:10em;
	overflow:auto;
}

dl.whats{
	margin:0;
}
dl.whats dt{
	width:6em;
	float: left;
	clear: both;
	white-space:nowrap;
	padding:3px 0em 3px 1em;
	margin:0 0 0.75em 0;
}
dl.whats dd{
	margin:0 0 0.75em 7em;
	padding:3px 1em 3px 0;
}
#bodytopics dl.whats dt{
}
.whats dd:before{
	margin:0 0.5em 0.5em 0;
	padding:0.05em 0.2em;
	width:5.5em;
	text-align:center;
	display:block;
	float:left;
	background-color:#CCC;
	font-size:90%;
	color:#FFF;
	border-radius:3px;
}
dd.new_label_railbus:before{
	content: "電車・バス";
	background-color: #F28339;
}
dd.new_label_info:before{
	content: "お知らせ";
	background-color: #EA6063;
}
dd.new_label_csr:before{
	content: "CSR";
	background-color: #4986D2;
}
dd.new_label_museum:before{
	content: "MUSEUM";
	background-color: #D28649;
}dd.new_label_ecard:before{
	content:"い〜カード";
	background-color:#00A6FF;
}
dd.new_label_kousokubus:before{
	content: "高速バス";
	background-color: #FA9DD1;
}
dd.new_label_press:before{
	content: "プレス";
	background-color: #9ECC27;
}
dd.new_label_recruit:before{
	content: "採用情報";
	background-color: #5E57B6;
}

#maincol .whats dd a.new:after{
	content:'';
	display:none;
}

/*
dl.whats dt{
	width:12em;
	float: left;
	clear: both;
	white-space:nowrap;
	padding:3px 0em 3px 1em;
	margin:0 0 0.75em 0;
}
dl.whats dd{
	margin:0 0 0.75em 12em;
	padding:3px 1em 3px 0;
}
#bodytopics dl.whats dt{
	width:8em;
}
.whats dt:after{
	margin:0 0 0 0.5em;
	padding:0.05em 0.2em;
	width:5.5em;
	text-align:center;
	display:inline-block;
	background-color:#CCC;
	font-size:90%;
	color:#FFF;
	border-radius:3px;
}
dt.new_label_railbus:after{
	content: "電車・バス";
	background-color: #F28339;
}
dt.new_label_info:after{
	content: "お知らせ";
	background-color: #EA6063;
}
dt.new_label_csr:after{
	content: "CSR";
	background-color: #4986D2;
}
dt.new_label_ecard:after{
	content:"い〜カード";
	background-color:#00A6FF;
}
dt.new_label_kousokubus:after{
	content: "高速バス";
	background-color: #FA9DD1;
}
dt.new_label_press:after{
	content: "プレス";
	background-color: #9ECC27;
}
dt.new_label_recruit:after{
	content: "採用情報";
	background-color: #5E57B6;
}

*/

#bodytopics tr.kaisha td{
	font-size:smaller;
	background-color:#F6F6F6;
}
/*
#bodytopics tr td{
	font-size:smaller;
	background-color:#F6F6F6;
}
*/
/*トピックス ここまで*/

/*賃貸*/
#bodyestate{
}
#bodyestate ul.roomphoto{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#bodyestate ul.roomphoto li{
	float:left;
	margin:5px 5px;
	padding:0;
}
#bodyestate ul.roomphoto li img{
	border:solid 1px #d5cebe;
	padding:4px;
	width:100px;
}
/*Q＆A*/

#maincol dl.qa dt{ 
	background:url(../img/common/q.gif) no-repeat 10px 10px;
	padding:10px 10px 10px 30px;
	margin:1.5em 0 0 0;
	border:solid 1px #DDD;
	background-color:#F3F3F3;
}
#maincol dl.qa dt a{
	display:block;
	text-decoration:none;
}
#maincol dl.qa dt a:hover{
}
#maincol dl.qa dd{
	background:url(../img/common/a.gif) no-repeat 10px 10px;
	padding:10px 10px 10px 30px;
	margin:0em 0em 2em 0em;
	border:solid 1px #DDD;
	border-top:0px;
	overflow:hidden;
}
#maincol dl.qa .closedd{
display:block;
float:right;
}
#maincol dl.qa dd blockquote{
background-color:#FAF7E8;
padding:10px;
width:90%;
margin:0.5em auto;
}
/*Q＆A　ここまで*/
/*お問い合せ*/

#maincol dl.toiawase dt{ 
	padding:10px 10px 10px 10px;
	margin:1.5em 0 0 0;
	border:solid 1px #DDD;
	background-color:#F3F3F3;
}
#maincol dl.toiawase dd{
	padding:10px 10px 10px 10px;
	margin:0em 0em 2em 0em;
	border:solid 1px #DDD;
	border-top:0px;
	overflow:hidden;
}
/*お問い合せ　ここまで*/

/*いよてつグループNAVI*/
#group_navi article div.listbox{
	width:328px;
	height:220px;
	margin:10px 0px 10px 0px;
}
#group_navi  article div.listbox:nth-of-type(2n){
	margin:10px 0px 10px 15px;
}
#group_navi article div.height88{
	height:280px;
}
#group_navi .listbox h3.e10off{
	background:#DDD url(../group/img/navi/e10off.png) no-repeat right;
}
#group_navi .listbox h3.e7off{
	background:#DDD url(../group/img/navi/e7off.png) no-repeat right;
}
#group_navi .listbox h3.e5off{
	background:#DDD url(../group/img/navi/e5off.png) no-repeat right;
}
#group_navi .listbox h3.ecard{
	background:#DDD url(../group/img/navi/ecard.png) no-repeat right;
}
#group_navi .listbox h3.epoint{
	background:#DDD url(../group/img/navi/epoint.png) no-repeat right;
}
#group_navi .listbox p{
}
/*いよてつグループNAVI ここまで*/

.index{
	float:left;
	margin:10px 4px 10px 3px;
	zoom:1;
}
#maincol .index a{
	width: 150px;
	/*height: 170px;*/
	height: 14em;
	overflow: hidden;
	padding: 0 10px;
	display: block;
	text-decoration: none;
	color: #333;
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #AAA;
}
@media (hover: hover) {
	#maincol .index a:hover{
		background-color: #FFF9D1;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
}
#maincol .index h3{
	font-size: 1.05em;
	color: #D66D00;
	padding: 0 0 0 10px;
	margin: 5px -5px;
	background: none;
	border-left: 0px;
	background: url(../img/common/arr_ora.png) no-repeat 0 0.25em;
	line-height:1.25em;
}
.index p{
	font-size:95%;
	line-height:1.4em;
}
.index p.index_img{
	margin:0 -10px;
}
.index p.index_img img{
	width:170px;
}

.othercontents{
	width:340px;
	float:left;
	margin:10px 10px 10px 10px;
	padding: 0px 0px;
	overflow:hidden;
	zoom:1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#maincol .othercontents h3{
	margin-top:0;
}


.listbox{
	width:198px;
	float:left;
	border:solid 1px #AAA;
	margin:10px 10px 10px 10px;
	padding:0 10px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#maincol .listbox h3{
	margin: 0px -10px 10px -10px;
	padding: 5px 10px;
	border: solid 0px #d5cebe;
	border-bottom: solid 1px #AAA;
	background-color: #EEE;
	font-weight: bold;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

/*.index{
	width:228px;
	float:left;
	border:solid 1px #AAA;
	margin:10px 5px 10px 5px;
	overflow:hidden;
	zoom:1;
	height:280px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#maincol .index h3{
	margin: 0px 0 0 0;
	padding: 5px 10px;
	border: solid 0px #d5cebe;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #AAA;
	background-color: #EEE;
	font-weight: bold;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}


.index p{
	margin:10px 20px;
}

.index p.index_img{
	text-align:center;
}
.index p.index_img img{
	border:solid 1px #AAA;
	padding:1px;
}*/

.service_st{
	clear:both;
}
.service_st img{
	box-sizing:border-box;
	width:100%;
	border-radius:5px;
	border:solid 1px #CCC;
}

#company_recruit .nen_boshu table.default tbody th{
	width:20%;
}
ol.chui_kome {
  counter-reset: number;
  list-style: none;
}
ol.chui_kome li{
	text-indent:-2.5em;
}
ol.chui_kome li:before {
  counter-increment: number;
  content: "※"counter(number)" ";
  padding-right:0.5em;
}
.cm .video,
#cm .video{
width:640px;
height:360px;
}
.cm audio{
width:600px;
}

#gmap,.gmap{
	border:solid 1px #d5cebe;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:480px;
	margin:10px 0;
}

/*役員一覧*/
table.officer tbody th{
	text-align:left;
	padding-left:1em;
	padding-right:2em;
}
table.officer tbody td{
	text-align:center;
	font-weight:bold;
	padding-left:1.5em;
	padding-right:1.5em;
}
