@charset "utf-8";
/* CSS Document */

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
ul li {
	list-style-type: none;
}

/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family: Open Sans,/*'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',*/'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	-webkit-text-size-adjust: none;
}


/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/*---------------------------------------------
	clearfix
  ---------------------------------------------*/

.clearfix {
	zoom:1;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

/*---------------------------------------------
	Styles
  ---------------------------------------------*/

/* =========================================================
header
========================================================= */
header {
	width: 100%;
	background-image: url(../img/visual_02.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-color: #000;
	height: 480px;
}
header #headerCnt {
	zoom:1;
}
header #headerCnt:after {
	content: ""; 
	display: block; 
	clear: both;
}
header #headerCnt #headerMain {
	width: 920px;
	height: 480px;
	background-image: url(../img/visual_02.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	padding: 0 20px;
	margin: 0 auto;
}
header #headerCnt #headerMain h1 {
	float: left;
	width: 370px;
	padding-top: 40px;
}
header #headerCnt #headerMain h1 img {
}
header #headerCnt #headerMain p.copy {
	color: #FFF;
	font-size: 100px;
	text-align: right;
	marign-left: 370px;
	line-height: 1.4;
	font-style: italic;
	font-weight: 300;
	opacity: 0.7;
	padding-top: 10px;
}

header #headerCnt #headerMain p.copy span {
}
header #headerCnt #headerVisual {
	display: none;
}
header #headerCnt #headerVisual ul {
}
header #headerCnt #headerVisual ul li {
}
header #headerCnt #headerVisual ul li img {
}


/* =========================================================
article
========================================================= */
article {
}
article.index {
	width: 920px;
	padding: 0 20px;
	margin: 0 auto;
}
article.index #indexCnt {
}
article.index #indexCnt section {
	clear: both;
	margin-top: 64px;
}
article.index #indexCnt section h2 {
	float: left;
}
article.index #indexCnt section h2 span.tit_en {
	display: block;
	font-size: 48px;
	margin-bottom: 10px;
	font-weight: 300;
	line-height: 1;
}
article.index #indexCnt section .cnt {
	margin-left: 320px;
}
article.index #indexCnt section .cnt h3 {
	font-size: 20px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 15px;
}
article.index #indexCnt section .cnt p {
	color: #666;
}
article.index #indexCnt section .cnt table {
}
article.index #indexCnt section .cnt table tbody {
}
article.index #indexCnt section .cnt table tbody tr {
}
article.index #indexCnt section .cnt table tbody tr th {
	width: 20%;
	padding: 0 0 20px 0;
	color: #000;
	font-weight: bold;
}
article.index #indexCnt section .cnt table tbody tr td {
	padding: 0 0 20px 0;
	color: #666;
}

article.index #indexCnt section#service {
}
article.index #indexCnt section#service h2 {
	color: #3399CC;
}
article.index #indexCnt section#service .cnt {
}
article.index #indexCnt section#service .cnt h3 {
}
article.index #indexCnt section#service .cnt p {
}
article.index #indexCnt section#profile {
}
article.index #indexCnt section#profile h2 {
	color: #FF6600;
}

article.index #indexCnt section#contact h2 {
	color: #009966;
}
article.index #indexCnt section#contact .cnt ul {
}
article.index #indexCnt section#contact .cnt ul li {
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
	line-height: 1.4;
}
article.index #indexCnt section#contact .cnt ul li em {
	display: inline-block;
	width: 5em;
}
article.index #indexCnt section#contact .cnt ul li span {
	display: inline-block;
	font-weight: bold;
}
article.index #indexCnt section#contact .cnt ul li span img {
	vertical-align: middle;
	margin-right: 10px;
}
article.index #indexCnt section#contact .cnt ul li span a {
	text-decoration: none;
}


/* =========================================================
footer
========================================================= */
footer {
	margin-top: 100px;
	text-align: center;
	border-top: 3px solid #EFEFEF;
}
footer #footerCnt {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0 40px;
}
footer #footerCnt p {
	font-weight: 300;
	color: #999;
	font-size: 12px;
}





