@charset "utf-8";
@media screen and (min-width: 769px){
/* CSS Document */
/*===============================================
▼resets
===============================================*/
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-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif!important;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}
html { overflow-y: scroll; } 
body {
	line-height: 2;
	font-size: 17px; /* fontsizeを12pxにしたい場合はコンテンツ側のCSSで75%指定 */
	color: #1A1302;
	-webkit-text-size-adjust: 100%;
}
* html body { /* for IE6 */ font-size: 100%;} 
*:first-child+html body { /* for IE7 */  font-size: 100%;}
ol, ul {
	list-style: none;
}
a {
color: #E5B83B;
text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
*:after {
  display:block;
  clear:both;
} /* この記述は固定です */

element {zoom:1;} /* clearfix IE6, 7 */
element:after {content:"";} /* clearfix */

/* リンク画像　ロールオーバー
a:hover img { opacity:0.7;	filter:alpha(opacity=70); -ms-filter: "alpha( opacity=70 )"; }
*/


#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper .outer {
	width: 100%;
	margin: 0 auto;
}
#wrapper .outer[BLK] {
	background: #000;
}
#wrapper .outer .inner {
	width: 960px;
	margin: 0 auto;
}
#wrapper #header h1 {
	width: 899px;
	margin: 0 auto 20px;
}
#wrapper #header .ttl-add {
	/*width: 529px;
	margin: 0 auto;*/
	margin: 30px 0 0 30px;
}

#wrapper #container h2,
#wrapper #container h3 {
	width: 960px;
	margin: 0 auto;
	line-height: 0;
}

#container .app-btn {
	width: 100%;
/*	margin: 50px auto;*/
	text-align: center;
	font-weight: bold;
	font-size: 150%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 0 0 0;
	}

#container #inside {
	clear:both;
	display: block;
	margin: 0 0 0 -10px;
	overflow: hidden;
	}

#container #inside li {
	float:left;
	display: block;
	margin-left: 10px;
	overflow: hidden;
}

#merit {
	margin:0 0 40px;
	}

.imgs-house {
	margin-top: 30px;
	margin-bottom: 50px;
	}
.imgs-house p {
	float:left;
	margin-bottom:10px;
	}
.imgs-house .r-b-mgn {
	margin-right: 32px;
	}


#gaiyou-title{
	clear:both;
	background-color: #dcdcdc;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 7px;
}
#gaiyou-text {
	font-size: 12px;
	line-height: 18px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-bottom: 80px;
}
.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: 20px;
}

#wrapper #designs {
	background: #000 url(images/d-bg.png) right top no-repeat;;
	padding: 70px 35px;
	margin-top: 70px;
}
#wrapper #designs ul {
	margin: 70px 0 70px -100px;
}
#wrapper #designs ul li {
	width: auto;
	margin: 0 0 0 100px;
}
#wrapper #designs ul li img {
	width: auto;
}

#wrapper #footer {
	margin: 40px 0 30px;
}



.result {
	margin-bottom: 100px;	
}
.result h4 {
	background: #A6161C;
	width: 100%;
	padding: 7px 0;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 25px;
	text-align: center;
	letter-spacing: 1em;
	font-size: 125%;	
}
.result h5 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 100%;
}
.result ul {
	margin: 0 auto 25px;
	font-weight: bold;
	font-size: 150%;
	overflow: hidden;
	width: 80%;
}
.result ul li {
	overflow: hidden;
	float: left;
	width: 40%;
	padding: 0 5%;
}
.result div.winner {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 50px;
}
.result p.cnt-attn {
	text-align: center;
}
.result p.attn {
	text-align: right;
	font-size: 80%;
	margin-top: 25px;
}


/* form
=========================================================================== */
#form { margin: 40px 0; }
#form h2 {
	color: #FFF;
	font-size: 100%;
	padding: 10px 20px;
	background: #0081CC;
	width: 30%!important;
	margin: 0 0 1px!important;
	position: relative;
}
#form h2 p {
	position: absolute;
	left: 350px;
	width: 200%;
	top: 10px;
	font-size: 82%;
	color: #1A1302;
	font-weight: normal;
}
#form dl {
	border-left: 9px solid #0096D8;
	margin-bottom: 1px;
	background: #E5F3FB;
	font-size: 82%;
	overflow: hidden;
}
#form dt,
#form dd {
	background: #E5F3FB;
	padding: 15px;
	overflow: hidden;
} 
#form dt {
	float: left;
	width: 30%;
	position: relative;
}
#form dt p {
	position: absolute;
	background: #FF0000;
	color: #FFF;
	font-size: 76%;
	padding: 5px;
	line-height: 1;
	right: 20px;
	top: 20px;
}
#form span {
	font-size: 76%;
	color: #999;
}
#form select,
#form input[type=text] {
	padding: 5px;
}
#form .ad01 { margin: 15px 0; }
#form .ad02 { margin-left: 2.3em; }
#form .attn {
	margin: 60px 65px;
	font-size: 82%;
}
#form .pcy-2 {
	font-size: 82%;
	overflow: hidden;
}
#form .pcy-2 p {
	float: left;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	margin: 0 30px 0 0;
	padding: 0;	
}
#form #thanx {
	text-align: center;
	margin: 100px 0;
}
#form #thanx p {
	background: #0081CC;
	padding: 15px;
	width: 30%;
	margin: 60px auto;
}
#form #thanx p a {
	color: #FFF;
	font-weight: bold;
}



.fL {
	float: left;
}
.fR {
	float: right;
}
.rltv {
	position: relative;
}
.abst {
	position: absolute;
}
p.idt {
	text-indent: -1.3em;
	margin-left: 1.3em;
}

a:hover img { opacity:0.7; filter:alpha(opacity=70); -ms-filter: "alpha( opacity=70 )"; }

.mt35 { margin-top: 35px; }
.mt70 { margin-top: 70px; }

}

