﻿@charset "UTF-8";

/*2016/8/29更新*/
/*2016/8/30更新*/




table tr.header_wrap{
	font-size:0;
}

table tr.footer_wrap{
	font-size:0;
}

body{
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 background-color: #FFFFFF;
margin: 0px;
}

body > div[align=center]{
	font-size:0;
}


#header5 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header5 .arrow {
	background:none;
}


#header{
	min-width:950px;
}

#wrapper{
	min-width:950px;
}

#header5 .nec_logo {
	padding-top:3px;	
}

#header5 #header_block1 span.logo_support_121{
	vertical-align: 3px;
}

#header5 .ft_copyright{
	padding-bottom:15px;
}

.modal_footer .copyright_pic{
	padding-top:15px;
	padding-bottom:15px;
}


#modal{
	position:relative;
	width:100%;
	top:0;
	left:0;
	background-color:#fff;
	z-index: 10;
	text-align: left;
}



#modal .modal_header{
	position:relative;
	height:	44px;
	border-bottom: solid #ccc 1px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 17px;
}
#modal .logo_121ware{
	margin-right: 34px;
	position: relative;
	height: 40px;
	white-space: nowrap;
}

#modal .logo_121ware span{
	margin-left: 22px;
	font-size: 11px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#modal .modal_close_btm{
	position:absolute;
	z-index:100;
	top:16px;
	right:14px;
	display:block;
	cursor:pointer;
}

#modal .modal_footer{
	font-size:11px;
	padding-left: 24px;
	padding-right: 24px;
	position:absolute;
	bottom:0;
	height: 30px;
}


#modal .modal_close_btm:hover{
	-webkit-animation:blink 0.5s ease-out;
	animation:blink 0.5s ease-out;
}

@-webkit-keyframes blink{
	0%{opacity:0;}
	100%{opacity:1;}
}

@keyframes blink{
	0%{opacity:0;}
	100%{opacity:1;}
}



#go_top {
    position: fixed;
    text-align: right;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 10;
}

#go_top.show img{
	 opacity: 1;
	
}

#go_top:hover{
	-webkit-animation:blink 0.5s ease-out;
	animation:blink 0.5s ease-out;
}

#go_top img {
    opacity: 0;
    display: block; 
	-webkit-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}

img.copyright_pic{
	width:280px;
	height:auto;
	margin-left:-2px;
	vertical-align: -3px;
}

@media screen and (max-width: 480px) {
	
	#header{
		min-width:320px;
	}

	
	#wrapper{
		min-width:320px;
	}
	
	#header5 #header_block1 .logo_121ware{
		padding-top: 20px;
    	padding-bottom: 13px;
	}
	
	#modal .modal_close_btm:hover{
		-webkit-animation:none;
		animation:none;
	}
	
	#modal .logo_121ware{
		float: none;
		padding-top: 17px;
		padding-left: 16px;
		padding-bottom: 16px;
		background-color: #ffffff;
		margin-right: 0;
		border-bottom: solid #eaeaea 1px;
		z-index: 6;
		height: 20px;
	}
	
	#modal .logo_121ware img{
		width: 82px;
		height: auto;
		vertical-align: top;
	}
	
	#modal .logo_121ware span{
		margin-left: 10px;
		vertical-align: 3px;
	}
	
	#modal .modal_header{
		padding:0;
	}
	
	#modal .modal_close_btm{
		width: 22px;
		height: auto;
	}
	
	#modal .modal_footer{
		width: 100%;
    	box-sizing: border-box;
		font-size:10px;
	}
	
	#go_top {
		width: 36px;
	}
	
	#go_top img{
		width:100%;
		height:auto;
	}
	
	#go_top:hover{
		-webkit-animation:none;
		animation:none;
	}
	
	img.copyright_pic{
		width:254px;
	}

	
}

.ie10 .logo_121ware span {
	vertical-align: -3px;
}

.ie10 #go_top {
	cursor: default;
}

.ie10 #go_top img {
	visibility: hidden;
}
