@charset "utf-8";

body {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #000 url(../images/bg.jpg) no-repeat center top;
	background-size: contain;
}
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;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.sp{ display:none;}

a {
	color: #000000;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
	text-align: center;
}

#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

header {
	height: 230px;
	width: 100%;
	position: relative;
}

header h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 248px;
	text-align: center;
	background-color: #000000;
	border-radius: 0 0 5px 5px;
	padding-top: 9px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 9px;
}

#main {
	width: 700px;
	float: right;
	padding-bottom: 30px;
}

#main h1 {
	clear: both;
	font-size: 200%;
	color: #000000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-weight: normal;
	line-height: 101%;
	border-bottom: 1px solid #000000;
	text-shadow: 1px 0px 0px rgba(255,255,255,1.00);
	margin-bottom: 1em;
}

#main p {
	padding: 0.5em 10px 1em;
}

#sub {
	float: left;
	width: 248px;
	padding-bottom: 30px;
	height: 100%;
}

#sub h1 {
	padding: 0px 10px;
	font-size: 100%;
	color: #FFF;
	background-color: #222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
	background-image: -webkit-linear-gradient(#222, #000);
	background-image: linear-gradient(#222, #000);
	border-bottom: 5px solid #939393;
}

#sub .box1 {
	padding-bottom: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.90) 54.40%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.90) 54.40%,rgba(0,0,0,0.00) 100%);

}

nav#mainmenu ul li a {
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 65px center;
	background-image: url(../images/arrow1.png);
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-top: 1em;
	padding-right: 0px;
	padding-left: 85px;
	padding-bottom: 1em;
	border-top: 1px solid #2B2B2B;
	color: #CCC;
}

nav#mainmenu ul li a:hover {
	color:#FFF;
	padding-left:0px;
}


footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 90%;
	background-color: rgba(0,0,0,0.85);
	width: auto;
	padding-right: 15px;
	line-height: 100%;
	clear: both;
	padding-left: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #5f5f5f;	/*枠線の幅、線種、色*/
	border-radius: 6px;			/*角丸のサイズ*/
	margin-bottom: 1em;			/*ブロック間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#222, #000);	/*同上*/
	background-image: linear-gradient(#222, #000);			/*同上*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #000;	/*画像の背景色*/
	padding: 5px;			/*余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}
/*ボックス内のh1タグ設定*/
#main section.list article h1 {
	background: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #FFF;	/*下線の幅、線種、色*/
	padding: 0px 0px 0px 5px;			/*左から、上、右、下、左への余白*/
	font-size: 100%;
	margin-bottom: 0.5em;
}
/*リンク設定*/
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
#main section.list article a:hover {
	background-color: #000;	/*マウスオン時のボックス色*/
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	margin: 5px 10px 0px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #333;	/*下線の幅、線種、色。*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;	/*幅*/
	padding: 10px;
	text-align: center;
	background: #111;	/*背景色*/
	color: #FFFFFF;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #333;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #c9c9c9;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	background-color: #222;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#222, #111);	/*同上*/
	background-image: linear-gradient(#222, #111);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
	margin-bottom: 10px;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 14em;			/*ボックスの幅*/
	font-size: 10px;		/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔。少し広げる設定。*/
	border-radius: 10px;	/*角丸のサイズ*/
	border: 1px solid rgba(111,111,111,1.00);	/*枠線の幅、線種、色*/
	color: rgba(103,101,101,1.00);
	text-shadow: 0px 1px 0px #000000;
	background-color: #000000;
}
#pagetop a:hover {
	border: 1px solid #818181;	/*マウスオン時の枠線の幅、線種、色*/
	color: rgba(114,114,114,1.00);
	text-shadow: 0px 1px #FFFFFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #e8e8e8;
	color: #818181;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FFFF00;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
	background-image: -webkit-linear-gradient(270deg,rgba(81,81,81,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(81,81,81,1.00) 0%,rgba(0,0,0,1.00) 100%);
	color: #FFFFFF;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
.mini1 {
	font-size: 12px;
	line-height: 1.6;
}
#container #contents #sub #mainmenu ul {
	border-top: 1px solid #2B2B2B;
	border-bottom: 1px solid #2B2B2B;
	background-color: rgba(0,0,0,0.90);
}
#sub .box1.mb1em .side_tel a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 160%;
	text-align: center;
	padding-top: 0.5em;
	display: block;
	text-decoration: none;
	color: #000000;
	padding-bottom: 0.5em;
	width: 9em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0.5em;
	padding-left: 0.5em;
	line-height: 100%;
	border: 1px solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(163,163,163,1.00) 0%,rgba(209,209,209,1.00) 50.78%,rgba(162,162,162,1.00) 51.81%,rgba(27,27,27,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(163,163,163,1.00) 0%,rgba(209,209,209,1.00) 50.78%,rgba(162,162,162,1.00) 51.81%,rgba(27,27,27,1.00) 100%);
	-webkit-box-shadow: 0px 0px 4px rgba(255,255,255,0.40);
	box-shadow: 0px 0px 4px rgba(255,255,255,0.40);
	border-radius: 3px;
	text-shadow: 0px 0px 3px rgba(255,255,255,1.00);
	clear: both;
	margin-top: 20px;
}
#sub .box1.mb1em .side_tel a:hover {
	 filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#container #contents #main.subpage {
	background-color: rgba(255,255,255,0.80);
	color: rgba(0,0,0,1.00);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 660px;
	margin-bottom: 30px;
}
.bg_about {
	background-image: url(../images/bg_about.jpg);
	background-size: contain;
}
.bg_company {
	background-image: url(../images/bg_company.jpg);
	background-size: contain;
}
.bg_jisseki {
	background-image: url(../images/bg_jisseki.jpg);
	background-size: contain;
}
.bg_recruit {
	background-image: url(../images/bg_recruit.jpg);
	background-size: contain;
}
.bg_contact {
	background-image: url(../images/bg_contact.jpg);
	background-size: contain;
}
#main  img {
	width: 100%;
	height: auto;
}
#main section p span .icon {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	max-height: 100%;
	margin-right: 5px;
	float: left;
}
#main section .icon_p {
	line-height: 100%;
}
.bg_jisseki #container #contents #main h3 {
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 120%;
}
#main section p .button {
	display: block;
	width: 10em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 160%;
	border: 1px solid #9F0001;
	border-radius: 5px;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(255,0,4,0.80) 0%,rgba(119,0,1,0.90) 100%);
	background-image: linear-gradient(180deg,rgba(255,0,4,0.80) 0%,rgba(119,0,1,0.90) 100%);
	text-shadow: 0px 1px 0px #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	-webkit-box-shadow: inset 0px 0px 2px #F7D4D5;
	box-shadow: inset 0px 0px 2px #F7D4D5;
	float: right;
}
#main section p .button:hover {
	 filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#sub .side_tel {
	text-align: center;
	padding-top: 1em;
}
#main section dl dd ul li {
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: disc;
}
/*理念*/
#main.subpage #rinen {
	width: auto;
	padding-bottom: 30px;
	background-color: #231815;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 30px;
	color:#FFF;
}
#main.subpage #rinen .rinen_logo {
	float: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #000000;
	width: 132px;
}
#main.subpage #rinen .rinen_catch {
	float: left;
	width: 514px;
	margin-bottom: 30px;
}
#main.subpage #rinen .rinen_catch img {

}
#main.subpage #rinen p {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom:20px;
}
#main.subpage #rinen .rinen_ul {
	margin-left: 50px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:larger;
	margin-top:-20px;
}
