/***************************
Initialize
***************************/
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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #FFF;
	color: #333;
	font-size: 12px;
	line-height: 100%;
	text-align: center;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {

	border-spacing: 0;
}
p { 
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
a { 
	color: black;
}
/***************************
Common
***************************/
.clear { 
	clear: both; 
}
.bold { 
	font-weight: bold;
}
.small {
	font-size: 0.8em;
}
h2.case_title > img {
	width: 100%;
	margin-top: 5px;
}
h2.bar_h2 {
	margin-top: 5px;
	background: url(../common_img/bar.png) 0 0 no-repeat;
	background-size: 100% 36px;
	height: 36px;
	line-height: 36px;
	font-size: 1.2em;
	text-align: center;
	color: #b71d71;
	font-weight: bold;
}
h3.bar_h3 {
	margin-top: 5px;
	background: url(../common_img/bar.png) 0 0 no-repeat;
	background-size: 100% 36px;
	height: 36px;
	padding: 0px;
	line-height: 36px;
	font-size: 1.2em;
	text-align: center;
	color: #b71d71;
	font-weight: bold;
}
.catch_p {
	text-align: left;
	color: #7b1134;
}

/***************************
Color
***************************/
.red { 
	color: #ff0000;
}
.pink {
	color: #fb98aa;
}

/***************************
Layout
***************************/
body { 
	background: white; 
	margin: 0 auto;
	min-height: 320px;
	max-width: 480px;
	height: 100%;

}
#wrap { 
	width: 100%;
	padding: 0px;
}
header { 
	width: 100%;
	margin: 0px auto; 
	position: relative;
}
#contents {
	width: 100%;
	margin: 0px auto;
	clear: both;
}
footer { 
	width: 100%;
	margin-top: 5px;
	padding-top: 10px;
	border-top: 2px solid #4c4c4c;
	clear: both;
	text-align: center;
}