@charset "utf-8";

[lang=en] {
	font-family: "Times New Roman", "Crimson Text", serif;
}

/*grid*/
.col1-2 {
	float: left;
	width: 49.25%;
	*width: 49.1%;
}
.col2-2 {
	float: right;
	width: 49.25%;
	*width: 49.1%;
}
.col1-3 {
	float: left;
	width: 32%;
	*width: 31.9%;
}
.col2-3 {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.col3-3 {
	float: right;
	width: 32%;
}

/*editing area / by markdown*/
.format {
	color: #4b4b4b;
	line-height: 1.75;
}
.format h1 {
	display: inline-block; *display: inline; *zoom:1;
	margin: 2em 0 1em;
	padding: .4em 1.5em .3em;
	background: #444;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
}
.tab-section-layout h2 {
	margin: 1em 0 .4em;
	font-size: 1.2em;
}
.format h2 {
	padding-left: 12px;	
	background: url(../images/a/bul_dot.gif) 0 10px no-repeat;
	font-size: 1em;
        margin-left: 22px;
}
.tab-section-layout h3,
.format h3 {
	margin-top: 1.5em;
	font-size: 1em;
        margin-left: 35px;
        font-weight: normal;
}

.tab-section-layout p.indented,
.format p.indented {
    margin-top: .5em;
    margin-left:35px;
}

.tab-section-layout em,
.format em {
    color:#4b4b4b;
    font-style:italic;
}

.tab-section-layout pre,
.format pre {
    font-style:italic;
    line-height:1.2em;
    font-size:14px;
}

.tab-section-layout blockquote,
.format blockquote {
	background: url(../images/a/icon_quote2.png) no-repeat right 97.5%;
    margin: 1.5em 0;
	padding: 0 2.5em 0 0;
}
.tab-section-layout blockquote > p:first-child,
.format blockquote > p:first-child {
    background: url(../images/a/icon_quote1.png) no-repeat 0 0;
    padding: 0 0 0 2.5em;
}

.tab-section-layout > ul,
.format > ul  {
	margin-bottom: 1em;
	padding-left: 10px;
}
.tab-section-layout ul > li,
.format ul > li {
	margin: 3px 0;
	padding-left: 12px;	
	background: url(../images/a/bul_dot.gif) 0 10px no-repeat;
}
.tab-section-layout > ol,
.format > ol {
	margin-left: 25px;
	margin-bottom: 1em;
}
.tab-section-layout > ol > li,
.format > ol > li {
	margin: 3px 0;
	list-style: decimal;
}
.tab-section-layout > ol > li > ol li,
.format > ol > li > ol li {
	padding-left: 12px;	
	background: url(../images/a/dash.gif) 0 10px no-repeat;
}
.format p {
	overflow: hidden;
}
.format strong {
	color: #191919;
}
.format i {
	font-family: "Times New Roman", "Crimson Text", serif;
	font-style: italic;
}
.img-left {
	float: left;
	margin: 0 1em 0 0;
}
.img-right {
	float: right;
	margin: 0 0 1em 1em ;
}
.img-center {
	display: block;
	margin: 0 auto;
}


/* button */
[class*=button] {
	display: inline-block; *display: inline; *zoom:1;
	line-height: 1.5;
	vertical-align: middle;
	cursor: pointer;
}
[class*=button]:hover {
	text-decoration: none;
}
.button {
	padding: .5em 1.4em .7em;
	border:1px solid #4c4f54;
	border-radius: 3px;
	background: #222 url(../images/a/bg_pattern.jpg) 0 0 no-repeat;
	color: #fff;
	font-size: 14px;
	line-height:1.2;
	text-align:center;
	vertical-align:middle;
}
.button-em {
	border-color: #721eff;
	background: #721eff;
	color: #fff;
}
a.button {
	overflow: hidden;
}
button.button {
	overflow: hidden;
	*overflow: visible;
	vertical-align:top;
}
.button-b-v,
.button-b-x {
	position: relative;
	padding: 0 45px 0 0;
	border-radius: 4px;
	font-size: 20px;
	text-align: center;
	/*font-family: "Times New Roman", "Crimson Text", serif;*/
}
.button-b-v b:after,
.button-b-x b:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
}
.button-b-v b,
.button-b-x b {
	overflow: hidden;
	position: relative;
	display: block;
	height: 100%;
	width: 10em;
	line-height: 51px;
	font-weight: normal;
}
.button-b-v i,
.button-b-x i {
	position: absolute;
	top: 50%;
	height: 12px;
	margin-top: -6px;
	background: url(../images/a/icons.png) 0 0 no-repeat;
}
.button-b-v {
	height: 53px;
	border: 1px solid #4c1ba5;
	background: #721eff;
	background-image: -ms-linear-gradient(bottom, #611fd7 0%, #721eff 100%);
	background-image: -moz-linear-gradient(bottom, #611fd7 0%, #721eff 100%);
	background-image: -o-linear-gradient(bottom, #611fd7 0%, #721eff 100%);
	background-image: -webkit-linear-gradient(bottom, #611fd7 0%, #721eff 100%);
	background-image: linear-gradient(to top, #611fd7 0%, #721eff 100%);
}
.button-b-v b {
	color: #edeaea;
	background: url(../images/a/bg_btn.png) repeat-y right 0;
}
.button-b-v i {
	right: 14px;
	width: 15px;
}
.button-b-v:hover {
	background-image: -ms-linear-gradient(bottom, #5517c2 0%, #560fce 100%);
	background-image: -moz-linear-gradient(bottom, #5517c2 0%, #560fce 100%);
	background-image: -o-linear-gradient(bottom, #5517c2 0%, #560fce 100%);
	background-image: -webkit-linear-gradient(bottom, #5517c2 0%, #560fce 100%);
	background-image: linear-gradient(to top, #5517c2 0%, #560fce 100%);
}
.button-b-v:hover b {
}
.button-b-x {
	height: 55px;
	border: 0 none;
	background: #707070;
	background-image: -ms-linear-gradient(bottom, #707070 0%, #888 100%);
	background-image: -moz-linear-gradient(bottom, #707070 0%, #888 100%);
	background-image: -o-linear-gradient(bottom, #707070 0%, #888 100%);
	background-image: -webkit-linear-gradient(bottom, #707070 0%, #888 100%);
	background-image: linear-gradient(to top, #707070 0%, #888 100%);
	line-height: 55px;
}
.button-b-x b {
	color: #edeaea;
	box-shadow: 2px 0 4px #5c5c5f;
}
.button-b-x b:after {
	background-image: -ms-linear-gradient(right, #8e8e91 0%, #777 3px);
	background-image: -moz-linear-gradient(right, #8e8e91 0%, #777 3px);
	background-image: -o-linear-gradient(right, #8e8e91 0%, #777 3px);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #8e8e91), color-stop(3px, #777));
	background-image: -webkit-linear-gradient(right, #8e8e91 0%, #777 3px);
	background-image: linear-gradient(to left, #8e8e91 0%, #777 3px);
}
.no-rgba .button-b-x b {
	border-right: 1px solid #8e8e91;
}
.button-b-x i {
	right: 17px;
	width: 12px;
	background-position: -16px 0;
}
.text-button {
	color: #444;
	text-decoration: underline;
	font-family: "Times New Roman", "Crimson Text", serif;
	font-size: 12px;
}

.i {
	display: inline-block; *display: inline; *zoom:1;
	background-image: url(../images/a/icons.png);
	background-repeat: no-repeat;
}
.icon-download {
	width: 17px;
	height: 15px;
	background-position: -32px 0;
}
.icon-alert {
	float: left;
	width: 24px;
	height: 22px;
	margin-right: 1em;
	background: url(../images/a/icons.png) 0 -70px no-repeat;
	vertical-align: middle;
}
a.file {
	display: inline-block; *display: inline; *zoom: 1;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	color: #444;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3;
}
a.file b {
	display: block;
	margin: 1px;
	padding: .5em 1.5em .5em 1.2em;
}
a.file .i {
	margin-right: 5px;
	vertical-align: middle;
	margin-top: 1px;
}
a.file:hover {
	color: #721eff;
	text-decoration: none;
}
a.file:hover b {
	background: #f5f5f5;
}
a.file:hover .icon-download {
	background-position: -52px 0;
}

.func {
	text-align: center;
}
.func .button {
	margin-left: 3px;
	margin-right: 3px;
}


/* form / report, request */
.paper-container {
	position: relative;
	padding-top: 4.5em;
	background: url(../images/a/bg_pattern.jpg) center 0 repeat-x;
}
.paper-container.recruit-done {
	background-position: center -200px;
}
.paper {
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.paper > section {
	padding-top: 65px;
	background: #fafafa url(../images/a/bg_paper_top.jpg) 0 0 repeat-x;
}
.no-boxshadow .paper {
	border: 1px solid #ccc;
	border-top: 0 none;
}
.paper header {
	position: relative;
	padding: 4em 0 10em;
}
.paper .div {
	position: relative;
	padding: 6em 0 5em;
	background: url(../images/a/dash.gif) 0 0 repeat-x;
}
.paper .div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	background: url(../images/a/bg_post_body.png) center 0 no-repeat;
	background-size: 90% auto;
}
.paper footer {
	padding: 0 0 5em;
}
.paper header,
.paper footer,
.paper .div {
	padding-left: 6.25%;
	padding-right: 6.25%;
}
.paper-form header,
.paper-form footer,
.paper-form .div {
	padding-left: 7.8125%;
	padding-right: 7.8125%;
}
.paper .deco {
	position: absolute;
	width: 130px;
	height: 130px;
	background: url(../images/a/deco_paper.png) 0 0 no-repeat;
}
.paper .paper-deco-tl {
	top: -15px;
	left: -15px;
	background-position: 0 0;
}
.paper .paper-deco-tr {
	top: -15px;
	right: -15px;
	background-position: right 0;
}
.paper .paper-deco-bl {
	bottom: -16px;
	left: -15px;
	background-position: 0 bottom;
}
.paper .paper-deco-br {
	bottom: -16px;
	right: -15px;
	background-position: right bottom;
}
hr.separator {
	*display: none;
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
}
hr.separator:before,
hr.separator:after {
	content: '';
	position: absolute;
	z-index: 10;
	top: -12px;
	width: 1px;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
hr.separator:before {
	left: 0;
	border-left: 8px solid #211f20;
}
hr.separator:after {
	right: 0;
	border-right: 8px solid #211f20;
}
hr.separator-gray:before,
hr.separator-gray:after {
	border-left-color: #d0d0cf;
	border-right-color: #d0d0cf;
}
.hr-dash {
	width: 120%;
	margin: 3em -10%;
	height: 1px;
	background: url(../images/a/dash.gif) 0 0 repeat-x;
}

.paper-head {
	margin-bottom: 1.5em;
	background: url(../images/a/bg_paper_head.gif) 0 center repeat-x;
	font-size: 3.8em;
	font-weight: bold;
	letter-spacing: -3px;
	text-align: center;
}
.paper-head span {
	position: relative;
	display: inline-block;
	padding: 0 45px;
	background: #fafafa;
}
.paper-head span:before,
.paper-head span:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 25px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/a/deco_paper_head.gif) 0 0 no-repeat;
}
.paper-head span:before {
	left: 8px;
}
.paper-head span:after {
	right: 8px;
	background-position: right 0;
}


/* form element */
.input-row {
	clear: both;
	margin-top: 45px;
}
.input-row:first-child {
	margin-top: 0;
}
.input-box {
	display: inline-block; *display: inline; *zoom: 1;
	width: 100%;
	background: #fff;
}
.input-box .input {
	overflow: hidden;
	display: block;
	position: relative;
	border: 3px solid #b4b4b4;
	padding: 5px 5px 5px 44px;
}
.input-box.focused .input {
	border-color: #721eff;
}
.input-box .icon {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 35px;
	height: 28px;
	border-right: 1px solid #ccc;
	background: url(../images/a/icons.png) 0 -12px no-repeat;
}
.input-box label {
	position: absolute;
	left: -100%;
}
.input-box input {
	width: 100%;
	border: 0 none;
	height: 32px;
	text-indent: .5em;
	line-height: 32px;
}
.input-box input:focus {
	outline: 0;
}
.input.input-name .icon 	{ background-position: 0 -12px; }
.input.input-email .icon 	{ background-position: -36px -12px; }
.input.input-tel .icon 		{ background-position: -72px -12px; }
.input.input-address .icon 	{ background-position: -108px -12px; }

.filled .input-name .icon 	{ background-position: 0 -40px; }
.filled .input-email .icon 	{ background-position: -36px -40px; }
.filled .input-tel .icon 	{ background-position: -72px -40px; }
.filled .input-address .icon{ background-position: -108px -40px; }

.input-labeled {
	display: inline-block; *display: inline; *zoom: 1;
	position: relative;
	width: 100%;
}
.input-labeled .input {
	display: block;
}
.input-labeled i {
	float: left;
	width: 22px;
	height: 22px;
	margin: 4px 5px 0 0;
	background: url(../images/a/icons.png) -144px -12px no-repeat;
}
.input-labeled.filled i {
	background-position: -144px -40px;
}
.input-labeled.unfilled i {
	background-position: -144px -68px;
}
.input-labeled label {
	display: block;
	margin-bottom: 10px;
	color: #191919;
	font-size: 18px;
	font-weight: bold;
}
.input-labeled input {
	width: 99.8%;
}
.input-labeled.unfilled textarea {
	border-color: #e65a5c;
	background-color: #fdedee;
}
.boxsizing .input-labeled textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.no-boxsizing .input-labeled textarea {
	width: 96%;
	padding: 2%;
}
.placeholder-box {
	position: absolute;
	padding: 1em;
	font-size: 14px;
	line-height: 1.6;
}
.placeholder-box p {
	margin: 0;
}

.input-file-box {
	padding: 1.5em 3em;
	background: #b5b5b5;
}
.input-file {
	position: relative;
	font-size: 1.6em;
	line-height: 1.3;
}
.input-file label {
	margin-right: 1em;
	color: #444;
	font-weight: bold;
}
.input-file-fake {
	width: 77%;
}
.input-file-hidden {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 90%;
	font-size: 40em;
	text-align: right;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.input-file-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	*height: 39px;
	*margin-top: 1px;
	padding: 0 3em;
	border: 1px solid #343434;
	border-radius: 0;
	background: #4d4d4d;
}
.input-file-button:hover,
.input-file-button:focus {
	background-color: #333;
}

.terms {}
.terms-box {
	border: 1px solid #d0cfd0;
	background: #ebebec;
}
.terms-box iframe {
	width: 100%;
	height: 190px;
	margin: 0;
	border: 0 none;
	background: transparent;
	vertical-align: top;
}
.terms p {
	color: #444;
	font-size: 13px;
}
.terms p input {
	margin-right:.5em;
	vertical-align: middle;
}
body.terms {
	min-width: 0;
	padding: 1em 1.5em;
	background: #ebebec;
}
body.terms article {}
body.terms h1 {}
body.terms h2 {
	margin: 0 0 .5em;
}
body.terms hr {
	border-top: 1px dotted #999;
}
body.terms p {
	font-size: 1.4em;
}
body.terms ul {
	padding-left: 1em;
	margin-bottom: 2em;
}
body.terms li {
	padding: 0 0 0 1em;
	background: url(../images/a/bul_dot.gif) no-repeat 0 .75em;
	color: #222;
	font-size: 1.4em;
}


/* form error */
.error-message {
	margin: 0 0 2em;
	padding: .75em 1.2em;
	border: 1px solid #e65a5c;
	background: #fdedee;
}
.error-message p {
	margin: 0;
	color: #bf4547;
	font-size: 1.4em;
}


/* book thumbnail */
.book-thumb {
	display: block;
	line-height: 1.3;
	text-align: center;
}
.book-thumb .thumb {
	display: inline-block; *display: inline;
	height: 200px;
	margin-bottom: 28px;
}
.book-thumb .thumb img {
	border: 1px solid #eee;
	*margin-bottom: 28px;
}
.book-thumb strong {
	display: block;
	text-align: left;
}

/* book decoration */
.marking-bar {
	overflow: hidden;
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	height: 4px;
	background: #222 url(../images/a/marking.gif) 0 0 no-repeat;
	font-size: 0;
}
.coming-soon 	.marking-bar { background-position: 0 -5px; }
.steady-seller 	.marking-bar { background-position: 0 -10px; }
.top-seller 	.marking-bar { background-position: 0 -15px; }
.new-book 		.marking-bar { background-position: 0 -20px; }
.side-recommend .marking-bar { background-position: 0 -20px; }

.book-thumb .badge {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 75px;
}
.coming-soon 	.badge { background: url(../images/a/book_badge.png) 0 0 no-repeat; }
.steady-seller 	.badge { background: url(../images/a/book_badge.png) -60px 0 no-repeat; }
.new-book 		.badge { background: url(../images/a/book_badge.png) -120px 0 no-repeat; }

.top-seller .thumb {
	position: relative;
}
.top-seller .badge {
	top: 1px;
	left: 1px;
	width: 35px;
	height: 50px;
	padding: 4px 20px 0 8px;
	background: url(../images/a/book_badge.png) -180px 0 no-repeat;
	color: #fff;
	font: bold italic 18px/1.3 "Times New Roman", "Crimson Text", serif;
	text-align: left;
}


/* box */
.item-box {
	position: relative;
}
.item-box dl {
	overflow: hidden;
	height: 500px;
	padding-bottom: 40px;
	border: 1px solid #ccc;
}
.item-box dl:hover {
	background: #eee;
}
.item-box dt {
	margin-bottom: 1em;
	padding: 40px 8.5% 0;
	font-size: 1.6em;
	text-align: center;
}
.item-box dt strong {
	display: block;
	color: #191919;
	text-align: left;
}
.item-box dd {
	padding: 0 8.5%;
	font-size: 1.4em;
}
.item-box dd.info {
	margin-bottom: 1em;
}
.item-box dd.info b {
	display: block;
	overflow: hidden;
	width: 100%;
	color: #4b4b4b;
	font-weight: normal;
}
.item-box dd.info span {
	display: block;
	margin-top: 0.8em;
	padding-left: 6px;
	background: url(../images/a/bul1_s.gif) 0 8px no-repeat;
	font-size: .85em;
}
.item-box dd.desc {
	overflow: hidden;
	height: 6em;
}
.item-box.item-box-brief dl {
    height:370px;
}

.group-box {
	height: 540px;
	border: 1px solid #ccc;
	background: url(../images/a/bg_box_line.png) 0 272px repeat-x;
	font-size: 1.4em;
}
.group-box > a {
	display: block;
	height: 280px;
	background: url(../images/a/bg_box.png) 0 0 no-repeat;
}
.group-box .img {
	display: block;
	padding-top: 40px;
	text-align: center;
}
.group-box dl {
	padding: 1.5em 11% 2.5em;
}
.group-box dt {
	height: 70px;
	padding-right: .5em;
	color: #191919;
	font-size: 2em;
	font-weight: bold;
	line-height: 38px;
	letter-spacing: -3px;
}
.group-box dt[lang=en] {
	font-weight: normal;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: 0;
}
.group-box dt b {
	white-space: nowrap;
}
.group-box dd {
	margin: 1em 0 0;
	padding-right: .5em;
}
.group-box dd span {
	word-break: break-all;
}
.group-box__over,
.group-box:hover {
	background-color: #7230fa;
	background-image: url(../images/a/bg_box_line_over.png);
	color: #fff;
	border-color: #7230fa;
}
.group-box__over > a,
.group-box:hover > a {
	background-image: url(../images/a/bg_box_over.png);
}
.group-box__over dt,
.group-box__over a,
.group-box:hover dt,
.group-box:hover a {
	color: #fff;
}

.shadow-box {
	overflow: visible;
	position: relative;
	border: 1px solid #ccc;
}
.shadow-box:after {
	content: '';
	position: absolute;
	left: .7%;
	bottom: -6px;
	width: 98.4%;
	height: 5px;
	background: url(../images/a/shadow.png) 0 bottom repeat-x;
	font-size: 1px;
	line-height: 1;
}
.no-generatedcontent .shadow-box {
	border-bottom-width: 2px;
}


/*pagination*/
.pagination {
	clear: both;
	position: relative;
	margin-top: 20px;
	padding: 9px;
	border: 1px solid #ccc;
	background: url(../images/a/bg_book.gif);
	font-size: 1.35em;
	font-family: "Times New Roman", "Crimson Text", serif;
	text-align: center;
}
.pagination-box {
	padding: 0 3.5em;
	background: #fff;
}
.pagination a {
	display: inline-block; *display: inline; *zoom:1;
	padding: .3em .7em .3em .85em;
	color: #444;
}
.pagination a.current {
	background: #3d3d3f;
	color: #fff;
}
.pagination .prev,
.pagination .next {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	font-style: italic;
	font-size: 1.1em;
}
.pagination .prev { left: .8em; }
.pagination .next { right: .8em; }
.pagination .prev[href="#"],
.pagination .next[href="#"] {
	display: none;
}


/*comment*/
.comment-write-box {
	padding: 2.25% 3.5%;
	background: #dbdbdb;
}
.comment-write {
	
}
.comment-write .sns-login {
	margin: 1em 0;
}
.comment-write .sns-login a {
	margin-right: 1em;
	font-style: italic;
	font-size: 14px;
	line-height: 1;
}
.comment-write .sns-login a img {
	margin-right: 4px;
}
.comment-write .login-fb {
	color: #3b579d;
}
.comment-write .login-tw {
	color: #00bfeb;
}
.comment-input .text {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.comment-input textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin-top: 1em;
	padding: 1em;
}
.comment-write .func {
	margin-top: 15px;
	text-align: right;
}
.comment-list {
	border: 1px solid #ccc;
}
.comment-list li {
	position: relative;
	padding: 2.5em 4%;
	background: url(../images/a/dash.gif) 0 0 repeat-x;
}
.comment-list li:first-child {
	margin-top: -1px;
}
.comment-list li p {
	margin-bottom: 0;
	padding-right: 1em;
	font-size: 1.4em;
	letter-spacing: -1px;
}

.comment {
	width: 100%;
	overflow: hidden;
}
.comment .func-s {
	position: absolute;
	top: 2em;
	right: 2%;
}
.comment-info {
	line-height: 1.5;
	vertical-align: middle;
}
.comment .writer {
	display: inline-block; *display: inline; *zoom:1;
	color: #191919;
	margin: 0 1em 0 0;
	font-size: 1.4em;
	font-weight: bold;
}
.comment .writer img {
	margin-right: 5px;
	vertical-align: middle;
}
.comment .date {
	display: inline-block; *display: inline; *zoom:1;
	margin-top: 4px;
	margin-left: .5em;
	color: #444;
	font-size: 1.2em;
	font-family: "Times New Roman", "Crimson Text", serif;
}

.fb-like-wrap > div,
.fb-like-wrap > div > span,
.fb-like-wrap iframe,
.fb-comment-wrap > div,
.fb-comment-wrap > div > span,
.fb-comment-wrap iframe {
	width: 100% !important;
}

.tab-container {
	overflow: hidden;
}
.tab-container li {
	float: left;
}
.tab-container a {
	display: block;
	padding: 22px 10px 0;
	height: 41px;
	background: url(../images/a/bg_tab.gif) 0 0 no-repeat;
	color: #8c8c8c;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.tab-container li.on a {
	background-position: 0 bottom;	
	color: #fff;
}


/*list*/
.column-box-list {
	overflow: hidden;
	margin-right: -5px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.column-box-list .item {
	float: left;
	width: 20%;
	margin-left: -1px;
	margin-bottom: -1px;
}
.column-box-list .blank {  }
.column-box-list .blank .item-box {
	height: 380px;
	padding: 10px;
	border: 1px solid #ccc;
}
.column-box-list .blank .item-box span {
	position: relative;
	display: block;
	height: 100%;
	background: url(../images/a/bg_book.gif);
}
.column-box-list .blank .item-box i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: #fff url(../images/a/bg_blank.gif) center center no-repeat;
}


@media screen and (max-width: 1139px) {
.column-box-list {
	margin-right: -3px;
}
.column-box-list .item {
	width: 33.333333%;
}
.column-box-list li.blank:nth-child(4),
.column-box-list li.blank:nth-child(5) {
	display: none;
}

.button-b-v,
.button-b-x {
	height: 48px;
}
.button-b-v b,
.button-b-x b {
	width: 8em;
	line-height: 46px;
}

}/*/mediaquery*/


@media screen and (max-width: 959px) {
.paper header {
	padding-top: 5%;
}
.col1-3,
.col2-3,
.col3-3 {
	float: none;
	width: auto;
	margin: 1em 0;
}
}/*/mediaquery*/


@media screen and (max-width: 767px) {
.hr-dash {
	margin-top: 1em;
	margin-bottom: 1em;
}
.input-row {
	clear: both;
	margin-top: 1em;
}
}/*/mediaquery*/


@media screen and (max-width: 719px) {
.col1-2,
.col2-2 {
	float: none;
	display: block;
	width: auto;
}
.col2-2 {
	margin-top: 1em;
}
.column-box-list {
	margin-right: -1px;
}
.column-box-list .item {
	float: none;
	width: auto;
}
.column-box-list .item > div {
	height: auto;
}
.column-box-list li.blank:nth-child(2),
.column-box-list li.blank:nth-child(3) {
	display: none;
}	
.item-box dl,
.item-box dd.desc {
	height: auto;
}

.comment-write-box {
	padding: 4% 5%;
}
.comment-write .func {
	text-align: center;
}

.paper > section {
	padding-top: 30px;
	background-size: 100% 30px;
}
.paper .deco {
	width: 60px;
	height: 60px;
	background-size: 130px;
}
.paper .paper-deco-tl {
	top: -7px;
	left: -8px;
}
.paper .paper-deco-tr {
	top: -7px;
	right: -8px;
}
.paper .paper-deco-bl {
	bottom: -8px;
	left: -8px;
}
.paper .paper-deco-br {
	bottom: -8px;
	right: -8px;
}

.tab-container a {
	padding: 14px 4px 0;
	height: 28px;
	font-size: 12px;
}
.tab-container a span {
	display: none;
}
}/*/mediaquery*/

@media screen and (max-width: 719px) and (min-width: 480px) {

.item-box dl {
	padding-top: 30px;
	padding-left: 200px;
	min-height: 190px;
}
.item-box dt {
	padding: 0 8.5% 0 5%;
}
.item-box .book-thumb .thumb {
	position: absolute;
	top: 30px;
	left: 30px;
}
.item-box .book-thumb .badge{
	top: -31px;
	left: -30px;
}
.top-seller .book-thumb .badge{
	top: 1px;
	left: 1px;
}
.item-box dd {
	padding-left: 5%;
}
.item-box dd.desc {
	overflow: visible;
	height: auto;
}
.book-thumb .thumb {
	max-width: 160px;
}

}/*/mediaquery*/


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

.pagination {
	font-size: 1.2em;
}

.paper header {
	padding-bottom: 3em;
}
.paper-head {
	margin-bottom: 1em;
	font-size: 2.8em;
	letter-spacing: -1px;
}
.paper-head span {
	padding: 0 5px;
}
.paper-head span:before,
.paper-head span:after {
	display: none;
}
.paper .div {
	padding-top: 3em;
	padding-bottom: 2.5em;
}

.button-b-v,
.button-b-x {
	height: 42px;
	font-size: 18px;
}
.button-b-v b,
.button-b-x b {
	width: 7em;
	line-height: 40px;
}

.input-file {
	position: relative;
	font-size: 1.6em;
	line-height: 1.3;
}
.input-file label {
	display: block;
	margin-bottom: 5px;
}
.input-file-fake {
	width: 98%;
}
.input-file-hidden {
	top: 1.4em;
	width: 98%;
}
.input-file-button {
	top: 1.8em;
}

}/*/mediaquery*/


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

.item-box dt {
	padding-top: 30px;
}

.group-box,
.group-box dt {
	height: auto;
}
.pagination {
	margin-top: 10px;
}
.pagination span {
	display: block;	
}

.paper-head {
	font-size: 1.8em;
}

.input-labeled textarea {
	min-height: 204px;
}
}/*/mediaquery*/
