@charset "utf-8";

/*
 html5doctor.com Reset Stylesheet v1.6.1
 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com http://html5doctor.com/html-5-reset-stylesheet/ Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}

/*---------------- elements ----------------*/
body {
	color: #333;
	    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.8;
	-webkit-text-size-adjust: none; /* Font size auto adjust */
	-moz-text-size-adjust: none; /* Font size auto adjust */
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

img {
	vertical-align: top;
}

p, dl, ol, ul {
	margin-bottom: 1em;
}

ul li {
	margin-bottom: 5px;
}


/*---------------- #page ----------------*/
#page {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	max-width:800px;
	/* [disabled]-webkit-box-shadow: 3px 0px 5px rgba(0, 0, 0,.3), -3px 0px 5px rgba(0, 0, 0,.3); */
	/* [disabled]box-shadow: 3px 0px 5px rgba(0, 0, 0,.3), -3px 0px 5px rgba(0, 0, 0,.3); */
	margin: 0 auto;
	background: #fff;
}


/*---------------- header ----------------*/
header.global {
	clear: both;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	background: #efefef;
	color: #111;
	margin-top: 15px;
	margin-bottom:30px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

header.global h1 {
	padding: 0 15px;
	text-align: center;
	font-size: 200%;
}


form {
	margin:30px auto;
}


/*---------------- footer ----------------*/
footer.global {
	clear: both;
	padding: 10px 5px;
	background: transparent;
	color: #333;
	border-top:1px solid #eee;
	margin-bottom: 15px;
}

footer.global h2 {
	text-align: center;
}

footer.global a {
	color: #cccccc;
	font-size: 150%;
}

/*---------------- main ----------------*/
.main {
	clear: both;
	padding: 15px;
	font-size: 108%;
}

table {
	margin: 0 0 10px;
	width: 100%;
	font-size: 100%;
	table-layout: fixed;
}

table th {
	width: 25%;
	padding: 5px 10px;
	/* [disabled]border: 1px solid #ccc; */
	/* [disabled]background: #FFFFCC; */ /* #eee; */
	text-align: right;
	vertical-align: top;
}

table td {
	padding: 10px;
	/* [disabled]border: 1px solid #ccc; */
}

.inputText {
	width: 97%;
	padding: 3px;
	font-size: 120%;
}

.inputSelect {
	padding: 3px;
	font-size: 120%;
	max-width: 97%;
}

.inputText.inputTextShort {
	width: 45%;
}

.inputText.inputTextShortest {
	width: 20%;
}

textarea {
	width: 70%;
	height: 150px;
	padding: 3px;
}

.formBtn {
	font-size: 140%;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	width: 150px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.center-text {
	text-align: center;
	margin: 0;
}

.error {
	color: #D30E0E;
	margin-top:30px;
}

span.require {
	color:#D30E0E;
	font-size:9px;
	font-weight: bold;
}

.unsubscribe-message {
        text-align: center;
        font-size: 130%;
}
