@charset "utf-8";
/* CSS Document */

/*スマートフォン用　英単語でデザインが崩れないようにするため*/
body{
	word-wrap: break-word;
	background: #eee;
	-webkit-text-size-adjust: 100%;
}

p{
	margin: 0;
}

#pageTop {
	position:fixed;
	bottom:30px;
	right:30px;
}

#pageTop p {
	background:url("./images/page_top.gif") no-repeat right top;
}

/*トップ画像*/
.title{
	padding: 10px 0;
	display: block;
}

div.top_title{
	overflow: hidden;
	padding-bottom: 20px;
}

.top_title div.title_left{
	float: left;
	height: 56px;
}

.top_title  div.title_right{
	float: left;
	font-size: 115%;
	font-weight: bold;
	text-align: left;
	margin: 12px 0 0 10px;
}

.top_title  div.title_right p{
	margin: 0;
	padding: 0;
	font-size: 60%;
	font-weight:normal;
	letter-spacing: -0.05em;
}
/*トップ画像*/

/*トップメニュー*/
.menu_ul ul{
	list-style-type: none;
	display: block;
}

.menu_ul li{
	float: left;
	width: 17%;
	padding: 0;
	margin: 0;
	border-left: 1px solid #bbbbbb;
	text-align: center;
	vertical-align:middle;
	box-sizing:border-box;
}

.menu_ul li:first-child {
	width: 16%;
}

.menu_ul li:last-child {
 	width: 16%;
}

.menu_ul a{
	display: block;
}/*トップメニュー*/

.img_center {
	padding-bottom: 10px;
	text-align: center;
}

#breadcrumbs{
	background: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #bbbbbb;
	overflow: hidden;
	width: 100%;
	padding-right: 10px;
}

#breadcrumbs ul{
    display:table;
}

#breadcrumbs li{    display:table-cell;
    white-space:nowrap;
    font-size: 90%;
	font-weight:normal;
	padding: 5px 0;
}

#breadcrumbs a{
	text-decoration: none;
	color: #333333;
	position: relative;
	background-color: #ffffff;
	padding: 3px 0px 3px 15px;
}

#breadcrumbs li:first-child a{
	padding-left: 5px;
	border-radius: 5px 0 0 5px;
}

#breadcrumbs a:hover{
	background: #ffffff;
}

#breadcrumbs a::after,
#breadcrumbs a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
	padding-left: 1px;
}

#breadcrumbs a::after{
	z-index: 2;
	border-left-color: #ffffff;
}

#breadcrumbs a::before{
	border-left-color: #bbbbbb;
	right: -1.1em;
	z-index: 1;
}

#breadcrumbs a:hover::after{
	border-left-color: #ffffff;
}

#breadcrumbs .current,
#breadcrumbs .current:hover{
	font-weight: normal;
	background: none;
}

#breadcrumbs .current::after,
#breadcrumbs .current::before{
	content: normal;
}

#breadcrumbs li:last-child {
	padding-right: 10px;
}

#breadcrumbs div {
    display: none;
}

#menulist li a{
	padding: 8px;
}

/*会社概要*/
.profile_title{
	font-weight: bold;
}

.profile_dl dl{
	font-weight: bold;
}

.profile_dl dt{       
	width: 110px;
	float: left;
	clear: both;
}

.business_dl dd{
	margin-left: 20px;
}
/*会社概要*/

/*沿革*/
.history_table th{
	width: 55px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

.history_dl{
	overflow: hidden;
}

.history_dl dt{
	width: 35px;
	font-weight: normal;
	vertical-align: top;
	float: left;
	text-align: right;
}

.history_dl dd{
	margin-left: 45px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
/*沿革*/

/*カルーセルスライダー*/
* {
	padding: 0;
	margin: 0;
}

.film_roll_wrapper {
	overflow: hidden;
}

.film_roll_uttle {
	position: relative;
}

.film_roll_child {
	display: inline-block;
	margin-right: 10px;
}

.btn_prev {
	position: relative;
	z-index: 5;
	float: left;
	left: 50px;
	bottom: 70px;
	width: 24px;
	height: 23px;
}

.btn_next {
	position: relative;
	z-index: 5;
	float: right;
	bottom: 70px;
	width: 24px;
	height: 23px;
}

.btn_prev {
	left: 15px;
}

.btn_next {
	right: 15px;
}

.btn_prev:hover,
.btn_next:hover {
	opacity: 0.7;
}

.film_roll_pager span {
	display: none;
}

#film_roll_arrow {
	display: none;
}
/*カルーセルスライダー*/

/*フッター*/
#footer {
	font-size: 75%;
	color: #ffffff;
	background-color: #071e79;
	padding: 7px 0 7px 7px;
	margin-top: 60px;
}
/*フッター*/

div.overflow{
	overflow: hidden;
	clear: both;
}

div.right{
	float: right;
	width: 40%;
	padding: 0 0 8px 8px;
	text-align:right;
}

div.left{
	float: left;
	width: 60%;
}

hr{
	clear: both;
	margin: 10px 0;
}

.message p{
	margin-bottom: 15px;
}

.tema {
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 10px;
}

.space{
	height: 100px;
	width: 5px;
}

/*沿革*/
.histry p{
	margin-top: 8px;
	font-size: 115%;
}
/*沿革*/

/*事業所紹介*/
h3{
	padding: 3px;
}

ul.corporate a{
	background-color: #ffffff;
	color: #5a5a5a;
}

.recruitDivBox {
	padding-left: 13px;
	margin-bottom: 20px;
}

.corporate li {
	background: none;
}

.corporate li h3 {
	padding-bottom: 5px;
}

.company {
	padding-left: 0px;
}

.listview_flot{
	overflow: hidden;
	clear: both;
	margin: 5px 0px 0px 5px;
}

.listview_flot img{
	float:right;
	width: 30%;
	padding: 0px 8px;
}
/*事業所紹介*/

/*個人情報保護方針、太字*/
.privacy {
	font-size: 105%;
	font-weight: bold;
	margin: 20px 0 10px;
}
/*個人情報保護方針、太字*/

/*環境保護への取り組み、背景灰色*/
.gray {
	color: #606060;
	background-color: #dcdcdc;
	margin: 10px 0;
	padding: 8px;
}

.gray p {
	font-size: 105%;
	font-weight: bold;
	margin: 10px 0;
}

.gray a {
	color: #606060;
	text-decoration: none;
	font-weight: normal;
}
/*環境保護への取り組み*/

/*幅いっぱい*/
#full-slider {
	position:relative;
}
#full-wrapper {
	background: #fff;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#full-carousel li {
	float: left;
	margin:5px;
	list-style: none;
}
#full-prev, #full-next {
	background-color: #fff;
	opacity:0.7;
	filter: alpha(opacity=70);/* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */
	zoom:1;
	display: block;
	height: 300px;
	width: 50%;
	top: 0;
	position: absolute;
}
#full-prev:hover, #full-next:hover {
	background:#fff;
	opacity:0.4;
	filter: alpha(opacity=40);/* ie 6 7 */
	-ms-filter: "alpha(opacity=40)";/* ie 8 */
	zoom:1;
}
#full-prev {
	left: -300px;/* スライドする画像の横半分の値 */
}
#full-next {
	right: -300px;/* スライドする画像の横半分の値 */
}
#full-prev img {
	right:20px;
	top:120px;
	position:absolute;
}
#full-next img {
	left:20px;
	top:120px;
	position:absolute;
}
#full-pager {
	text-align:center;
	/*padding:10px;*/
}
#full-pager a {
	border: 2px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 0 0;
}
#full-pager a:hover {
	background:#eee ;
}
#full-pager a span {
	display: none;
}
#full-pager a.selected {
	background-color: #ccc;
}
/*幅いっぱい*/

/*事業内容*/
.p_business{
	font-size: 105%;
	font-weight: bold;
	color: #071e79;
	border-bottom: solid 1px #071e79;
	padding-top: 20px;
}

.business_dl dl{
	font-weight: bold;
}

.business_dl dt{       
	width: 20px;
	float: left;
	clear: both;
}

.business_dl dd{
	margin-left: 20px;
}
/*事業内容*/

#entry{
	color: #071e79;
	font-size: 110%;
	font-weight: bold;
	margin-top: 5px;
}

/*SEについて*/
.benefit {
	margin:0 auto;
	width:288px;
}
.benefit .tooltip{
	width: 288px;
	position: relative;
	display: inline-block;
	padding: 0 0 2px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

span.tooltip_title{
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

div.tooltip_top{
	width: 27px;
	color: #ffffff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	_display: inline;
}

div.tooltip_main{
	margin: 5px;
}

.benefit .tooltip::before,
.benefit .tooltip::after{
	content: '';
	position: absolute;
}

.tooltip::before,
.tooltip::after{
	left: 0;
	border-right: 140px solid transparent;
	border-left: 140px solid transparent;
}

.tooltip::before{
	bottom: -27px;
	border-top: 26px solid #dcdcdc;
}

.tooltip::after{
	bottom: -26px;
	border-top: 26px solid #ffffff;
}
/*SEについて*/

/*研修システム*/
#training_top{
	color: #ffffff;
	background-color: #1c2384;
	padding: 10px;
}

.training_left{
	float: left;
	width: 20%;
}
/*研修システム*/

/*ムトーアイテックスの魅力*/
.introduction{
	color: #1c2384;
	font-size: 105%;
	font-weight: bold;
	margin: 25px 0 10px;
}

.introduction_top{
	width: 30px;
	color: #ffffff;
	background-color: #1c2384;
	font-size: 120%;
	text-align: center;
	padding: 5px;
	display: inline-block;
	_display: inline;
}
/*ムトーアイテックスの魅力*/

/*プロセス*/
.process{
	font-size: 105%;
	font-weight: bold;
	margin: 25px 0 10px;
}

.process_top{
	color: #fffffff;
	font-size: 120%;
	padding: 3px 5px;
}
/*プロセス*/

/*入社までのプロセス*/
.process_img{
	text-align: center;
}

.arrow{
	font-size: 150%;
	color: #000000;
	margin-top: 10px;
	text-align: center;
}
/*入社までのプロセス*/

/*障がい者採用について*/
.challenged_dl dl{
	font-weight: bold;
}

.challenged_dl dt{       
	width: 30px;
	float: left;
	clear: both;
}

.challenged_dl dd{
	margin-left: 30px;
}
/*障がい者採用について*/

/*Q&A*/
.faq_q_a{
	font-size: 105%;
	font-weight: bold;
	margin: 10px 0 10px;
	color:#323b8a;
}

.faq_left_a{
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin:  3px;
	background-color: #323b8a;
	color: #ffffff;
}

.faq_q_b{
	font-size: 105%;
	font-weight: bold;
	margin: 10px 0 10px;
	color:#068e93;
}

.faq_left_b{
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin: 3px;
	background-color: #068e93;
	color: #ffffff;
}

/*Q&A*/

/*採用職種*/
.jl_content{
	font-size: 90%;
}

.jl_pink{
	padding: 7px 20px;
	color: #000000;
	background-color: #f0d0f1;
}

.jl_gray{
	padding: 7px;
	color: #606060;
	background-color: #dcdcdc;
}

.jl_blue{
	padding: 7px 20px;
	color: #000000;
	background-color: #aae2e6;
}

.jl_yellow{
	padding: 7px 20px;
	color: #000000;
	background-color: #ebf07d;
}
/*採用職種*/

/*	グローバルナビ用スタイル star	*/
	#globalMenu .downMenu			{ display:none; width:100%; position:absolute; left:0px; 
									  background:url("./../images/global_menu/down_menu_bg.png") repeat-y left top; color:#ffffff; }
	#globalMenu .downMenu li		{ width:100%; text-align:left; padding:10px; }
	#globalMenu .downMenu div		{ margin-top:10px; }
	#globalMenu .downMenu span		{ display:block; margin-bottom:10px; }
	#globalMenu .downMenu span a	{ display:block; color:#ffffff; padding:7px 10px; width:93%; border:1px solid #ffffff; 
									  text-decoration:none; }
	#top							{ cursor:pointer; }
/*	グローバルナビ用スタイル end	*/

/*	2014/11/06 トップページトピックス　スタイル調整 start	*/
	#topTopics li					{ list-style-type:none; padding:10px 15px; border:1px solid #dddddd; border-top:0px; }
	#topTopics li.topicsTitle		{ background:#000000; color:#ffffff; border:1px solid #000000; padding:7px 15px; }
	#topTopics a					{ color:#333333; text-decoration:none; }
	#topTopics a:hover				{ text-decoration:underline; }
/*	2014/11/06 トップページトピックス　スタイル調整 end	*/