@charset "utf-8";
/* CSS Document */
html {
    overflow-y: scroll;
}

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

body{
	/*font-style:font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
	font-family: "Apple TP","Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
	font-size:15px;
}

/*------全体-------*/
#wrapper{
	width:1003px;
	margin:10px auto 0;
}

/*--------ヘッダー--------*/

#header ul.menu{
	margin:0 0 0px 0;
	width:1003px;
	height:59px;
clear:both;
}

#header ul.menu li{
	float:left;
	list-style:none;
	height:59px;
}

#header .main_img{
	clear:both;
	margin-bottom:30px;
}



/*--------フッター--------*/
#footer{
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	clear:both;
}

#footer ul.sns_icon{
	margin:17px 0 0;
}

#footer ul.sns_icon li{
	float:left;
	list-style:none;
	padding:0 10px 15px;
}

#footer .copyright{
	text-align:center;
	border-top:1px solid #7A7A7A;
	padding:14px 0 0 0;
	clear:both;
}

/*---------------------*/
img{border-style:none;}
a img{border-style:none;}

button {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}

.errors {
    padding: 20px;
    width: auto;
    color: #ff0000;
}

.label-small-font {
  font-size: 12px; 
}