@charset "UTF-8";
/*

* Theme Name: Linkshare
* Last Update: Jan 25 2013
* Version: 0.1
* Author: Linkshare
* Author URI: http://www.linkshare.ne.jp/
* Copyright Copyright &copy; LinkShare Japan K.K. All Rights Reserved.

*/

	
/*
----------------------------
./css/entry_special.css
----------------------------
*/

/*
----------------------------
.afftitle
----------------------------
*/

.afftitle{
		width: 420px;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
		height: auto;
	}

	.icon{
		width: 50px;
		height: 50px;
		float: left;
		margin-right: 10px;
		margin-top: -10px;
		position: relative;
		background:url(../images/bg_per.jpg) no-repeat top center;
		}
	.icon span{
		display: block;
		width: 24px;
	text-align: right;
		font-weight: bold;
		color: #fff;
		font-size: 20px;
		position: absolute;
		top:18px;
		left: 10px;
		}


.afftitle img{
		width: 88px;
		float: left;
		margin-right: 10px;
	}

.afftitle p{
		float: left;
		width: 260px;
		font-weight: bold;
		font-size: 16px;
		font-size: 1.6rem;

	}

@media screen and (max-width:640px){
	.afftitle{
		width: 93%;
		height: 50px;
		float: left;
		clear: both;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:640px){
	.afftitle p{
		clear: left;
		clear: both;
		min-height: 50px;
		height: auto !important;
		height: 50px;
		width: 100%;
		margin-bottom: 20px;
	}
}

.afftieup{
		display: block;
		width: 230px;
		height: 40px;
		line-height: 40px;
		float: right;
		text-align: center;
		margin-bottom: 0px;
}


@media screen and (max-width:640px){
	.afftieup{
		line-height: inherit;
		height: 40px;
		clear: right;
		clear: both;
		display: block;
		margin: 10px auto 0px;
		text-align: center;
		width: 97%;
		padding-bottom: 20px;
		padding-top: 0px;
		}
	.afftieup span{
		clear: both;
		margin: 0px auto 0px;
	}
	a.btnred{margin: 0 auto;}
	a.btnblue{margin: 0 auto;}
}


/*
----------------------------
.affbn
----------------------------
*/

	.affbn{
		height: auto;/*75px;*/
		clear: both;
		margin-top: 10px;
		padding-bottom: 5px;
	}

	.affbn img{
		height: 60px;
		height: auto;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		border: none;
	}

	.affbn textarea{
		float: left;
		height: 50px;
		/*width: 80%;*/
		width: 77%;
		border: 1px solid #C2D1CC;
		font-size: 12px;
		font-size: 1.2rem;
		overflow:auto;
		overflow-y:scroll;
		text-align: left;
		color: #39332C;
		background: #EDF1F0;
		padding: 5px;
		margin-bottom: 10px;
	}

	.affbn p{
	clear: both;
	}


@media screen and (max-width:640px){
	.affbn textarea{
		height: 60px;
		width: 50%;
	}
}

@media screen and (max-width:640px){
	.affbn p{
		text-align: left;
		height: 30px;
		width: 50%;
	}
}
