 @charset "UTF-8";
/* CSS Document */

/*カスタム　トップページ*/

.center {
	text-align:center;
	margin:0 auto;
}
.flotnone {
	float:none;
}
.mbot1em {
	margin-bottom:1em;
}
.mbot2em {
	margin-bottom:2em;
}
.mbot3em {
	margin-bottom:3em;
}
.mbot10 {
	margin-bottom:10px;
}
.mbot10 {
	margin-bottom:10px;
}
.mbot20 {
	margin-bottom:20px;
}
.mbot30 {
	margin-bottom:30px;
}

.font15 {
	font-size:15px;
	line-height:1.6;
}

.font18 {
	font-size:18px;
}

.font20 {
	font-size:20px;
}


/*ライトボックス内のiclass=item-block内のツイッターボタンの非表示*/
.pp_social {
	display:none;
}
.mintyo {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*トップページ/////////////////////////*/
#topBanner {
	padding:0px 0;
}
#reserve {
	margin-bottom:2em;
}

#reserve img {
	width:90px;
	
}

.none {
}

.midashi {
	text-align:center;
	clear:both;
	padding-top:20px;
	margin-bottom:15px;
}

.midashi2 {
	text-align:center;
	clear:both;
	margin-bottom:15px;
	width: 100%;
	border-bottom:1px dotted #999999;
	padding: 20px 0 20px 0;
}

.midashi img{
	max-height:18px;
}


.row a img:hover {
	opacity:0.7;
}

#fbBox {
	height:470px;
	/*background-color:#E6EBFA;*/
}

#blog {
}


#fbBox iframe {
	width:94% !important;
}

/*///////////////////////////共通項目///////////////////////////*/


.eyecatch {
	text-align:center;
}
.eyecatch img {
	width:80%;
}


/*フッター*/
footer {
	background-color:#F5F5F5;
}
footer h3 {
	color:#E53F96;
	text-align:center;
margin:0 0 15px 0; padding:0 0 5px 0;
}

footer p {
	color:#999;
	text-align:center;
	padding: 0 0 10px 0;
}

footer h4 {
	text-align:center;
	padding-bottom:18px;
	margin-bottom:30px;
	clear:both;}

footer a {
	color:#999;
	text-align:center;
	text-decoration:underline;
}

footer .row {
	margin-top:1em;
}


#copyright {
	background:#FFFFFF;
}

.log_ic img{
	padding: 10px 3px 0 3px;
}

a{/*リンクされた文字*/
    color:#999999;
    font-style:normal;
    text-decoration: none;
}
a:link {/*未訪問のリンク*/
    color:#999999;
    font-style:normal;
    text-decoration: none;
}
a:visited {/*訪問後のリンク*/
    color:#999999;
    text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
    color:#E1147F ;
    font-style:normal;
    text-decoration: none;
}
a:active {/*クリック中*/
    text-decoration:none;
}

