@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

glycine CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

 div.col_r article {
	background-color: #FFFFDA;
}

.col_r section.mainContent .rightCommonBox ul.guide li a {
	background-color: #FFF;
}

.mainImg {
	text-align:center;
	margin:0 auto;
	padding:20px 0;
}
.mainImg img {
	display: inline-block;
	width:100%;
	max-width:721px;
}

p.lead {
	width:100%;
	position: relative;
	max-width:666px;
	margin:0 auto 30px;
	padding:10px 26px;
	font-size:120%;
	line-height: 1.6;
	font-weight: normal;
	text-align: center;
}
p.lead::before {
	content:"";
	position: absolute;
	display:block;
	border-left:1px solid #FFBF00;
	border-top:1px solid #FFBF00;
	border-bottom:1px solid #FFBF00;
	left:0;
	top:0;
	width:26px;
	height:100%;
}
p.lead::after {
	content:"";
	position: absolute;
	display:block;
	border-right:1px solid #FFBF00;
	border-top:1px solid #FFBF00;
	border-bottom:1px solid #FFBF00;
	right:0;
	top:0;
	width:26px;
	height:100%;
}
p.index {
	text-align: center;
	margin-bottom:60px;
	font-size:120%;
	font-weight: bold;
}

.indexBox {
	border:3px solid #FFBF00;
	padding:0 20px;
	margin-bottom:70px;
	text-align: center;
}
.indexBox .ttl {
	display: inline-block;
	margin:-40px auto 20px;
	padding:80px 15px 0;
	background:#FFFFDA url(../img/glycine/bg_book.png) center top no-repeat;
	text-align: center;
	font-size:110%;
	font-weight: bold;
	color:#924800;
}
.indexBox .ttl .num {
	display: block;
	width:80px;
	margin:-80px auto 30px;
	padding-top:6px;
	font-size:90%;
	font-weight: normal;
	color:#000;
}
.indexBox ul li {
	float:left;
	width:calc(50% - 40px);
	height:70px;
	margin:0 20px 20px;
	border-radius:35px;
	line-height: 70px;
	background-size:64px 64px !important;
}
.indexBox ul li a {
	display: block;
	position: relative;
	width:clac(100% - 50px);
	height:100%;
	padding-left:50px;
	text-align: center;
	color:#934900;
}
.indexBox ul li.icon_1 {
	background:#FFD24D url(../img/glycine/icon_1.png) 3px center no-repeat;
}
.indexBox ul li.icon_2 {
	background:#FFD24D url(../img/glycine/icon_2.png) 3px center no-repeat;
}
.p7 ul.pageLink li.icon_3,
.indexBox ul li.icon_3 {
	background:#FFD24D url(../img/glycine/icon_3.png) 3px center no-repeat;
}
.p7 ul.pageLink li.icon_4,
.indexBox ul li.icon_4 {
	background:#FFD24D url(../img/glycine/icon_4.png) 3px center no-repeat;
}
.indexBox ul li.icon_5 {
	background:#FFD24D url(../img/glycine/icon_5.png) 3px center no-repeat;
}
.p7 ul.pageLink li.icon_6,
.indexBox ul li.icon_6 {
	background:#FFD24D url(../img/glycine/icon_6.png) 3px center no-repeat;
}
.indexBox ul li.icon_7 {
	background:#FFD24D url(../img/glycine/icon_7.png) 3px center no-repeat;
}
.indexBox ul li.icon_8 {
	background:#FFD24D url(../img/glycine/icon_8.png) 3px center no-repeat;
}
.indexBox ul li.icon_9 {
	background:#FFD24D url(../img/glycine/icon_9.png) 3px center no-repeat;
}
.indexBox ul li a::after {
	content:"";
	position: absolute;
	right: 15px;
	top: 25px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.linkBox {
	text-align: center;
	margin-bottom:70px;
}
.linkBox li {
	display: inline-block;
	width:48%;
	max-width:300px;
	height:70px;
	background-color: #3853A5;
}
.linkBox li a {
	display:block;
	position: relative;
	line-height: 70px;
	color:#FFF;
}
.linkBox li a::after {
	content:"";
	position: absolute;
	right: 15px;
	top: 25px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bannerBox li {
	float: left;
	width:33.33333%;
}

/* page parts */
.pageLink {
	position: relative;
	max-width: 920px;
	margin: 0 auto;
	font-size: 1.2rem;
}
.pageLink.footer {
	height:100px;
	background: none;
	z-index: 1 !important;
}
.pageLink .pageback,
.pageLink .pagenext {
	position: absolute;
	top:0;
}
.pageLink .pageback,
.pageLink .pagenext {
	position: absolute;
	display: block;
}
.pageLink .pageback {
	padding: 0;
	left:0;
}
.pageLink .pagenext {
	padding: 0;
	right:0;
}
.pageLink .pageback a,
.pageLink .pagenext a {
	position: relative;
	display: inline-block;
	color: #924800;
	font-weight: bold;
	font-size: 1.4rem;
}
.pageLink .pageback a span,
.pageLink .pagenext a span {
	color: #000;
	font-size: 1.2rem;
}
.pageLink .pageback a  {
	padding: 0 0 0 30px;
}
.pageLink .pagenext a {
	padding: 0 30px 0 0;
}
.pageLink .pageback a::after,
.pageLink .pagenext a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto;
	width: 20px;
	height: 20px;
	content: "";
	vertical-align: middle;
	color: #934900;
	display: inline-block;
	box-sizing: border-box;
}
.pageLink .pageback a::after{
	border: 20px solid transparent;
	border-right: 20px solid #934900;
}
.pageLink .pagenext a::after{
	left: inherit;
	right: -20px;
	border: 20px solid transparent;
	border-left: 20px solid #934900;
}


.page .mainImg img {
	max-width:300px;
}

.page .mainContent {
	position: relative;
}
.page .mainContent .return {
	position:absolute;
	left:20px;
	top:60px;
}
.page .mainContent .return a {
	display:block;
}
.page .mainContent .return img {
	max-width:72px;
}

.page .inner {
	width:100%;
	max-width:920px;
	margin:0 auto 40px;
}
.page .inner .number {
	text-align: center;
	color:#000;
	font-weight: bold;
}
.page .inner .category {
	text-align: center;
	color:#934900;
	font-size:110%;
	font-weight: bold;
}

.page .inner .titleBox {
	position: relative;
	margin-bottom:60px;
}
.page .inner .titleBox h2 {
	padding-left: 120px;
	padding-bottom: 8px;
	background: url(../img/glycine/line_dot.png) left bottom repeat-x;
	font-size: 150%;
	color: #FF9326;/*#934900;*/
	height: auto;
	border: none;
}
.page .inner .titleBox img {
	position: absolute;
	left:0;
	top:-20px;
	width: 110px;
	height: 110px;
	border: 3px solid #FFD24D;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 55px;
}

.page .inner h3 {
	color:#FF9326 !important;
	line-height: 1.6;
	text-align: center;
}
.page .inner h4 {
	font-size:110%;
	border-bottom:1px solid #DDD;
	padding-bottom:10px;
	margin:50px 0 20px !important;
}
.page .inner h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 30px 0 20px !important;
}
.page .inner h5 span {
	font-size: 80%;
	font-weight: normal;
}
.page .inner .txt {
	margin-bottom:30px;
}
.page .inner .txt.t2 {
	margin-bottom: 0;
}
.page .inner .txt span {
	color:#FF9326;
}
.page .inner .center_txt {
	text-align: center;
	border: #EEE 1px solid;
	background: #FFF;
	padding: 15px;
	margin-bottom: 30px;
}
.page.p1 .tableBox table {
	width: 50%;
}
.page.p1 .tableBox table th,
.page.p1 .tableBox table td {
	vertical-align: middle;
}
.page.p1 .tableBox table th {
	width: 110px;
}
.page.p1 .tableBox table td img {
	width: 95%;
	height: auto;
	margin: 0 auto 10px;
	display: block;
}
.page.p1 .tableBox table + table td {
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	padding: 10px;
	font-size: 12px;
}
.page.p1 .tableBox {
	margin-bottom: 70px;
}
.page .tableBox .title {
	font-size: 90%;
	padding: 6px;
	font-weight:bold;
	background-color: #FFD24D;
	color: #934900;
	border-bottom:1px solid #DDD;
}
.page .tableBox table {
	float:left;
	width:50%;
	/*border:1px solid #CCC;*/
	font-size:90%;
}
.page .tableBox table.full {
	float:none;
	width:100%;
}
.page .tableBox table th,
.page .tableBox table td {
	/*border-right:1px solid #FFF;*/
	padding: 11px;
	vertical-align:top;
}
.page .tableBox table td {
	background-color: #FFF;
}
.page .tableBox table tr:nth-child(even) td {
	background-color: #F9F9F9;
}

.page .tableBox table th {
	font-weight:bold;
	background-color: #FFD24D;
	color: #934900;
	border-bottom:1px solid #DDD;
}
.page .tableBox .rightImg {
	float:left;
	width:45%;
	margin-left:5%;
	text-align:center;
}
.page .tableBox .rightImg img {
	display:inline-block;
}
.page .tableBox .tableimg {
	width: 50%;
	margin: 0 auto;
}
.page .tableBox .tdwhite tr:nth-child(even) td {
	background-color: #FFF;
}
.page .tableBox span.red {
	color:#F00;
	font-weight:bold;
}

.page ul.pageLink {
	margin: 0 0 50px;
}
.glycine.page.p7 ul.pageLink {
	margin: 50px 0 25px;
}
.page ul.pageLink li {
	float:left;
	width:calc(50% - 40px);
	height:70px;
	margin:0 20px 20px;
	border-radius:35px;
	line-height: 70px;
	background-size:64px 64px !important;
}
.page ul.pageLink li a {
	display: block;
	position: relative;
	width:clac(100% - 50px);
	height:100%;
	padding-left:50px;
	text-align: center;
	color:#934900;
}
.page ul.pageLink li.icon_1 {
	background:#FFD24D url(../img/glycine/icon_1.png) 3px center no-repeat;
}
.page ul.pageLink li.icon_2 {
	background:#FFD24D url(../img/glycine/icon_2.png) 3px center no-repeat;
}
.page ul.pageLink li.icon_3 {
	background:#FFD24D url(../img/glycine/icon_3.png) 3px center no-repeat;
}
.page ul.pageLink li.icon_4 {
	background:#FFD24D url(../img/glycine/icon_4.png) 3px center no-repeat;
}
.page ul.pageLink li.icon_5 {
	background:#FFD24D url(../img/glycine/icon_5.png) 3px center no-repeat;
}
.page ul.pageLink li.icon_6 {
	background:#FFD24D url(../img/glycine/icon_6.png) 3px center no-repeat;
}
.page ul.pageLink li.icon_7 {
	background:#FFD24D url(../img/glycine/icon_7.png) 3px center no-repeat;
}
.page ul.pageLink li.icon_8 {
	background:#FFD24D url(../img/glycine/icon_8.png) 3px center no-repeat;
}
.page ul.pageLink li.icon_9 {
	background:#FFD24D url(../img/glycine/icon_9.png) 3px center no-repeat;
}
.page ul.pageLink li a::after {
	content:"";
	position: absolute;
	right: 15px;
	top: 25px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page p.txt a {
	display:inline-block;
	position: relative;
	border-radius:4px;
	border:1px solid #CCC;
	padding:6px 30px 6px 20px;
	margin-bottom:4px;
	text-align:center;
}
.page p.txt .imgBox {
	display:block;
	text-align:center;
}
.page p.txt .imgBox img {
	width: 100%;
	max-width:128px;
	height:auto;
	display:inline-block;
	vertical-align:middle;
}
.page img.double {
	max-width:256px !important;
}
.page img.triple {
	max-width:384px !important;
}
.page img.fourth {
	max-width:512px !important;
}
.page img.infinity {
	max-width: 695px !important;
}
.page p.txt a img {
	width:40px;
	height:auto;
	margin-left:-16px;
	margin-right:4px;
	display:inline-block;
	vertical-align:middle;
}
.page p.txt a.outlink {
    display: inline-block;
    position: relative;
    border-radius: 0;
    border: none;
    padding: 4px 0;
    margin-bottom: 0;
    text-align: left;
    text-decoration: underline;
}
.tableBox table td.line {
	border: #DDD solid 1px;
	border-left: none;
	border-top: none;
}
.tableBox table td.line2 {
	border-right:  #DDD solid 1px;
}
.tableBox table td.line3 {
	border-bottom: #DDD solid 1px;
}
.p1 .imgBox {
	margin-top: 30px;

}
.glycine.page.p1 .tableBox table.td2 tr th {
	vertical-align: top;
}



.p1 .rightImg img.double,
.p2 .rightImg img.double {
	max-width: 300px !important;
	height: auto;
}
.p3 p.txt .imgBox.f1 img {
	max-width:192px !important;
}
.p3 .p3_icon_3 {
	max-width: 200px !important;
}
.p3 .p3_icon_4 {
	max-width: 192px !important;
}
.p3 .tableBox table {
	border: none !important;
}

.p3 .tableBox table.full.spDrop t tr td {
	padding: 0 0 30px;
}
.p3 .tableBox table.full.spDrop t tr:first-child td {
	background: none;
	border: none;
	padding-right: 10px;
}
.p3 .tableBox table.full.spDrop t tr:first-child td + td{
	padding-left: 10px;
}
.p3 .tableBox table.full.spDrop t tr:last-child td {
	padding: 11px;
}
.p3 .imgBox img.double.spIcon4 {
	margin-left: 40px;
}
/*
.p3 .tableBox table tr:nth-child(even) td {
	background: none !important;
}*/
.p4.page p.txt .imgBox img.p4_icon_1 {
	max-width: 192px;
}
.p4.page .tableBox table.full td {
	padding: 30px 0 0;
	background: #FFFFDA;
}
.p4.page .rightImg img.double {
	max-width: 290px !important;
	height: auto;
}
.p4.page .tableBox .tableimg {
	width: 100%;
}
.p4.page .tableBox table.full,
.p4.page .tableBox table.full th,
.p4.page .tableBox table.full td {
	border: none;
}
.p4.page .tableBox.last tr th {
	padding: 0;
	border: none;
	background: none;
}
.p5.page .tableBox table td {
	background: none;
	padding: 0;
}

.p5.page .tableBox.chelate table tr:first-child td {
	padding-bottom: 15px;
}　
.p5.page .tableBox.other tr th {
	padding: 0;
	border: none;
}
.p5.page .p5_icon_2 {
	max-width: 300px !important;
}
.p5.page .p5_icon_3 {
	max-width: 192px !important;
}
.p5.page .p5_icon_4 {
	max-width: 289px !important;
}
.p5.page .tableBox.other .rightImg {
	float:left;
	width: 43%;
	margin-left:2%;
	text-align: left;
}
.p5.page .tableBox.other table {
	float:left;
	width:50%;
	margin: 0 0 0 5%;
	/*border:1px solid #CCC;*/
	font-size:90%;
}
.p5.page .tableBox table th {
	border-bottom: none;
}
.p5.page .triple.p5_icon_1,
.p5.page .fourth.p5_icon_5 {
	margin-top: 20px;
}
.p5.page .notColor {
	background: none !important;
	color: #000;
}
.p5.page .notColor p {
	font-weight: normal;
	font-size: 80%;
}
.p6.page .col_r section.mainContent .common_table dl.heading {
	font-weight:bold;
	background-color: #FFD24D;
	color: #934900 !important;
}
.p6.page ul.iconList {
	width: 105%;
	margin: 0 0 0 -5%;
}
.p6.page ul.iconList li {
	float: left;
	width: 50%;
	padding: 0 0 0 5%;
}
.p6.page img.double {
	max-width: 290px !important;
	height: auto;
}
.p6.page ul.pageLink li {
	margin: 0;
	background:#FFD24D;
	height: 35px;
	float: none;
	width:calc(150px);
	line-height: 35px;
}
.p6.page ul.pageLink li a {
	display: block;
	position: relative;
	height:100%;
	padding-left:0;
	text-align: center;
	color:#934900;
}
.p6.page ul.pageLink li a::after {
	content:"";
	position: absolute;
	right: 15px;
	top: 12px;
	width: 10px;
	height: 10px;
}
.p6.page p.txt a {
	border: none;
	padding:6px 30px 6px 0;
	text-decoration: underline;
	text-align: left;
}
.p6.page ul.pageBtn {
	margin: 0 0 50px;
}
.p6.page ul.pageBtn li {
	float:left;
	width:calc(50% - 40px);
	height:70px;
	margin:0 20px 20px;
	border-radius:35px;
	line-height: 70px;
	background-size:64px 64px !important;
}
.p6.page ul.pageBtn li span {
	display: block;
	position: relative;
	width:clac(100% - 50px);
	height:100%;
	padding-left:50px;
	text-align: center;
	color:#934900;
}
.p6.page ul.pageBtn li.icon_1 {
	background:#FFD24D url(../img/glycine/pagebtn_1.png) 3px center no-repeat;
}
.p6.page ul.pageBtn li.icon_2 {
	background:#FFD24D url(../img/glycine/pagebtn_2.png) 3px center no-repeat;
}
.p6.page ul.pageBtn li.icon_3 {
	background:#FFD24D url(../img/glycine/pagebtn_3.png) 3px center no-repeat;
}
.p6.page ul.pageBtn li.icon_4 {
	background:#FFD24D url(../img/glycine/pagebtn_4.png) 3px center no-repeat;
}
.p6.page ul.pageBtn li.icon_5 {
	background:#FFD24D url(../img/glycine/pagebtn_5.png) 3px center no-repeat;
}
.p6.page ul.pageBtn li.icon_6 {
	background:#FFD24D url(../img/glycine/pagebtn_6.png) 3px center no-repeat;
}
.p7.page ul.pageLink li.icon_3,
.p7.page ul.pageLink li.icon_4,
.p7.page ul.pageLink li.icon_5,
.p7.page ul.pageLink li.icon_6,
.p8.page ul.pageLink li.icon_2,
.p8.page ul.pageLink li.icon_5,
.p9.page ul.pageLink li.icon_5 {
	width: calc(35% - 40px);
	margin: 0;
}

.p8.page ul.pageLink {
	margin: 0 0 20px;
}

.p7.page .imgBox img.triple {
	margin: 0 auto;
}
.p7.page span.bold {
	font-weight: bold;
	color: #000;
}

ul.reference {
	margin: 0 0 30px;
	padding: 0;
}
ul.reference li:first-child > h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px !important;
}
ul.reference li {
	margin: 0 0 5px;
}
ul.reference li a {
	text-decoration: underline;
	
}
.col_r section.mainContent .rightCommonBox .otherContent::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
	background: -moz-linear-gradient(left, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background: linear-gradient(left, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, #E8E8E8 , #FFFFDA);
}
/*
------------------------------------------------------------------------------------------------------------------ PC for 1024 */
@media screen and (max-width: 1024px) {

	.indexBox ul li {
		width:calc(50% - 20px);
		height:70px;
		margin:0 10px 20px;
	}

}

/*
------------------------------------------------------------------------------------------------------------------ Tablet */
@media screen and (max-width: 900px) {

	.page .mainContent .return {
		position:relative;
		top:0;
		left:0;
		padding:15px 0;
		border-top:1px dotted #DDD;
		border-bottom:1px dotted #DDD;
		margin-bottom:20px;
	}
	.page .mainContent .return img {
		display: inline-block;
		max-width:30px;
	}

	p.lead br {
		display: none;
	}
	p.lead {
		text-align: left;
	}
}

/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 768px) {
	.linkBox {
		margin-bottom:0;
	}
	.p5.page .tableBox.other .rightImg {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
		text-align: center;
	}
	.p5.page .tableBox.other table {
		float: none;
		width:100%;
		margin: 0;
		/*border:1px solid #CCC;*/
		font-size:90%;
	}
}
@media screen and (max-width: 600px) {
	/* page parts */
	.indexBox ul li {
		float:none;
		width:100%;
		height:70px;
		margin:0 0 20px;
	}
	.page .tableBox table {
		float:none;
		width:100%;
	}
	.page .tableBox .rightImg {
		float:none;
		width:100%;
		margin-left:0;
		margin-top:30px;
		text-align:center;
	}
	.page .tableBox .rightImg img {
		max-width:70%;
		margin:0 auto;
	}
	
	.page ul.pageLink li {
	    float: none;
	    width: 100%;
	    height: 70px;
	    margin: 0 0 20px;
	}
	.glycine.page.p1 .tableBox table {
		width: 100%;
	}
}
@media screen and (max-width: 450px) {

	p.lead {
		font-size: 100%;
	}

	.linkBox li {
		display: block;
		width:100%;
		max-width:100%;
		margin: 0 0 10px;
	}
	.linkBox li:last-child {
		margin: 0;
	}

	.page .inner .titleBox h2 {
		padding-left:60px;
		margin-left:15px;
		font-size:130%;
	}
	.page .inner h3 {
		text-align: left;
	}
	.page .inner h3 br {
		display: none;
	}
	.page .inner .titleBox img {
		top:-10px;
		width: 60px;
		height: 60px;
	}
	
	.page .tableBox table.full.spDrop td {
		display:block;
	}
	
}
/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 414px) {
	.indexBox {
		padding:0 10px;
	}
	.indexBox ul li {
		font-size: 1.5rem;
	}
	.bannerBox li {
		float: none;
		width:100%;
	}
	.pageLink.footer {
		height: 40px;
	}
	.pageLink {
		margin: 0 auto 30px;
	}
	.pageLink .pagenext {
		right: 5px;
	}
	.pageLink .pageback a,
	.pageLink .pagenext a {
		font-size: 1.2rem;
	}
	.pageLink .pageback a  {
		padding: 0 0 0 25px;
	}
	.pageLink .pagenext a {
		padding: 0 25px 0 0;
	}
	.p3 p.txt .imgBox.f1 img {
		max-width: 49% !important;
	}
	.p3.page .imgBox img.double {
		margin: 30px 0 0;
	}
	.p3 .tableBox table.full.spDrop t tr:first-child td {
		padding: 0;
	}
	.p3 .tableBox table.full.spDrop t tr:last-child td {
		margin-top: 15px;
	}
	.p3.page .imgBox img.double.p3_icon_3,
	.p3.page .imgBox img.p3_icon_4 {
		width: 49%;
		max-width: none;
	}
	.p5.page .tableBox .rightImg img.p5_icon_4 {
		width: 80%;
		max-width: 100%;
	}
	.p6.page ul.iconList {
		width: 100%;
		margin: 0;
	}
	.p6.page ul.iconList li {
		float: none;
		width: 100%;
		padding: 0 0 10px;
	}
	.p6.page ul.pageBtn li {
		float:left;
		width:calc(100% - 40px);
		height:70px;
		margin:0 20px 20px;
		border-radius:35px;
		line-height: 70px;
		background-size:64px 64px !important;
	}
	.p7.page ul.pageLink li.icon_3,
	.p7.page ul.pageLink li.icon_4,
	.p7.page ul.pageLink li.icon_6,
	.p8.page ul.pageLink li.icon_2 {
		width: 80%;
		margin: 0 auto;
	}
	.p7.page ul.pageLink li.icon_5,
	.p8.page ul.pageLink li.icon_5,
	.p9.page ul.pageLink li.icon_5 {
		width: 100%;
		margin: 0 auto;
	}

}
@media screen and (max-width: 320px) {
	.indexBox ul li {
		font-size: 1.3rem;
	}
	.pageLink {
		width: 100%;
		max-width: none;
		margin: 0 auto 30px;
	}
	.pageLink .pageback,
	.pageLink .pagenext {
		position: static;
		display: block;
	}
	.pageLink .pageback {
		float: left;
		margin: 0 0 5px;
	}
	.pageLink .pagenext {
		float: right;
	}
}