/* CSS Document */

article .text
{
	margin-bottom: 20px;
}

.photo
{
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.photo li
{
	display: table-cell;
	margin: 0px;
	vertical-align: top;
	list-style-type: none;
}

.photo img
{
	border: 10px solid #FFF;
	box-shadow: 0px 0px 10px -3px #ccc;
	-moz-box-shadow: 0px 0px 10px -3px #ccc;
	-webkit-box-shadow: 0px 0px 10px -3px #ccc;
	width: 94%;
}

article .left
{
	float: left;
	width: 60%;
}

article .right
{
	float: right;
	width: 38%;
}



.file
{
	clear: both;
	padding-top: 1em;
}

.pdf
{
	background-image: url(images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}

.word
{
	background-image: url(images/icon_word.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}

.excel
{
	background-image: url(images/icon_excel.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}


article .link_navi
{
	display: table;
	table-layout: fixed;
	width: 600px;
	padding: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

article .link_navi li
{
	display: table-cell;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

article .link_navi li a
{
	display: inline-block;
	color: #FFF;
	line-height: 100%;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	text-shadow: 1px 1px 3px #333;
	position: relative;
	font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #339FD1;
}

article .link_navi li:nth-child(2) a:before
{
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	font-weight: 900;
	margin-right: 4px;

}



article .link_navi li:first-child a:before
{
	font-family: "Font Awesome 5 Free";
	content: '\f104';
	font-weight: 900;
	margin-right: 4px;

}

article .link_navi li:last-child a:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	margin-left: 4px;
}


article .link_navi li a:hover
{
	color: #FFF !important;
	background-color: #66B7DD;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{

article .body
{
	width: 1000px;
}



}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screenand (max-width:959px)
{






}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

.photo img
{
	width: 80%;
	margin-bottom: 20px;
}

article .text
{
	margin-bottom: 2em;
}

article .left,
article .right
{
	float: none;
	width: auto;
}

.photo
{
	display: block;
	width: auto;
}

.photo li
{
	display: block;
	margin: 0px;
	padding: 0px;
}


.file a
{
	display: block;
	border: 2px solid #339FD1;
	padding: 10px;
	margin-bottom: 0px;
}

.pdf,
.word,
.excel
{
	background-position: right 20px center;
}

article .link_navi
{
	display: table;
	table-layout: fixed;
	width: 100%;
}
article .link_navi li
{
	padding-right: 1%;
	padding-left: 1%;
}

article .link_navi li a
{
	padding-right: 4px;
	padding-left: 4px;
	display: block;
}

}