@charset "utf-8";
/* =========================================================
 Products.CSS
========================================================= */
/* Frame
--------------------------------------------------------- */
#left_column {
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
	width: 200px;
}

#main_column {
	float: right;
	width: 760px;
}

object{width: 100%;}

/* Title
--------------------------------------------------------- */
#wrapper #page-title {
	background: url("../img/background/bg_page_title01.png") center top repeat-x #FF9900;
}

#wrapper #page-title #title {
	color: #FFF;
}

#wrapper #main_content #cont-title {
	margin: 0 auto;
	padding: 0;
}

#wrapper #main_content #cont-title #title {
	background: #F2F2F2;
	border-left: 5px solid #F90;
	color: #EE7500;
	font-size: 22px;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	margin: 0;
	padding: 0 20px;
}

/* Side Navi
--------------------------------------------------------- */
ul.sidemenu {
	background: #F2F2F2;
	padding: 9px;
}

ul.sidemenu li a {
	background: #FFF;
	border: 1px solid #CCC;
	color: #333;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: -1px auto;
	padding: 10px 25px;
}

ul.sidemenu li a.current ,
ul.sidemenu li a:hover {
	background: #E6E6E6;
	border: 1px solid #CCC;
	border-left: 5px solid #F90;
	color: #F90;
	padding: 10px 21px;
}


/* Content
--------------------------------------------------------- */
/* ---------- 会社情報 ---------- */
table#infomation {
	margin: 30px auto;
	width: 700px;
}

table#infomation th ,
table#infomation td {
	border: 1px solid #CCC;
	padding: 10px 20px;
}

table#infomation th {
	background: #F2F2F2;
	vertical-align: top;
}

table#infomation td ul li {
	margin: 0 0 5px;
}

table#infomation td ul li:last-child {
	margin: 0;
}

table#infomation td ul.number li {
	list-style: inside decimal;
}

table#infomation td ul.left {
	float: left;
	margin: 0 2% 0 0;
	width: 53%;
}

table#infomation td ul.right {
	float: right;
	width: 45%;
}

/* ---------- ご挨拶 ---------- */
#message {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 30px auto;
	padding: 29px 0;
}

#message div {
	font-size: 16px;
	margin: 0 auto;
	width: 670px;
}

#message div #legend {
	font-weight: bold;
	text-align: right;
}

#message div #legend span {
	font-size: 18px;
	margin: 0 10px;
}

/* ---------- アクセス ---------- */
.access {
	background: #F2F2F2;
	margin: 20px 0 0;
	padding: 10px;
}

.access div {
	background: #FFF;
	padding: 20px;
}

.access div .address {
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 20px;
}

.access div .address h2 {
	float: left;
	font-size: 30px;
	margin: 10px 0;
	padding: 0;
	width: 35%;
}

.access div .address ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 65%;
}

.access div .address p {
	text-align: right;
	margin: 0 10px;
}

.access div .map {
	padding: 0;
}

/* ---------- よくあるご質問 ---------- */
.subcont{margin-top: 30px;}
.article {
	border-bottom: 1px dotted #333;
	line-height: 1.5em;
	padding: 0 0 19px;
	margin: 0 0 20px;
}

.article .art-date {
	background: #FF9900;
	color: #FFF;
	margin: 0 0 10px;
	padding: 5px;
}

.article .art-sub {
	color: #FF9900;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	position: relative;
	padding-left: 40px;
}
.article .art-sub:before {
	content: "Q";
	background: #FF9900;
	display: block;
	color: #FFF;
	width: 32px;
	line-height: 32px;
	border-radius: 4px;
	text-align: center;
	position: absolute;
	top: -6px;
	left: 0;
}
.article .art-com{
	position: relative;
	padding-left: 40px;
}
.article .art-com:before {
	content: "A";
	background: #0099FF;
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #FFF;
	width: 32px;
	line-height: 32px;
	border-radius: 4px;
	text-align: center;
	position: absolute;
	top: -6px;
	left: 0;
}
object{width: 100%;}