@charset "UTF-8";

*{
	margin: 0px;
	padding: 0px;
}

body{
	background: #ffffff;
	margin:0 auto;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:80%;
	color:#3D3D3D;
	line-height:1.8em;

}

.pc {
	display: inline-block ;
}

.sp {
	display: none;
}

.wrapper{
	width:100%;
	margin:0 auto;
	text-align:left;
}

img{
	border:0;
	vertical-align:bottom;
}

a{
	color:#333333;
	outline:none;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

li{
	list-style:none;
}

#header{
	width:100%;
	height:100px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background:url(../images/headerbg.gif) repeat-x 0 ;
}

#header_in{
	width:900px;
	height:100px;
	margin: 0 auto;
	padding: 0;
}

#header h1{
	width:530px;
	margin: 25px 5px 0;
	color:#0d0f11;
	text-align: left;
	float: left;
	text-shadow:1px 0 0 #ffffff, 1px 1px 0 #ffffff, 0 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px 0 0 #ffffff, -1px -1px 0 #ffffff, 0 -1px 0 #ffffff, 1px -1px 0 #ffffff;
}
	#header h1 img{
		display: inline-block;
		width:auto;
		height: 30px;
		vertical-align: middle;
	}
		#header h1 img:first-of-type{
			width: auto;
			height: 44px !important;
			margin-right: 15px;
		}

#header h2{
	width:520px;
	margin: 0 10px;
	color:#292c32;
	font-weight:normal;
	top:7px;
	font-size:10px;
	text-align: left;
	float: left;
}

#header h3{
	width:360px;
	margin: 0;
	top:7px;
	float: right;
}

#topbar {
	width:100%;
	height:80px;
	margin: 5px auto 0;
	padding: 0;
	text-align: center;
	background:url(../images/topbarbg.gif) repeat-x 0 ;
}

#main_img {
	width: 948px;
	position: relative;
	margin: -65px auto 0;
	padding: 0;
	text-align: center;
}

#main_img p {
	position: absolute;
	top:165px;
	left:40px;
	color:#0d0f11;
	font-weight:normal;
	font-size:250%;
	line-height:120%;
	text-align: left;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-shadow:1px 0 0 #ffffff, 1px 1px 0 #ffffff, 0 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px 0 0 #ffffff, -1px -1px 0 #ffffff, 0 -1px 0 #ffffff, 1px -1px 0 #ffffff;
	-webkit-font-smoothing: antialiased; //Macなめらか
	-moz-osx-font-smoothing: grayscale; //FFなめらか
}
	
#main{
	width:900px;
	margin:10px auto;
	padding: 0;
	text-align: center;
}

div.left_menu {
	width: 29%;
	margin: 0 0 0 3px;
	padding: 0;
	text-align: left;
	float: left;
}

div.menu_list {
	width: 250px;
	margin: 7px 0 ;
	border: 1px solid #dcdcdc;
}

ul.menu_navi a.link_l {
	width: 228px;
	height: 22px;
	margin: 0;
	padding: 10px 10px;
	display: block;
	background:url(../images/menu_arrow.gif) no-repeat 98% 50%;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	text-decoration: none;
	font-size: 14px;
}

ul.menu_navi li.nolink {
	width: 228px;
	height: 22px;
	margin: 0;
	padding: 10px 10px;
	display: block;
	background-color: #ffffff;
	border: 1px solid #fafafa;
	text-decoration: none;
	font-size: 14px;
}

ul.menu_navi a.link_l:link {
	width: 228px;
	height: 22px;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	color: #2d2d2d;
	text-decoration: none;
}

ul.menu_navi a.link_l:hover {
	width: 228px;
	height: 22px;
	background-color: #dcdcdc;
	border: 1px solid #fafafa;
	text-decoration: none;
}


ul.menu_navi a.link_s {
	width: 218px;
	height: 22px;
	margin: 0;
	padding: 10px 15px;
	display: block;
	background:url(../images/menu_arrow_s.gif) no-repeat 98% 50%;
	border: 1px solid #fafafa;
	text-decoration: none;
	font-size: 12px;
}

ul.menu_navi a.link_s:link {
	width: 218px;
	height: 22px;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	color: #2d2d2d;
	text-decoration: none;
}

ul.menu_navi a.link_s:hover {
	width: 218px;
	height: 22px;
	background-color: #dcdcdc;
	border: 1px solid #fafafa;
	text-decoration: none;
}

ul.menu_navi hr {
	width: 98%;
	height: 1px;
	margin: 0 auto;
	background-color: #dcdcdc;
	border: none;
}


div.right_menu {
	width: 68%;
	margin: 0 10px;
	padding: 0;
	text-align: left;
	float: right;
}


div.infomation {
	margin: 0 0 20px;
	padding: 0;
	height: 160px;
	overflow-y: auto;
	overflow-x: hidden;
}

div.infomation p {
	width: 570px;
	margin: 15px 5px;
	border-bottom: 1px solid #dcdcdc;
}

div.mid_txt {
	width: 610px;
	margin: 5px;
}

div.mid_txt img {
	float: right;
	padding: 0 0 10px 10px;
}

div.g_map {
	width: 600px;
	margin: 20px auto 0;
}

div.top_ttl {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div.mid_ttl {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div.service_top {
	margin-top: 0;
}

div.service {
	margin-top: 35px;
}

div.top_ttl p ,div.mid_ttl p {
	position: absolute;
	top:12px;
	left:10px;
	line-height:120%;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
}


/*==  事業所概要  ==*/
div.cont_table {
	width: 98%;
	margin: 20px auto 0;
	padding: 0;
	text-align: center;
}

div.cont_table p {
	width: 98%;
	padding: 0;
	text-align: left;
	
}

div.cont_table table {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	font-size: 16px;
}

div.cont_table table th {
	width: 25%;
	margin: 0 auto;
	padding: 10px 5px ;
	vertical-align: top;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: #fafafa;
	text-align: center;
	font-weight: normal;
}

div.cont_table table td {
	margin: 0 auto;
	padding: 10px ;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

div.cont_table table td span {
	font-size: 10px;
	line-height: 200%;
}

div.cont_table table td label {
	margin-right: 20px;
}

div.cont_table table td.red {
	color: #ff0000;
}

div.cont_table #business,#companyname,#name,#address,#telno,#email,#email_2 {
	width	: 400px	;
	background-color	: #f8f8f8 ;
	border	: solid 1px #d4d4d4	;
	padding: 5px;
	font-size: 14px;
}

div.cont_table #message {
	width	: 400px	;
	height	: 180px	;
	background-color	: #f8f8f8 ;
	border	: solid 1px #d4d4d4	;
	padding: 5px;
}

div.cont_table div.privacy {
	margin	: 5px 0	;
	width	: 400px	;
	height	: 150px	;
	color	: #272727	;
	overflow-y	: auto	;
	background-color	: #f8f8f8 ;
	border	: solid 1px #d4d4d4	;
	padding: 5px;
	font-size: 80%;
}

div.form_btn {
	margin	: 20px auto 0	;
}


div.footer{
	background:url(../images/fotter_bg.png) repeat-x 0 bottom;
	margin:50px auto 0;
	padding: 0;
	text-align: center;
	color:#FFFFFF;
	height:145px;

}

div.f_wrapper {
	width: 900px;
	margin:50px auto 0;
	padding: 0;
}

div.totop{
	width:100%;
	text-align:right;
	margin: 45px 0 0;
	padding:0;
}

div.copyright {
	margin: 20px auto 0;
	color: #ffffff;
	font-size: 12px;
}




/*==  index  ==*/



/*==  search  ==*/



/* LOGUARD */
#simplesenveloparea {
	margin: 10px auto 30px;
}
#simplesenveloparea canvas {
	width:16.2%;
	padding: 0;
	border: 1px solid #c2c2c2;
	box-sizing: border-box;
}
div.lc-notion {
	margin-top: 5px;
	font-size: 10px;
	color: #FF3333;
	line-height: 14px;
}
input.lc-danger {
	background: #faeeee;
}