
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
		color:#2e2e2e;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1.4;
		font-family: Meiryo, YuGothic, sans-serif;
		font-size:13px;
}
img {
	vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
	color:#2e2e2e;
	text-decoration: none;
}
.cd_wrap{
  padding: 12px;
  box-sizing: border-box;
}
h1 {
	text-align: center;
  margin: 24px auto;
  width: 100%;

}
@media screen and (max-width: 500px) {
  h1 {
    width: 80%;
  }
}
h1 img{
  border: 1px #d3d3d3 solid;
  width: 100%;
}
.cd_wrap {
	max-width: 480px;
  width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
h1 span {
	margin-top: 8px;
	display: block;
	text-align: right;
	font-size: 11px;
	color:#999;
	font-weight: normal;
}
.cd_ttl {
padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 8px;
    border-bottom: solid 1px #2e2e2e;
    font-size: 15px;
    text-align: center;}
.cd_box {
	margin-right: -14px;
}

.cd_box_item {
	max-width: 150px;
	margin-right: 15%;
  width: calc(25% - 12px);
	float: left;
}
.cd_box_item2 {
	max-width: 150px;
  width: calc(25% - 12px);
	float: left;
}
.cd_box_item3 {
	width: 33%;
	float: left;
}
.cd_box_item4 {
	width: 33%;
	float: left;
}
.cd_box_item dt img {
	width: 100%;
}
.cd_box_item2 dt img {
	width: 100%;
}

.cd_box_item dd {
	padding-top: 8px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.cd_box_item2 dd {
	padding-top: 8px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.cd_box_item3 dd {
	padding-top: 8px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.cd_box_item4 dd {
	padding-top: 8px;
	display: block;
	text-align: center;
	font-size: 14px;
}

