@charset "utf-8";

/* ========================================================
	index.css => index用css
======================================================== */
body {
	position: relative;
	min-width: 1150px;
}
#container {
	margin-right: 220px;
}

/* message
============================================================================================================ */
#message {
	position: relative;
	min-width: 910px;
	height: 480px;
	overflow: hidden;
}
#message ul {
	position: relative;
	z-index: 1;
}
#message ul li {
	display: none;
	position: absolute;
	background-color: #ffffff;
	width: 100%;
}
#message ul li:first-child {
	display: block;
}
#message ul li div {
	float: left;
	position: relative;
	left: 50%;
}
#message ul li img {
	display: block;
	position: relative;
	left: -50%;
}
#message ul li.main01 {
	background: #f9f9f9;
}
#message ul li.main02 {
	background: #efd0ce;
}
#message ul li.main03 {
	background: #d83527;
}

#message .nav {
	position: relative;
	width: 910px;
	margin: 0 auto;
	z-index: 3;
}
#message .nav p {
	position: absolute;
	left: 0;
	top: 426px;
	width: 56px;
	height: 20px;
	padding: 4px 0 0 7px;
	background: url(/images/main_nav_bg.png) no-repeat;
}
#message .nav p span {
	float: left;
	width: 16px;
	height: 16px;
	background: url(/images/main_nav_off.png) no-repeat center;
	cursor: pointer;
}
#message .nav p span:hover {
	background-image: url(/images/main_nav_on.png);
}
#message .nav p span.current {
	background-image: url(/images/main_nav_on.png);
	cursor: default;
}


/* catchArea
============================================================================================================ */
#catchArea {
	width: 910px;
	margin: 0 auto;
	padding: 30px 0 30px;
	text-align: center;
}

#catchArea h1 {font-size:150%; font-weight:bold;}
#catchArea h2 {font-size:140%; font-weight:bold;}
#catchArea h3 {font-size:130%; font-weight:bold;}
#catchArea h4 {font-size:120%; font-weight:bold;}
#catchArea h5 {font-size:110%; font-weight:bold;}

/* media
============================================================================================================ */
#media {
	position: relative;
}
#media #mediaSlide {
	position: relative;
	overflow: hidden;
	width: 910px;
	min-height: 490px;
	margin: 0 auto;
	z-index: 3;
}
#media #mediaSlide .slide {
	position: relative;
	width: 99999em;
}
#media section {
	position: relative;
	width: 910px;
	float: left;
}
#media section .text {
	overflow: hidden;
	width: 230px;
	margin-top: 20px;
}
#media section .text p:first-child {
	font-size: 109%;
	font-weight: bold;
}
#media section h2 {
	margin-bottom: 10px;
	font-size: 150%;
	line-height: 1.4;
}
#media section .btn {
	padding: 30px 0 20px;
}

#media #mediaBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#media #mediaBg div {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: top;
}
#media #mediaBg div.show {
	z-index: 2;
}
#media #mediaBg div:first-child {
	display: block;
}

#mediaLogo {
	position: relative;
	width: 910px;
	margin: 0 auto;
	z-index: 5;
}
#mediaLogo #mmediaLogoSlide {
	position: relative;
	overflow: hidden;
	width: 870px;
	margin: 0 auto;
	padding: 15px 0;
	zoom: 1;
}
#mediaLogo ul {
	position: relative;
	width: 99999em;
}
#mediaLogo ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#mediaLogo ul li {
	float: left;
	width: 166px;
	padding-right: 10px;
	text-align: center;
	cursor: pointer;
}
#mediaLogo .current {
	position: absolute;
	left: 362px;
	top: -9px;
	width: 186px;
	height: 104px;
	background: url(/images/media_logo_current.png) no-repeat;
}
#mediaLogo .arrow {
	position: absolute;
	top: 0;
	width: 20px;
	height: 100px;
	cursor: pointer;
}
#mediaLogo .left {
	left: 0;
	background: url(/images/media_arrow_l_off.gif) no-repeat left;
}
#mediaLogo .left:hover {
	background-image: url(/images/media_arrow_l_on.gif);
}
#mediaLogo .right {
	right: 0;
	background: url(/images/media_arrow_r_off.gif) no-repeat right;
}
#mediaLogo .right:hover {
	background-image: url(/images/media_arrow_r_on.gif);
}


/* ITmedia
-------------------------------------------------------------------------- */
#media section.itmedia {
	color: #ffffff;
}
#media section.itmedia .image {
	position: absolute;
	left: 267px;
	top: 77px;
}
#media #mediaBg .itmedia {
	background-image: url(/images/media_itmedia_bg.jpg);
}

/* ITmedia2
-------------------------------------------------------------------------- */
#media section.itmedia2 {
	color: #ffffff;
}
#media section.itmedia2 .image {
	position: absolute;
	left: 267px;
	top: 77px;
}
#media #mediaBg .itmedia2 {
	background: url(/images/media_itmedia2_bg.jpg) no-repeat center;
}

/* ir
============================================================================================================ */
#ir {
	background-color: #282828;
}
#ir ul {
	width: 910px;
	margin: 0 auto;
	padding: 40px 0;
	zoom: 1;
}
#ir ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#ir ul li {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	background-repeat: no-repeat;
}
#ir ul li div {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
}
#ir ul li a {
	position: relative;
	display: block;
	height: 175px;
	padding: 15px 20px 0;
	text-decoration: none;
	color: #000000;
	font-size: 109%;
	z-index: 3;
}
#ir ul li a span {
	display: block;
	margin-top: 5px;
}
#ir .ir {
	width: 350px;
	background-image: url(/images/bnr_ir_bg.jpg);
}

#ir .shareholders {
	width: 190px;
	background-color: #ca3703;
}
#ir .shareholders a {
	color: #ffffff;
}
#ir .corp {
	float: right;
	width: 350px;
	margin: 0;
	background-image: url(https://corp.itmedia.co.jp/wp-content/uploads/2016/10/350x390_46249_161026_1.jpg);
}
#ir .corp a {
	height: 375px;
}
#ir .library {
	width: 550px;
	background-image: url(/wp-content/uploads/2014/07/relp.png);
}


/* linkArea
============================================================================================================ */
#linkArea {
	width: 910px;
	margin: 0 auto;
}
#linkArea:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#linkArea section {
	float: left;
	padding: 15px 0 25px 29px;
	border-left: 1px solid #ebebeb;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#linkArea section p {
	margin: 5px 0 10px;
}
#linkArea section ul {
}
#linkArea section ul li {
	padding-bottom: 0.2em;
}
#linkArea section ul a {
	font-size: 92%;
	padding-left: 10px;
	background: url(/common/images/parts/arrow_link.gif) no-repeat left;
}

#linkArea .ad {
	width: 430px;

}
#linkArea .recruit {
	width: 419px;
	background-image: url(/images/link_recruit_bg.gif);
	border-right: 1px solid #ebebeb;
}
#linkArea .recruit li {
	float: left;
	width: 180px;
}



/* side
============================================================================================================ */
#side {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 100%;
	background-color: #333333;
	z-index: 50;
	color: #ffffff;
}
#side h1 {
	position: relative;
	padding: 10px 12px;
	background: #4d4d4d url(/images/side_title_bg.gif) repeat-x;
	font-weight: bold;
	font-size: 117%;
}
#side h1 a {
	position: absolute;
	top: 9px;
}
#side h1 a.rss {
	left: 134px;
}
#side h1 a.more {
	left: 173px;
}

#side dt {
	position: relative;
	padding: 10px 22px 2px 12px;
	border-top: 1px solid #424242;
	font-weight: bold;
}
#side dt img {
	position: absolute;
	right: 22px;
	top: 10px;
}
#side dt:first-child {
	border-top: 0;
}
#side dd {
	padding: 0 22px 10px 12px;
	border-bottom: 1px solid #242424;
}
#side dd a {
	color: #ffffff;
}



/* inNav
============================================================================================================ */
#inNav {
	position: fixed;
	left: 0;
	top: 130px;
	z-index: 50;
}
#inNav li {
	margin-bottom: 1px;
}
