@charset "utf-8";
/* ===========================================================

	Title:					contents.css
	Created:			2015-08-10
	Last Created:		2015-08-21

=========================================================== */
/*

## base

		btn
		tab
		hub
		list
		sort


## contents

		message
		company
		recruit
		link
		sitemap


=========================================================== */
/* ===========================================================

	base

=========================================================== */
/* btn-details */
.btn-details-2 {
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #ed1a3d;
	border-radius: 5px;
	color: #fff !important;
}
.btn-details-2:hover {
	color: #fff !important;
}
.btn-details-2 .back {
	width: 100%;
	height: 0%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: #e8e8e8;
	border-radius: 0;
}
.btn-details-2 .text {
	z-index: 2;
	width: 100%;
	top: 0;
	position: absolute;
	left: 0px;
}
.btn-details-2:hover .text {
	color: #ed1a3d !important;
}
/* ===========================================================

	tab

=========================================================== */
.tabs > .tab {
}
.tabs > .tab.active, .tabs > .tab.active a {
	font-weight: bold;
}
.panels > .panel {
	display: none;
}
.panels > .panel.active {
	display: block;
}
/* tab-a
----------------------------------------------------------- */
ul.tab-a {
	font-weight: bold;
	display: table;
	table-layout: fixed;
	height: auto;
	margin: 0 auto 10px;
	padding: 0;
	zoom: 1;
	width: 100%;
	border-bottom: solid 3px #333;
}
ul.tab-a li {
	display: table-cell;
	text-align: center;
	overflow: hidden;
	margin: 0;
	width: 33%;
}
ul.tab-a a {
	position: relative;
	display: block;
	/*height: 55px;*/
	line-height: 1.4;
	padding:10px 0 15px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #cccccc;
	color: #333;
	background: #e0e0e0;
}
ul.tab-a li a.current, ul.tab-a li.active a {
	border-right: 1px solid #333333;
	color: #fff;
	background: #333333;
}
ul.tab-a li a span {
	/*background: url(../img/common/ic/ic_arrow_h.png) 50% bottom no-repeat;
	padding: 0 0 10px;*/
}
ul.tab-a li a.current span, ul.tab-a li.active a span, ul.tab-a li.active a:after {
	background: none;
	font-weight: bold;
}
ul.tab-a li a:after {
	background: url(../img/common/ic/ic_arrow_h.png) 50% bottom no-repeat;
	content: " ";
	width: 10px;
	height: 10px;
	position: absolute;
	bottom:7px;
	left: 50%;
	margin-left:-2px;
}
/* tab-b
----------------------------------------------------------- */
ul.tab-b {
	margin: 0;
	padding: 0;
}
ul.tab-b li {
	float: left;
	display: inline;
	margin: 0 0 10px;
}
/* ===========================================================

	hub

=========================================================== */
/* Put a border around the newly clickable element */
.bl-hot {
	zoom: 1; /* Should be IE only */
	background: #fff;
}
/* rollover style for clickable element */
.bl-hover {
	cursor: pointer;
}
.hub li.bl-hover dl dt a {
	color: #b8292e;
}
/* Simulate hover on contained link */
.bl-hover a:link {
}
.bl-hover a:visited {
}
/* Some demo layout */
.hub {
	margin: 0 0 20px;
}
.hub li {
	display: inline;
	float: left;
	width: 310px;
	margin: 0 15px 15px 0;
}
.hub li.bl-hot {
}
.hub li:before {
	content: '';
}
.hub li.lastChild {
	margin-right: 0;
}
.hub li dl {
	margin: 0;
	padding: 0;
}
.hub li dl dt {
	overflow: hidden;
}
.hub li dl dt a {
	margin: 0;
	padding: 0 10px 0 35px;
	background: #dddddd url(/img/individual/hub_arrow.gif) 10px 50% no-repeat;
	line-height: 40px;
	height: 40px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.hub li dl dd {
	margin: 0;
	padding: 15px 10px 0 0;
	border: solid 2px #ddd;
	border-top: none;
}
.hub li dl dd:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.hub li dl dd {
	zoom: 1;
}
.hub li dl dd img {
	float: left;
	margin: -15px 15px 0 0;
}
/* ===========================================================

	list

=========================================================== */
/* dl-horizontal-a
----------------------------------------------------------- */
dl.dl-horizontal-a {
	clear: both;
}
dl.dl-horizontal-a dt {
	clear: both;
	float: left;
}
dl.dl-horizontal-a dd {
	border-bottom: dotted 1px #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px 12em;
}
/* dl-pertinent
----------------------------------------------------------- */
dl.dl-pertinent {
	clear: both;
	border: solid 1px #ddd;
	padding: 0 0 10px;
}
dl.dl-pertinent:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
dl.dl-pertinent {
	zoom: 1;
}
dl.dl-pertinent dt {
	clear: both;
	border-bottom: solid 1px #ddd;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 8px 20px;
	background: #f9f9f9;
}
dl.dl-pertinent dd {
	float: left;
	margin: 0 0 5px 20px;
	padding: 0 10px 0 0;
}
dl.dl-pertinent dd a {
	background: url(../img/common/ic/ic_arrow_b.png) 2px 50% no-repeat;
	padding: 0 0 0 12px;
}
/* dl-link-pdf
----------------------------------------------------------- */
dl.dl-link-pdf {
	clear: both;
}
dl.dl-link-pdf dt {
	clear: both;
	float: left;
}
dl.dl-link-pdf dd {
	border-bottom: dotted 1px #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px 11em;
}
dl.dl-link-pdf dd a {
	background: url(../img/common/ic/ic_arrow_a.gif) 0 50% no-repeat;
	padding: 0 0 0 10px;
}
dl.dl-link-pdf dd dl {
	margin-bottom: 0;
	padding: 7px 0 0;
}
dl.dl-link-pdf dd dt {
	background: url(/img/common/revied_last.gif) 0 -2px no-repeat;
	padding: 0 0 0 20px;
}
dl.dl-link-pdf dd dd {
	margin: 0 0 10px 20px;
	padding: 0 0 10px 11em;
}
dl.dl-link-pdf dd dd.lastChild {
	border-bottom: none;
	margin-bottom: 0;
}
/* ul-link-pdf
----------------------------------------------------------- */
ul.ul-link-pdf {
	margin-bottom: 15px;
}
ul.ul-link-pdf li {
	background: url(../img/common/ic/ic_arrow_b.png) 0 50% no-repeat;
	border-bottom: dotted 1px #ddd;
	margin: 0;
	padding: 5px 0 5px 10px;
}
ul.ul-link-pdf li a {
	background: url(../img/common/ic/pdficon_small.png) right 50% no-repeat;
	padding: 3px 20px 3px 0;
}
ul.ul-link-pdf li a:link, ul.ul-link-pdf li a:visited {
	text-decoration: none;
	color: #333333;
}
ul.ul-link-pdf li a:hover {
	color: #ed1a3d;
}
ul.ul-link-pdf li img {
	margin: 0 0 0 5px;
	vertical-align: text-bottom;
}
/* ul-list
----------------------------------------------------------- */
ul.ul-list {
	margin-bottom: 15px!important;
	clear: both;
}
ul.ul-list li {
	border-bottom: dotted 1px #ddd;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
ul.ul-list li span {
	float: left;
	width: 8em;
}
:root ul.ul-list li span {
	width: 10em;
}
ul.ul-list li a {
	background: url(/img/common/ic/ic_arrow_b.gif)0 50% no-repeat;
	padding: 0 0 0 7px;
}
ul.ul-list li a:link, ul.ul-list li a:visited {
	text-decoration: none;
	color: #333333;
}
ul.ul-list li a:hover {
	color: #ed1a3d;
}
ul.ul-list li img {
	margin: 0 0 0 7px;
	vertical-align: text-bottom;
}
/* revied */
ul.revied {
	background: url(../img/common/bg/revied_last.gif) 15px -2px no-repeat;
	padding-left: 30px !important;
}
/*ul-sort
----------------------------------------------------------- */
ul.ul-sort {
	clear: both;
	margin: 0 0 15px;
	padding: 0 !important;
	line-height: 1;
	background: #f7f7f7;
	border: solid 1px #ddd;
}
ul.ul-sort li {
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
}
ul.ul-sort li a {
	border-right: solid 1px #ccc;
	display: block;
	padding: 2px 15px;
}
ul.ul-sort li a:link, ul.ul-sort li a:visited {
}
ul.ul-sort a:hover {
}
ul.ul-sort a.current {
	font-weight: bold;
	color: #ed1a3d;
	text-decoration: none;
}
/* ul-backnumber
----------------------------------------------------------- */
.ul-backnumber {
	clear: both;
	margin: 0 0 25px;
	padding: 0 !important;
	line-height: 1;
}
.ul-backnumber li {
	float: left;
	overflow: hidden;
	margin: 0 5px 10px 0;
}
.ul-backnumber li a {
	border-right: solid 1px #ccc;
	display: block;
	padding: 0 10px 0 13px;
	background: url(/img/common/ic/ic_arrow_b.gif) 5px 50% no-repeat;
}
.ul-backnumber li a.current {
	font-weight: bold;
	color: #ed1a3d;
	text-decoration: none;
}
.ul-backnumber li a:link, .ul-backnumber li a:visited {
}
.ul-backnumber li a:hover {
}
/* ===========================================================



	contents



=========================================================== */
/* ===========================================================

	message

=========================================================== */
.name {
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
	display: inline-block;
}
.name img {
	margin: 0 0 15px;
}
.name em {
	font-size: 22px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #000000;
	margin: 6px 0 0;
	display: inline-block;
}


/* ===========================================================

	company

=========================================================== */
td.map-link a {
	display: inline-block;
	background-image: url(../img/common/ic/ic_arrow_b.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	padding: 3px 10px 3px 18px;
	margin: 0 0 0 10px;
	background-color: #888888;
	color: #fff;
	font-size: 11px;
}
td.map-link a:hover {
	background-color: #289404;
	text-decoration: none;
}
.map_canvas {
	padding: 5px;
	border: 1px solid #ccc;
}


/* ===========================================================

	vision

=========================================================== */
.vision-word {
	text-align: center;
	font-size: 35px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	letter-spacing: 4px;
}


/* ===========================================================

	recruit

=========================================================== */
.recruit-table th {
	width: 15%;
	white-space: nowrap;
}


/* ===========================================================

	news

=========================================================== */
.news {
	padding: 0;
}
.news dt {
	clear: both;
	float: left;
	width: 16em;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}
.news dd {
	margin: 0 0 10px;
	padding: 0 0 10px 19em;
	border-bottom: dotted 1px #ddd;
}
.news dt img {
	position: absolute;
	top: 2px;
	right: 0;
	vertical-align: text-bottom;
}
.news dd img {
	margin: 0 2px 0 4px;
	vertical-align: text-bottom;
}
.news a:link, .news a:visited {
	text-decoration: none;
	color: #111;
}
.news a:hover {
	text-decoration: underline;
	color: #ed1a3d;
}

/* ===========================================================

	link

=========================================================== */
/* link-list
----------------------------------------------------------- */
ul.link-list {
	margin-bottom: 15px;
}
ul.link-list li {
	background: url(../img/common/ic/ic_blank.png) 0 50% no-repeat;
	border-bottom: dotted 1px #ddd;
	margin: 0;
	padding: 5px 0 5px 20px;
}
ul.link-list li a {
}
ul.link-list li a:link, ul.link-list li a:visited {
	text-decoration: none;
	color: #111;
}
ul.link-list li a:hover {
	color: #ed1a3d;
}
ul.link-list li img {
	margin: 0 0 0 5px;
	vertical-align: text-bottom;
}
/* ===========================================================

	sitemap

=========================================================== */
.sitemap ul {
	width: 48%;
}
.sitemap li {
	font-size: 1.2em;
}
.sitemap li.detail {
	padding: 0 0 0 25px;
	background: url(/img/ja/common/revied_last.gif) 10px 50% no-repeat;
}
.sitemap li a {
	background: url(/img/ja/common/ic_arrow_a.png) 0 50% no-repeat;
	padding: 5px 10px;
	display: block;
	border-bottom: dotted 1px #ccc;
}
.sitemap li.detail a {
	background: none;
	padding: 5px 0;
}

/* ===========================================================

	inquiry

=========================================================== */
.title_name {
 font-weight: bold;
 font-size: 14px;
margin-bottom: 5px;
}







/* @@
----------------------------------------------------------- */
