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

/*****************************************************************
#frameKiyaku(利用規約)
*****************************************************************/

#frameKiyaku {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:112;
	display:none;
	overflow-y:scroll;
	background:rgba(0,0,0,0.5);
	font-size:0.83em;
}
#frameKiyaku .back {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:115;
}
#frameKiyaku.show {
	display:block;
}
#frameKiyaku .frame {
	position:relative;
	background:#fff;
	padding:20px 25px;
	margin:30px 25px 10px 25px;
	border-radius: 25px;        /* CSS3草案 */  
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 25px;   /* Firefox用 */
	z-index:120;
}
#frameKiyaku .close {
	position:fixed;
	right:5px;
	top:5px;
	z-index:122;
}
#frameKiyaku .close a {
	display:block;
	background:#58bbce url(../../default/css/css_img/iconClose.svg) no-repeat center center;
	width:35px;
	height:0;
	overflow:hidden;
	padding-top:35px;
	border-radius: 35px;        /* CSS3草案 */  
	-webkit-border-radius: 35px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 35px;   /* Firefox用 */
}

/*****************************************************************
#btmKiyaku(利用規約表示ボタン)
*****************************************************************/
#btmKiyaku {
	padding:5px 15px;
}

#btmKiyaku a {
	font-size:1.1em;
	display:block;
	padding:10px 0;
	background-color:#ffd169;
	color:#fff;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	transition-property: background-color, color;
    	transition-duration: 0.3s;
    	transition-timing-function: ease-in-out;
    	transition-delay: 0s;
}
#btmKiyaku a:hover {
	background-color:#ffebbf;
	color:#333;
}