@charset "utf-8";
/* ====================================================================== */
/* common.css */
/* ====================================================================== */
html {
	overflow: scroll;
}

body{
	margin-top:0px;
	padding-top:0px;
	background-color:#fff;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8;
}

img{
	border: none;
}

#container{
/*
	width:1050px;
	overflow:hidden;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#ffffff;
	background-position:center;
*/
}


#header{
	width:100%;
	height:190px;
	text-align:left;
	text-align: center;
	margin: 10px;
}

#header_logo{
	position: relative;
	z-index: 2;
	margin-top:15px;
	width: 145px;
	float: left;
}

#bread_crumb ol{
	width: 975px;
	text-align:left!important;
	margin: 0;
	padding: 7px 5px 3px 40px;
	background-color: #fcfcfc;
	list-style-type: none;
	font-size: 0.9em;
}
#bread_crumb li{
	padding-top: 2px;
	display: inline;
}
#bread_crumb li:first-child{
	padding-left: 30px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: left;
	background-image:url("./images/icon/home.png");
}
#bread_crumb  li{
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left;
	background-image:url("./images/icon/arrow.png");
}


#changer{
	width: 1000px;
	font-size: 1em;
	text-align: right;
	position: absolute;
	z-index: 1;
	margin-top:0;
	white-sapce: nowrap;
	/*float: right;*/
}



#title{
	width:970px;
	clear:both;
	background-image:url("./images/header_back.jpg");
	background-position:center;
	background-repeat: repeat-x;
	padding: 3em 1.5em 0.5em 1.5em;
	
	border-radius: 5px;				/* CSS3 */
	-webkit-border-radius: 5px;		/* for Safari,Google Chrome */
	-moz-border-radius: 5px;		/* for Firefox */
	
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
}
#title div{
	height: 55px;
	background-image:url("./images/icon/rglass.png");
	background-repeat: no-repeat;
}
#title h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width:100%;
	text-align:left;
	font-size: 1.8em;
	line-height: 1.3;
	padding: 10px 0px 10px 70px;
	margin: 0;
}


#contents{
/*
	width:1000px;
*/
	margin-left:0px;
	float:left;
	padding-top:5px;
	padding-left:40px;
	padding-bottom: 90px;
	background-position:center;
	overflow: hidden;
	position:relative;
	min-height:380px;
	height: auto;
}

#footer{
	color: #fff;
	background-color: #777;
	width:100%;
	height: 70px;
	padding-top: 3px;
	border-top: solid 1px #eee;
	clear:both;
	position: fixed;
	right:0;
	bottom: 0px;
/*
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
*/
}
#reqmsg{
	width: 1000px;
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 22px!important;
	
	text-shadow: 0 2px 2px #cccccc;
}


#footer #copyright{
	font-size:12px;
	text-align:center;
	left: 650px;
	height:25px;
	margin:0;
/*
	text-align:right;
	margin-right:50px;
*/
}


#back-top {
	display:none;
	position: fixed;
	right:0;
	bottom: 70px;
	margin-right: 20px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	
	
}
#back-top a {
	width: 100px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	
	color:#fff;
	background-color: #efafaa;
	padding-bottom:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#back-top a:hover {
	color: #fff;
}
/* arrow icon (span tag) */
#back-top span {
	width: 100px;
	height: 50px;	
	display: block;
	margin-bottom: 7px;
	background-image: url("./images/up-arrow.png");
	background-repeat: no-repeat;
	
	background-position: 50% -70%;
	
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover{
	background-color: #ef2f21;
}



#nomsg{
	color:#ff0000;
	font-size:2em;
	text-align:center;
	padding-top:120px;
}

#endmsg{
	font-size:0.8em;
	line-height:4em;
	color:#ff0000;
	text-align:center;
	margin-top:100px;
}

#mask{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	background-color:#000000;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	width:100%;
	height:100%;
}

#loader{
	display:none;
	position:absolute;
	top:40px;
	left:25px;
	z-index:500;
	width:890px;
	height:335px;
	text-align:center;
	background-color: #eeeeee;
	padding:200px 17px 3px 17px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	
	border-radius: 5px;				/* CSS3 */
	-webkit-border-radius: 5px;		/* for Safari,Google Chrome */
	-moz-border-radius: 5px;		/* for Firefox */
}

.red{
	color: #f00;
}

.rig{
	text-align: right;
}

.left{
	float: left;
}
.right{
	float: right;
}
.hidden{
	display: none;
}

.clear{
	clear: both;
}



.marquee {
	width:1000px;
	padding:0.5em 0;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}

.marquee p:after {
	content:"";
	white-space:nowrap;
	padding-right:50px;
}

.marquee p {
	margin:0;
	padding: 0 0 0 1000px;
	display:inline-block;
	white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:12s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:12s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:12s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:12s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:12s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
	from   { -webkit-transform: translate(0%);}
	99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
	from   { -moz-transform: translate(0%);}
	99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
	from   { -ms-transform: translate(0%);}
	99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
	from   { -o-transform: translate(0%);}
	99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
	from   { transform: translate(0%);}
	99%,to { transform: translate(-100%);}
}

@media print {
	#footer{
		height: 30px;
	}
	#back-top{
		display: none!important;
	}
	.marquee{
		display: none!important;
	}
}
