/* img { user-select: none; -moz-user-select: none; -webkit-user-select: none; -khtml-user-select: none; -webkit-user-drag: none; -khtml-user-drag: none;} */
.indicator {position: absolute;}
.float-l {float: left;}
.float-r {float: right;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/**
 * App Setting.
 */
::-moz-selection {
	color: #fff;
	background: #69a0d6;
}
::selection {
	color: #fff;
	background: #69a0d6;
}
html {
	overflow-y:scroll;
}
html, body {
	height: 100%;
	width: 100%;
	color: #212270;
	background-color: #f1efec;
	font-family: Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2em;
}
a {
	color: #44ccee;
	text-decoration: underline;
}
a:hover {
	color: #44ccee;
	text-decoration: none;
}
.strong {
	color: #e60012;
}
.note {
	color: #666;
	font-size: 0.9em;
	margin-left: 1em;
	text-indent: -1em;
}
.sentence {
	line-height: 1.7em;
}
.sencence a {
	line-height: 1.7em;
}
.small {
	font-size: 0.85em;
}
/**
 * Root.
 */
#app {
	position: relative;
}
#app-bg {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
}
#app-bg img {
	position: absolute;
	display: none;
}
/**
 * Global Header.
 */
#g-header-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 50;
	min-width: 900px;
}
#g-header {
	width: 100%;
}
#g-header h1 {
	position: relative;
	width: 288px;
	height: 102px;
	margin: 0 auto;
	z-index: 1000;
}
#g-header h1 span {
	width: 288px;
	height: 102px;
	overflow: hidden;
	position: absolute;
	top: -1020px;
	left: 0;
	opacity: 0;
}
#g-header h1 img {
	position: absolute;
	top: 0;
	left: 0;
}
#g-header-sns {
	position: absolute;
	width: 255px;
	height: 25px;
	overflow: hidden;
	top: 15px;
	right: 15px;
	opacity: 0;
	/*display: none;*/
}
#g-header-sns li {
	position: absolute;
}
#g-header-sns .sns-tw {
	left: 113px;
}
#g-header-sns .sns-mixi {
	left: 195px;
}
/**
 * Global navigation.
 */
#g-nav-wrap {
	position: fixed;
	z-index: 1000;
	//top: 120px;
}
#open-nav {
	position: absolute;
	left: -190px;
	width: 174px;
	height: 304px;
	background: url(../img/nav/open_bg.png) no-repeat;
}
#open-nav .mask {
	position: absolute;
	top: 4px;
	width: 170px;
	height: 300px;
}
.top #open-nav {
	height: 304px;
/*    top: 60px;*/
/*	background: url(../img/nav/open_top_bg.png) no-repeat;*/
}
.top #open-nav .mask {
	height: 450px;
}
#open-nav .close-btn {
	position: absolute;
	right: 0;
}
#g-nav-wrap .nav {
	position: absolute;
	left: 0;
}
#open-nav .nav {
	top: 50px;
}
#close-nav .nav {
	top: 63px;
}
#g-nav-wrap .nav li {
	position: relative;
}
#g-nav-wrap .nav a {
	position: relative;
	display: block;
	height: 50px;
	margin-bottom: 0;
}
#open-nav .nav a {
	width: 170px;
}
#open-nav .nav a:hover {
	background-color: #44ccee;
}
#close-nav .nav a {
	width: 50px;
}
#g-nav-wrap .nav a img {
	position: absolute;
	top: 0;
	left: 0;
}
#g-nav-wrap .nav a .icon-wrap {
	position: absolute;
	top:0;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 0;
}
#close-nav .nav a .icon-wrap {
	width: 35px;
	height: 35px;
}
/** for ie7 hack */
*+html #close-nav .nav a .icon-wrap { position: relative; }
#close-nav .nav a .icon-wrap {
	-webkit-mask-image: url(../img/nav/icon_css_mask.png);
	-webkit-mask-repeat:no-repeat;
	-webkit-mask-position:0 0;
	-webkit-mask-image: url(../img/nav/icon_css_mask.png);
	mask-image: url(../img/nav/icon_css_mask.png);
	-webkit-mask-repeat:no-repeat;
	mask-repeat:no-repeat;
	-webkit-mask-position:0 0;
	mask-position:0 0;
}
#open-nav .nav a .label {
	left: 60px;
	top: 18px;
}
#open-nav .nav li.greekyogurt a .label {
	top: 10px;
}
#open-nav .nav li.column a .label {
	top: 10px;
}
#close-nav {
	position: absolute;
	left: -55px;
	width: 53px;
	height: 313px;
	background: url(../img/nav/close_bg.png) no-repeat;
	z-index: 100;
}
.top #close-nav {
/*  top: 60px;	*/
}
#close-nav .mask {
	position: absolute;
	top: 0;
	width: 50px;
	height: 483px;
}
#close-nav .nav a .icon-wrap {
	left: 7px;
}
#close-nav .tooltip {
	position: absolute;
	top: 7px;
	left: 45px;
	display: none;
}
#close-nav .tooltip img {
	position: absolute;
}
#open-nav .des {
	position: absolute;
	top: 0;
	left: 170px;
	display: none;
}
#open-nav .des_inner {
	width: 278px;
	height: 120px;
	position: absolute;
	top: -35px;
	left: 0;
	background-color: #212270;
}
#open-nav .des_inner:after {
	content: '';
	display: block;
	width: 8px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -8px;
	margin: auto;
	background: url(../img/nav/des_arrow_l.png) no-repeat;
}
#open-nav .des .des_thumb img {
	position: absolute;
	top: 10px;
	left: 10px;
}
#open-nav .des .des_txt{
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	padding: 10px 10px 10px 120px;
}
/**
 * Topics.
 */
#topics-wrap {
	position: fixed;
	bottom: -365px;
	width: 100%;
	height: 147px;
	color: #fff;
	z-index: 2000;
}
#topics-wrap .topics-btn {
	position: absolute;
	top: 0;
	left: 15px;
	width: 155px;
	height: 40px;
	z-index: 0;
}
#topics-wrap .topics-btn img {
	position: absolute;
	top: 0;
	left: 0;
}
#topics-wrap .topics-btn img.opened {
	display: none;
}
#topics-wrap .wrap {
	position: relative;
	z-index: 1;
	background-color: #212270;
	width: 100%;
	height: 110px;
	top: 25px;
	padding: 16px 0 0;
}
/* topics */
#topics-wrap .topics {
/*	padding: 0 0 25px;*/
	margin: 0 auto;
	/*width: 900px;*/
	width: 1000px;
}
#topics-wrap .topics .fb-btn {
	float: left;
}
#topics-wrap .topics ol {
	float: left;
	margin: 0 0 0 15px;
	width: 490px;
	height: 70px;
	font-size: 12px;
}
#topics-wrap .topics li {
	/*height: 1.2em;*/
	overflow: hidden;
	margin: 5px 0 7px;
	letter-spacing: 0;
}
#topics-wrap .topics li a {
	color: #fff;
}
#topics-wrap .topics .date {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	color: #4ce;
	text-decoration: none;
}
#topics-wrap .topics .txt{
	width: 400px;
	display: inline-block;
	vertical-align: top;
}
#topics-wrap .banner-btn {
	float: right;
	margin-left: 6px;
/*    display: none;*/
}
#topics-wrap .topics_sns{
    float: left;
    border: 1px solid #9091b8;
    padding: 8px;
    text-align: center;
}
#topics-wrap .topics_sns_list{
    letter-spacing: -.3em;
}
#topics-wrap .topics_sns_item{
    display: inline-block;
    width: 24px;
    margin: 0 5px !important;
}
#topics-wrap .topics_sns_item img{
    width: 100%;
}
#topics-wrap .topics_sns_lead{
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: 8px;
}

/* facebook */
.fb-wrap {
	padding: 0 10px;
	margin:0 auto;
	width: 980px;
}

.fb-like-box {
	background-color: #fff;
	height: 186px;
	overflow: hidden;
}

/**
 * Global footer.
 */
#g-footer-wrap {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 900px;
	z-index: 3000;
}

#g-footer-wrap a {
	color: #fff;
	text-decoration: none;
}

#g-footer {
	height: 40px;
	background-color: #212270;
	overflow: hidden;
}

#g-footer .left-column ul {
	padding: 13px;
}

#g-footer .left-column li {
	float: left;
	margin-right: 10px;
}

#g-footer .left-column a {
	font-size: 0.8em;
	padding-left: 12px;
	background: url(../img/footer/indicator_1.gif) left center no-repeat;
}

#g-footer .left-column a:hover {
	color: #44ccee;
	background-image: url(../img/footer/indicator_1_on.gif);
}

#g-footer .right-column {
	position: absolute;
	right: 0;
	top: 0;
}

#g-footer .right-column p {
	float: left;
	margin-right: 10px;
}

#g-footer .copyright {
	margin-top: 16px;
}

#g-footer .logo {
	margin-top: 7px;
}

/**
 * Sections.
 */
#sections {
	position: relative;
	z-index: 1;
	display: none;
	padding-bottom: 40px;
	/* display: block;  if debug.*/
	display: none;
}
#sections h2 {
	text-align: center;
	padding: 120px 0 50px;
}
#sections .section {
	overflow: hidden;
	position: relative;
}
/**
 * Section banner.
 */
#sec-banner {
}
#sec-banner ul {
	width: 620px;
	margin: 0 auto;
	padding: 55px 0 80px;
}
#sec-banner ul li {
	float: left;
	margin: 0 10px;
}
/**
 * BackToTop
 */
#back-to-top {
	position: fixed;
	z-index: 50;
	right: 15px;
	bottom: -60px;
	display: none;
}
/**
 * PageControl
 */
.page-control {
	position: absolute;
}
.page-control li {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	background: url(../img/page_control/indicator.png) no-repeat;
	cursor: pointer;
}
.page-control li.active {
	cursor: default;
}
.page-control li img {
}


/*BANNER*/
.glow_banner a{
    width: 360px;
    height: 90px;
    display: block;
    background: url(../../shared/img/topics/photo_l_btn.png) no-repeat center top;
}

/**
 * BOTTOM NAV
 */
.m-bottomNav{
    width: 680px;
    margin: 0 auto;
    padding: 80px 0 100px;
}
.m-bottomNav_list {
    letter-spacing: -.4em;
    border-bottom: 1px solid #e8e7ec;
    height: 60px;
}
.m-bottomNav_list.-borderNone{
    border-bottom: none;
}
.m-bottomNav_list_item {
    display: inline-block;
    width: 170px;
    height: 60px;
}
