@charset "utf-8";
/* ===================================================================

CSS information

 style info :common CSS

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


/* ----------------------------------------------------
	基本設定
---------------------------------------------------- */
html,
body{width: 100%;}
body{
	color: #333;
	font-size: 12px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
	line-height: 1.5;
}

a{text-decoration: none;}
a:link { color:#666; }
a:visited { color:#666; }
a:hover { color:#666; }
a:active { color:#666; }

/* ----------------------------------------------------
	#wrap
---------------------------------------------------- */
#wrap{}

/* ----------------------------------------------------
	ヘッダー
---------------------------------------------------- */
#header{
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#logo {
	margin: 20px;
}
#logo span{
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 11px;
	position: absolute;
	top: 7px;
	left: 170px;
}
#sns {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align:right;
	padding: 6px 0 0 0;
}
#sns .sharrre {
	float:left;
	margin: 0 0 0 15px;
	width: 66px;
}
#sns .sharrre .box a{
	text-decoration:none;
	color: #666;
	z-index: 10;
	position: relative;
}
#sns .sharrre .box a:hover{
	color: #000;
}
#sns .sharrre .count {
	display:block;
	font-size:11px;
	line-height:20px;
	height:20px;
	position:relative;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #CCC;
	background: #FFF;
	float: right;
	margin: 0 0 0 -1px;
	z-index: 1;
	width: 35px;
}
#sns .sharrre .share {
	height:0;
	padding: 21px 0 0 0;
	width:30px;
	overflow: hidden;
	zoom: 1;
	float: left;
}
#sns #twitter .share { background: url(../img/icn_tweet.gif) no-repeat 0 0; }
#sns #facebook .share { background: url(../img/icn_facebook.gif) no-repeat 0 0; }



/* ----------------------------------------------------
	ナビゲーション
---------------------------------------------------- */
#nav{
	margin: 0 0 20px 0;
}
#nav ul {
	border-top:2px solid #d93932;
	background:#e8e8e8;
	letter-spacing: -.40em;
	text-align: center;
	min-width: 980px;
}
#nav ul li {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	position: relative;
	letter-spacing: normal;
}
#nav ul li:first-child:before{
	content: "";
	display: block;
	width: 15px;
	height: 41px;
	background: url(/img/img_nav_01.png) no-repeat top left;
	position: absolute;
	top: 7px;
	left: -7px;
	z-index: 10;
}
#nav ul li:after{
	content: "";
	display: block;
	width: 15px;
	height: 41px;
	background: url(/img/img_nav_01.png) no-repeat top left;
	position: absolute;
	top: 7px;
	right: -7px;
	z-index: 10;
}
#nav ul li a {
	display: block;
	text-align:center;
	width:100%;
	background:#e8e8e8;
	color: #d93932;
	font-size: 16px;
	line-height: 40px;
	margin: 0;
	position: relative;
	z-index: 0;
}
#nav ul li a span {
	display: block;
	color: #333;
	font-size: 10px;
	margin-top: -24px;
	padding: 0 30px;

}
#navi ul li.instajpn a {
	text-indent:-9999px;
	width: 45px;
	height: 45px;
    background-position: 0px 0px;
	background-image: url(../img/jp_insta1_03_s.png);
}

#nav ul li a:hover,
#nav ul li a.active {
	background: #d3d3d3;
	color:#666;
}
#navi ul li.instajpn a:hover,
#instajpn #navi ul li.instajpn a {
	text-indent:-9999px;
	width: 45px;
	height: 45px;
    background-position: 0px -45px;
	background-image: url(../img/jp_insta1_03_s.png);
}

/* ----------------------------------------------------
	コンテンツ
---------------------------------------------------- */
#content{}

#contents {
}
#container{
	margin: 0 auto 20px;
}
#main{
	width: 980px;
	margin: 0 auto;
}

/* ttl */
.ttl{
	font-weight:normal;
	line-height:1.0em;
	border-bottom:1px dotted #d93932;
	padding:10px 10px 10px 0;
	margin: 0 0 20px 0;
}
.ttl .en{
	font-size:22px;
	color:#d93932;
	font-family: 'Lato', sans-serif;
	margin-right:0.6em;
}
.ttl .jp{
	font-size:10px;
	color:#666;
	vertical-align:middle;
}

/* ----------------------------------------------------
	リンク・SNSエリア
---------------------------------------------------- */
#snstool{
	margin: 0 auto;
	width:980px;
}
#snstool #links{
	width:200px;
	float:left;
}
#snstool h2.ttl{
	font-size:20px;
	color:#666;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:5px;
	line-height:1.0em;
	font-family: 'Playfair Display', serif;
}
#snstool h2.ttl span{
	font-size:10px;
	margin-left:0.6em;
}
#snstool #links-in{
	width:180px;
}
#snstool #links ul li{
	margin-bottom:10px;
}
#snstool #links ul li a img{
	width:180px;
	height:80px;
	background:#eee;
}
#snstool #facebook{
	width:380px;
	float:left;
}
#snstool #twitter{
	width:380px;
	float:right;
}
#snstool #twitter iframe{
	height: 572px!important;
}

/* ----------------------------------------------------
	フッター
---------------------------------------------------- */
#footer {
	margin:30px 0;
	padding:20px 0;
	border-top:1px solid #ccc;
}

#footer a{
	color:#333;
	text-decoration:none;
	font-size: 11px;
}
#footer a:hover{
	color:#999;
}
#footer-in{
	width:980px;
	margin:0 auto;
	text-align:left;
	font-size:10px;
}
#footer-in #fnavi1{
	width:340px;
	float:left;
}
#footer-in #fnavi1 ul{
	margin:16px 0;
}
#footer-in #fnavi1 ul li{
	margin:6px 0;
}
#footer-in #fnavi1 ul li a{
	background:url(http://www.junes.co.jp/img/brit_fnavi.gif) no-repeat left center;
	padding:2px 0 2px 12px;
}

#footer-in #fnavi2{
	width:600px;
	float:right;
	border-left:1px dotted #ccc;
	padding: 0 0 0 20px;
}
#footer-in #fnavi2 ul li{
	margin:5px 0;
}
#footer-in #fnavi2 ul li img{
	width:160px;
	height:45px;
	background:#eee;
	vertical-align:middle;
	margin-right:12px;
}
/* Facebook Like Box width: 100% */
	#snstool #facebook > div,
	#snstool #facebook .fbcomments,
	#snstool #facebook .fb_iframe_widget,
	#snstool #facebook .fb_iframe_widget[style],
	#snstool #facebook .fb_iframe_widget iframe[style],
	#snstool #facebook .fbcomments iframe[style],
	#snstool #facebook .fb_iframe_widget span,
	#snstool #facebook .fb_iframe_widget span iframe{
	width: 380px!important;
	}

@media screen and (max-width: 480px) {
	#container{
		padding: 0 10px;
		margin: 0 0 0 0;
	}
	#header{
		width: auto;
		margin: 0 0 0 0;
	}
	#logo {
		margin: 25px 20px;
		text-align: center;
	}
	#logo span{
		font-size: 9px;
		position: relative;
		top: 10px;
		left: 0px;
		display: block;
	}
	#sns {
		position: absolute;
		top: 143px;
		right: 8px;
		text-align:right;
		padding: 6px 0 0 0;
		z-index: 0;
	}
	#contents{
	}
	#main{
		width:100%;
	}
    #nav{margin: 0 0 40px 0;}
    #nav ul {
		text-align: left;
		border:none;
	}
    #nav ul li {
  		display: block;
		width:100%;
	}
    #nav ul li a {
		width: 100%;
		border-bottom:1px solid #fff;
		text-align:left;
		padding:3px 20px;
	}
    #nav ul li a span {
		display:inline;
		margin-left:1.0em;
		font-size:12px;
	}
	#nav ul li:first-child:before{
		display: none;
	}
	#nav ul li:after{
		display: none;
	}
	#snstool{
		width: auto;
		padding: 10px;
	}
	#snstool #links{
		width:100%;
		float:none;
		margin-bottom:30px;
	}
	#snstool h2.ttl{
		font-size:18px;
		border-bottom:none;
		border-top:1px dotted #ccc;
		padding-top:15px;
	}
	#snstool h2.ttl span{
		font-size:12px;
	}
	#snstool #links-in{
		width:100%;
	}
	#snstool #links-in ul li a img{
		width: 100%;
		height: auto;
	}
	#snstool #facebook{
		width:100%!important;
		float:none;
		margin-bottom:30px;
	}
	#snstool #twitter{
		width:100%;
		float:none;
		margin-bottom:30px;
	}
	#footer{
		font-size:12px;
		padding: 15px;
	}
	#footer-in{
		width:100%;
		text-align:left;
	}
	#footer-in #fnavi1{
		width:100%;
		margin: 0 0 20px 0;
		float:none;
		border:none;
	}
	#footer-in #fnavi1 img{
		width: 100%;
	}
	#footer-in #fnavi1 small{
		color: #aaa;
	}
	#footer-in #fnavi2{
		width:100%;
		float:none;
		border:none;
		padding: 0;
	}
	#footer-in #fnavi2 ul{
		overflow: hidden;
	}
	#footer-in #fnavi2 ul li{
		width: 48%;
		float: left;
		margin:0 0 10px;
	}
	#footer-in #fnavi2 ul li:nth-child(2n){
		float: right!important;
	}
	#footer-in #fnavi2 ul li img{
		width: 100%;
		height: auto;
		display:block;
	}
	#footer-in #fnavi2 ul li span{
		display: none;
	}
/* Facebook Like Box width: 100% */
	#snstool #facebook > div,
	#snstool #facebook .fbcomments,
	#snstool #facebook .fb_iframe_widget,
	#snstool #facebook .fb_iframe_widget[style],
	#snstool #facebook .fb_iframe_widget iframe[style],
	#snstool #facebook .fbcomments iframe[style],
	#snstool #facebook .fb_iframe_widget span,
	#snstool #facebook .fb_iframe_widget span iframe{
	width: 100%!important;
	}

}

