/*------------------------------------------------------------
------------------------------------------------------------*/
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, figure {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 100%;
	color: #545454;
}
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }

html {
    -webkit-text-size-adjust: none;
    height:100%;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
a {
	color: #545454;
	text-decoration: none;
}
a:link { }
a:visited { }
a:hover { }
a:active { }

/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	line-height: 100%;
	-webkit-text-size-adjust: 100%;
	color: #545454;
	width: 100%;
	margin: 0px;
	background-color: #fff;
}
img{
	width: 100%;
	display: block;
}
/*

===== 1: CLEARFIX ==========================================

*/
.clearfix{
	zoom: 1;
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

  #wrapper {
    position: relative;
    height: 100%;
  }

/*角丸*/
.box2 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #dd6a7a; /*文字色*/
  background: #FFF;
  border: solid 2px #FFC0CB; /*線*/
  border-radius: 10px; /*角の丸み*/
  margin: auto;
  padding-bottom: 0.5em;
}
.box2 p {
  margin: 0;
  padding: 0;
}