@charset "utf-8";

/* INITIALIZE ++++++++ */
#wrapper #header #verytop h1.logo{
	padding: 12px 8px 0 20px;
}

#wrapper #header #verytop .header-bnr{
	padding: 10px 20px 0 0;
}

#wrapper #header{
	margin-bottom: 12px;
	box-shadow: none;
}


#wrapper .top-mag{
	margin-top: 0 !important;
}

/* NEW ++++++++++ */

#wrapper{
	width: 100%;
	max-width: width: 1100px;
	color: #6d7991;
}

#wrapper>section{
	padding-bottom: 40px;
}

#mainVisual{
	/* margin: 0 auto 20px; */
	margin: 0 auto 60px;
	padding: 0 20px;
	width: 100%;
	max-width: 1140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#visual{
	position: relative;
	width: 100%;
	height: 0;
    padding-top: 50.2%;
    background: url('/images/pl/keyvisual.jpg') center no-repeat;
    background-size: 100% auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.sWrapper{
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#advArea{
	display: table;
	margin: 0 auto 36px;
	width: 100%;
}

#bookcover,
#advText
{
	display: table-cell;
	vertical-align: top;
}

#advText{
	position: relative;
	z-index: 11;
	width: 52%;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}

#bookcover{
	padding-right: 2%;
	width: 36.6%;
	max-width: 220px;
}

#advArea img{
	width: 100%;
	height: auto;
}

#cach{
	position: absolute;
	bottom: 0;
	font-size: 25px;
	color: #e26a0e;
	font-weight: bold;
}


#sellection2 #baloon{
	display: table;
	position: absolute;
	bottom: 0px;
	width: 148px;
	height: 148px;
	border: #ff87a7 dotted 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#baloon em{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #ff87a7;
}

#baloon em strong{
	line-height: 36px;
	font-size: 28px;
}

#baloon em span.fz14{
	font-size: 14px;
}

#sellection2 #introduction{
	margin: 0 auto 36px;
}

#sellection2 #introduction p{
	margin-bottom: 24px;
	padding: 0;
	font-size: 16px;
	line-height: 28px;
}


#amazonArea{
}

#amazonArea p{
	font-size: 28px;
	text-align: center;
	color: #44827c;
	font-weight: bold;
}

#amazonArea a{
	display: block;
	text-align: center;
}

#amazonArea img{
width: 298px;
}

#amazonArea a,
#amazonArea img{
	margin: 0 auto;
}

/* Sellection1 ++++ */


section#sellection1 a.button{
	display: block;
	margin: 0 auto 32px;
	width: 100%;height: 60px;
	text-align: center;
	color: #3faee2;
	font-size: 18px;
	line-height: 60px;
	text-decoration: none;
	font-weight: bold;
	background: #fff;
	border: #3faee2 solid 2px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2) ;
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2) ;
	box-shadow: 0 4px 4px rgba(0,0,0,0.2) ;
}


#sellection1 #baloon{
	position: absolute;
	bottom: 44px;
	display: table;
	width: 120px;
	height: 120px;
	border: #3faee2 solid 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#sellection1 #baloon em{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #3faee2;
}

#sellection1 h2 {
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 6px;
    font-size: 20px;
    font-weight: bold;
    border-left: #3faee2 solid 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sellection1 #introduction{
	margin: 0 auto 36px;
}

#sellection1 #introduction p{
	margin-bottom: 24px;
	padding: 0;
	font-size: 16px;
	line-height: 28px;
}


section#sellection1 a.button:last-child{
	margin-bottom: 0;
}

section#sellection1 a.button.personal{
	line-height: 40px;
	vertical-align: bottom;
}

section#sellection1 a.button em{
	display: block;
	margin-top: -8px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

section#sellection1 .sWrapper p{
	margin: 0 auto;
	padding-bottom: 32px;
	width: 100%;
	color: #666;
}


section#sellection1 #impText{
	margin: 0 auto 28px;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #e26a0e;
	font-weight: bold;
}


section#feature{
	border-bottom: #3faee2 solid 4px;
	background: #fff6d5;
}


/* BUTTON +++++++++++++ */

#sellection2 .slideDwn,
#sellection2 .slideUp{
	position: relative;
	z-index: 11;
	padding: 20px 0;
	text-align: center;
	font-size: 28px;
	border: #999 solid 1px;
}

.slideDwn,
.slideUp{
	position: relative;
	z-index: 11;
	padding: 10px 0;
	color: #333;
	text-align: center;
	font-size: 16px;
	border: #999 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.slideDwn:hover,
.slideUp:hover{
	background: #ebf5fa;
}

.slideDwn i,
.slideUp i{
	position: absolute;
	right: 10px;
}

#loginBoxFooter{
	margin: 0 auto;
	padding: 0 20px;
	width: 60%;
}

#loginBoxFooter a{
	display: block;
	height: 60px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	color: #ff87a7;
	font-weight: bold;
	background: #fff;
	border: #ff87a7 solid 2px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2) ;
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2) ;
	box-shadow:  0 4px 4px rgba(0,0,0,0.2) ;
}

#introduceBox dl:nth-child(even){
	/* background: #deedee; */
}

#introduceBox{
	padding-bottom: 32px;
}

@media only screen and (max-width: 767px) and (min-width: 641px){
	
	#magazine .sWrapper{
		width: 500px;
	}
	
	#magazine .sWrapper .top-mag  div:first-child{
		text-align: center;
	}
	
	#magazine .sWrapper .top-mag  img{
		width: 80%;
	}
	
		
	#sellection2 .slideDwn,
	#sellection2 .slideUp{
		padding: 12px 0;
		font-size: 20px;
	}

	#amazonArea p{
		font-size: 24px;
	}

	#amazonArea img{
	width: 240px;
	}

	#advText{
		position: relative;
		z-index: 11;
		width: 52%;
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
	}

	/* #sellection2 #baloon{ */
		/* width: 40%; */
		/* height: 40%; */
	/* } */

	#cach{
		font-size: 20px;
	}

}

/* @media only screen and (max-width: 640px) and (min-width: 415px){ */
@media only screen and (max-width: 640px) {


	#wrapper>section{
		padding-bottom: 24px;
	}

	#mainVisual{
		/* margin-bottom: 200px; */
		margin-bottom: 0;
		padding: 0;
	}
	
	#visual .cover-inner{
		position: static;
		padding: 0;
		width: 100%;
		min-width: 272px;
	}
	
	#wrapper #mainVisual form .index-login-box .index-login-reminder{
		text-align: center;
	}

	#visual{
		padding-top: 50.2%;
		background: url('/images/pl/visualSp.jpg') center no-repeat;
		background-size: cover;
	}

	#wrapper #header{
		margin-bottom: 0;
	}

	section#sellection1{
		padding-bottom: 60px;
	}
		
	#loginBoxSp{
		display: table;
		margin: 0 auto;
		padding: 5.6% 0;
		padding: 36px 0;
		width: 200px;
		height: 44px;
	}	
		
	#loginBoxSp a{
		display: table-cell;
		height: 44px;
		font-size: 18px;
		color: #ff87a7;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		background: #fff;
		border: #ff87a7 solid 2px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		text-decoration: none;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2) ;
		-moz-box-shadow:  0 2px 2px rgba(0,0,0,0.2) ;
		box-shadow:  0 2px 2px rgba(0,0,0,0.2) ;
	}

	.sWrapper{
		margin: 0 auto;
		padding: 0 6%;
		width: 100%;
		max-width: 600px;
	}

	#sellection2 #baloon{
		width: 140px;
		height: 140px;
	}

	#sellection2 #baloon{
		width: 112px;
		height: 112px;
	}

	#sellection2 #baloon{
		width: 100px;
		height: 100px;
	}

	#sellection2 #baloon em{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #ff87a7;
		font-size: 12px;
		line-height: 16px;
	}

	#sellection2 #baloon em{
		font-size: 10px;
		line-height: 14px;
	}

	#sellection2 #baloon em strong{
		line-height: 28px;
		font-size: 24px;
	}
	#sellection2 #baloon em strong{
		line-height: 20px;
		font-size: 16px;
	}

	#sellection2 #baloon em span.fz14{
		font-size: 12px;
	}
	#sellection2 #baloon em span.fz14{
		font-size: 10px;
	}

	#advArea{
		display: table;
		margin: 0 auto 20px;
		width: 100%;
	}

	#sellection2 .slideDwn,
	#sellection2 .slideUp{
		position: relative;
		z-index: 11;
		padding: 12px 0;
		text-align: center;
		font-size: 16px;
		border: #999 solid 1px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#amazonArea p{
		font-size: 15px;
	}

	#amazonArea a{
		display: block;
		text-align: center;
	}

	#amazonArea img{
	width: 160px;
	}

	#amazonArea a,
	#amazonArea img{
		margin: 0 auto;
	}


	#baloon em{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #ff87a7;
	}



	#sellection1 #advArea{
		padding-top: 72px;
		padding-bottom: 32px;
	}

	#sellection1 #advText {
		position: relative;
		z-index: 11;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
	}

	#sellection1 #advText span{
		position: absolute;
		top: -88px;
		right: 0;
		width: 171%;
	}

	#sellection1 #advText span{
		top: -102px;
	}

	#sellection1 #baloon{
		bottom: 0;
		width: 100px;
		height: 100px;
	}

	#sellection1 #baloon em{
		line-height: 24px;
		font-weight: bold;
	}

	
	#sellection1  h1{
		margin-bottom: 16px;
		font-size: 24px;
		line-height: 28px;
	}
	
	#sellection1 #cach {
		position: absolute;
		bottom: -28px;
		right: 0;
		width: 171%;
		text-align: center;
		font-size: 20px;
		color: #e26a0e;
		font-weight: bold;
	}
		
	#sellection1 #cach {
		font-size: 16px;
	}

	#sellection1 #advArea{
		padding-top: 92px;
		padding-bottom: 32px;
	}

	#sellection1 #introduction p,
	#sellection2 #introduction p{
		margin-bottom: 24px;
		padding: 0;
		font-size: 14px;
		line-height: 22px;
	}
	
}

/*@media only screen and (max-width: 414px){


	#wrapper>section{
		padding-bottom: 24px;
	}

	#mainVisual{
		margin-bottom: 0;
		padding: 0;
	}
	
	#visual .cover-inner{
		position: static;
		padding: 0;
		width: 100%;
		min-width: 272px;
	}
	
	#wrapper #mainVisual form .index-login-box .index-login-reminder{
		text-align: center;
	}

	#visual{
		padding-top: 50.2%;
		background: url('/images/pl/visualSp.jpg') center no-repeat;
		background-size: cover;
	}

	#wrapper #header{
		margin-bottom: 0;
	}
		
	#loginBoxSp{
		display: table;
		margin: 0 auto;
		padding: 36px 0;
		width: 200px;
		height: 44px;
	}	
		
	#loginBoxSp a{
		display: table-cell;
		height: 44px;
		font-size: 18px;
		color: #ff87a7;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		background: #fff;
		border: #ff87a7 solid 2px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		text-decoration: none;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2) ;
		-moz-box-shadow:  0 2px 2px rgba(0,0,0,0.2) ;
		box-shadow:  0 2px 2px rgba(0,0,0,0.2) ;
	}

	.sWrapper{
		margin: 0 auto;
		padding: 0 8px;
		width: 100%;
		max-width: 600px;
	}

	#sellection2 #baloon{
		width: 76px;
		height: 76px;
	}

	#baloon em{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #ff87a7;
		font-size: 10px;
		line-height: 14px;
	}

	#baloon em strong{
		line-height: 20px;
		font-size: 16px;
	}

	#baloon em span.fz14{
		font-size: 10px;
	}

	#advArea{
		display: table;
		margin: 0 auto 20px;
		width: 100%;
	}

	#sellection2 .slideDwn{
		position: relative;
		z-index: 11;
		padding: 12px 0;
		text-align: center;
		font-size: 16px;
		border: #999 solid 1px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#amazonArea p{
		font-size: 15px;
	}

	#amazonArea a{
		display: block;
		text-align: center;
	}

	#amazonArea img{
	width: 160px;
	}

	#amazonArea a,
	#amazonArea img{
		margin: 0 auto;
	}



	#sellection1 #advArea{
		padding-top: 92px;
		padding-bottom: 32px;
	}

	#sellection1 #advText {
		position: relative;
		z-index: 11;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
	}

	#sellection1 #advText span{
		position: absolute;
		top: -88px;
		right: 0;
		width: 171%;
	}

	
	#sellection1  h1{
		margin-bottom: 16px;
		font-size: 24px;
		line-height: 28px;
	}
	
	#sellection1 #cach {
		position: absolute;
		bottom: -28px;
		right: 0;
		width: 171%;
		text-align: center;
		font-size: 20px;
		color: #e26a0e;
		font-weight: bold;
	}

	#sellection1 #introduction p,
	#sellection2 #introduction p{
		margin-bottom: 24px;
		padding: 0;
		font-size: 14px;
		line-height: 22px;
	}
}*/







