/* shift jis
/
/ 書式設定
----------------------------------*/

body{
	margin: 0;
	padding:0;
	border: 0 none;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
	position:relative;
}



/*floatの解除*/
.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
img {vertical-align:bottom;}
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/*footer部分
-------------------------------*/
#footer {
	background:#FFFFFF;
	width:100%;
	min-width: 990px;
}


 #footer p.pr {
	text-align:center;
	color:#000;
	height:35px;
	line-height:30px;
	width:990px;
	font-weight:bold;
	font-size:14px;
	margin:0 auto;
}
#footer:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}


/*footer部分
-------------------------------*/

#mainbox {
	position: relative;
	width: 100%;
	height: 540px;
	min-width: 990px;
	background: url(../images/slideback.jpg) repeat center top;
	background-size: 1600px;
	margin: auto;
}

#mainbox2 {
	width: 100%;
	height: 100%;
	min-width: 990px;
	background: url(../images/slideback.jpg) repeat center top;
	background-size: 1600px;
	float: center;
}

#mainbox .bx-wrapper {width: 990px; margin: 0 auto;}
#mainbox .bx-wrapper .bx-viewport{
	background:transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    left: 0px;
}

h1 {margin: auto; padding: auto; display: block;}
h2 { margin: 0 auto; }

.infomationbox {
	width: 990px;
	margin:0 auto;
	float: center;
	background: #fff;
	padding: 20px 0 40px;
}
.infomation {padding-left: 25px;}
.left {
	float: left;
	margin-right: 20px;
}
#page-top {position: fixed;
    bottom: 160px;
    right: 20px;
    font-size: 77%;
    z-index: 200;
}
.old-slide {
    position: absolute;
    bottom: 0;
    left: 220;
    width: 100%;
    text-align: center;
}
.old-slide02 {
    right: 66px;
    position: absolute;
    bottom: 0;
    left: 220;
    width: 100%;
    text-align: center;
}

/*content部分
-------------------------------*/
.wrap { width:990px; margin:0px auto;}
#blue {background: url(../images/blue.jpg) repeat; width: 100%; min-width: 990px;}
#pink {background: url(../images/pink.jpg) repeat; width: 100%; min-width: 990px;}



