@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;
    background-image:url("haikei.png");
    background-size: cover;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-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: 800px;
	-webkit-box-shadow: 3px 0px 5px rgba(0, 0, 0,.3), -3px 0px 5px rgba(0, 0, 0,.3);
	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: 40px 0;
	background: #187226;
	color: #fff;
	margin-top: 15px;
}

header.global h1 {
	padding: 0 15px;
	text-align: center;
	font-size: 240%;
}

/*---------------- footer ----------------*/
footer.global {
	clear: both;
	padding: 10px 5px;
	background: #187226;
	color: #fff;
	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: 108%;
	table-layout: fixed;
}

table th {
	width: 25%;
	padding: 5px 10px;
	border: 1px solid #fff;
	background: #ceef91; /* #eee; */
	text-align: left;
	vertical-align: middle;
}

table td {
	padding: 10px;
	border: 1px solid #fff;
}

.inputText {
	width: 97%;
	padding: 3px;
	font-size: 130%;
}

.inputSelect {
	padding: 3px;
	font-size: 130%;
	max-width: 97%;
}

.inputText.inputTextMiddle {
	width: 50%;
}

.inputText.inputTextShort {
	width: 50%;
}

.inputText.inputTextShortest {
	width: 20%;
}

textarea {
	width: 70%;
	height: 150px;
	padding: 3px;
	font-family: inherit;
}

.formBtn {
	font-size: 180%;
    font-weight:bold;
    color:#187226;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	width: 200px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #187226;
	border-radius: 6px;
	box-shadow: 0 2px 2px #187226;
}

.center-text {
	text-align: center;
	margin: 0;
}

.error {
	color: #FF0000;
}

span.require {
	color: red;
	font-weight: bold;
}

.unsubscribe-message {
        text-align: center;
        font-size: 130%;
}