@charset "utf-8";
/* CSS Document */

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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}

a:hover img {/*ロールオーバー時に70％半透明*/
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴシック Pro W3','Hiragino Kaku Gothic Pro''ＭＳ Ｐゴシック',sans-serif;
}

/*FireFox用CSSハック*/
@-moz-document url-prefix() {
	body {
		font-family: 'ヒラギノ角ゴシック Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	}
}

p {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#textTousen00{
	position:relative;
	height:auto;
	font-size:24px;
	line-height:2.0;
	color:#000033;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:8px 12px;	
	margin-top:0px;
	margin-bottom:0px;
}
#textTousen00 img{
	text-align:center;
	padding-bottom:5px;
}
#textTousen00 span#text01{
	font-size:17px;
	line-height:1.2;
	color:#000033;
	font-weight:bold;
	padding-top:10px;
}
#textTousen00 span#text03{
	font-size:12px;
	line-height:1.4;
	color:#000033;
	font-weight:100;
	padding-top:8px;
	display:block;
	text-align:left;
}

#textTousen00 #name{
	margin:30px 0;
	text-align:center;
	font-size:26px;
}


	
body {
	background-color: #e6ecf0;
}
	
#container {
	padding-top: 0px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

#footer {
	clear:both;
	width:960px;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
}

#main-area {
	width: 960px;
	position:relative;
}

.red{
	color:#F00;
}

#header {
	width: 100%;
	height: 48px;
	padding: 0px;
	margin: 0px 0 0 0;
	overflow: hidden;
	z-index:9999;
	background-color: #FFF;
	border-bottom:1px solid #000;
}
#header-inner {
	position:relative;
	width: 960px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
}
#header .logo_area {
	position:absolute;
	top:0;
	left:0;
}
#header .logo_area2 {
	position:absolute;
	top:5px;
	right:0;
}
#header .btn_header {
	position:absolute;
	top:3px;
	left:580px;
}
#header .hlink {
	position:absolute;
	top:8px;
	right:0;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}

#cp_form {
    text-align: center;
    padding: 0px;
    margin-top: 45px;
    margin-right: 0px;
    margin-bottom: 55px;
    margin-left: 0px;
}

#gaiyou-title{
	clear: both;
	margin-top:30px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #dcdcdc;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
}
#gaiyou-text {
	font-size: 12px;
	line-height: 18px;
	margin-bottom:50px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}
#g-sub {
	font-size: 13px;
	border-left: 5px solid #0066CC;
	padding-left: 5px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 10px;
}

.sub_ttl {
	line-height:28px;
}
/*-------------------------
	フッター
-------------------------*/
#footer_area {
	width:100%;
	margin:0;
	padding:10px 0;
	background:#fff;
	color:#2c2c2c;
	font-size:10px;
	line-height:1.8;
}
#footer_area #footer_menu {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#footer_area #footer_menu ul li {
	display:inline-block;
}
#footer_area #footer_menu ul li a {
	color:#2c2c2c;
}
#footer_area #footer_menu ul li a:hover {
	text-decoration:underline;
}
#footer_menu1 { float:left; }
#footer_menu1 li { margin-right:15px; }
#footer_menu2 { float:right; }
#footer_menu2 li { margin-left:15px; }
#footer_area #footer_copyright {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:0 0 15px;
	color:#666;
	text-align:right;
	line-height:normal;
	font-size:9px;
}

#footTelArea, .toTop {
	display:none;
}
/*-------------------------
	foot_info
-------------------------*/
#foot_info {
	width:100%;
	height:80px;
	background:url(http://www.misawa.co.jp/common_d/image/foot_info_bg.png) repeat 0 0;
	padding-top:20px
}
#foot_info ul {
	width:960px;
	height:80px;
	margin:0 auto;
	overflow:hidden;
}
#foot_info ul li#foot_info01 {
	float:left;
}
#foot_info ul li#foot_info02 {
	float:right;
}

#code_area {
	position:absolute;
	bottom:0;
	height:1px;
	overflow:hidden;
}

  .pc-hidden{
      text-align: center;
  }
#footer {
	color:#4c4c4c;
	font-size:9px;
	margin:15px 0 0 0;
	height:40px;
	border-top:#7a7a7a solid 1px;
}
#footer .privacy {
	float:left;
}
#footer .privacy a {
	color:#4c4c4c;
	text-decoration:none;
}
#footer .copyright {
	float:right;
}

#textEndMes00 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:50px 0;
}

#textEndMes00 span{
	color:#F00;
	font-size:22px;
}

.btn_sp,
.sp {
	display:none;	
}


