/*----------------------------
	ページをふわっと表示させる
----------------------------*/

#wrap {
    display: none;
}

/*----------------------------
    リンクの設定
----------------------------*/

a {
text-decoration: none;
}

a:link { color: #000000; }
a:visited { color: #b3afab; }
a:hover { color: #b3afab; }
a:active { color: #b3afab; }


/*----------------------------
	リンクポインター
----------------------------*/

a {cursor:pointer;
}


/*----------------------------
	topへ戻るボタン
----------------------------*/

.pagetop {
	display: none;
	position: fixed;
	bottom: 220px;
	right: 15px;
}
.pagetop a {
	display: block;
	width: 93px;
	height: 78px;
}



/*----------------------------
    フォントの指定
----------------------------*/
p {
font-family:"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",
"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

p.xx-large { font-size: xx-large; }
p.x-large { font-size: x-large; }
p.large { font-size: large; }
p.medium { font-size: medium; }
p.small { font-size: small; }
p.x-small { font-size: x-small; }
p.xx-small { font-size: xx-small; }


/*----------------------------
    料金表テーブル内の指定
----------------------------*/

table.a td {
font-size: 11px;
text align: center;
font-family:"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",
"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}


/*----------------------------
    行間の指定
----------------------------*/

.gyo {line-height: 232%;
}

.gyo2 {line-height: 190%;
}

.gyo3 {line-height: 210%;
}

.gyo4 {line-height: 180%;
}

.gyo5 {line-height: 226%;
}


/*----------------------------
    文字内に挟む画像の位置調整
----------------------------*/
.moji img {
position:relative;
top:11px;
} 



/*----------------------------
    トップページスライドショー
----------------------------*/
#contents {
    width:831px;
    position:relative;
    margin:10px auto;
}
 
#imgPhoto {
    position:relative;
    z-index:100;
    width:831px;
    height:553px;
    overflow:hidden;
}
#imgPhoto ul {
    position:relative;
    width:831px;
    height:553px;
    padding:0;
    margin:0;
}
 
#imgPhoto li {
    position:absolute;
    display:none;
    left:0px;
    top:0px;
}
/*----------------------------
    トップページナビゲーションボタン
----------------------------*/
 
#photoNav {
    position:absolute;
    z-index:200;
    width:400px;
    height:20px;
    top:553px;
    left:300px;
}
#photoNav ul {
    position:relative;
}
 
#photoNav li{
    float:left;
    margin-right:5px;
}
 
#photoNav li:hover {
    cursor:nw-resize;
}

/*----------------------------
    リストの非表示
----------------------------*/
li {
margin-left:0px;
list-style-type: none;
}

/*----------------------------
	メインイメージ
----------------------------*/


#imgPhoto ul {
	position:relative;
	width:900px;
	height:600px;
	padding:0;
	margin:0;
}

#imgPhoto li {
	position:absolute;
	display:none;	
	left:0px;
	top:0px;
}

/*----------------------------
	画像の枠を消す
----------------------------*/

img {
    border-style:none;
}

.campaign-imgs img{
    border: 1px solid #ddd;
    /*width: 148px;*/
}

/*----------------------------
    全体の設定
----------------------------*/

body {
	font-size: 100%;
	line-height: 145%;
	text-align: center;
	background-color: #ffffff;
        background-image: url("fuwariback.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top center;
        margin: 0;
        padding:0px;
}

#container {
	/*width: 831px;*/
	text-align: center;
        margin: 0;

}

#header{
text-align:center;
margin: 0 auto;
}

#menu{
text-align:center;
margin: 0 auto;
}


#topics{
text-align:center;
margin: 0;
padding:0px;
height:205px;
}

#footer1{
text-align:center;
margin: 0 auto;
height:90px;
padding:50px 0 40px 0;
background-image: url("fuwarifooter.png");
background-repeat:repeat-x;
} 


#footer2{
text-align:center;
margin:10px;
}



/*----------------------------
iphone表示のフォント自動調整をOFFにする
----------------------------*/
html {
-webkit-text-size-adjust: none;
} /* iPhone */




/*----------------------------
フラット＆キナリサムネイル付きビューワー
----------------------------*/

.slideShow {
    margin: 0 auto;
    text-align: center;
    display: none;
}
 
/* .mainView
------------------------- */
.slideShow .mainView {
    width: 93%;
    position: relative;
    overflow: visible;
}
.slideShow .mainView ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slideShow .mainView ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.slideShow .mainView ul li img {
    width: 100%;
}
 
/* .thumbNail
------------------------- */
.slideShow .thumbNail {
    width: 100%;
    text-align: center;
    overflow: visible;
}
 
.slideShow .thumbNail ul {
    width: 605px;
    transform:translateX(-42px);
}
 
.slideShow .thumbNail ul li {
    float: left;
    display: inline;
    overflow: visible;
    cursor: pointer;
}
 
.slideShow .thumbNail ul li img {
    width: 100%;
}
 
.slideShow .thumbNail ul li.active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
    top: 20px;
    width: 5%;
    height: 400px;
    position: absolute;
    z-index: 100;
}
.slideShow .mainView .btnPrev {
    left: -30px;
    background: url(flatimg/sankaku_l.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
    right: -25px;
    background: url(flatimg/sankaku_r.png) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.slideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.slideShow ul {
    display: inline-block;
    overflow: hidden;
}


/*----------------------------
画像のプリロード
----------------------------*/

img.preload{
width: 0px;
height: 0px;
display:none;
}


