@charset "utf-8";

#contents {
	padding-bottom: 1em;
}

/*=== loading style ===*/
div.WGS_step_prepare,
#contents div.WGS_contents div.WGS_next_button,
#contents div.WGS_contents div.WGS_back_button {
	display: none;
}
#WGS_ij_loader_bg {
	display: block;
	width: 100%;
	height: 100%;
}
#WGS_ij_loader {
	display: block;
	position: absolute;
	top: 50%;
	/* left: 50%; */
	width: 300px;
	height: 30px;
	margin-top: -15px;
	/* margin-left: -150px; */
	text-align: center;
}
#WGS_ij_loader p {
	font-size: 1.2em;
}

/*---Slide anime---*/
#contents div.WGS_contents div.WGS_figure {
	width: 220px;
	margin: 0 auto;
	margin-bottom: 0.8em;
}
#contents div.WGS_contents div.WGS_figure img {
	width: 100%;
}

/*---Link---*/
#contents div.WGS_contents div.WGS_link_area {
	margin-top: 2.5em;
}
#contents div.WGS_setup_step div.WGS_detail ul.WGS_error li {
	margin-bottom: 0.5em;
}
#contents div.WGS_setup_step div.WGS_detail ul.WGS_error a,
#contents div.WGS_setup_step div.WGS_detail ul.WGS_step_list a { /* from 22A */
	color: #0000cc;
	text-decoration: underline;
}
#contents div.WGS_setup_step div.WGS_detail ul.WGS_error a:hover,
#contents div.WGS_setup_step div.WGS_detail ul.WGS_step_list a:hover, /* from 22A */
#contents div.WGS_setup_step div.WGS_detail ul.WGS_step_link_list a:hover { /* from 22A */
	color: #ff6600;
	cursor: pointer;
}

/* from 22A */
#contents div.WGS_setup_step div.WGS_detail ul.WGS_step_list {
	margin-top: 1em;
}
#contents div.WGS_setup_step div.WGS_detail div.WGS_link_area ul.WGS_step_link_list {
	font-size: 0.95em;
}
#contents div.WGS_setup_step div.WGS_detail div.WGS_link_area ul.WGS_step_link_list a {
	display: inline-block;
	background-image: url(../../images/common/wg_hint_s.jpg);
	background-repeat: no-repeat;
	/* background-position: 1px 4px; */
	/* padding: 3px 0 3px 17px; */
	color: #0000cc;
	text-decoration: underline;
}

/*---Modal Window---*/
/* from 22A */
#contents p.WGS_connect_url {
	margin-top: 1em;
	font-size: 1.3em;
}

/**********************************************************************************/
@media screen and (min-width: 375px) {
	/*---Slide anime---*/
	#contents div.WGS_contents div.WGS_figure {
		max-width: 85%;
		width: auto;
	}
	/*---Link---*/
	/* from 22A */
	#contents div.WGS_setup_step div.WGS_detail div.WGS_link_area ul.WGS_step_link_list {
		font-size: 0.9em;
	}
}
/**********************************************************************************/
@media screen and (min-width: 480px) {
	/*---Slide anime---*/
	#contents div.WGS_contents div.WGS_figure {
		max-width: 90%;
	}
	/*---Detail---*/
	#contents div.WGS_contents div.WGS_step_prepare div.WGS_detail {
		max-width: 90%;
	}
	/*---Link---*/
	/* from 22A */
	#contents div.WGS_setup_step div.WGS_detail div.WGS_link_area ul.WGS_step_link_list a {
		background-image: url(../../images/common/wg_hint.jpg);
		background-position: 0 40%;
		/* padding-left: 20px; */
	}
}
/**********************************************************************************/
@media screen and (min-width: 700px) {
	#contents div.WGS_contents div.WGS_setup_step {
		display: -webkit-flex;
		display: flex;
		align-items: start;
	}
	/*---Slide anime---*/
	#contents div.WGS_contents div.WGS_figure {
		width: 48%;
	}
	/*---Detail---*/
	#contents div.WGS_contents div.WGS_step_prepare div.WGS_detail {
		/* padding-left: 5%; */
		width: 47%;
		max-width: initial;
		margin: 0;
	}
	#contents div.WGS_contents div.WGS_link_area {
		margin-top: 3em;
	}
	/* from 22A */
	#contents div.WGS_contents div.WGS_step_prepare div.WGS_detail ul.WGS_step_list {
		font-size: 1.1em;
	}
}
/**********************************************************************************/
@media screen and (min-width: 1024px) {
	/*---Slide anime---*/
	#contents div.WGS_contents div.WGS_figure {
		width: 58%;
	}
	/*---Detail---*/
	#contents div.WGS_contents div.WGS_step_prepare div.WGS_detail {
		width: 37%;
	}
}
/**********************************************************************************/
@media print {
	body #container {
	 	overflow-x: visible; /* For print */
	 }
	/*===contents===*/
	/*---Slide anime---*/
	#contents div.WGS_contents div.WGS_figure {
		max-width: 85%;
		width: auto;
	}
/************480px************/
	/*===Header===*/
	/*---Slide anime---*/
	#contents div.WGS_contents div.WGS_figure {
		max-width: 90%;
	}
	/*---Detail---*/
	#contents div.WGS_contents div.WGS_step_prepare div.WGS_detail {
		max-width: 90%;
	}
	
}