/* ----------------------------------
 style
---------------------------------- */
body{
	font-family:'メイリオ',Meiryo, 'ヒラギノ Pro W3',Hiragino Kaku Gothic Pro,'ＭＳ Ｐゴシック','MS PGothic',osaka,sans-serif;
    line-height:1.6;
	background:#b4ddf7;
	color:#201512;
	-webkit-text-size-adjust: none;
}
img{
	max-width:100%;
	height:auto;
}
a{
	color:#201512;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
}
#sb-site{
    background-color: transparent;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
sup {
	font-size: .75em;
    vertical-align: top;
}
sub {
	font-size: .75em;
    vertical-align: bottom;
}
i {
	font-style: italic;
}
/* ----------------------------------
 00=common
---------------------------------- */
.ex{
	vertical-align: sub;
}
/* icon */
.icon{
	display: inline-block;
	text-align: right;
	width: 22px;
	height: 22px;
	background: #ff9900;
	position: relative;
	margin-left:20px;
}
.icon:after{
	content: '+';
	color: #fff;
	font-size: 22px;
	line-height:22px;
	display: block;
	text-align: center;
	position: absolute;
	width: 22px;
	top: 0;
	left: 0;
}
.active .icon:after{
	content: '-';
	color: #fff;
	font-size: 22px;
	line-height:22px;
	display: block;
	text-align: center;
	position: absolute;
	width: 22px;
	top: 0;
	left: 0;
}
#toc .tocList .icon{
	position:absolute;
	right: 15px;
	background: #FF6600;
	width: 18px;
	height: 18px;
	margin-left:0;
}
#toc .tocAdvanced .tocList .icon{
	background: #136eab;
}
#toc .tocList .icon:after{
	font-size: 18px;
	line-height:18px;
	width: 18px;
}
#toc .active .tocList .icon:after{
	font-size: 18px;
	line-height:18px;
	width: 18px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.icon:after{line-height:23px;}
#toc .tocList .icon:after{line-height:18px;}
}

/* snsBtn */
.snsBtn{
	margin-top:10px;
    overflow:hidden;
	height:28px;
	text-align:center;
}
.snsBtn li{
	display:inline-block;
	vertical-align:top;
}
.snsBtn iframe{
    height:28px !important;
}

/* cart */
.cartWrap{
	background:#136eab url(../images/head_bg.png) repeat-x center top -80px;
	padding:30px 0;
	margin:0 auto;
}
.cartBox{
	width:800px;
	margin:0 auto;
	display:table;
}
.cartBox .bookTtl{
	font-size:167%;
    line-height: 1.2;
	text-align:center;
	font-weight:bold;
	color: #FFFFFF;
    margin-bottom: 10px;
}
.cartBox .bookTtl span{
	font-size:70%;
}
.cartBox .bookData li{
	font-size:100%;
	text-align:center;
	color: #FFFFFF;
}
.cartBox .cartL{
	display:table-cell;
	vertical-align:middle;
	width:50%;
}
.cartBox .btnCart{
	display:table-cell;
	vertical-align:middle;
	width:50%;
}
.cartBox .btnCart a{
	text-align:center;
	background:#ff9900;
	border-radius:5px;
	font-size:138.5%;
	font-weight:bold;
	width:300px;
	display:block;
	color:#fff;
	padding:15px 0;
}
.cartBox .btnCart a:hover{
	background: rgba(255,153,0,0.7);
}
.cartBox .btnCart span{
	background:url(../images/cart.png) no-repeat center left;
	background-size:23px;
	display:inline-block;
	padding-left:30px;
}
.cartWrap .members{
	width: 600px;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: flex-end;
}
.cartWrap .members a{
	font-size:100%;
	font-weight:normal;
	width:300px;
	border-radius: 5px;
	display:block;
	text-align: center;
	background-color: #44895c;
	color:#fff;
	padding:5px 0;
	margin-top: 5px;
}
.cartWrap .members a:hover{
	background: rgba(68,137,92,0.7);
}
/* ----------------------------------
 00=leyout
---------------------------------- */
/* gNav */
#gNav{
	width:100%;
	height:100px;
	position:fixed;
	z-index:999;
	background-color:rgba(19,110,171,.8);
}
#gNav:after{ 
	content:""; 
	display:block;
	clear:both; 
}
#gNav .gNavInner{
	max-width:1000px;
	margin:0 auto;
	padding:25px 0 0 0;
}
#gNav .gNavInner:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
#gNav .siteLogo{
	width:200px;
	float:left;
}
#gNav .mainMenu{
	margin-left:-210px;
	padding-left:210px;
	text-align:right;
	height:51px;
	float:right;
	display:table;
	width:100%;
}
#gNav .mainMenu li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:5px;
	font-size:108%;
	line-height:1;
	color: #FFFFFF;
}
#gNav .mainMenu li a{
	color: #FFFFFF;
}

/* spIconBox */
.spIconBox{
	display:none;
	position:absolute;
	right:10px;
	top:15px;
	padding:4px 10px 10px;
	border-radius:3px;
}
.spIcon{
	display: inline-block;
	position: relative;
}
.spIcon,
.spIcon:before,
.spIcon:after{
	background: #FFFFFF;
	height: 2px;
	width: 20px;
}
.spIcon:before,
.spIcon:after{
	content: "";
	display: block;
	position: absolute;
}
.spIcon:before{
	margin-top: -6px;
}
.spIcon:after{
	margin-top: 6px;
}

/* gHead */
#gHead{
	background: linear-gradient(0deg, rgb(90, 174, 231), rgb(19, 110, 171));
	width:100%;
}
#gHead .gHeadBG{
	background: url(../images/head_bg.png) repeat-x center top -55px ,url(../images/head_bg180.png) repeat-x center bottom -55px;
	width:100%;
}
#gHead .gheadInner{
	max-width:900px;
	margin:0 auto;
	padding:100px 10px 120px;
}
#gHead .gheadInner:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
#gHead .headWrapL{
	/*margin-right:-270px;
	padding-right:270px;*/
	float:left;
	width:100%;
}
#gHead .headWrapL .bookWrap{
	width:62%;
	float:right;
	text-align:center;
	position:relative;
}
#gHead .headWrapL .ani90th{
	position:absolute;
	right:-70px;
	top:-50px;
}
#gHead .headWrapL .bookCopy{
	background:#fff;
	color:#00a0e9;
	text-align:center;
	padding:2px 0;
	width:18em;
	margin:0 auto;
}
#gHead .headWrapL .bookTtl{
	text-align:center;
	margin-top:100px;
}
#gHead .headWrapL .bookTtl img{
	max-width: 100%;
}
#gHead .headWrapL .bookRelease{
	text-align:center;
	margin-top:70px;
	color: #ff9966;
	font-size: 18px;
	font-weight: bold;
}
#gHead .headWrapL .bookData{
	margin-top:20px;
}
#gHead .headWrapL .bookData li{
	text-align:center;
	color: #FFFFFF;
}
#gHead .headWrapL .bookCover{
	width:38%;
	float:left;
	text-align:center;
	margin: 47px 0px 0 0;
}
#gHead .headWrapL .bookCover img{
	box-shadow: 0 0 5px gray;
}
#gHead .headWrapR{
	width:250px;
	margin:0 auto;
	float:right;
	text-align:right;
}
#gHead .headWrapR .snsBox{
	width:250px;
	padding:10px;
	box-sizing:border-box;
	border:solid 1px #e5edf8;
	border-radius:5px;
	background:#fff;
	margin:70px auto 0;
}
#gHead .SNS{
	text-align:center;
	padding:20px 0;
	box-sizing:content-box;
}
#gHead .SNS li{
	display:inline-block;
	vertical-align:top;
	margin-bottom: 5px;
}

/* gNavSp */
#gNavSp{
	color:#ffffff;
}
#gNavSp a{
	color:#ffffff;
}
#gNavSp #menuList{
	border-top:solid 1px #000000;
	border-bottom:solid 1px #4a4a4a;
	margin-top:74px;
}
#gNavSp #menuList li{
	border-top:solid 1px #4a4a4a;
	border-bottom:solid 1px #000000;
}
#gNavSp #menuList li a{
	display:block;
	padding:15px 20px;
}
#gNavSp #menuList .icon{
	margin-right:5px;
}
#gNavSp #menuList .sb-close{
	padding:15px 20px;
	text-align:center;
	cursor:pointer;
}

/* contents */
.contents{
	margin:0 auto;
}
section.contents:nth-child(even){
	background:#6dbaed;
}
.contents .secHead,
.contents .pre-secHead,
.contents .coming{
	height:110px;
	width:100%;
	display:table;
}
.contents .secTtl{
	font-size:200%;
	font-weight:bold;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	color: #201512;
}
.contents .secHead .secTtl {
	cursor:pointer;
}
.contents .secBody{
}
.contents .secBodyWrap{
	max-width:1000px;
	margin:0 auto;
	padding-bottom:50px;
}

/* toc */
#toc{
}
#toc:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
#toc .tocBasic,
#toc .tocAdvanced{
	max-width:720px;
	margin:0 auto;
	clear:both;
}
#toc .tocAdvanced{
	margin-top:20px;
}
#toc .tocHead{
	width:130px;
	height:130px;
	box-sizing:border-box;
	background:#009944;
	color:#fff;
	font-weight:bold;
	font-size:138.5%;
	line-height:1;
	padding:20px 10px;
	float:left;
}
#toc .tocAdvanced .tocHead{
	background:#556fb5;
}
#toc .tocList{
	/*margin-left:150px;*/
	background:#fff;
	border-radius:10px;
	margin-bottom:10px;
}
#toc .tocList dt{
	padding:15px 25px 15px 15px;
	font-size:131%;
	line-height:1;
	font-weight:bold;
	color:#009944;
	position:relative;
	cursor:pointer;
}
#toc .tocList dd{
	display:none;
	padding:0 20px 20px 20px;
}
#toc .tocList li{
	font-size:100%;
	line-height:1.8;
	color:#292f33;
}
#toc .tocList li .super{
	vertical-align: super;
	font-size: 0.8em;
}
#toc .tocList .tocListLv1{
	margin-left:20px;
}
#toc .tocList .tocListLv1 > li{
	margin-top:1em;
	font-weight: bold;
}
#toc .tocList .tocListLv2{
	margin-top: 5px;
	margin-left:20px;
}
#toc .tocList .tocListLv2 > li{
	font-weight: normal;
}
#toc .tocList .tocListLv3{
	margin-left:20px;
}
#toc .tocList .tocListLv3 > li{
	position: relative;
	font-weight: normal;
}
#toc .tocList .tocListLv3 li:before{
	display: block;
	content: '';
	width: 15px;
	height: 1px;
	background-color:#009944;
	position: absolute;
	top: 0.8em;
	left: -20px;
}
#toc .tocAdvanced .tocHead{
	background-color:#00a0e9;
}
#toc .tocAdvanced .tocList dt{
	color:#0c4a72;
}
#toc .tocAdvanced .tocList .tocListLv2 li:before{
	background-color:#FF9900;
}

/* keyword */
#keyword{
}
#keyword:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
#keyword .keywordList{
	max-width:800px;
	margin:0 auto;
}
#keyword .keywordListTab{
	text-align:center;
	margin-bottom:10px;
}
#keyword .keywordListTab li{
	font-size:138.5%;
	line-height:1;
	background:#fff;
	border:solid 4px #75b7e3;
	border-radius:100%;
	box-sizing:border-box;
	display:inline-block;
	padding:1em;
	cursor:pointer;
	min-width: 62px;
	text-align: center;
	color:#292f33;
}
#keyword .keywordListTab li.ellipse{
	font-size:116%;
	border-radius:40px;
}
#keyword .keywordList:nth-child(even) .keywordListTab li{
	border-color:#ffe7c2;
}
#keyword .keywordListTab li.active{
	border-color:#136eab;
}
#keyword .keywordList:nth-child(even) .keywordListTab li.active{
	border-color:#FF9900;
}
#keyword .keywordList .content{
	display:none;
	background:#fff;
	border-radius:10px;
	margin-bottom:10px;
	padding:20px;
}
#keyword .keywordList .content:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
#keyword .keywordList .keyword{
	overflow: hidden;
	font-size:100%;
	line-height:1.8;
	color:#292f33;
    column-count: 2;
}
#keyword .keywordList .onecol{
    column-count: 1!important;
}
#keyword .keywordList .keyword li{
	list-style: square;
	list-style-position:inside;
	padding-left:2em;
	text-indent:-1em;
	word-break:break-all;
}
#keyword .keywordList .keyword li.blank{
	color:transparent;
}
#keyword .keywordList .keyword span.chapter{
	margin-left:0.5em;
	display: inline;
}
#keyword .keywordList .keyword span.en{
	color:#0c4a72;
	margin-left:0.5em;
	display:inline;
}
#keyword .keywordList .indent li{
	list-style: none;
	padding-left:1.5em;
	text-indent:0;
	word-break:break-all;
    position: relative;
}
#keyword .keywordList .indent li:before{
	display: block;
	content: '';
	width: 15px;
	height: 1px;
	background-color:#FF9900;;
	position: absolute;
	top: 0.8em;
	left: 0;
}
/* feature */
#feature .featureSec{
	max-width:830px;
	margin:30px auto 0;
}
#feature .featureSec .featureHead{
	font-size:138.5%;
	font-weight:bold;
	text-align:center;
}
#feature .featureSec .featureHead span{
	border-bottom:#0c4a72 solid 3px;
	padding-bottom:5px;
	display: inline-block;
	margin-bottom: 20px;
}
#feature .featureSec .featureList{
	max-width:750px;
	margin:0 auto;
}
#feature .featureSec .featureList li{
	position:relative;
	font-size:116%;
	line-height:1.8;
	margin-top:5px;
}
#feature .featureSec .featureList li:after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.5em;
	width: 8px;
	height: 8px;
	background-color: #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#feature .featureSec .featureTxt{
	max-width:750px;
	margin:0 auto;
	font-size:124%;
	line-height:1.8;
	margin-top:5px;
    text-align: justify;
}
#feature .featureSec .featureTtl{
	font-size:138.5%;
	line-height:1.8;
	margin-top:5px;
    font-weight: bold;
    text-align: center;
}
/*#feature .featureSec .targetList{
	margin:0 auto 10px;
	display:table;
	width:100%;
	border-collapse:separate;
	border-spacing:20px 0;
}
#feature .featureSec .targetList li{
	color:#304786;
	font-weight:bold;
	font-size:116%;
	line-height:1.4;
	border:solid 5px #304786;
	display:table-cell;
	width:33.333333%;
	background:#fff;
	text-align:center;
	padding:10px;
	height:140px;
	vertical-align:middle;	
}*/
#feature .featureSec .targetList{
	margin:0 auto 10px;
	display:table;
	width:auto;
	border-collapse:separate;
	border-spacing:20px 0;
}
#feature .featureSec .targetList li{
	color:#0c4a72;
	font-weight:bold;
	font-size:116%;
	line-height:1.4;
	border:solid 5px #0c4a72;
	display:table-cell;
	width:350px;
	background:#fff;
	/*text-align:center;*/
	padding:10px;
	height:140px;
	vertical-align:middle;	
}
/* sample */
#sample .sampleSec{
	max-width:800px;
	margin:30px auto 0;
	text-align:center;
}
#sample .sampleSec .sampleHead{
	font-size:138.5%;
	font-weight:bold;
	text-align:center;
}
#sample .sampleSec .sampleHead span{
	border-bottom:#6d8ac0 solid 3px;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 20px;
}
#sample .sampleSec .sampleList{
	font-size: 116%;
	word-break: break-all;
}
#sample .sampleSec .sampleList dt{
	font-weight: bold;
}
#sample .sampleSec .sampleList dd{
	margin-bottom: 1em;
}
#sample .sampleSec .sampleList dd ul li{
	text-indent: -2.5em;
	padding-left: 2em;
}
#sample .sampleSec .mihon{
	max-width:400px;
}

/* message */
#message .messageSec{
	max-width:700px;
	margin:0 auto;
	text-align:center;
}
#message .messageSec p{
	font-size:124%;
	line-height:1.8;
	margin-bottom:10px;
	text-align: justify;
}
#message .messageSec .txtR{
	text-align:right;
}


/* relation */
#relation .relationList{
	max-width:600px;
	margin:0 auto;
	text-align:center;
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#relation .relationList li{
	/*margin:0 1em;*/
	
	width: 22%;
	margin-bottom: 10px;
}
#relation .relationList .bookCover{
	text-align: center;
}
#relation .relationList .bookCover img{
	width: auto;
	/*height: 160px;*/
	margin: 0 auto;
}
#relation .relationList .bookTtl{
	text-align:center;
	margin-top:1em;
    word-break: break-all;
}

/* author */
#author .authorSec{
	max-width:700px;
	margin:0 auto 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}
#author .authorSec:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
#author .authorSec a{
	text-decoration:underline;
}
#author .authorSec .authorHead{
	font-size:116%;
	font-weight:bold;
	text-align:center;
	line-height: 1.4;
}
#author .authorSec .authorHead span{
	font-size:70%;
}
#author .authorSec .subTitle{
	font-size:100%;
	text-align:center;
	padding-top:20px;
	clear:both;
}
#author .authorSec p{
	font-size:100%;
	text-align:right;
	padding-top:10px;
	clear:both;
}
#author .authorList01{
	max-width:350px;
	font-size:116%;
	line-height:1.8;
	margin:10px auto 0;
}
#author .authorList01:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
#author .authorList01 dt{
	width:4em;
	float:left;
	font-weight:bold;
}
#author .authorList01 dt span{
	font-size:70%;
}
#author .authorList01 dd{
	margin-left:4em;
}
#author .authorList01 span{
	margin-left:0.5em;
	font-size:85%;
	word-break: break-all;
}
#author .authorList02{
	margin:10px 0;
	overflow: hidden;
    /*column-count: 2;*/
}
#author .authorList02:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
#author .onecol{
    column-count: 1!important;
}
#author .authorList02 li{
    width: 48%;
    float: left;
    font-size: 116%;
    line-height: 1.8;
    margin: 0 1%;
}
#author .authorList02 span.name{
	font-size:85%;
	word-break: break-all;
/*	width: 6em;*/
	display: block;
/*	float: left;*/
}
#author .authorList02 span.block{
/*	margin-left:6em;*/
	padding-left: 1.5em;
	font-size:85%;
/*	word-break: break-all;*/
	color:#0c4a72;
	display: block;
}

/* cart */
#cart{

}


/* pageTop */
#pageTop{
	margin:0;
	width:60px;
	height:60px;
	position:fixed;
	right:0;
	bottom:16px;
	background:#3b3b3b;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
#pageTop .arrow{
}
#pageTop .arrow:before{
	content: '';
	margin:0 auto;
	display: inline-block;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	margin-top: 12px;
}
#pageTop:hover{
	background:#8b8b8b;
}
#closeBox{
	margin:0;
	width:60px;
	height:60px;
	position:fixed;
	right:0;
	bottom:90px;
	background:#3b3b3b;
	color:#fff;
	cursor:pointer;
	display:table;
}
#closeBox .closeAll{
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	font-size:85%;
	line-height:1.4;
}

/* link */
#link{
	background:#fff;
	background:url(../images/bg_stripe.png) repeat center top;
	padding:30px 0;
}
#link .linkList{
	max-width:800px;
	margin:0 auto;
	text-align:center;
}
#link .linkList li{
	display:inline-block;
	margin:5px 10px;
}
#link .linkList li:before{
	content: '';
	margin:0 auto;
	display: inline-block;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #333;
	margin-left: 4px;
}
#link .linkCorona{
	max-width:800px;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}
#link .linkCorona a{
	display:inline-block;
	width:240px;
	text-align:center;
	background:#fff;
	padding:10px 10px 5px 10px;
	box-sizing:border-box;
	border:solid 1px #e5e5e5;
}

/* gFoot */
#gFoot{
	margin:0 auto;
	background:#136eab;
}
#gFoot #footSNS{
	text-align:center;
	padding:20px 0;
	box-sizing:content-box;
	height:28px;
}
#gFoot #footSNS li{
	display:inline-block;
	vertical-align:top;
}
#gFoot .gFootCopy{
	font-size:93%;
	text-align:center;
	padding:20px 0;
}

@media ( max-width : 800px ) {

/* slick */
/*.slick-next{
	right:0px;
}
.slick-prev{
	left:0px;
}*/
#relation .relationList {
	max-width: 438px;
}
	

	
/* snsBtn */
.snsBtn{
	margin-top:10px;
    overflow:hidden;
	height:28px;
	text-align:center;
}
.snsBtn li{
	display:inline-block;
	vertical-align:top;
}
.snsBtn iframe{
    height:28px !important;
}

/* cart */
.cartBox{
	width: auto;
	display: block;
}
.cartWrap{
	padding: 30px 20px;
}
.cartBox .cartL{
	display: block;
	width: auto;
}
.cartBox .btnCart{
	display:block;
	width: auto;
}
.cartBox .btnCart a{
	margin:10px auto 0;
}
.cartBox .bookTtl{
  font-size: 138.5%;
}
	
.cartWrap .members{
	width: 100%;
	justify-content: center;
}
/* gNav */
#gNav{
	height:70px;
}
#gNav .gNavInner{
	padding:10px 0 0 10px;
	position:relative;
}
#gNav .siteLogo{
	width:120px;
	margin-left:20px;
}
#gNav .mainMenu{
	display:none;
}
/* spIconBox */
.spIconBox{
	display:block;
}
/* gHead */
/*#gHead{
	background:#a7d2d1 url(../images/main_bg.png) repeat-x center bottom;
	width:100%;
}*/
#gHead .gheadInner{
	padding:70px 0 50px;
}
#gHead .headWrapL{
	margin-right:0;
	padding-right:20px;
	padding-left:20px;
	float:none;
	width:100%;
}
#gHead .headWrapL .bookWrap{
	width:auto;
	max-width:400px;
	float:none;
	margin:0 auto;
	position:relative;
}
#gHead .headWrapL .ani90th{
	position:absolute;
	right:0;
	left:20px;
	top:300px;
}
#gHead .headWrapL .bookTtl{
	text-align:center;
	margin:30px auto 0;
}
#gHead .headWrapL .bookTtl img{
	max-width:100%;
}
#gHead .headWrapL .bookRelease{
	text-align:center;
	margin:13px auto 0;
	font-size: 14px;
}
#gHead .headWrapL .bookData{
	margin-top:10px;
}
#gHead .headWrapL .bookData li{
	text-align:center;
	color: #FFFFFF;
}
#gHead .headWrapL .bookCover{
	width:100%;
	max-width:200px;
	margin:20px auto 0;
	float:none;
	text-align:center;
}
#gHead .headWrapR{
	width:auto;
	margin:0 auto;
	float:none;
}
#gHead .headWrapR .snsBox{
	margin:20px auto 0;
}

/* contents */
.contents .secBodyWrap{
	padding:0 10px 50px 10px;
}
.contents .secTtl{
	font-size:160%;
}
.contents .secHead, .contents .pre-secHead, .contents .coming {
  height: 80px;
}
/* toc */
#keyword .keywordList .keyword{
	column-count: 1;
}
#keyword .keywordList .keyword li.blank{
	display: none;
}
/*
#keyword .keywordList .keyword li{
	width:100%;
	float:none;
}
*/
#toc .tocHead{
	width:auto;
	height:auto;
	padding:10px 10px;
	float:none;
	margin-bottom:10px;
}
#toc .tocList{
	margin-left:0;
}

/* feature */
#feature .featureSec .featureTxt{
	font-size:116%;
    padding: 0 10px;
}
#feature .featureSec .featureList{
	padding:0 10px 0 30px;
}
#feature .featureSec .targetList{
	display:block;
}
#feature .featureSec .targetList:last-child{
	margin-top:10px;
}
#feature .featureSec .targetList li{
	display:block;
	width: auto;
	padding:15px;
	margin-bottom:10px;
	height: auto;
}
#feature .featureSec .targetList br{
	display:none;
}

/* message */
#message .messageSec{
	padding:0 10px;
}
#message .messageSec p{
	font-size:116%;
}
/* author */
#author .authorList02 li{
	width: auto;
	float: none;
	font-size:116%;
	line-height:1.8;
	margin:0 1% 0 1%;
}

/* cart */
#cart .cartBox{
	width: auto;
}

}

@media ( max-width : 480px ) {
	.cartBox .btnCart a{
		width: 100%;
	}
}

@media print {
	body{
		background:#FFFFFF;
		color:#000000;
	}
	/* gNav */
	#gNav{
		position:absolute;
	}
	/* pageTop */
	#pageTop{
			position:absolute;
	}
	#closeBox{
		position:absolute;
	}
}