@charset "utf-8";

/* ==
	共通header
=============================================================================== */
#header {
	margin:0;
	padding:10px 0;
	width:100%;
	background:#fff;
	overflow:hidden;
	color:#666;
}
#header div p a {
	display:inline-block;
}
.header-logo {
	float:left;
	margin-left:20px;
}
.header-social {
	float:right;
	}

article {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	clear: both;
	overflow: hidden;
}
p.link a {
	color: #009AEC;
	font-weight: normal;
	font-size: 18px;
	text-decoration: underline;
}

/* ==
	link
=============================================================================== */
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: none;
}
a.underLine:link,
a.underLine:visited {
	text-decoration:underline;
}
a.underLine:hover,a.underLine:active{text-decoration: none}

/* ==
	contents
=============================================================================== */
#container{
	margin:0;
	padding:0;width:100%;
}
#asobi-box {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 100px;
}
#asobi-box h1 {
	text-align: center;
}

/* ==
	cnv-btn
=============================================================================== */
.cnv-btn {
	margin: 0 auto;
	display: inline-block;
}
.cnv-btn img {
	max-width: 680px;
}


/* ==
	social
=============================================================================== */
/*--- header-social ---*/
.social {
	margin-top:6px;
}
.social li {
	float:left;
	margin-right:10px;
}
iframe.twitter-share-button {
	width: 90px!important;
}

/*--- Share-section ---*/
.share-section {
	margin-top: 60px;
}
.share-section ul {
	overflow: hidden;
	width: 440px;
	margin: 0 auto;
}
.share-section li {
	text-align: center;
	width: 200px;
	padding: 15px 10px 10px;
	min-height: 75px;
}
.share-section li:nth-of-type(1) {
	background: #00aced;
	float: left;
}
.share-section li:nth-of-type(2) {
	background: #305097;
	float: right;
}
.share-section li:nth-of-type(3) {
	background: #5ae628;
	display: none;
}
.share-section .share-btn {
	display: inline-block;
	padding-top: 10px;
}
.share-section .share-btn img {
	width: 180px !important;
	margin-bottom: 15px;
}

.link-reports {
	margin: 0 10px;
	font-size: 16px;
}

/* ==
	add
=============================================================================== */
.add {
	display: none;
}