@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
embed {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	font-size:100%;
	font-weight: 400;
	color: #FFF;
	width:100%;
	margin: 0;
	padding: 0;
}

ul, ol, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align:top;
	border:0;
	width:100%;
    max-width: 100%;
    height: auto;
}

/* FLOAT */

.left {
	float:left;
}

.right {
	float:right;
}

/* CLEAR */

.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	overflow:hidden;
	zoom:1;
}

.clear {
	clear:both;
}

/* LINK */

a:link {
	color: #FFF;
}	

a:visited {
	color: #FFF;
}

a:hover {
	color: #DDD;
}

a:active {
	color: #FFF;
}

/* DECO */

.imgB {
	padding: 0;
	border: 1px solid #CCC;
}

.red {
	color: #F00;
}

h4 {
	text-align: center;
	margin: 60px 0 0 0;
	padding: 0;
	line-height: 2.4em;
	font-size: 15px;

}


.menu_list {
	width: 100%;
	display: flex;
	justify-content:space-between;
	list-style: none outside none;
	 margin: 20px auto 0;
	 padding: 0;
	 border: 0;
}

.menu_list li {
	width: 32%;
	list-style: none outside none;
	 margin: 0;
	 padding: 0;
	 border: 0;
}

.menu_list li img {
	max-width: 100%;
}


.menu_list p {
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	padding: 10px 0 15px;
}
