@charset "utf-8";

/*------------ header ------------*/

/* back link */
#header ul.WEBGS_back_link {
	margin-left: 3%;
	list-style-image: url(common/back_arrow.gif);
}
#header ul.WEBGS_back_link > li {
	margin-left: 20px;
}
#header ul.WEBGS_back_link > li a {
	color: #555555;
	text-decoration: none;
}
#header ul.WEBGS_back_link > li a:hover {
	color: #cc0000;
}

/* header title */

#header h1.WEBGS_title {
	position: relative;
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0 3% 0.5em 3%;
	padding: 0.3em 1em 0.3em 2em;
	border: 1px solid #d9d9d9;
	background: #d9d9d9;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 1) inset; /* Android2.3 */
	box-shadow: 0 0 5px rgba(255, 255, 255, 1) inset;
}
#header h1.WEBGS_title:before {
	position: absolute;
	top: -4px;
	left: -4px;
	content: url(common/ptl-ribbon.png);
}
#header h1.WEBGS_title span.title_sub {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	padding: 3px 1em 5px 0;
}

/*------------ contents ------------*/
/* emphasis sentence */

#contents p.WEBGS_end_setting {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

/*------------ Media Queries ------------*/

@media screen and (min-width: 480px), print {
	/* header title */
	#header h1 {
		padding-right: 9em;
	}

	/* section */
	#contents div.section {
		margin-left: 1em;
	}

}
