@charset "utf-8";
/* style.css */

/*************************************************************
	all
*************************************************************/

html, body {
	padding: 20px 0;
	color: #000;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
}

img {
	border: 0;
}

a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

ul#globalNavi li a:hover,
a:hover img.alphaNone {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

/*************************************************************
	layout
*************************************************************/

/*	common
------------------------------------------------------------*/

.pageArea {
	margin: 0 auto;
	width: 960px;
	font-size: 14px;
	font-size: 1.4rem;
}

#header {
	background: url(../../images/header_bg.gif) center 104px repeat-x;
}

h1 {
	margin: 0 0 20px;
	width: 650px;
	height: 84px;
	text-indent: -9999px;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../images/header_logo.gif) 0 0 no-repeat;
}

ul#globalNavi {
	margin: 0 auto 20px;
	padding: 0;
	width: 959px;
	height: 56px;
	background: url(../../images/global_navi_bg.gif) 0 0 repeat-x;
}

ul#globalNavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 1px;
}

ul#globalNavi li:first-child {
	margin: 0;
}

#footerArea {
	margin: 30px 0 10px;
	padding: 15px 0;
	border-top: 1px solid #369;
	border-bottom: 1px solid #369;
	text-align: center;
}

#footerArea a {
	margin: 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

#copyright {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

/*************************************************************
	page
*************************************************************/

/*	common
------------------------------------------------------------*/

h2 {
	margin: 0 0 20px;
	padding: 0;
}

h3 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	color: #1C519A;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	border-bottom: 1px solid #1C519A;
}


/*	index
------------------------------------------------------------*/

#sliderArea {
	margin: 0 auto 20px;
	width: 960px;
	height: 500px;
}

#indexBannerArea {
	margin: 10px 0 20px;
	padding: 0 0 20px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../../images/bottom_gradation.jpg) center bottom no-repeat;
}

#indexBannerArea p {
	float: left;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}

/*	company
------------------------------------------------------------*/

.companyContentsArea {
	margin: 0 auto;
	width: 700px;
}

.companyContentsArea .companyDT {
	float: left;
	margin-right: 60px;
}

.companyContentsArea .companyDD {
	float: left;
	line-height: 1.8em;
}

.companyContentsArea .companyDD span.ym {
	display: inline-block;
	width: 8em;
}

.companyContentsArea .companyDD span.title {
	display: inline-block;
	white-space: nowrap;
}

/*	work
------------------------------------------------------------*/

.workListWrap {
	margin-bottom: 20px;
	padding-bottom: 16px;
	height: 390px;
	background: url(../../images/work_listwrap_bottom.jpg) left bottom no-repeat;
}

.workListWrap ul {
	display: none;
}

.workListWrap .workList,
.workListWrap .workList2 {
	float: left;
	margin: 0;
	padding: 9px;
	width: 284px;
	height: 372px;
	border: 1px solid #68adcc;
	border-bottom: none;
	font-size: 12px;
	font-size: 1.2rem;
}

.workListWrap .workList2 {
	margin: 0 24px;
}

table#linkMeasures {
	margin: 0;
	padding: 0;
	width: 960px;
	border: 1px solid #68adcc;
}

table#linkMeasures td {
	padding: 9px;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: middle;
}

table#linkMeasures td h3 {
	padding-bottom: 3px;
}

/*	permission
------------------------------------------------------------*/

.permissionWrap {
}

.permissionArea {
	margin: 0 0 10px;
	padding: 10px 0 0;
	height: 45px;
	border-top: 1px dotted #999;
}

.permissionArea:first-child {
	padding: 0;
	height: 45px;
	border-top: none;
}

.permissionArea .pdfButton {
	float: left;
	margin: 0 30px 0 0;
}

.permissionArea .pdfText {
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 55px;
}

.permissionArea .pdfText a {
	color: #1C519A;
	text-decoration: underline;
}

.permissionArea .pdfText a:hover {
	color: #F00;
	text-decoration: none;
}

/*	contact
------------------------------------------------------------*/

#contactArea {
	margin: 0 auto 20px;
	padding: 10px 30px 20px 30px;
	width: 680px;
	border-radius			: 10px;
	-webkit-border-radius	: 10px;
	-moz-border-radius		: 10px;
	background: #B3D1DE;
	font-size: 12px;
	font-size: 1.2rem;
}

table#formTable {
	margin: 0 0 30px;
}

table#formTable th {
	padding: 8px;
	background: #68ACCB;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #B3D1DE;
	white-space: nowrap;
}

table#formTable td {
	padding: 8px;
}

table#formTable td span {
	white-space: nowrap;
}

.ondes {
	color: #999;
}

/*************************************************************
	common
*************************************************************/

/*	wrap
------------------------------------------------------------*/

.wrapBorder {
	border: 1px solid #68ACCB;
}

/*	float
------------------------------------------------------------*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearfix {
	zoom: 1;
    overflow: hidden;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

/*	align
------------------------------------------------------------*/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/*	margin
------------------------------------------------------------*/

/* bottom */
.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

/*	padding
------------------------------------------------------------*/

.pad10 {
	padding: 10px !important;
}

/*	decoration
------------------------------------------------------------*/

.borderTopBottom {
	width: 100%;
	border-top: 1px solid #369;
	border-bottom: 1px solid #369;
}

.mainColor {
	color: #369;
}

.font14 {
	font-size: 14px;
	font-size: 1.4rem;
}




