@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------✁ GLOBAL */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	}

body {
	font-size: 14px;
	line-height: 1.7em;
	color: #000;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	font-family: 'Roboto','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
	}

h1,h2,h3,h4,h5 {
	font-weight: bold;
	font-size: 14px;
}

a {
	color: #000;
	color: #40A3C0;
	text-decoration:none;
	-moz-transition: color .1s;
	-o-transition: color .1s;
	-webkit-transition: color .1s;
	transition: color .1s;
	}
	
a:hover {
	color: #0172DA;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

header, nav, section, hgroup, article, figure, figcaption, footer { display: block; }

.clear {
	clear: both;
}

/* ---------------------------------------------------✁ PARTS */

.nav-button {
	display: none;
}

.mobile {
	display: none;
}

.content {
	width:980px;
	margin:auto;
}

.button {
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition: 0.2s;
	font-weight:bold;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	line-height:40px;
	padding:0 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	font-size: 13px;
	background: #000;
}

.button:hover {
	text-decoration:none;
	opacity: 0.8;
	color: #FFF;
}

.button img {
	width: 12px;
	vertical-align: -1px;
	margin-left: 5px;
}


/* ---------------------------------------------------✁ HEADER*/

#wrapper {
	text-align:left;
	background-size: 100px;
	zoom: 1;

}

#header {
	z-index: 1;
	overflow: hidden;
	top: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	background-color: rgba(255, 255, 255, 0.9);
	padding: 12px 0;
}

#header .content {
	position: relative;
}

#header .xmas {
	width: 60px;
	position: absolute;
	left: 0px;
	top: -6px;
	z-index: 0;
}

#header h1 {
	width: 150px;
	float: left;
	__padding-left: 55px;
}

#header nav {
	float: right;
	margin-top: 3px;
}

#header nav li {
	float: left;
	text-align: center;
}

#header nav li a {
	color: #000;
	font-size: 14px;
	display: block;
	font-weight: bold;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition: 0.2s;
	margin: 0 15px;
}

#header nav li a:hover {
	text-decoration: none;
	color: #A3A3A3;
}

#header nav li a.selected {
	color: #000;
	border-bottom: 2px dotted #000;
}


/* ---------------------------------------------------✁ TOP*/

#top {
	overflow: hidden;
	margin-bottom: 30px;
}

#top a {
	color: #000;
}

#top a:hover {
	color: #0172DA;
}

#top .button {
	color: #FFF;
}

#top .button:hover {
	color: #FFF;
}

#top .title {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px 0;
	overflow: hidden;
	margin: 0 0 10px;
	background: none;
}

#top .title h1 {
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding-left: 0;
}


#top .title p {
	float: left;
	margin-left: 10px;
	display: block;
	margin-top: 5px;
}

#top .main {
	overflow: hidden;
	zoom: 1;
	}

#top .main h1 {
	width: 480px;
	height: 60px;
	margin: 56px auto;
	overflow: hidden;
	}

#top .main h1 img.mobile {
	display: none;
	}

#top .products {
	position: relative;
	margin-left: -40px;
	overflow: hidden;
	zoom: 1;
	}

#top .products li {
	float: left;
	width: 300px;
	margin-left: 40px;
	}

#top .products li .image {
	margin-bottom: 16px;
	}

#top .products li h2 {
	margin-bottom: 24px;
	font-size: 18px;
	}



/* ---------------------------------------------------✁ SOCIALS*/
.socials {
	position: relative;
	margin: 0 0 32px 0;
	float: right;
	overflow: hidden;
	zoom: 1;
	z-index: 1000;
	}

.socials li {
	float: left;
	margin-left: 8px;
	}

.socials li * {
	vertical-align: top !important;
	}
		
.socials .gc-bubbledefault {
	display:none;
	}

.socials .google {
	display: none;
	}


/* ---------------------------------------------------✁ pickup*/

#top .pickup {
	overflow: hidden;
	margin-bottom: 70px;
}

#top .pickup li {
	width: 20%;
	float: left;
}

#top .pickup li figure {
	margin: 8px;
	position: relative;
}

#top .pickup li figure img {
	border: 1px solid #000;
	box-sizing: border-box;
}

#top .pickup li figure figcaption img {
	border: none;
}

#top .pickup li figure figcaption {
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 5%;
	position: absolute;
	bottom: 0;
	width: 90%;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}

#top .pickup li .link {
	margin-left: 8px;
	vertical-align: middle;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

#top .pickup li .link img {
	background: #000;
	width: 10px;
	padding: 5px 5px;
	margin-right: 5px;
	vertical-align: -4px;
}

#top .pickup  figcaption img {
	width: 145px;
}

#top #main-content {
	width: 60%;
	float: left;
}

#top #aside {
	float: right;
	width: 35%;
}

#top #main-content .button,
#top #aside .button {
	padding: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 15px;
}


#top #products ul {
	position: relative;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

#top #products li {
	position: relative;
	float: left;
	width: 50%;
	height: 0;
	padding-top: 54.6875%;
}

#top #products li:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	z-index: 1;
}

#top #product-appsta:before {
	background-image: url(/images/v6_6/banner_bg_appsta.jpg?1);
}

#top #product-abroad:before {
	background-image: url(/images/v6_6/banner_bg_abroad.jpg?1);
}

#top #products h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 25%;
	z-index: 10;
	overflow: hidden;
}

#top #products h1:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#top #product-appsta h1:after {
	background-image: url(/images/v6_6/banner_title_appsta.png);
}

#top #product-abroad h1:after {
	background-image: url(/images/v6_6/banner_title_abroad.png);
}

#top #products h2 {
	position: absolute;
	top: 53%;
	left: 12.5%;
	width: 35%;
	height: 0;
	padding-top: 100%;
	z-index: 10;
	overflow: hidden;
}

#top #product-abroad h2 {
	top: 53%;
	left: 38%;
	width: 24%;
	padding-top: 100%;
}

#top #products h2:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: center top; 
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
}

#top #product-appsta h2:after {
	background-image: url(/images/v6_6/banner_name_appsta.png);
}

#top #product-abroad h2:after {
	background-image: url(/images/v6_6/banner_name_abroad.png);
}

#top #products li p {
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.37vw;
	line-height: 170%;
	z-index: 5;
}

#top #products li strong {
	display: block;
	z-index: 5;
}

#top #products li a {
	display: inline-block;
	font-size: 90%;
	text-decoration: underline;
}

#top #products .link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}





#top .product {
	margin-bottom: 30px;
}

#top .product li a {
	display: block;
	padding: 15px 0px;
	border-bottom: 1px solid #EFEFEF;
	overflow: hidden;
}

#top .product li .image {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #CCC;
	display: block;
	float: left;
}

#top .product li .text {
	margin-left: 140px;
	padding-top: 20px;
}

#top .product li h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

#top .product li time {
	color: #919191;
	font-size: 13px;
}

#top .topics {
	margin-bottom: 30px;
}

#top .topics li a {
	display: block;
	padding: 15px 0px;
	border-bottom: 1px solid #EFEFEF;
}

#top .topics li h1 {
	font-size: 15px;
	font-weight: normal;
}

#top .topics li time {
	color: #919191;
	font-size: 13px;
}

#top #aside .facebook {
	border: 5px solid #F2F2F2;
}

/* Facebook Like Box width: 100% */
#top #aside .fbcomments,
#top #aside .fb_iframe_widget,
#top #aside .fb_iframe_widget[style],
#top #aside .fb_iframe_widget iframe[style],
#top #aside .fbcomments iframe[style],
#top #aside .fb_iframe_widget span{
    width: 100% !important;
}

/* ---------------------------------------------------✁ FOOTER*/

#footer {
	clear: both;
	background: #E9E9E9;
	padding: 20px 0;
	border-top: 1px solid #CCC;
	overflow: hidden;
}

#footer .logo {
	margin-bottom: 5px;
}

#footer .logo img {
	display: block;
	width: 180px;
	float: left;
}

#footer .logo p {
	display: block;
	float: left;
	margin:13px 0 0 10px;
}

#footer aside {
	color: #5C5C5C;
	margin-top: 10px;
}

#footer aside li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #CCC;
}



#footer aside li a {
	color: #000;
}



#footer .company span {
	margin-right: 10px;
	display: inline-block;
}

#footer .company {
	float: left;
}

#footer aside {
	float: right;
}

#footer .socials {
	float: right;
}

#footer em {
	clear: both;
	display: block;
	text-align: right;
	font-size: 12px;
}

#result_detail .main .text .description {
	clear:both;
}









