@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi01 a img {
	visibility: hidden;
}

#gNavi li:nth-child(1) .subList li:nth-child(3) a {
    background: url(../../img/common/g_sub_navi03_over.gif) no-repeat left top;
}

#gNavi li:nth-child(1) .subList li:nth-child(3) a img{
    visibility: hidden;
}

.pageTitle {
	background: url(../../img/hakushu/list/page_title_bg.jpg) no-repeat center top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/hakushu/list/page_title_bg.jpg',  sizingMethod='scale');
}

#main {
	width: auto;
}

#main .headLine02 {
	margin-bottom: 25px;
}

#main .h3Ttl {
	margin-bottom: 23px;
	color: #000;
}

#main .comInformation {
	margin-bottom: 26px;
}

#main .comInformation .subInformation {
	padding: 34px 0 37px;
}

#main .comInformation .subInformation .gallery {
	width: auto;
}

#main .comInformation .subInformation .textBox {
	width: 788px;
}

#main .comInformation .subInformation .textBox .package {
	margin-bottom: 19px;
	padding-bottom: 9px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#main .comInformation .subInformation .textBox .package .sellingDl {
	float: left;
	width: 570px;
}

#main .package .sellingDl dt {
	margin-bottom: 10px;
	font-size: 16px;
}

#main .package .sellingDl dd {
	font-size: 18px;
	text-align: right;
}

#main .package .sellingDl dd .size01 {
	font-size: 24px;
}

#main .package .sellingDl dd .size02 {
	font-size: 16px;
}

#main .package .link {
	padding-top: 12px;
	float: right;
}

#main .comInformation .subInformation .textBox .selling {
	margin-bottom: 8px;
}

#main .comInformation .subInformation .textBox .plan {
	margin-bottom: 11px;
	padding: 7px 7px 7px 22px;
	background-color: #F0F2EE;
}

#main .comInformation .subInformation .textBox .plan dt {
	float: left;
	padding-top: 8px;
	width: 530px;
	font-size: 16px;
}

#main .comInformation .subInformation .textBox .plan dd {
	float: right;
}

#main .comInformation .subInformation .textBox .fontList {
	margin: 0 0 3px 8px;
}

#main .comInformation .subInformation .textBox .fontList li {
	float: left;
	width: 380px;
	font-size: 13px;
}

#main .comInformation .subInformation .textBox .fontList li ul li {
	padding: 0 0 6px 0;
	float: none;
	width: auto;
}

#main .comInformation .subInformation .textBox .fontList .liStyle {
	float: right;
}

#main .comInformation .subInformation .textBox .fontList .liStyle ul li {
	padding-left: 15px;
	width: auto;
	background: url(../../img/common/icon06.png) no-repeat left 3px;
}

#main .note {
	margin-bottom: 95px;
	font-size: 13px;
	text-align: center;
}

#main .note img {
	vertical-align: middle;
}

#main .wrap {
	margin-bottom: 65px;
	padding: 62px 0 100px;
}

#main .writingPen {
	padding-top: 6px;
	background: url(../../img/common/line02.png) repeat-x left top;
}

#main .writingPen .subWriting {
	padding: 20px 0 26px;
	background: url(../../img/common/line02.png) repeat-x left bottom;
}

#main .writingPen .subWriting .package {
	margin-bottom: 9px;
}

#main .writingPen .subWriting .package .sellingDl {
	float: left;
	width: 775px;
}

#main .writingPen .subWriting .package .sellingDl dt {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.1;
}

#main .writingPen .subWriting .package .sellingDl dt span {
	font-size: 20px;
}

#main .writingPen .subWriting .package .link {
	padding-top: 1px;
}

#main .writingPen .subWriting .writingDl {
	padding: 12px 10px;
	background-color: #fff;
}

#main .writingPen .subWriting .writingDl dt {
	font-size: 16px;
}

#main .writingPen .subWriting .writingDl dd {
	font-size: 13px;
}

#main .comTableA {
	margin-bottom: 65px;
}

#main .comTableA th {
	padding: 11px 5px;
	width: auto;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}

#main .comTableA td {
	padding: 5px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
}

#main .comTableA .tdStyle {
	padding: 11px 15px 8px;
	text-align: left;
}

#main .comTableA td span {
	font-size: 13px;
}

#main .comTableA td .special {
	display: block;
}

#main .comTableA td .link02 {
	padding-top: 8px;
}

#main .h4Ttl {
	text-align: center;
}

#main .txt {
	margin-bottom: 22px;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

#main .comLink {
	margin: 0 auto;
	width: 256px;
}


@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle {
		background: url(../../img/hakushu/list/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	
	#main {
		margin: 0 0 50px;
	}
	
	#main .headLine02 {
		margin-bottom: 14px;
		line-height: 1.65;
	}
	
	#main .h3Ttl {
		text-align: left;
	}
	
	#main .comInformation {
		margin-bottom: 20px;
	}
	
	#main .comInformation .subInformation {
		padding: 20px 0 15px;
	}
	
	#main .comInformation .subInformation .gallery {
		margin: 5px 12px 6px 0;
		padding-bottom: 0;
		width: 46px;
		float: left;
		border-bottom: none;
	}
	
	#main .comInformation .subInformation .gallery .pho {
		margin-bottom: 0;
	}
	
	#main .comInformation .subInformation .gallery .pho img {
		width: 100%;
	}
	
	#main .comInformation .subInformation .textBox {
		width: auto;
	}
	
	#main .headLine01 {
		margin-bottom: 3px;
		line-height: 1.65;
	}
	
	#main .comInformation .subInformation .textBox .package {
		margin-bottom: 12px;
		padding-bottom: 20px;
		flex-direction: column;
		justify-content: flex-start;
	  }
	
	#main .comInformation .subInformation .textBox .package .sellingDl {
		float: none;
		width: auto;
	}
	
	#main .package .sellingDl dt {
		margin-bottom: 0;
		font-size: 14px;
		letter-spacing: 1px;
	}
	
	#main .package .sellingDl dd {
		font-size: 14px;
		text-align: left;
	}
	
	#main .package .sellingDl dd .size01 {
		font-size: 18px;
	}
	
	#main .package .sellingDl dd .size02 {
		font-size: 14px;
	}
	
	#main .package .link {
		float: none;
		margin: 0;
		padding-top: 8px;
		max-width: 274px;
	}
	
	#main .package .link img {
		width: 100%;
	}
	
	#main .comInformation .subInformation .textBox .selling {
		margin-bottom: 4px;
	}
	
	#main .comInformation .subInformation .textBox .plan {
		margin-bottom: 7px;
		padding: 13px 15px 15px;
	}
	
	#main .comInformation .subInformation .textBox .plan dt {
		float: none;
		padding: 0 0 4px;
		width: auto;
		font-size: 14px;
	}
	
	#main .comInformation .subInformation .textBox .plan dd {
		float: none;
	}
	
	#main .comInformation .subInformation .textBox .plan dd img {
		margin: 0 auto;
		max-width: 244px;
	}
	
	#main .comInformation .subInformation .textBox .fontList {
		margin: 0 0 12px;
	}
	
	#main .comInformation .subInformation .textBox .fontList li {
		float: none;
		width: auto;
	}
	
	#main .comInformation .subInformation .textBox .fontList .liStyle {
		float: none;
	}
	
	#main .comInformation .subInformation .textBox .fontList li ul li {
		padding: 0 0 0 15px;
		text-indent: -15px;
		line-height: 1.45;
	}
	
	#main .comInformation .subInformation .textBox .fontList .liStyle ul li {
		text-indent: inherit;
	}

	#main .note {
		margin: 0 0 50px 1em;
		text-indent: -1em;
		text-align: left;
	}

	#main .wrap {
		padding: 29px 0 50px;
	}
	
	#main .writingPen {
		padding-top: 1px;
		background: url(../../img/common/line02.png) repeat-x left top;
		background-size: 2px 1px;
	}
	
	#main .writingPen .subWriting {
		padding: 18px 0 26px;
		background: url(../../img/common/line02.png) repeat-x left bottom;
		background-size: 2px 1px;
	}
	
	#main .writingPen .subWriting .package {
		margin-bottom: 15px;
	}

	#main .writingPen .subWriting .package .sellingDl {
		width: auto;
		float: none;
	}
	
	#main .writingPen .subWriting .package .sellingDl dt {
		font-size: 18px;
		line-height: 1.65;
	}
	
	#main .writingPen .subWriting .package .link {
		padding-top: 8px;
	}
	
	#main .writingPen .subWriting .writingDl {
		padding: 11px 14px;
	}
	
	#main .writingPen .subWriting .writingDl dt {
		font-size: 14px;
	}
	
	#main .change {
		margin-right: -23px;
	}
	
	#main .tableBox {
	 	margin: 0 auto 30px;
    	overflow-x: scroll;
    	width: 100%;
	}
	
	#main .comTableA {
		margin-bottom: 0;
	}
	
	#main .tableBox .topTable,
	#main .tableBox .btmTable {
		width: 768px;
	}
	
	#main .tableBox .topTable {
		overflow-y: scroll;
	}
	
	#main .tableBox .btmTable {
		height: 358px;
		overflow-y: auto;
	}
	
	#main .h4Ttl {
		text-align: left;
	}
	
	#main .txt {
		text-align: left;
	}
	
	#main .comLink {
		width: auto;
	}
	
}