@charset "utf-8";

/*================================

default

================================*/

html,body {
	-webkit-text-size-adjust: none;
	}

body{
	background: #efefef;
	color:#222;
	font-size:14px;
	line-height:1.8;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", sans-serif;
	text-decoration: none;
	font-weight: 400; 
	border:0;
	}

* html body {
	font-size: 75%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", serif;
	}

img{
	border:0;
	vertical-align: bottom;
	}

ul, li, p{
	margin:0;
	padding:0;
	}

ul, li{
	list-style-type:none;
	}

* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	}

/*------------------
clearfix 
--------------------*/

.clearfloat{
	clear:both;
	height:1px;
	overflow:hidden;
	}

.clearfix {
	display: inline-table;
	}
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/*================================

a

================================*/

/*黒*/
a{color: #555;text-decoration: none;}
a:link {color: #555;text-decoration: none;}
a:visited {color: #555;text-decoration: none;}
a:hover {color: #111;text-decoration: none;}

/*画像*/
a:hover img{
	opacity:0.60;
	filter: alpha(opacity=60);
	}


/*================================

PC, SP

================================*/

.pctb{	display: block;		}
.sp{		display: none;		}

@media screen and (max-width: 640px) {
	.pctb{	display: none;		}
	.sp{		display: block;		}
	}


/*================================

コンテンツ

================================*/

#wrapper{
	width:100%;
	margin:0 auto;
	}

#container{
	width:1200px;
	margin:0 auto;
	position: relative;
	padding: 0 10px;
	}

/*================================

header

================================*/

#header{
	width:100%;
	height:90px;
	padding:0;
	text-align: center;
	}

#header img.logo{
	width:300px;
	height:auto;
	padding:0;
	background: none;
	}

#header img.twitter{
	display: block;
	width:25px;
	height:25px;
	position: absolute;
	top:33px;
	right:100px;
	}

#header img.facebook{
	display: block;
	width:25px;
	height:25px;
	position: absolute;
	top:33px;
	right:60px;
	}

#header img.instagram{
	display: block;
	width:25px;
	height:25px;
	position: absolute;
	top:33px;
	right:20px;
	}

/*================================

navigation

================================*/

#navigation{
	position: relative;
	width:100%;
	padding:0;
	z-index:100;
	}

#navigation ul{
	width:100%;
	height:40px;
	margin:0 auto;
	background:#fff;
	}

#navigation ul li{
	float: left;
	width:150px;
	height:40px;
	line-height:40px;
	border-right:1px solid #efefef;
	}
#navigation ul li a:hover img{
	opacity:1;
	filter: alpha(opacity=100);
	}

#navigation ul li.locator{
	float: left;
	width:294px;
	height:40px;
	line-height:40px;
	border-right:0px;
	position: relative;
	}

/*=======

dropdown

========*/

#menuBody{
	position: absolute;
	top:7px;
	right:20px;
	width: 140px;
	height:26px;
	z-index:10;
	}
#menuBody ul.area{
	display: block;
	height:26px;
	width: 140px;
	margin:0;
	overflow: hidden;
	background: #f3f3f3;
	color:#555;
	font-size:12px;
	border:0px;
	}
#menuBody ul.area li{
	height:26px;
	width:140px;
	line-height:26px;
	padding-left:10px;
	float: none;
	}
#menuBody ul.area li a{
	color: #555;
	background: #f3f3f3;
	}
#menuBody ul.area li:hover{
	background: #dedede;
	cursor: pointer;
	}
#menuBody ul.area li:hover a{
	background: #dedede;
	}

/*================================

package

================================*/

#package{
	position: relative;
	width:100%;
	height:auto;
	margin:10px 0;
	}



/*================================

pagetop

================================*/

.pagetop {
	position: fixed;
	bottom: -100px;
	right: 10px;
	*display: none;
	z-index: 9999;
}

.pagetopsp {
	position: fixed;
	width:100%;
	height:60px;
	bottom: -100px;
	right: 10px;
	*display: none;
	z-index: 9999;
	text-align: center;
}

.pagetopsp img{
	width:60px;
	height:60px;
}