﻿/*文字数カウントサイト用*/



/*TOPad周り装飾*/

.adinfo:hover {

	color: #fff;
	background-color: #555;
}

.adinfo:hover .pr{

	color: #555;
	background-color: #fff;
}

.adinfo {

	color: #555;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #e7e7e7;
	padding: 5px;
	margin-right: 10px;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	display: block;

}

.adinfo .pr {

	color: #fff;
	background-color: #555;

}

.pr {

	font-size: 0.6em;
	padding: 0 10px;
	height: 16px;
	line-height: 16px;
	margin-right: 10px;
	border-radius: 3px;
	display: inline-block;

}

input.btn {

	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-box-shadow: 0px 2px 3px #e3e3e3;
	-moz-box-shadow: 0px 2px 3px #e3e3e3;
	box-shadow: 0px 2px 3px #e3e3e3;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	border: solid #c9c9c9 1px;
	text-decoration: none;

}

input.btn:hover {

	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;

}

/*カウンター数値テーブル周り*/

table {

	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-collapse: collapse;
	width: 100%;

}

table th,
table td {

	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;

}

table th {

	background-color: #eee;
	text-align: center;

}

table td {

	text-align:center;
}

@media screen and (max-width: 700px) {

	table {

		border: none;

	}

	table thead {

		display: none;

	}

	table tr {

		border-top: 1px solid #999;
		display: block;
		margin-bottom: 20px;

	}

	table td {

		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		display: block;
		padding: 10px;
		text-align: right;

	}

	table td::before {

		content: attr(data-label);
		float: left;
		font-weight: bold;

	}

/*モバイル時のシェアボタン周り*/

	#share div {

		min-height:100px;


}


}


/*バイト数説明補足部分*/

font.info {

	font-size: 0.8em;

}

/*文字カウンタ説明部分*/

h2 {

	color: #555;
	font-weight: bold;
	padding: .5em .75em;
	border: 1px solid #ccc;
	background-color: #eee;
	border-radius: 4px;
	width: 80%;
	margin: 0 auto;

}

h3 {

	position: relative;
	padding: .5em 1em .5em 1.5em;
	border: 1px solid #ccc;
	width: 80%;
	margin: 0 auto;

}

h3::after {

	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #555;
	border-radius: 4px;

}


p {

	line-height: 1.8;

}

/* シェアボタン周り */

div.floatlist {

	margin: 0 auto;
	max-width: 600px;

}

#share div {

	height:50px;


}

#share ul {

	height: auto;

}

#share li {

	position: relative;
	font-size:14px;
	float:left;
	text-align:center;
	width:84px;
	margin-right:1%;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;

}

#share li.share-twitter {

	position: relative;
	background:#55acee;
	box-shadow:0 2px #2795e9;

}
#share li.share-twitter:hover {

	position: relative;
	background:#83c3f3;

}

#share li.share-facebook {

	position: relative;
	background:#3b5998;
	box-shadow:0 2px #2d4373;

}

#share li.share-facebook:hover {

	position: relative;
	background:#4c70ba;

}

#share li.share-google {

	position: relative;
	background:#dd4b39;
	box-shadow:0 2px #c23321;

}

#share li.share-google:hover {

	position: relative;
	background:#e47365;

}

#share li.share-hatena {

	position: relative;
	background:#2c6ebd;
	box-shadow:0 2px #225694;

}

#share li.share-hatena:hover {

	position: relative;
	background:#4888d4;

}

#share li.share-pocket {

	position: relative;
	background:#f13d53;
	box-shadow:0 2px #e6152f;

}

#share li.share-pocket:hover {

	position: relative;
	background:#f26f7f;

}

#share li.share-line {

	position: relative;
	background:#00C300;
	box-shadow:0 2px #009d00;

}

#share li.share-line:hover {

	position: relative;
	background:#2bd92b;

}

#share a {

	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;

}

#share a:hover {

	text-decoration:none;
	color:#ffffff;

}

/* form周り */

textarea {

	resize: vertical;
	min-width: 300px;
	min-height: 80px;
	max-width:  800px;
	max-height: 300px;

}



