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

/*確認用
border:1px solid #000000;
*/


/*all
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #f7f7f7;
	background-image: url(../images/siva_pattern.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}
	
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}

h3{
	font-size: 15px;
}
h4{
	font-size: 12px;
}

#main_image{
	width: 100%;
	height: 480px;
	background-image: url(../images/main_image_bg.jpg);
	background-size: 100% 100%;
	margin: 0 auto;
	position: relative;
}

#siva_logo{
	position: absolute;
	right: 10%;
	top:200px;
}


#group_profile{
	position: absolute;
	right: 10%;
	top:240px;
	font-weight: bold;
}

#siva_text{
	position: absolute;
	right: 10%;
	top:320px;
	font-size: large;
	letter-spacing: 3px;
	padding-left: 10%;
}

#siva_en{
	position: absolute;
	right: 10%;
	top:380px;
	letter-spacing: 3px;
	padding-left: 10%;
	color: #727171;
	font-weight: bold;
}
#siva_en_second{
	position: absolute;
	right: 10%;
	top:400px;
	letter-spacing: 3px;
	padding-left: 10%;
	color: #727171;
	font-weight: bold;
}

#ma_logo{
	position: absolute;
	right: 10%;
	top:430px;
}

.color_red{
	color: red;
}


.detail{
	background-color: rgba(255,255,255,0.8);
	padding: 30px;
	border-radius: 30px;
}

#idea,#proverb{
	letter-spacing: 5px;
	color: #595757;
	font-size: larger;
}

.arrow{
	vertical-align: middle;
}
#recruit{
	text-align: center;
}

/*link
---------------------------------------------------------------------------*/
a {
	color: #FFF;
}

.hover_bigger:hover{
	transform: scale(0.95);
}
/*contents
---------------------------------------------------------------------------*/
#contents{
	max-width: 1200px;
	height: auto;
	margin: 0px auto;
	text-align: center;
}

#main{
	max-width: 980px;
	margin: 0 auto 50px;
	padding-top:15px;
	padding-bottom:15px;
}

/*header
---------------------------------------------------------------------------*/
header {
	background: #f7f7f7;
}

header .inner {
	width: 997px;
	height: 100px;
	position: relative;
	margin: 0px auto;
	text-align: center;
}

header .inner h1 {
	position: absolute;
	left: 20px;
	top: 24px;
}

/*menu
---------------------------------------------------------------------------*/
#menubar {
	float: right;
	margin-top: 30px;
}

#menubar ul li {
	float: left;
	margin-left: 5px;
}
#menubar ul li a {
	background: #00447c;
	background: -webkit-gradient(linear, left top, left bottom, from(#00447c), to(#000842));
	background: -webkit-linear-gradient(#00447c, #000842);
	background: linear-gradient(#00447c, #000842);
	text-decoration: none;
	display: block;
	width: 160px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 6px;
}
#menubar ul li a:hover{
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#002157), to(#000842));
	background: -webkit-linear-gradient(#002157, #000842);
	background: linear-gradient(#002157, #000842);
}

/*#main
---------------------------------------------------------------------------*/

#main h2 {
	margin: 30px auto;
	padding: 10px;
	font-size: 18px;
	background-image: url(../images/h2_back.png);
	background-position:center;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align:center;
}

/*footer
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	display: block;
	width: 100%;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 70px;
	padding-bottom: 30px; 
	color: #f7f7f7;
}

footer a {
	text-decoration: none;
}

/*table
---------------------------------------------------------------------------*/
table{
	margin: 30px auto;
}

#history th{
	vertical-align: top;
}

#group_company table{
	margin: 30px auto;
	border-left: 5px solid #B5B5B6;
	border-spacing: 0;
	border-collapse: collapse;
}

#group_company th{
	text-align: left;
}

#group_company th h3 a{
	color: #172f6d;
	text-decoration: none;
}
#group_company th h4 a{
	color: #595757;
	text-decoration: none;
}

th{
	color: #172f6d;
}

th.logo_cell{
	width:100px;
	font-weight:bold;
	text-align:center;
	padding:5px 15px;
	color:#172f6d;
}

td{
	text-align:left;
	padding-left: 20px;
	width: 600px;
}

#group_company td{
	border-top: 1px solid #B5B5B6;
	padding:5px 15px;
	text-align: left;
	width: 600px;
}

#recruit{
	width: 100px;
}

.no_border td{
		border: 0;
	}
	
.left_cell{
		width: 350px;
	}

/*other
---------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}



/*tablet（481px～800px）
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:800px){
header .inner {
	width: auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 10px;
	top: 5px;
}

#menubar {
	float: none;
	position: absolute;
	left: 5px;
	top: 25px;
	width: 99%;
	margin-left: 0.1%;
}

#menubar ul li {
	width: 23.5%;
}
#menubar ul li a {
	width: 100%;
}

#contents {
	width: auto;
	padding: 0px 10px;
}

/*table
---------------------------------------------------------------------------*/
td,th{
	width:90%;
	display:block;
}
	}

/*phone（480px以下）
---------------------------------------------------------------------------*/
@media (max-width : 480px){
	
header .inner {
	width: auto;
	height: 150px;
}

header .inner h1 {
	position: absolute;
	left: 10px;
	top: 5px;
}

#menubar {
	float: none;
	position: absolute;
	left: 0px;
	top: 40px;
	width: 100%;
}

#menubar ul li {
	width: 48%;
	margin-bottom: 5px;
}
#menubar ul li a {
	width: 100%;
}

#main {
	width: auto;
	padding: 0px 10px;
}

#new {
	padding-left: 0px;
}

#siva_text{
	font-size: smaller;
}

#siva_en{
	font-size: smaller;
	letter-spacing: 2px;
}
#siva_en_second{
	font-size: smaller;
	letter-spacing: 2px;
}
footer {
	background-image: none;
	color: #f7f7f7;
}

/*table
---------------------------------------------------------------------------*/
td,th{
	width:90%;
	display:block;
	padding-left: 15px;
}
#group_company td{
	width:90%;
	display:block;
	padding-left: 15px;
}
img{
		width: 90%;
}
	}
