/* CSS Document */

article .head_img
{
	margin-bottom: 50px;
}

article h3
{
	font-size: 20px;
	color: #FFF;
	background-color: #4990C8;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

article .info table
{
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
}

article .info table th
{
	font-weight: bold;
	margin: 0px;
	padding: 8px;
	background-color: #f8f8f8;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	width: 14em;
}

article .info table td
{
	margin: 0px;
	padding: 8px;
	text-align: left;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;}

ul.mmstyle {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.mmstyle li {
	width: 24%;
	margin: 0 1.333% 0 0;
	float: left;
	text-align: center;
}

ul.mmstyle li:last-child{
	margin-right: 0;
}

ul.mmstyle li img {
	width: auto;
	height: auto;
	max-width: 100%;
}

ul.mmstyle02 {
	margin: 0;
	padding: 1em;
	list-style: none;
}

ul.mmstyle02 li {
	width: 32%;
	margin: 0 2% 0px 0;
	float: left;
	text-align: center;
}

ul.mmstyle02 li:last-child{
	margin-right: 0;
}

ul.btn {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

ul.btn li {
	width: 49%;
	margin: 60px 2% 0 0;
	float: left;
	text-align: center;
}

ul.btn li:last-child {
	margin-right: 0;
}

ul.btn li img {
	width: auto;
	height: auto;
	max-width: 100%;
}


/* PCのみ設定  768 以上*/
@media print, screen and (min-width:768px)
{
article .body
{
	width: 1024px;
}
	
article .photo
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
	
ul.info_inbox {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
	
ul.info_inbox li:last-child {
	margin-left: 15px;
	font-size: 120%;
	font-weight: bold;
	color: #4990C8;
	line-height: 160%;
}
	

}

/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
article .photo
{
	margin-bottom: 20px;
	text-align: center;
}

ul.info_inbox {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
    display: block;
}
	
ul.info_inbox li:first-child {
	margin-bottom: 20px;
	text-align: center;
}
	
ul.info_inbox li:last-child {
	margin-left: 0;
	font-size: 110%;
	font-weight: bold;
	color: #4990C8;
	line-height: 160%;
}
	
ul.info_inbox li img {
	width: auto;
	height: auto;
}
	
article .info table th
{
	font-weight: bold;
	margin: 0px;
	padding: 8px;
	background-color: #f8f8f8;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	width: 40%;
}
	
ul.mmstyle li {
	width: 49%;
	margin: 0 2% 20px 0;
	float: left;
	text-align: center;
}

ul.mmstyle li:nth-child(2n){
	margin-right: 0;
}	
	
ul.mmstyle li:last-child{
	margin-right: 0;
}

ul.mmstyle li img {
	width: auto;
	height: auto;
	max-width: 100%;
}

ul.mmstyle02 {
	margin: 0;
	padding: 1em;
	list-style: none;
}

ul.mmstyle02 li {
	width: 80%;
	margin: 0 auto 20px auto;
	float: none;
	text-align: center;
}

ul.mmstyle02 li:last-child{
	margin-right: auto;
}

ul.btn {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}	
}