/*@charset ‘UTF-8′;*/
/* @group Base */
/*mayer.css上書き*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 12px;
}*/
tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
}
img {
	vertical-align: bottom;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
::selection {
	background: #333;
	color: #fff;
}
::-moz-selection {
	background: #333;
	color: #fff;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: .4em; -webkit-border-top-left-radius: .4em; }
.ui-corner-tr { -moz-border-radius-topright: .4em; -webkit-border-top-right-radius: .4em; }
.ui-corner-bl { -moz-border-radius-bottomleft: .4em; -webkit-border-bottom-left-radius: .4em; }
.ui-corner-br { -moz-border-radius-bottomright: .4em; -webkit-border-bottom-right-radius: .4em; }
.ui-corner-top { -moz-border-radius-topleft: .4em; -webkit-border-top-left-radius: .4em; -moz-border-radius-topright: .4em; -webkit-border-top-right-radius: .4em; }
.ui-corner-bottom { -moz-border-radius-bottomleft: .4em; -webkit-border-bottom-left-radius: .4em; -moz-border-radius-bottomright: .4em; -webkit-border-bottom-right-radius: .4em; }
.ui-corner-right {  -moz-border-radius-topright: .4em; -webkit-border-top-right-radius: .4em; -moz-border-radius-bottomright: .4em; -webkit-border-bottom-right-radius: .4em; }
.ui-corner-left { -moz-border-radius-topleft: .4em; -webkit-border-top-left-radius: .4em; -moz-border-radius-bottomleft: .4em; -webkit-border-bottom-left-radius: .4em; }
.ui-corner-all { -moz-border-radius: .4em; -webkit-border-radius: .4em; }
/* @end */

/* @group Layout */
/* @group body & wrapper */
body {
	margin: 0 auto;
	width: 800px;
	font-size: 12px;
	line-height: 140%;
	color: #757575;
	background: #fff;
	font-family: Georgia,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
/* @end */
/* @group Header & Footer */
/*Footer*/
div#footer {
	position: relative;
}
/* @end */

/* @group Main */
div#welcome {
	display: none;
}
/* @end */
/* @end */
/*--------------------------------------------*/
/* @group 共通*/
a {
	color: #4f4f4f;
	text-decoration: underline;
}
a:active {
	position: relative;
	top: 1px;
}
/* @end*/
/* @group コンテンツ */
h1, 
div.CPOS {	
	margin: 18px 0 28px 12px;
	/*background: transparent url(../images/logo_cpos.png) no-repeat 0 0;*/
}
h1 span, 
div.CPOS span {
	display: block;
	width: 280px;
	height: 137px;
	text-indent: -9999px;
}
h2 {
	position: relative;
	margin-top: 32px;
	width: 562px;
	height: 63px;
	background: #fff url(../images/title_seeYou.gif) no-repeat 0 0;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
h2 span {
	display: block;
	width: 562px;
	height: 63px;
	text-indent: -9999px;
}
div.message {
	margin-top: 48px;
	/*-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);*/
}
div.message p {
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 2px;
}
div.contact {
	margin-top: 60px;
	width: 400px;
	/*-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);*/
}
div.contact p.title {
	font-size: 14px;
	font-weight: bold;
}
div.contact p.companyName {
	margin-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px #ccc solid;
}
div.contact p.companyName em {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
div.contact p.companyAddress {
	margin-top: 6px;
	font-size: 12px;
}
div.contact p.companyAddress em {
	font-size: 10px;
}
div.contact p.logo {
	margin-top: 32px;
	width: 66px;
	height: 32px;
	background: transparent url(../images/logo_cpos.png) no-repeat 0 0;
}
div.contact p.logo span {
	display: block;
	width: 66px;
	height: 32px;
	text-indent: -9999px;
}
div.contact p.copyright {
	margin-top: 6px;
	font-size: 10px;
	font-weight: bold;
}
/* @end */