@charset "utf-8";
/* CSS Document */

/* 初期化[全体]
-------------------------------------------------------------------- */
/*基本*/
html, body, p, div, article, section, aside, tr, td, th, form, input, textarea, select, h1, h2, h3, h4, h5, h6, h7, hr{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
}
table, tr, td, th{
	word-break: break-all;
}

/*テーブル*/
table{
	margin: 0;
}

/*インライン*/
img, span, strong{
	border: none;
	margin: 0;
}
img{
	vertical-align: text-bottom;
	height: auto;
}
em {
	font-style: normal;
	font-weight:normal;
}

/*リスト*/
ul, ol, dl, dd, dt, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* PC SP 切替
-------------------------------------------------------------------- */
.pc { display: inline-block;}
.pcCont { display: block;}
.sp,.spCont { display: none;}

@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
	img{
		width: auto;
		max-width: 100%;
	}
	.pc,.pcCont { display: none;}
	.sp { display: inline-block;}
	.spCont { display: block;}
}

/* 基本[共通]
-------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}
body{
	color: #000000;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic M", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,"sans-serif";
	font-size: 1.4em;
	line-height: 1.5em;
}
a{
	color: #008599;
	text-decoration: underline;
}
a:hover{
	opacity: 0.7;
	text-decoration: none;
}
a img{
	border: none;
}
a img:hover{
	opacity: 0.7;
}

/* 明朝体指定 
.block .title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
*/

/* 影 
.bookBox .detail .image img,
.book02Box .content .detail .image img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
*/


/* コンテンツ[レイアウト]
-------------------------------------------------------------------- */
/* 共通 */
.wrapper {
	margin: auto;
	box-sizing: border-box;
}
.inner,
.content {
	width: 840px;
	margin: auto;
	box-sizing: border-box;
}
.headerArea .inner,
.navArea .inner {
    width: 920px;
    margin: auto;
}
.headerArea .headGoHome.inner {
    width: 920px !important;
}
.contentArea {
	margin: auto;
	box-sizing: border-box;
}

/* コンテンツ共通 */
.block {
	margin-top: 60px;
}
.block .title {
	width: 840px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    box-sizing: border-box;
}
.block .title span {
    font-size: 4.0rem;
    letter-spacing: 10px;
    padding-left: 10px;
    display: inline-block;
    line-height: 1.2em;
}
.block .text p + p {
    margin-top: 0.4em;
}

/* 2clm */
.clm2Blick {
	width: 840px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.clm2Blick .content {
    width: auto;
}
.clm2Blick .block {
    margin-top: 40px;
}


/* ヘッダー */
.headerArea {
    background: url("../images/main_bg.png") no-repeat center center;
    background-size: cover;
}
.headerArea .headGoHome {
	text-align: left;
	padding: 10px 0;
}
.headerArea .image {
	padding: 0;
    text-align: right;
    position: relative;
}
.headerArea .image img {
    width: auto;
    margin-right: -17px;
}
.headerArea .image a {
    position: absolute;
    top: 410px;
    left: 60px;
    width: 101px;
    height: 101px;
}
.trialPage .headerArea {
    background: url("../images/trial_main_bg.png") repeat-x center bottom, url("../images/main_bg.png") no-repeat center center;
    background-size: auto, cover;
}
.trialPage .headerArea .inner {
    width: 840px;
}
.trialPage .headerArea .image {
    text-align: center;
}
.trialPage .headerArea .image img {
    width: auto;
    margin-right: 0;
}
.shijinPage .headerArea {
    background: none;
}
.shijinPage .headerArea .inner {
    width: 840px;
}
.shijinPage .headerArea .image img {
    margin-right: 0;
}

/* ナビ */
.navArea {
	text-align: center;
	width: 100%;
	margin: auto;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.navArea ul {
	font-size: 0;
	text-align: center;
	width: 800px;
	margin: auto;
	display: table;
	table-layout: fixed;
    border-left: 1px solid #000000;
}
.navArea ul li {
	font-size: 1.4rem;
    font-weight: bold;
	text-align: left;
	display: table-cell;
    vertical-align: middle;
	box-sizing: border-box;
    border-right: 1px solid #000000;
}
.navArea ul li a,
.navArea ul li p {
	box-sizing: border-box;
	text-decoration: none;
	width: 100%;
	line-height: 1.2em;
	color: #000000;
	display: table;
    padding: 10px 25px 10px 10px;
    background: url("../images/menu_arrow.png") no-repeat right 10px center;
}
.navArea ul li p {
    opacity: 0.2;
}
.navArea ul li span {
	display: table-cell;
	vertical-align: middle;
}
.navArea ul li span.comingsoon {
	font-size: 1.1rem;
}
.navArea ul li a:hover {
    background: url("../images/menu_arrow_on.png") no-repeat right 10px center #0e3679;
	color: #ffffff;
    opacity: 1;
}

/* フッター */
.footerArea {
	text-align: center;
	padding: 40px 0 0 0;
	color: #ffffff;
}
.footerArea .goTop {
	padding: 20px;
}
.footerArea .footerBox {
	padding: 20px;
    padding-bottom: 0;
    background: #eeeeee;
}
.footerArea .goIndex a {
	background: url(../images/go_index_arrow.png) no-repeat left center;
	background-size: auto 14px;
	color: #000000;
	padding-left: 15px;
	font-size: 1.6rem;
	text-decoration: none;
}
.footerArea .goIndex img {
	height: 15px;
	width: auto;
}
.footerArea .copy {
	background-color: #000000;
	padding: 10px;
	color: #ffffff;
}

/* SNS */
.snsArea {
	display: block;
	text-align: center;
	margin: auto;
	padding: 20px 0;
}
.snsArea ul {
	display: inline-block;
	vertical-align: middle;
}
.snsArea li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

/* 書籍 */
.bookBox {
	width: 420px;
    background: #e7ebf1;
    padding: 20px;
    box-sizing: border-box;
    color: #11377a;
}
.bookBox .content {
	padding: 30px;
	display: block;
}
.bookBox .detail {
	width: 100%;
    display: table;
}
.bookBox .detail .image {
    display: table-cell;
    vertical-align: top;
    width: 130px;
}
.bookBox .detail .image img {
	width: 100%;
	height: auto;
}
.bookBox .detail .text {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}
.bookBox .detail .text dl {
}
.bookBox .detail .text dl dt {
	margin-bottom: 10px;
}
.bookBox .detail .text dl dt em {
	font-size: 1.6rem;
	display: block;
	font-weight: bold;
    margin-bottom: 5px;
}
.bookBox .detail .text dl dt span {
	font-size: 1.4rem;
	font-weight: bold;
}
.bookBox .detail .text dl dd {
	margin-bottom: 10px;
}
.bookBox .detail ul {
	display: block;
}
.bookBox .detail ul li {
	display: block;
	margin-top: 10px;
	font-size: 0;
	width: 100%;
}
.bookBox .detail ul li a {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	padding: 10px;
	text-align: center;
	color: #11377a;
    font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	background: #ffffff;
    border: 1px solid #11377a;
}

.book02Box {
	text-align: center;
}
.book02Box .content {
	display: table;
}
.book02Box .content .detail {
	display: table-cell;
	vertical-align: top;
	width: 200px;
}
.book02Box .content .detail .image {
	width: 200px;
}
.book02Box .content .detail .image img {
	max-width: 100%;
	height: auto;
}
.book02Box .content .text {
	margin: 10px 0 0 0;
	padding-left: 30px;
	display: table-cell;
	vertical-align: top;
}
.book02Box .content .text dl {
	text-align: left;
}
.book02Box .content .text dl dt {
	margin-bottom: 10px;
}
.book02Box .content .text dl dt em {
	font-size: 2.0rem;
	font-weight: bold;
	display: block;
}
.book02Box .content .text dl dt span {
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
}
.book02Box .content .text dl dd {
	margin-top: 10px;
}
.book02Box .content ul {
	display: block;
	font-size: 0;
	margin-top: 40px;
}
.book02Box .content ul li {
	display: inline-block;
}
.book02Box .content ul li a {
	display: block;
	background: #ffffff;
	padding: 10px;
	text-align: center;
	margin-right: 10px;
	color: #11377a;
    font-weight: bold;
	text-decoration: none;
	width: 250px;
	box-sizing: border-box;
	font-size: 1.6rem;
    border: 1px solid #11377a;
}
.book02Box .content .text {
	text-align: left;
}
.book02Box .content .text .txt {
    font-size: 1.2rem;
}

/* 内容紹介 */
.storyBox .content {
	font-size: 1.6rem;
	line-height: 1.8em;
    background: url("../images/story_img.png") no-repeat left top;
    padding-left: 200px;
}
.storyBox .content p + p {
    margin-top: 20px;
}
.storyBox .content .readText {
    font-weight: bold;
}

/* 著者プロフィール */
.profileBox {
	width: 400px;
    background: #eeeeee;
    padding: 20px;
    box-sizing: border-box;
}
.profileBox .title {
    text-align: left;
    margin-bottom: 5px;
}
.profileBox .title span {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-left: 0;
    font-weight: bold;
    text-align: left;
}
.profileBox dl dt {
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: bold;
    padding: 3px 0;
    display: inline-block;
    line-height: 1.2em;
}
.profileBox dl dt span {
	font-size: 1.8rem;
}

/* コンピューター詩人 坂下あたる */
.shijinBox .title span {
    font-size: 2.4rem;
    letter-spacing: 3px;
    padding-left: 3px;
    line-height: 1.2em;
    display: block;
}
.shijinBox .title em {
    font-size: 4.0rem;
    letter-spacing: 10px;
    padding-left: 10px;
    line-height: 1.2em;
    display: block;
}
.shijinBox .content .text {
	text-align: center;
}
.shijinBox .content p + p {
    margin-top: 20px;
}


.shijinPage .shijinBox {
    margin-top: 20px;
}
.shijinPage .shijinBox .google {
    text-align: center;
}
.shijinPage .shijinBox .google iframe{
    width: 320px;
    height: 385px;
}
.shijinPage .shijinBox ul.note {
    margin-top: 20px;
}
.shijinPage .shijinBox .note li {
    color: #FF0000;
    text-indent: -1em;
    padding-left: 1em;
}
.shijinPage .shijinBox .note li + li {
    margin-top: 10px;
}
.shijinPage .shijinBox .dl {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}
.shijinPage .shijinBox .dl li {
    height: 40px;
    display: inline-block;
}
.shijinPage .shijinBox .dl li + li {
    margin-left: 20px;
}
.shijinPage .shijinBox .dl li img {
    height: 100%;
    width: auto;
}
.shijinPage .shijinBox .text {
    margin-top: 40px;
    text-align: left;
}
.shijinPage .shijinBox .text .meta {
    text-align: right;
    margin-top: 20px;
}
.shijinPage .metaArea{
    padding: 20px 0 0 0;
}

/* 町屋さんのコメント */
.commentBox {
    margin-top: 40px;
}
.commentBox .title span {
    letter-spacing: 3px;
    padding-left: 3px;
    font-size: 2.6rem;
}
.commentBox .title span > span {
    font-size: 2.2rem;
    padding-left: 0;
}
.commentBox .content {
	text-align: center;
}
.commentBox .content .text dt {
	margin-bottom: 20px;
}
.commentBox .content .text dt span {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}
.commentBox .content .text dd em {
    font-weight: bold;
}
.commentBox .content .text dd.name {
    font-size: 1.6rem;
    margin-top: 10px;
    font-weight: bold;
    display: block;
}

.shijinPage .commentBox {
    margin-top: 60px;
}
.shijinPage .commentBox .title span {
    font-size: 4.0rem;
}
.shijinPage .commentBox .title span > span {
    font-size: 3.0rem;
    padding-left: 0;
}
.shijinPage .commentBox .content {
	text-align: center;
    background: #ecf9ff;
    padding: 40px;
}

/* 試し読み */
.trialBox .content {
	text-align: center;
    color: #11377a;
    background: #e7ebf1;
    padding: 40px;
}
.trialBox .content .text dt {
	margin-bottom: 20px;
}
.trialBox .content .text dt span {
    margin-bottom: 10px;
    display: block;
}
.trialBox .content .text dt em {
    display: block;
}
.trialBox .content .text dd p + p {
    margin-top: 10px;
}
.trialBox .content .trialBtn {
    text-align: center;
    margin-top: 20px;
}

.trialPage .trialBox {
    margin-top: 40px;
}
.trialPage .trialBox .content {
    margin-top: 0;
    color: #000000;
    background: none;
    padding: 0;
}
.trialPage .trialBox .content .title {
    margin-bottom: 40px;
}
.trialPage .trialBox .content .text {
    text-align: left;
}
.trialPage .trialBox .content .text dt.ttl {
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 40px;
}
.trialPage .trialBox .content .text dt {
	margin-bottom: 20px;
}
.trialPage .trialBox .content .text dt span {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}
.trialPage .trialBox .content .text + .text {
	margin-top: 40px;
}
.trialPage .trialBox .content .text dd + dd {
	margin-top: 2em;
}
.trialPage .trialBox .content .text dd p {
	line-height: 2em;
}
.trialPage .trialBox .content .text dd p + p {
    margin-top: 0.5em;
}
.trialPage .trialBox .content .text dd p.ln2 {
    margin-top: 2em;
}
.trialPage .trialBox .content .text dd p.center {
	text-align: center;
	text-indent: 0em;
}
.trialPage .trialBox .content .text dd .image {
	text-align: center;
	text-indent: 0em;
}
.trialPage .trialBox .content .text dd .bold {
    font-weight: bold;
}
.trialPage .trialBox .content .text dd.quote {
    padding-left: 2em;
}



/* リンクボタン */
.block .content .trialBtn a {
    background: #0e3679;
    display: inline-table;
    text-decoration: none;
}
.block .content .trialBtn a img,
.block .content .trialBtn a span {
    display: table-cell;
    vertical-align: middle;
}
.block .content .trialBtn a img {
    width: 55px;
    height: auto;
}
.block .content .trialBtn a span {
    color: #ffffff;
    padding: 10px 20px 10px 35px;
    background: url("../images/btn_arrow.png") no-repeat left 20px center;
    font-size: 1.8rem;
}

.block .content .shijinBtn {
    text-align: center;
}
.block .content .shijinBtn a {
    background: #0e3679;
    display: inline-block;
    text-decoration: none;
}
.block .content .shijinBtn a > span {
    display: block;
    text-align: left;
    color: #ffffff;
    padding: 10px 20px 10px 35px;
    background: url("../images/btn_arrow.png") no-repeat left 20px center;
}
.block .content .shijinBtn a > span > span {
    font-size: 1.4rem;
    display: block;
}
.block .content .shijinBtn a > span > em {
    font-size: 1.8rem;
    display: block;
    font-feature-settings: "palt";
}

.block .content .twitterBtn {
    text-align: center;
}
.block .content .twitterBtn a {
    background: url("../images/shijin_btn_bg.png") no-repeat right center;
    background-size: cover;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
}
.block .content .twitterBtn a > span {
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 20px 20px 20px 45px;
    background: url("../images/btn_arrow.png") no-repeat left 20px center;
    font-size: 0;
}
.block .content .twitterBtn a > span > span {
    display: inline-block;
    font-size: 2.2rem;
    line-height: 1.4em;
}

.bottomBtn {
    margin-top: 40px;
    text-align: center;
    padding: 0 20px;
}
.bottomBtn a {
    color: #11377a;
    padding: 20px;
    font-size: 2.0rem;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #11377a;
    display: inline-block;
    max-width: 320px;
    width: 100%;
    box-sizing: border-box;
}
.bottomBtn a span {
    background: url(../images/back_arrow.png) no-repeat left center;
    background-size: auto 18px;
    padding-left: 15px;
}
.shijinPage .shijinBox .btn{
    text-align: center;
    margin-top: 20px;
}
.shijinPage .shijinBox .btn a,
.shijinPage .shijinBox .btn input{
    border-radius: 6px;
    border: 0;
    padding: 10px 20px 10px 35px;
    font-size: 14px;
    color: #ffffff;
    background: url("../images/btn_arrow.png") no-repeat left 20px center, #0e3679;
    background-size: auto 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.shijinPage .shijinBox .btn a:hover,
.shijinPage .shijinBox .btn input:hover{
    opacity: 0.8;
}

/* スマホレイアウト
----------------------------- */
@media only screen and (max-width: 768px) {
/* -------------------------------------------------------------------------- */
/* 共通 */
.wrapper {
	width: 100%;
	padding: 0;
}
.inner,.contentArea {
	width: 100%;
	padding: 0 0 1px 0;
}
.headerArea .inner,
.navArea .inner {
	width: 100%;
    margin: auto;
}
.headerArea .headGoHome.inner {
    width: 100% !important;
}

.content {
	width: 100%;
    box-sizing: border-box;
}

/* コンテンツ共通 */
.block .title {
    width: 100%;
}
.block .title span {
    font-size: 3.0rem;
    letter-spacing: 0px;
    padding-left: 0px;
}
.block .text p:last-of-type {
	margin-bottom: 0px;
}

/* 2clm */
.clm2Blick {
	width: 100%;
    display: block;
}
.clm2Blick .content {
    width: auto;
}
.clm2Blick .block {
    margin-top: 30px;
}

/* ヘッダー */
.headerArea {
	background-image: none;
	height: auto;
	text-align: center;
    margin-bottom: 20px;
}
.headerArea .headGoHome {
	text-align: left;
	padding: 10px;
}
.headerArea .headGoHome img {
    width: 75px;
    height: auto;
}
.headerArea .image {
    margin-bottom: 20px;
}
.headerArea .image img {
    width: 100%;
    margin-right: 0;
}

.trialPage .headerArea {
    background: none;
}
.trialPage .headerArea .inner,
.trialPage .headerArea .image img,
.shijinPage .headerArea .inner,
.shijinPage .headerArea .image img {
    width: 100%;
}
.shijinPage .headerArea .inner {
    padding-left: 20px;
    padding-right: 20px;
}

/* フッター */
.footerArea  {
	padding-top: 20px;
}
.footerArea .footerBox {
	padding: 10px;
}
.footerArea .goTop {
	bottom: 10px;
	right: 10px;
}

/* SNS */
.snsArea {
	text-align: center;
	min-width: inherit;
	display: block;
	margin: 20px 0;
}
.snsArea ul {
	display: block;
	text-align: center;
	vertical-align: middle;
}
.snsArea li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

/* 書籍 */
.bookBox {
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
.bookBox .content {
	padding: 10px;
	display: block;
}
.bookBox .detail {
	display: table;
}
.bookBox .detail .image {
	vertical-align: top;
	width: 120px;
}
.bookBox .detail .image img {
	width: 120px;
	height: auto;
}
.bookBox .detail .text dl {
    padding-left: 10px;
}
.bookBox .detail .text dl dt em {
	font-size: 1.8rem;
}
.bookBox .detail .text dl dt span {
	font-size: 1.4rem;
}
.bookBox .detail .text dl dd {
	margin-bottom: 10px;
}
.bookBox .detail ul {
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
    font-size: 0;
}
.bookBox .detail ul li {
	display: inline-block;
	margin-top: 10px;
	margin-right: 0px;
    width: 100%;
}
.bookBox .detail ul li:nth-of-type(2n) {
	margin-left:0;
}
.bookBox .detail ul li a {
	display: block;
	vertical-align: middle;
	font-size: 1.4rem;
	padding: 10px;
	width: 100%;
	height: auto;
    border: 1px solid #392f2d;
}

.book02Box {
	text-align: center;
	margin-top: 20px;
}
.book02Box .content {
	display: block;
	width: 100%;
	padding-top: 0px;
}
.book02Box .content .detail {
	display: block;
}
.book02Box .content .text {
	display: block;
    padding: 0 20px;
    box-sizing: border-box;
}
.book02Box .content .text dl dt em {
    font-size: 1.8rem;
}
.book02Box .content .detail {
	display: block;
	width: 100%;
}
.book02Box .content .detail .image {
	width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.book02Box .content .detail .image img {
	max-width: 100%;
	height: auto;
}
.book02Box .content ul {
	margin-top: 0px;
}
.book02Box .content ul li {
	display: block;
	margin-top: 10px;
}
.book02Box .content ul li a {
	display: block;
	margin-right: 0px;
	width: 100%;
}

/* ナビ */
.navArea {
	text-align: center;
	padding: 0;
    border-bottom: none;
}
.navArea ul {
	width: 100%;
	display: block;
	border-left: 0;
}
.navArea ul li {
	display: block;
	border-right: 0;
	font-size: 1.6rem;
    border-bottom: 1px solid #000000;
}
.navArea ul li a,
.navArea ul li p {
	width: 100%;
    text-align: center;
}
.navArea ul li span {
	display: inline-block;
}
.navArea ul li span br {
	display: none;
}

/* 内容紹介 */
.storyBox .content {
	display: block;
    background: none;
    padding: 0 20px;
    font-size: 1.4rem;
}
.storyBox .content .img img {
    width: 100%;
    max-width: inherit;
}
.storyBox .textBox {
	display: block;
	padding-right: 0px;
	line-height: 1.4em;
    float: none;
    width: 100%;
    box-sizing: border-box;
}
.storyBox .textBox p + p {
	margin-top: 10px;
}
.storyBox .content .trialBtn {
    text-align: center;
}

/* 著者プロフィール */
.profileBox {
    width: auto;
    margin: 0 20px;
    box-sizing: border-box;
}
.profileBox .title span {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-left: 0;
    font-weight: bold;
    text-align: left;
}

/* コンピューター詩人 坂下あたる */
.shijinBox .title span {
    font-size: 1.7rem;
    letter-spacing: 0px;
    padding-left: 0px;
}
.shijinBox .title em {
    font-size: 3.0rem;
    letter-spacing: 0px;
    padding-left: 0px;
}
.shijinBox .content {
	padding: 0 20px;
}
.shijinBox .content .text {
	text-align: left;
}
.shijinPage .metaArea{
    padding: 20px 20px 0 20px;
}
.shijinPage .shijinBox .google iframe{
    width:100%;
    max-width: 320px;
}

/* 町屋さんのコメント */
.commentBox .title span {
    font-size: 2.0rem;
}
.commentBox .title span > span {
    font-size: 1.6rem;
}
.commentBox .content {
	padding: 0 20px;
}

.shijinPage .commentBox .title span {
    font-size: 3.0rem;
}
.shijinPage .commentBox .title span > span {
    font-size: 2.4rem;
}
.shijinPage .commentBox .content {
    background: #ecf9ff;
    padding: 20px;
}


/* 試し読み */
.trialBox .content {
	padding: 20px;
}
.trialBox .content .ttl {
    font-size: 1.8em;
    margin-bottom: 10px;
}
.trialBox .content .img {
	margin-top: 10px;
}

.trialBox .content .image {
	margin-bottom: 20px;
}
.trialBox .content .text dt {
	margin-bottom: 10px;
}
.trialBox .content .text dd + dd {
	margin-top: 20px;
}
    
.trialPage .trialBox {
    margin-top: 0;
    padding: 0 20px;
}
.trialPage .trialBox .content .text dt.ttl {
    margin-bottom: 20px;
}

/* リンクボタン */
.block .content .trialBtn a span {
    font-size: 1.6rem;
}
.block .content .shijinBtn a > span > span {
    font-size: 1.3rem;
}
.block .content .shijinBtn a > span > em {
    font-size: 1.6rem;
    font-feature-settings: "palt";
}
.block .content .twitterBtn a > span > span {
    font-size: 2.0rem;
}
.bottomBtn a {
    font-size: 1.6rem;
}


	
/* -------------------------------------------------------------------------- */
}

























