@charset "utf-8";
/* 全項共通テンプレート*/

*{
	margin-left:auto;
	margin-right:auto;

}

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	max-width:100%;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul , li{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}


.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}


h1,h2,h3,h4,h5,h6,address{
  font-size:100%;
  font-weight:normal;
  font-style:normal;
  display:none;
}

article,aside,canvas,details,figcaption,figure,footer,
header,hgroup,menu,nav,section,summary{
  display:block;
}



a{
	text-decoration:none;
	outline:none;
	color:#a0c7ff;
}

a:viseted{
	color:#8d9db5;
	}

.cir{
	clear:both;
}

p.error_dark{
	font-size:12px;
	color:#ff6e6e;
	background-color:transparent;
	}

p.error_light{
	font-size:12px;
	color:#c20000;
	background-color:transparent;
	}
	
input[type=text]:focus,textarea:focus{
outline: none;
background:#d2f0ff;
}

select:focus{
outline: none;
}

input[type="text"],
input[type="submit"],
input[type="button"]{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

/* 全項共通テンプレート終わり*/

#bg{
   	background-color:#94b46c;
	background-image:url(/img/souku_end/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding:85px 0px 0px 0px;
	height:995px;
	min-width:950px;
}

.souku_end_1{
	padding:496px 0px 65px 47px;
	width:903px;
	height:254px;
	background-image:url(/img/souku_end/bg_2.png);
	background-repeat:no-repeat;
	margin: 0 auto; 
	}
	
.souku_end_btn li{
	float:left;
	padding:0px 47px 0px 0px;
	}