html {
	margin: 0 auto;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background-color: #cfebcf;
	font-size: 10px;
}

body {
	width: 751px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-left: 1px solid #8fbc8f;
	border-right: 1px solid #a1bea1;
}

/*書籍情報*/
section {
	background-color: pink;
}

article {
	margin-right: 20px;
	/* border: 1px solid blue; */
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed gray;
}

article div {
	/* border: #CC0000 1px solid; */
}

article img {
	width: 105px;
	margin-bottom: 3px;
}

.bookdata {
	display: flex;
	justify-content: space-between;
	/* border: #CC0000 1px solid; */
}

.bookcover {
	margin-left: 10px;
	font-size: 1.3rem;
	text-align: center;
	/* border: #CC0000 1px solid; */
}

h2 {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: rgb(38, 161, 38);
	color: #ffffff;
	text-align: center;
	font-size: 1.7rem;
	padding: 2px 0px;
}

article h3 {
	font-size: 1.8rem;
	line-height: 1.8rem;
	color: #993000;
}

article h4 {
	font-size: 1.7rem;
	line-height: 1.8rem;
	margin-top: 3px;
}

article h5{
	font-size: 1.5rem;
	line-height: 1.7rem;
	margin-top: 8px;
}

article h6 {
	font-size: 1.3rem;
	color: rgb(38, 161, 38);
	margin-bottom: 5px;
}

article ul{
	margin: 20px 0;
}

article li {
	margin-left: 0.6rem;
	list-style-type: none;
	font-size: 1.3rem;
	line-height: 1.5rem;
	margin-top: 2px;
}

li::before{
	position: relative;
  	top: -1px;
  	left: -5px;
  	display: inline-block;
  	width: 0.6rem;
  	height: 0.6rem;
	content: '';
  	border-radius: 100%;
  	background: rgb(38, 161, 38);
}

.tag{
	display: flex;
}

.tag {
	display: flex;
	margin: 0;
	color: #FFFFFF;
	font-size: 1.2rem;
	/* border: 1px solid red; */
}

.tag .adult{
	background-color: rgb(65, 174, 225);
	text-align: center;
	padding: 3px 5px;
	margin-right: 3px;
	margin-bottom: 7px;

}

.tag .child{
	background-color: #fa6ab9;
	text-align: center;
	padding: 3px 5px;
	margin-right: 3px;
	margin-bottom: 7px;

}

.tag .new{
	background-color: rgb(255, 217, 0);
	color: black;
	text-align: center;
	padding: 3px 5px;
	margin-right: 3px;
	margin-bottom: 7px;
}

.feature {
	border: 1px solid rgb(38, 161, 38);
	margin-top: 0px;
	padding: 8px 12px;
	background-color: whitesmoke;
	font-size: 1.3rem;
	line-height: 1.6rem;
}


form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input {
	font-size: 12px;
}
textarea {
	font-size: 12px;
}
select {
	font-size: 12px;
}
em {
	font-style: normal;
	font-weight: bold;
}


.content {
	/*background-image: url(http://www.imp-kokusaiigaku.com/images/content_back.gif);*/
	background-image: url(/images/content_back.gif);
	background-repeat: repeat-y;
	width: 770px;
}
.topLeft {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	background-color: #eeeeee;
	width: 195px;
}
.leftBlock {
	background-color: #eeeeee;
}
.rightBlock {
	margin-left: 10px;
}
.topLeftText {
	font-size: 12px;
	line-height: 13px;
	padding-top: 8px;
	padding-left: 13px;
}
.topLeftLine {
	margin-top: 10px;
}
.title {
	margin-top: 20px;
	margin-left: 15px;
}
.titleText {
	margin-top: 20px;
	margin-left: 15px;
}
.topShinkanAnnai {
	font-size: 11px;
	background-color: #CC0000;
	color: #FFFFFF;
	width: 50px;
	line-height: 12px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 2px;
}
.topSpotLight {
	font-size: 11px;
	background-color: #b54A68;
	color: #FFFFFF;
	text-align: center;
	line-height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top:10px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
}

.topInfoTitle {
	font-size: 14px;
	line-height: 17px;
	margin-top: 5px;
	font-weight: bold;
}

.topInfoTitle2 {
	font-size: 20px;
	line-height: 1.2em;
	margin-top: 5px;
	font-weight: bold;
}
.topInfoTitle3 {
	font-size: 14px;
	line-height: 17px;
	margin-top: 5px;
	font-weight: bold;
}

.topInfoDetail {
	font-size: 11px;
	line-height: 12px;
	margin-top: 5px;
}
.topInfoTable {
	margin-top: 12px;
	margin-left: 15px;
}
.topInfoText {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	width: 400px;
}
.normalText {
	font-size: 12px;
	line-height: 16px;
}
.dotLine {
	margin-top: 10px;
}
.topOshirase {
	font-size: 11px;
	background-color: #FF9900;
	color: #FFFFFF;
	width: 50px;
	line-height: 13px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 2px;
}
.topInfoTextWidthFree {
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
}
.textTop {
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 15px;
}
.text {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
}
.viewSelectedButton {
	font-size: 12px;
	margin-top: 10px;
	text-align: right;
	width: 515px;
}
input {
	font-size: 12px;
}
.viewListTable {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.viewListTh {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	background-color: #eeeeee;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.viewListThBottom {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	background-color: #eeeeee;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
}
.viewListText {
	font-size: 12px;
	line-height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.viewListTitleText {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #000099;
}
.viewListRonbunText {
	font-size: 12px;
	line-height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.viewListTextBottom {
	font-size: 12px;
	line-height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
}
.viewListRonbunTextBottom {
	font-size: 12px;
	line-height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.viewListPurchase {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.viewListPurchaseBack {
	background-color: #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	text-align: center;
	width: 40px;
}
.viewListPurchaseText {
	font-size: 11px;
	line-height: 12px;
	color: #ff0000
}
.image {
	margin-top: 20px;
	margin-left: 10px;
}
.table {
	margin-top: 20px;
	margin-left: 10px;
}
.subtitle {
	margin-left: 10px;
	margin-top: 25px;
}
.indentText {
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 10px;
}
.indentTextTop {
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 10px;
}
.subtitleTop {
	margin-left: 10px;
}
.indentTable {
	margin-top: 20px;
	margin-left: 30px;
}
.footer {
	background-color: #eeeeee;
	width: 749px;
}
.mainTable {
	/*background-image: url(http://www.imp-kokusaiigaku.com/images/content_back.gif);*/
	background-image: url(/images/content_back.gif);
	background-repeat: repeat-y;
	width: 770px;
}
.toTop {
	font-size: 12px;
	line-height: 13px;
	margin-top: 15px;
	text-align: right;
	width: 530px;
}
.tableText {
	font-size: 12px;
	padding-top: 10px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #CC0000;
}
.smallText {
	font-size: 11px;
}
.submitButton {
	margin-top: 20px;
	text-align: center;
}
.viewListInternetText {
	font-size: 12px;
	line-height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.viewListInternetTextBottom {
	font-size: 12px;
	line-height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.topCaptionText {
	font-size: 11px;
	line-height: 13px;
	margin-top: 3px;
}


.topInfoPict {
	margin-top: 22px;
}
.topObi {
	font-size: 14px;
	background-color: rgb(38, 161, 38);
	color: #ffffff;	
	line-height: 13px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;

    margin-top: 25px;
	margin-bottom: 0px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
}

.topSpotLightYellow {
	font-size: 11px;
	background-color: ffff00;
	color: blue;
	width: 70px;
	line-height: 13px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top:10px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
}

.topSpotLightPinkL {
	font-size: 11px;
	background-color: #ff6699;
	color: ffffff;
	width: 70px;
	line-height: 13px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top:10px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
}

.topSpotLightGreen {
	font-size: 11px;
	background-color: #0A5C0A;
	color: #FFFFFF;
	width: 50px;
	line-height: 13px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top:10px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
}
.topSpotLightPink {
	font-size: 11px;
	background-color: #ff6699;
	color: #FFFFFF;
	width: 50px;
	line-height: 13px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top:10px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
}
.topInfoTitleGazou {
    color: #993000;
	font-size: 14px;
	line-height: 16px;
	margin-top: 2px;
	font-weight: bold;
}

.EditorIndent {
	font-size: 12px;
	line-height: 16px;
	margin-left: 48px;
	margin-top: -5px;
}
