@charset "utf-8";
/*AV REVIEW*/
@media screen and (max-width: 768px){

	#content h1 {
		padding: 0;
		    margin: 0;
	}
	div#topBanner {
		display: none;
	}
	table#contents {
		width: 100%;
	}
	table#contents td{
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	table#contents img.cover{
		margin: 20px auto !important;
		display: block;

	}
	table#contents .title{
		font-size: 20px;
	}
	.t-price {
		margin-bottom: 10px;
	}
	.t-price span {
		display: block;
	}

	div[style*="width"]{
		width: 100% !important;
	}
	#content .midashi{
		font-size: 18px;
		padding: 10px 0;
	}
	#content h1{
		font-size: 18px;
		padding: 0 0 10px;
		line-height: 1.4em;
	}
	#content h3 {
		font-size: 18px;
		padding: 0 0 10px;
	}
	#content h4 {
		font-weight: bold;
	}
	#content a {
		word-break: break-all;
	}
	table#contents dl,
	table#contents p {
		font-size: 92%;
		margin:10px 0;
	}
	table#contents p.design{
		font-size: 11px;
	}
	.w400{
	  width:100%;
	}
	.w520{
	  width:100%;
	}
	.image-m {
		display: block;
		margin:10px auto;
	}

	p.midashi-r-nonborder-s {
		margin-top: 20px;
	}

	.midashi2 {
		font-size: 18px !important;
		margin-bottom: 1em;
	}

	ul.Lline-n,
	 .cbody ul.Lline-n {
	 	width: 100%;
	 	box-sizing: border-box;
	 }
	.interview {
		margin:10px 0 0;
	}
	.teisei {
		margin-left: 0;
		margin-right: 0;
	}
	.interview img.photo {
		margin: 10px auto;
		display: block;
		float: none;
	}
	#editorindexlink {
		text-align: center;
		padding-top: 1em; 
		margin: 0 auto;
	}
	div#editorindexlink a{
    display: block;
    width: 100%;
    height: 42px;
    background-image: url(/image/editor/editorsvoice.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    text-indent: -2000px;
    overflow: hidden;
	}
	ul#backbooks {
		margin:10px; 
	}
	ul#backbooks li{
		margin:0  0 5px; 
		font-size: 13px;
	}
	.backbookindex{
		display: block;
		margin:0 10px 10px; 
	}
}