﻿@charset "UTF-8";

/* ▼▼▼ 会社情報
=====================================*/
.article {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	}
	.article h2 {
		font-size: 16px;
		font-weight: bold;
		}
		.article .date {
			font-size: 12px;
			margin-bottom: 10px;
			}
		.article .photo {
			float: right;
			margin-left: 20px;
			}
			
ul.btnarea {
	width: 498px;
	margin: 0 auto;
	}
ul.btnarea li{
	float: left;
	margin: 0 30px 65px 0;
	}
ul.btnarea li:nth-child(2n) {
	margin-right: 0;
	}
h2 {
	text-align: center;
	clear: both;
	margin-bottom: 50px;
	}

table.outline {
	width: 960px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 auto 110px; ;
	overflow: hidden;
	font-size: 16px;
	}
	table.outline th,
	table.outline td {
		padding: 20px 45px;
		border-bottom: 1px solid #ccc;
		line-height: 1.7;
		vertical-align: middle;
		border-right: 1px solid #ccc;
		}	
	table.outline th {
		width: 220px;
		background: #F5F5F5;
		font-weight: normal;
		}	
	table.outline td .link_txt {margin-top: 0;}
	table.outline td .link_txt a {
		color: #0044CC;
		text-decoration: underline;
		}
	table.outline td ul li {
		padding-left:1em;
		text-indent:-1em;
		}
	table.outline td p {
		margin-top: 12px;
		padding-left:1em;
		text-indent:-1em;
		}
	table.outline td span.map {
		background: rgba(0, 0, 0, 0) url("img/arrow.png") no-repeat scroll left top 7px;
		margin-left: 30px;
		padding-left: 11px;
		}
	table.outline td span.map a {
		font-size: 15px;
		color: #0044cc;
	    text-decoration: underline; 
		}
	
	.message {
		background: url("img/message_bg.png") no-repeat scroll left top;
		height: 477px;
		position: relative;
		margin-bottom: 60px;
		}
	.message .message_title {
		position: absolute;
		left: 304px;
		top: 27px;
		}
	.message .message_txte {
		position: absolute;
		left: 304px;
		top: 127px;
		}
	.message .name {
		position: absolute;
		left: 540px;
		top: 396px;
		}
	.policies {
		float: left;
		padding: 0 0 0 94px;
		margin-bottom: 60px;
		margin-right: 30px;
		}
	.conduct {
		clear: both;
		float: left;
		padding: 0 0 0 94px;
		margin-right: 30px;
		}
	 .textbox {
		float: left;
		}











