@charset "utf-8";

/*----------------------------------------------------
 common
 ----------------------------------------------------*/
/* CLEAR FIX*/
.clearfix {
	display: inline-table;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* CLEAR FIX END*/



table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
br {
	letter-spacing: 0;
	line-height:100%;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	padding: 0;
	margin: 0;
}
p {
	margin: 0;
	padding:0;
}
.nodisp {
	display: none;
}
img {
	border: none;
}
form {
	margin: 0;
}
.small {
	font-size:12px;
	line-height: 1.6em;
}
a:focus {
	outline:none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	color:#000;
}
.text_bold {
	font-weight:bold;
}
#content_pd {
	margin:20px;
}
#tousen_url {
	padding:15px;
	background:#ebe7dc;
}

div.gray{
	background: #f4f4f4;
	padding: 25px 0;
	margin-top: 25px;
}

/*----------------------------------------------------
 layout
 ----------------------------------------------------*/
body {
	font-family: Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	color: #000000;
	font-size: 16px;
	line-height:150%;
	text-align:center;
	background:#ffffff;
	-webkit-text-size-adjust:none;
	
}
#header {
	padding:10px 0;
	margin:0 0 10px 0;
	width:100%;
	text-align:center;
	background:#ffffff;
}
#header_content {
	margin:0 auto;
	background:#ffffff;
}
#footer {
	margin:0px 0 0 0;
	width:100%;
	height:45px;
	background:#5f5b4f;
}
#footer_content {
	margin:0 auto;
	padding:10px 0 0 0;
	width:100%;
	color:#fff;
	font-size:10px;
}
#content {
	margin:0 auto;
	width:100%;
	text-align:left;
}

/*----------------------------------------------------
 header
 ----------------------------------------------------*/
h1{
	display:block;
	overflow:hidden;
	margin:15px auto;
	width:120px;
	
	
}
h1 img{
	display: block;
	width: 100%;
}

h2 {
	margin:7px auto 0 auto;
	font-size:18px;
	background: #666;
	color: #fff;
	width :180px;
	padding: 2px 0;
}
h3 {
	margin:0 15px;
	font-size:16px;
}
.mainImg{
	max-width: 1200px;
	width: 100%;
	margin: 25px auto;

}
/*----------------------------------------------------
 content
 ----------------------------------------------------*/

#free {
	padding:0 0 0 0;
	margin:0 auto;
/*	height:100px;
*/	width:100%;
	text-align:center;
}
#free p{
	width:95%;
	margin: auto;
	line-height: 1.6;
}


/*----------------------------------------------------
 entry
 ----------------------------------------------------*/
.inp_txt {
	height:24px;
}
#entry_text {
	margin:0px auto 0;
	padding:0 15px;
	line-height:180%;
	max-width: 800px;
}
#entry_form {
	margin:30px auto 0;
	max-width: 800px;
	border-top:1px dotted #ccc;
}

#entry_form dt {
	padding:12px 5px 8px 13px;
	background:url("../images/icon.png") no-repeat 15px 19px;
}
#entry_form dd {
	padding:0 15px 15px 15px;
/*	width:100%; */
	border-bottom:1px dotted #ccc;
}
#entry_form dd #user_name {
	width:40%;
}
#entry_form dd #kana {
	width:40%;
}
#entry_form dd #mail,
#entry_form dd #mail2 {
	width:40%;
}
#entry_form dd #zip {
	width:40%;
}
#entry_form dd #keyword {
	width:40%;
}
#entry_form dd #telno {
	width:60%;
}
#entry_form dd span {
	margin:0 0 0 5px;
	font-size:14px;
}
#brand_list {
	margin:0 0 0 5px;
}
#brand_list li {
	float:left;
	margin:0 15px 5px 0;
}
#btn_entry {
	display:block;
	margin:20px auto 0 auto;
	padding: 8px 20px;
	width:240px;
	height:25px;
	background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
#confirm {
/*	width:100%; */
	text-align:center;
}
#confirm a {
	text-decoration:none;
}

#confirm_form {
	margin:30px 0 0 0;
	border-top:1px dotted #ccc;
}
#confirm_form dt {
	padding:12px 5px 5px 28px;
	background:url("../images/icon.png") no-repeat 15px 19px;
}
#confirm_form dd {
	padding:2px 15px 10px 27px;
	border-bottom:1px dotted #ccc;
}
#btn_reset {
	display:block;
	margin:0 auto;
	padding: 8px 20px;
	width:240px;
	height:25px;
	background: -moz-linear-gradient(top,#d5d5d5, #b8b8b8 50%,#9c9c9c 50%,#747474);
	background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), color-stop(0.5,#b8b8b8), color-stop(0.5,#9c9c9c), to(#747474));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #747474;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

/*----------------------------------------------------
 policy
 ----------------------------------------------------*/
#entry_privacy {
	margin:20px 0 0 0;
	padding:0 15px;
/*	width:100%; */
	text-align:center;
}
#entry_privacy span {
	display:block;
	text-align:left;
}
#entry_privacy a {
	text-decoration:none;
}
#btn_policy {
	display:block;
	margin:0 auto;
	padding: 8px 20px;
	width:240px;
	height:25px;
	background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
#entry_privacy a.hover,
#confirm a.hover {
	background: -moz-linear-gradient(top,#a2c1d0, #307793 50%,#00668f 50%,#0084b7);
	background: -webkit-gradient(linear, left top, left bottom, from(#a2c1d0), color-stop(0.5,#307793), color-stop(0.5,#00668f), to(#0084b7));
	border: 1px solid #0084b7;
}
#confirm_back a.hover {
	background: -moz-linear-gradient(top,#c7c7c7, #9f9f9f 50%,#7d7d7d 50%,#4e4e4e);
	background: -webkit-gradient(linear, left top, left bottom, from(#c7c7c7), color-stop(0.5,#9f9f9f), color-stop(0.5,#7d7d7d), to(#4e4e4e));
	border: 1px solid #4e4e4e;
}
#entry_agree {
	margin:20px auto 5px;
	padding:0 15px;
	max-width: 800px;
	text-align:center;
}
#message {
	margin:20px 0;
	padding:15px;
	min-height:168px;
}
#thankyou_msg {
	margin:20px 0;
	padding:0 15px;
}

/*----------------------------------------------------
 confirm
 ----------------------------------------------------*/
#confirm_text {
	margin:20px 0 0 0;
	padding:0 15px;
	line-height:180%;
}

.error_title {
	margin:10px 0 20px 0;
	font-size:140%;
	font-weight:bold;
}
#error_text {
	margin:30px 5px;
}
#confirm_back {
	margin:20px auto 0 auto;
	text-align:center;
}
#confirm_back a {
	text-decoration:none;
}

.btn_else {
	display:block;
	margin:10px 0 0 0;
	padding: 8px 20px;
	width:240px;
	height:25px;
	background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	text-align:center;
	text-decoration:none;
}
.btn_else_hover {
	background: -moz-linear-gradient(top,#a2c1d0, #307793 50%,#00668f 50%,#0084b7);
	background: -webkit-gradient(linear, left top, left bottom, from(#a2c1d0), color-stop(0.5,#307793), color-stop(0.5,#00668f), to(#0084b7));
	border: 1px solid #0084b7;
}

/*----------------------------------------------------
 navi
 ----------------------------------------------------*/
#navi {
	margin:0 0 20px 0;
	padding:8px 0 0 0;
	height:32px;
	width:100%;
	background:#5f5b4f;
}
/*
#navi ul {
	margin:0 auto;
	width:600px;
}
*/
#navi li {
	float:left;
	color:#ffffff;
}
#navi li a {
	margin:0 15px;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}
#navi li a:hover {
	text-decoration:underline;
}
#navi li + li:before {
	content: "|";
}

/*----------------------------------------------------
 notesArea
 ----------------------------------------------------*/

#notesArea {
	clear: both;
	margin: 30px auto 0;;
	background:#fff;
	max-width: 800px;
}
#notesArea dl {
}
#notesArea dt {
	padding: 18px 18px 10px 18px;
	text-align: left;
	line-height: 1.4;
	font-size:90%;
}
#notesArea dd {
	padding: 0 18px 10px 18px;
	text-align: left;
	line-height: 1.8;
	font-size:90%;
}

/*----------------------------------------------------
 official
 ----------------------------------------------------*/


#official {
	padding-top: 30px;
	clear: both;
	text-align: center;
	padding-bottom: 40px;
	background:#fff;
}


#kanbai{
	margin:30px 0 15px 0;
	text-align:center;
}


/*----------------------------------------------------
 その他
 ----------------------------------------------------*/

 .udL{
 	background: linear-gradient(transparent 60%, #ff0 0%);
 }
p.kikan{
	padding: 10px 0;
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
}
p.kikan span{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
}
 .pcNone{
 	display: none;
 }
 

 dl.event{
	font-size: 14px;
 }
 dl.event dt{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
	
 }
dl.event dd{
	font-size: 16px;
	font-weight: bold;
}
 div.img{
	max-width: 800px;
	margin: 0 auto 50px;
 }
 div.img img{
	display: block;
	width: 100%;
 }
 @media screen and (max-width :721px){
	.inp_txt{
		width: 60%!important;
	}
	div.img{
		width: 100%;
	}
	.pcNone{
		display: block;
	}
	.spNone{
		display: none;
	}
	p.kikan{
		width: 90%;
		margin:0 auto 40px;
	}
	dl.event{
		width: 90%;
		margin:0 auto 40px;;
	}
 }


 .content_confirm,.content_entry{
	max-width: 800px;
	margin: 0 auto;
 }
 div.img.entry{
	margin: 0 auto!important;
 }
  .content_entry div#message{
	margin-bottom: 100px;
  }