/* CSS Document */

.container,
.content{
	max-width:900px !important;
	height:auto !important;
}
body {
	height: 100% !important;
}
a:focus,
*:focus {
	outline:none;
	border: none;
    outline: none;
}
.contentsWrap {
	width:900px;
	height:auto;
	margin: 20px auto 60px auto;
	overflow: hidden;
	font-size: 14px;
	line-height:1.6em;
	font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	z-index:0;
	/* box-shadow */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color:#000;
	/*border: solid #fa0f72 2px;*/
}
.contentsWrap *{
	/* box-shadow */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contentsWrap a {
	color:#036;
}
.contentsWrap img {
	vertical-align: top !important;
}
.contentsWrap strong {
    color: #000000;
    font-weight: bold;
}
.Wrapinnner{
	width: 900px;
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	z-index:0;
}
h1.campTitle{
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	overflow:hidden;
	text-align:center;
	clear:both;
}
h1.campTitle p{
	width:900px;
	position:absolute;
	top:540px;
	text-align:center;
	font-weight:normal;
}
.readText{
	margin:50px 0 0 0;
	padding:0 30px 0;
	display:block;
	font-size:16px;
}
.newText{
	text-align:center;
	margin:0 auto;
	display:block;
}
.newText2{
	text-align:center;
	margin:20px auto;
	display:block;
	font-size:13px;
	line-height:normal;
}
/*-------------------------
　             table
-------------------------*/
.table{
	width:900px;
	margin:480px auto 0;
	z-index:3;
	position:relative;
}
.nomargin{
	margin:40px auto 0;
}
.topmargin{
	margin-top:40px !important;
}
.tTop{
	width:900px;
	height:93px;
	margin:0;
	overflow:hidden;
}
.tTop p{
	width:900px;
	height:auto;
	margin:60px 0 0;
	font-size:18px;
	font-weight:bold;
	color:#e22e4c;
	text-align:center;
}
.tMiddle{
	width:750px;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background-color:#FFF;
}
/*-------------------------
　        CONTENTS
-------------------------*/
.line{
	display:block;
	width:680px;
	height:23px;
	margin:30px auto 10px !important;
	padding:0;
	overflow:hidden;
}
.infoWrap,
.infoWrap2{
	max-width:680px;
	height:auto;
	margin:0 auto 35px auto;
	padding:0;
	overflow:hidden;
	background-color:#FFF;
}
.infoWrap > h2.read{
	max-width:680px;
	height:auto;
	margin:0 auto 40px auto;
}
.infoWrap > h2{
	max-width:680px;
	height:auto;
	margin:0 auto 20px;
	color:#e22e4c;
	font-size:18px;
	text-align:center;
}
.infoWrap > p{
	max-width:720px;
	height:auto;
	margin:0 auto 10px auto;
	padding-left:1em;
	text-indent:-1em;
}
.sup{
	vertical-align: super;
	font-size:10px;
}
.infoWrap > p a{
	text-decoration:underline;
}
.infoWrap > p.at{
	padding-left:2.8em;
	text-indent:-2.8em;
}
.att{
	padding-left:2.2em !important;
	margin:0 auto 2px auto !important;
	font-size:12px;
	line-height:normal;
}
.addM{
	width:800px;
	height:290px;
	margin:0 auto 30px auto;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.addM li{
	float:left;
	width:320px;
	height:auto;
	margin:0 20px 0 0; 
	background-color:#FFF;
	position:relative;
}
.addM li.BD{
	border:solid #9fd6d5 1px;
}
.addM li:nth-child(1){
	background-image:url(../images/add01.png);
	background-repeat:no-repeat;
}
.addM li:nth-child(2){
	margin:0;
	background-image:url(../images/add02.png);
	background-repeat:no-repeat;
}
.addM li p.txt{
	padding:20px;
	margin:70px 0 0;
	text-align:justify;
}
.to_add{
	width:200px;
	height:50px;
	margin:0 auto;
	display:block;
	position:absolute;
	bottom:20px;
	left:60px;
}
.btn{
	width:335px;
	height:90px;
	margin:50px auto 50px auto;
	display:block;
	overflow: hidden;
	border-radius:10px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
	background-image:url(../images/btn_back.png);
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
}
.btn a{
	width:100%;
	height:100%;
	position:absolute;
    top:0;
    left:0;
}
.btn img {
	width:60%;
	margin:14px 0 0 0;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.btn img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
h2 .note{
	display:inline-block;
	font-size:14px;
	color:#000;
	margin:0 0 0 20px;
}
h2 .note a{
	color:#000;
}
h2 .note img{
	margin:0 0 -2px 0;
	padding:0;
	vertical-align:bottom;
}
.bottom{
	width:900px;
	height:auto;
	display:block;
	margin:0 auto 90px auto;
	padding:0;
	line-height:0;
}
.toGo{
	width:750px;
	height:auto;
	margin:40px auto 50px auto;
	overflow:hidden;
}
.toGo li{
	float:left;
	width:360px;
	height:270px;
	background-color:#FFF;
	margin:0 30px 0 0;
	position:relative;
}
.toGo li a{
	position:relative;
	width:360px;
	height:270px;
	display:block;
}
.toGo li a:hover{
	width:360px;
	height:270px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}
.toGo li:nth-child(1){
	background-image:url(../images/mitsukoshi_back.png);
	background-repeat:no-repeat;
}
.toGo li:nth-child(2){
	margin-right:0;
	background-image:url(../images/isetan_back.png);
	background-repeat:no-repeat;
}
.toGo li div{
	width:340px;
	margin:20px auto;
}
.toGo li img{
	width:150px;
	height:auto;
	float:left;
	margin:0 0 0 0;
}
.toGo li p{
	float:left;
	display:block;
	width:190px;
	font-size:12px;
	margin:0;
}
.toGo li p strong{
	color:#036;
	margin-bottom:5px;
	display:block;
	font-size:14px;
	margin-top:40px;
}
/*-------------------------
　 　　to TOP BTN
-------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	z-index:100;
}
#page-top a {
	display: block;
	width:61px;
	height:61px;
	filter: alpha(opacity=40);
    opacity: 0.4;
	-moz-opacity: 0.4;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../images/common/isetan_shikaku.png);
}
/*Switch Btn Image*/
.isetanToTop {
	background-image:url(../images/common/isetan_shikaku.png);
}
.mitsukoshiToTop {
	background-image:url(../images/common/mitsukoshi_shikaku.png);
}
#page-top a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
/*filter OFF*/
a:hover img.off {
	filter: none !important;
	opacity: 1 !important;
}
/*===CLEAR FIX===*/
.clear:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clear{display: inline-block;} 
/* Hides from IE Mac \*/
* html .clear {height: 1%;}
.clear{display:block;}
/* End Hack */ 