@charset "UTF-8";

/*--------------------------------------------------------------------------------------------------------------------------

Information
	
	File name:      mailmag.css
	Summary:        mail magazine popup styles
	Created:        2008/12/10
	Last update:    2008/12/10
	Copyright:      (c) T-Garden

Contents
	
	1.reset
	2.base
	3.link
	4.sgc.html

--------------------------------------------------------------------------------------------------------------------------*/


/* 1.reset
--------------------------------------------------------------------------------------------------------------------------*/

html,body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,blockquote,pre,object,embed,img,fieldset,form,address,table,th,td,cite {
	margin:0;
	padding:0;
}

ul,ol {
	list-style:none;
}

img {
	border:0;
	vertical-align:bottom;
}

address,em {
	font-style:normal;
}


/* 2.base
--------------------------------------------------------------------------------------------------------------------------*/

body {
	line-height:1.6;
	color:#333;
	text-align:center;
	background-color:#fff;
	font-size:62.5%; /* 10px相当 */
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	line-height:1.5;
	font-size:60%;
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

html>/**/body {
	font-size:10px; /* モダンブラウザ用 */
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	letter-spacing:0;
}


/* 3.link
--------------------------------------------------------------------------------------------------------------------------*/

a:link {
	text-decoration: none;
	color:#e60f8c;
}

a:visited {
	text-decoration: none;
	color:#e60f8c;
}

a:hover {
	text-decoration: underline;
	color:#e60f8c;
}

a:active {
	text-decoration: underline;
	color:#e60f8c;
}


/* 4.sgc.html
--------------------------------------------------------------------------------------------------------------------------*/

.sgc-mailmag-contents {
	width:660px;
	background-color:#fff;
	font-size:1.1em;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	text-align:left;
}

.sgc-mailmag-contents h2 {
	text-align:center;
}

.sgc-mailmag-contents p {
	margin:18px 40px 18px 40px;
}

.sgc-mailmag-contents p.mobile-qr {
	margin-top:0;
	margin-bottom:0;
}

.sgc-mailmag-contents p.bottom-line {
	margin-bottom:30px;
	padding-bottom:30px;
	background:url(../images/mailmagazine/sgc/bottom_line.gif) left bottom repeat-x;
}

iframe {
	border:0;
}