
/* === Reset === */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	/*font-size: 75%;*/
	font-family:sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #222;
}
input[type="text"],
textarea {
	font-family:sans-serif;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
sup {
	vertical-align:text-top;
	font-size:smaller;
	line-height:1;
}
/*
a, area, input, select, textarea, button, iframe, object, embed {
	outline:none;
}
*/
*:focus {
	outline:none;
}
.pressTabkey *:focus {
	outline:1px dotted invert;
}


/************************** generic class *****************************/

body {
	/*background: #e3e3e3 url(/support/spn/common/global-libs/images/bg-overall-shadow-dark.gif) repeat-y center top!important;*/
	font-family:sans-serif;
	/*-webkit-touch-callout:none;*/
}
body > img {
	position:absolute;
}
#page {
	/*max-width: 1200px;
	min-width: 980px;*/
	margin: 0 auto;
	background: #ffffff;
	overflow:hidden;
}
html.touch-device body {
	min-width:1000px;
	min-height:1200px;
}
html.touch-device #page {
	min-width:1000px;
}
.rwd {
	display:none;
}
.container {
	max-width: 976px;
	margin: 0 auto;
	padding: 0 2px 0 2px;
	position:relative;
}
.copyguard {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-webkit-pointer-events: none;
}



/************************** browsebar *****************************/

#browsebar-wrapper_spn {
	height:48px;
}
#browsebar_spn {
	position:relative;
}
#browsebar_spn:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
#browsebar_spn.fix {
	position:fixed;
	width:100%;
	max-width:1200px;
	margin: 0 auto;
	top:0;
	z-index:1000;
}
#browsebar-in_spn {
	height:47px;
    border-top: 1px solid #362f2f;
	background:url(/support/spn/common/global-libs/images/img-bar-tittle-1px.gif) repeat-x;
	padding-left:10px;
	position:relative;
}
#browsebar-in_spn:after {
	content:"";
	display:block;
	overflow:hidden;
	height:0;
	clear:both;
}
#browsebar_spn .container {
}
#browsebar-name_spn {
	margin-top:15px;
	float:left;
}
#browsebar-name_spn:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
#browsebar-name_spn .name {
	float:left;
    font-family: 'Open Sans Condensed', "ＭＳ ゴシック", "MS Gothic" , 'Arial' , sans-serif;
    font-size: 16px;
	font-weight:bold;
	text-height:font-size;
	color:#fff;
}
#browsebar-name_spn .name a {
	color:#fff;
	text-decoration:none;
}

/************************** #sections *****************************/

div#sections{
	width:980px;
	margin:0 auto;
}

/************************** sectionContents *****************************/

#sectionContents {
	background-color:#fff;
}
#sectionContents:before,
#sectionContents:after{
	content:"";
	display:table;
	height:0;
	visibility:hidden;
	clear:both;
}


@media only screen and (max-width:800px) and (max-device-width:1280px){
	
	img, iframe,
	object { max-width : 100%; }
	img {
		width:auto;
		height:auto;
	}
	


	/************************** generic class *****************************/
	.rwd {
		display:inherit;
	}

	html {
		/*font-size:118%;*/
		font-size:100%;
	}
	body {
		font-size: 100%;
		-webkit-text-size-adjust: none;
	}
	#page {
		min-width: 320px;
		min-height:0;
	}
	html.touch-device body{
		min-width:320px;
		min-height:0;
	}
	html.touch-device #page {
		min-width:320px;
		min-height:0;
	}
	.container {
		padding:0;
	}
	.sectiontoggle, #nav-menu-mob {
		display: block;
	}
	div.ga2012_breadcrumbs {
		display:none;
	}

	

	
	/************************** browsebar *****************************/
	
	#browsebar-wrapper_spn {
		height:auto;
		background-color:#434343;
	}
	#browsebar_spn {
		position:relative;
	}
	#browsebar_spn:after {
		content:"";
		display:block;
		height:0;
		clear:both;
	}
	#browsebar_spn.fix {
		position:static;
	}
	#browsebar-in_spn {
		background:url(/support/spn/common/global-libs/images/img-nav-global-dpdown-shadow-1px-m-1x.png) repeat-x top;
		padding:10px 10px 10px;
		position:relative;
		height:auto;
	}
	#browsebar-in_spn:after {
		content:"";
		display:block;
		overflow:hidden;
		height:0;
		clear:both;
	}
	#browsebar_spn .container {
	}
	#browsebar-name_spn {
		margin-top:0;
	}
	#browsebar-name_spn .name {
		font-size: 1rem;
		line-height:1.125rem;
		word-wrap:break-word;
	}
	
	/************************** #sections *****************************/
	
	div#sections{
		width:auto;
	}
		
	/************************** sectionContents *****************************/
	
	#sectionContents {
		background-color:#fff;
	}

}

/*--------------------
#Print
--------------------*/
@media print {
    #sections {
		margin-left: 45px !important;
    }
}
