@charset "UTF-8";
/* CSS Document */
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */
body{
font-size:16px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#333;
line-height:140%;}


/*フォーム*/
.wrapper{
margin:0 auto;
overflow:hidden;
zoom:1;
width:100%;
max-width:960px;
position:relative;}

.midoriobi{
width:100%;
height:auto;
text-align:left;
background-image:url(base.jpg);}


h1{
	font-size:24px;
	color:#333;
	margin-top:30px;
	margin-bottom:20px;}

p{ 
	font-size:16px;
	color:#333;
	line-height:140%;}
	
.necessary{
	color:#CC0000;}
	
font{
	font-size:14px;
	line-height:160%;}
	

/*トップページ*/	
.wrapper2{
margin:0 auto;
overflow:hidden;
zoom:1;
width:100%;
max-width:960px;
background-color:#FFFFFF;
}

.toprogo{
	margin:30px auto 0px 10px;
	width:318px;
	height:auto;}
	
.toprogo2{
	float:right;
	margin:50px 30px 0px auto;
	width:210px;
	height:auto;}
	
.toprogo img,.toprogo2 img{
	width:100%;
	height:auto;}
	
.kei{
	border:solid 2px #669999;
	width:96%;
	margin:0 auto;}

h2{
	font-size:24px;
	letter-spacing:-2px;
	text-align:center;
	margin:80px auto 40px;}
	
h4{
	font-size:16px;
	letter-spacing:-0.5px;
	margin:0 auto;
	line-height:1.6;
	width:70%;}	
	
.last{
	margin-left:45%;}
	
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.bota{
	margin:100px auto;
	text-align:center;}



@media only screen and (min-width: 960px){

	
	}
	
@media only screen and (max-width:959px){
	
.wrapper2{
width:94%;
}

.last{
	margin-left:30%;}
	
/*フォーム*/
.wrapper{
width:94%;}

}

@media only screen and (max-width:768px){
	
.toprogo{
	width:260px;
	height:auto;}
	
.toprogo2{
	width:180px;
	height:auto;}
	
.last{
	margin-left:20%;}
	
/*フォーム*/
.wrapper{
width:94%;}

}

@media only screen and (max-width:640px){
	
.toprogo{
	width:220px;}
	
.toprogo2{
	width:160px;
	margin:40px 30px 0px auto;}

h2{
	font-size:20px;}

h4{ 
	font-size:14px;
	letter-spacing:0px;
	width:80%;}

	}

@media only screen and (max-width:480px){

.toprogo{
	width:200px;}
	
.toprogo2{
	width:140px;
	margin:40px 30px 0px auto;}

h2{
	margin:60px auto 40px;
	letter-spacing:-1px;}

h4{ 
	width:90%;}
	
.last{
	margin-left:auto;}

.bota img{
	margin-top:40px;}
	
.bota{
	margin:50px auto;}
	
	}
	
	
@media only screen and (max-width:414px){

.toprogo{
	width:160px;}
	
.toprogo2{
	width:120px;
	margin:40px 10px 0px auto;}

h2{
	margin:50px auto 40px;
	letter-spacing:-1px;
	font-size:19px;}

h4{ 
	width:90%;
	font-size:13px;}
	
	}
	
@media only screen and (max-width:320px){

.toprogo{
	width:140px;}
	
.toprogo2{
	width:100px;
	margin:40px 10px 0px auto;}

h2{
	margin:50px auto 40px;
	letter-spacing:-1px;
	font-size:17px;}

h4{ 
	width:90%;
	font-size:12px;}
	
.last{
	margin-left:auto;}

	
	}
	
