﻿@charset "utf-8";
/* CSS Document */



/*デフォルトCSSのリセット*/
*{
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/*font-family : 'open sans',sans-serif ;*/
	font-size: 100%;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a{
	text-decoration: none;
	color: #FFF;
}
a:hover{
	color: #blue;
}
a img {
	border: medium none;
}
ul{
	overflow: hidden;
	list-style: none outside;
	text-align: left;
}
.clear {
	clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*コンテンツの高さ調整*/
html{
	height: 100%;
}
body {

}

div#wrapper{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFF;
	}


div#head{
	width: 984px;
	height: 130px;
	margin: 0 auto;
	text-align: left;
	padding: 0 8px;
	}

div#head div#head_left{
	width: 580px;
	padding: 20px 0 0 0;
	height: auto;
	text-align: left;
	float: left;
	}

div#head div#head_left h1{
	width: 480px;
	height: 50px;
	font-size: 36px;
	font-weight: bold;
	padding: 10px 0 0 110px;
	background: url(../images/common/logo_100.png) no-repeat 0 0;
	}

div#head div#head_left h1 a{
	font-size: 36px;
	font-weight: bold;
	color: #000;
	}

div#head div#head_left h2{
	width: 480px;
	font-size: 14px;
	}

div#head div#head_right{
	width: 400px;
	padding: 50px 0px 0 0;
	height: auto;
	text-align: left;
	float: right;
	font-size: 16px;
	}

div#head div#head_right p{
	text-align: right;
	color: #000;
	}


div#head div#head_right p a{
	color: #000;
	}

div#head div#head_right p:last-child{
	letter-spacing: 1.9px;
	color: #000;
	}

/*ヘッダー*/
div#header{
	width: 100%;
	height: 253px;
	text-align: center;
	background: #6495ED;
	}
	
div#header img{
	width: 1000px;
	height: 253px;
	margin: 0 auto;
	text-align: center;
	}

#contents{
	width: 1000px;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;	
	}
	
.box01{
	width: 1000px;
	height: 210px;
	margin: 20px 0 50px;
	}


.box01 a{
	display: inline-block;
	display: block;
	float: left;
	margin-right: 20px;
	}

.box01 a:last-child{
	margin-right: 0px;
	}

.box01 img{
	display: block;
	width: 320x;
	height: 206px;
	}
	
.box02{
	float: left;
	width: 720px;
	height: auto;
	}

.box02 h3{
	text-align: left;
	color: blue;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 20px;
	margin-bottom: 20px;
	height: 24px;
	border: solid 1px #DEE1ED;
	border-radius: 4px;        /* CSS3 */  
		-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 4px;   /* Firefox用 */  
	background: #FFF;
		background: -webkit-linear-gradient(#FFFFFF, #CCCCCC);
		background: -o-linear-gradient(#FFFFFF, #CCCCCC);
		background: linear-gradient(#FFFFFF, #CCCCCC);
	background: #1c02bb;
	color: #FFF;
	}

.box02 p{
	width: 690px;
	text-align: left;
	padding-left: 20px;
	color: #000;
	border-bottom: dotted 1px #222;
	margin-top: 10px;
	}

.box02 p a{
	color: blue;
	}

.box02 p span{
	font-weight: bold;
	
	}

.sidemenu{
	float: right;
	width: 240px;
	height: auto;	
	}

.sidemenu ul{
	margin-bottom: 30px;
	}

.sidemenu ul li{
	margin-bottom: 14px;
	}

.sidemenu ul:first-child li{
	width: 236px;
	padding: 14px 0 14px 0px;
	border-bottom: solid 2px blue;
	margin-bottom: 0px;
	}

.sankaku {
	display: inline-block;
	position: relative;
	padding: 0 0 0 24px;
	color: blue;
}

.sankaku:before {
	content: '';
	display: inline-block;
	margin: 0 10px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid blue;
}


div#footer{
	width: 100%;
	height: 300px;
	margin-top: 50px;
	text-align: center;
	background: blue;
		/*IE6 IE7 */
			filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0A50FF, endcolorstr=#6495ED));
		/* IE8 IE9 */
			-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0A50FF, endcolorstr=#6495ED))";
			zoom: 1;
			background: -moz-linear-gradient(top, #0A50FF, #6495ED);/* FF3.6+ */
			background: -webkit-linear-gradient(top, #0A50FF, #6495ED);/* Chrome10+, Safari5.1+ */
			background: linear-gradient(to bottom, #0A50FF, #6495ED);/* IE10+, W3C */
	}

div#footer .foot_box{
	width: 1000px;
	margin: 0 auto;
	}
	
div#footer .foot_l{
	width: 450px;
	float: left;	
	}
	
div#footer .foot_r{
	width: 450px;
	padding: 30px 0;
	float: right;	
	}

div#footer ul,
div#footer dl{	
	color: #fff;
	width: 500px;
	height: auto;
	padding: 1em 3em 0;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

div#footer dl dt{	
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

div#footer dl dd{	
	color: #fff;
	font-size: 18px;
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

div#footer ul{
	display: block;
	}


div#footer ul li {
	display: inline;
	margin: 0 0px 0 0;
	}

div#footer ul li a{
	display: inline;
	margin: 0 0px 0 0;
	}
	


/*
--------------------------------------------------------
会社概要・業務案内
--------------------------------------------------------
*/

table{
	margin: 50px 0 100px;
	text-align: left;
	width: 94%;
	padding-left: 5%;
	height: 700px;
	}

table th{
	vertical-align: top;
	}

table th,
table td{
	font-size: 16px;
	color: #000;
	padding: 10px 0;
	border-bottom: dotted 1px #222;
	}

.gyoumu{
	text-align: left;
	padding: 10px 30px;
	}




/*
--------------------------------------------------------
製品案内
--------------------------------------------------------
*/

table.seihin{
	margin: 50px 0 100px;
	text-align: left;
	width: 710px;
	padding-left: 0%;
	height: auto;
	}

table th.seihin{
	vertical-align: top;
	}


table.seihin{
	border-top: solid 1px #222;
	border-left: solid 1px #222;
	border-right: solid 1px #222;
	}

table.seihin th,
table.seihin td{
	font-size: 14px;
	color: #000;
	padding: 8px 14px 14px 0;
	border-bottom: solid 1px #222;
	}

table.seihin th{
	padding: 8px 0px 14px 0;
	}

table.seihin td span{
	display: block;
	font-size: 16px;
	color: #DC143C;
	font-weight: bold;
	padding: 10px 0 0 0 ;
	}

/*
--------------------------------------------------------
アクセス
--------------------------------------------------------
*/

p.access_add{
	border-bottom: none;
	font-size: 18px;
	margin: 50px 0 0 0;
	}


div.access_map{
	margin: 20px 0;
	}




/*
--------------------------------------------------------
TOP
--------------------------------------------------------
*/

body#kanta{
	background: #eaf8f9;
	text-align: center;
}

div#message_box {
    margin: 0px auto;
    background: #eaf8f9;
    text-align: center;
}
