@charset "utf-8";

/*
-----------------------------
　W500メルマガ共通
-----------------------------
-----------------------------
*/


/*
====================================================================

　re set

====================================================================
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
====================================================================

　set

====================================================================
*/

html{
    font-size: 62.5%;
    width: 100%;
    margin: 0 auto;
    max-width: 550px;
    background-color: #edf1f2;
}
body,select,input,textarea{
	font:16px Helvetica,Arial,Tahoma,sans-serif;
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	line-height:1.7;
	color:#333;
	-webkit-text-size-adjust:none;
}
table {
	width: 100% !important;
}
img {
	width: 100%;
	max-width: 550px;
}
p {
	margin: 15px 0;
}

/*
====================================================================

　base

====================================================================
*/
#wrap {
	/*background-color:#edf1f2;*/
	/*padding: 20px 0;*/
}
#main,#body {
	font-size: 1.4rem;
	background-color:#FFF;
	box-shadow: 0 0 3px #b4bebf;
	margin: 0 auto;
	padding: 30px 70px 50px;
	border-radius: 6px;
	max-width:550px;
	width: 100%;
}/*#mainは古い仕様用*/
#footer {
	font-size: 1.2rem;
	text-align:center;
	padding: 40px 0;
}
#footer a:link,
#footer a:active,
#footer a:visited {
	color:#2b78c6;
}

/*
　smp
--------------------------------------------------------------------
*/
@media screen and (max-width:768px) {
#wrap {
	padding: 0;
}
#main,#body{
	font-size: 1.6rem;
	padding: 0 2% 50px;
/*	width: 96%;*/
	border-radius: 0;
	box-shadow: none;
}/*#mainは古い仕様用*/
}


/*
====================================================================

　font-size

====================================================================
*/
.txt-ss {
	font-size:12px !important;
}
.txt-s {
	font-size:14px !important;
}
.txt-m {
	font-size:16px !important;
}
.txt-l {
	font-size:22px !important;
}



