@charset "utf-8";
/* CSS Document */

/* Reset
----------------------------------------------------*/
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,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table,th,td {font-size: 100%;line-height: 1.6;}
caption,th {text-align: left;font-weight: normal;}
object,embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
img,abbr,acronym,fieldset {border: 0;}
ul,li {list-style-type: none;}
img,a img{border:none;background:transparent;vertical-align:bottom;}

/* font
----------------------------------------------------*/
body {
	/*font: 62.5% Meiryo, arial, clean, verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, "MS PGothic", sans-serif;
	color: #333;
	width:100%; 
	
}
html>/**/body { font-size: 10px; } /* Except IE */
* html body { /* IE6用フォント指定 */
	font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, "MS PGothic", sans-serif;
	/*font: 62.5% "ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif;*/
}

/*--- default */
body {
	text-align: center;
}

/* Link
----------------------------------------------------*/
a {
	color: #00F;
}
a:hover {
	text-decoration: none;
}




/* その他
---------------------------------------- */
/*画像透過*/
a.imgHover:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

/* wrapper
----------------------------------------------------*/
#wrapper {
	width: 1000px;
	width:1300px;
	width:100%;
	margin: 0 auto;
} 
/* Footer
----------------------------------------------------*/

.footerBTN {
	margin-top:20px; 
	margin-let:40px;
	}
	
.footerBTN img {
	padding: 20px 6px;
}
.gototop {
float: right;
margin-right: 20px;
margin-top: -30px;
}

/* footer
---------------------------------------- */
#footer {
	width:100%;
}
#footer #assistNav {
	text-align: center;
	font-size:14px;
	/*margin-top:90px;*/
	width:100%;

}

#assistNav ul{

width: 100%;
text-align: cener;
    clear: both;
}
#footer #assistNav li {
	display: inline;
	padding: 20px 10px;
	padding: 20px 4px\9;
	background: url(../img/common/bg_assist.gif) no-repeat center left;
}
@media all and (-ms-high-contrast:none){
  #footer #assistNav li { padding: 20px 4px; } /* IE10 */
}

#assistNav li a {
	text-decoration: none;
	color:#333;
}
#assistNav li a:hover {
	text-decoration: underline;
	color:#333;

}

#footer .footerNavBack {

	width:100%;
	padding-top:60px;
	padding-bottom:12px;
	background-size:cover ;
	background-image:url(../images/common/footer_bg.png);
	background-position: bottom right;
	background-repeat:no-repeat;
	height:399px;
	} 

#footer .footerNavBack p{
font-weight: bold;
color: #ffffff;
font-size: 28px;
text-align: center;
}
#footer .assistNvewhole { 
margin-top: 30px;
padding-top: 50px;
background-image:url(../images/common/footer_bgs.png);
	width:100%;
	}
#footer .copyright {
clear: both;
padding: 20px;
font-size:12px;
    font-weight: normal;
    text-align: center;
    color: #000000;

}
#footer_link {
	background-color:#ffffff;
	padding: 20px;
	}
#footer_link ul {
	width: 100%;
	text-align: center;	}
#footer_link ul li {
	display:inline;
	width:304px;
	height:100px;
	}
#footer_link ul li img { 
margin-left: 10px;
margin-right: 10px;
box-shadow:0px 0px 10px #e5e5e5;
border:1px solid #e5e5e5; 
}

.assistNvewhole {
    position: relative;
}
.assistNvewhole .gototop {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}


