@charset "UTF-8";

body{margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;}

.form{
	padding:0 10px;}

h1{
	width:100%;
	text-align: left;
	padding-top: 5px;
}

h1#pageTitle{
	height:40px;
	background-color: #FFF;
	margin:0px;
}

h2{
	font-size:100%;
	color:#FFF;
	text-shadow: 1px1 px 3px #C45C00;
	padding:8px;
	background: linear-gradient(#ff6699, #ff99cc);
	background: -moz-linear-gradient(#ff6699, #ff99cc);
	background: -webkit-linear-gradient(#ff6699, #ff99cc);
	border:1px solid #ff0066;
	}
	
h3.event1{
	font-size:100%;
	color:#FFF;
	margin: 0;
	padding: 4px 5px;
	background-color: #0099CC;
	background-size: 12px 12px;
	text-shadow:none;}

h3.event2{
	font-size:100%;
	color:#FFF;
	margin: 0;
	padding: 4px 5px;
	background-color: #FF3366;
	background-size: 12px 12px;
	text-shadow:none;}
	
h3.event3{
	font-size:100%;
	color:#FFF;
	margin: 0;
	padding: 4px 5px;
	background-color: #FF6600;
	background-size: 12px 12px;
	text-shadow:none;}

h3.event4{
	font-size:100%;
	color:#FFF;
	margin: 0;
	padding: 4px 5px;
	background-color: #3366cc;
	background-size: 12px 12px;
	text-shadow:none;}
	
h3.event5{
	font-size:100%;
	color:#FFF;
	margin: 0;
	padding: 4px 5px;
	background-color: #669933;
	background-size: 12px 12px;
	text-shadow:none;}
	
h3.event6{
	font-size:100%;
	color:#FFF;
	margin: 0;
	padding: 4px 5px;
	background-color: #0099cc;
	background-size: 12px 12px;
	text-shadow:none;}

img{max-width:100%; height:auto;} /* 画像のハミ出し防止 */

form p{font-size:100%;}

input,select{width:100%; font-size:120%; padding:5px;}

input:focus,input:hover{background:#ebf8fc;}

form#mailformpro textarea{width:100%; font-size:100%; padding:5px; height:150px;}

form#mailformpro textarea:focus,textarea:hover{background:#ebf8fc;}

form#mailformpro input[type="submit"]{width: 100%; font-size:90%; margin: 0; padding: 5px; background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)); border: 1px #F27300 solid; color: #FFF; -webkit-appearance: none; -webkit-border-radius: 10px; -webkit-box-shadow: 0 2px 2px #CCC; text-shadow: 1px 2px 3px #C45C00;}

.focus{background:#acf3ff;}

.mail_txt{
	font-size:60%;
	line-height:1.5;}
	
form#mailformpro input[type="checkbox"]{
	width:20px;
	text-align:left;}


/*フッター*/
.footer{
	text-align:center;
	padding:20px 0px;
	font-size:11px;
	background:#ff6699;
	color:#FFF;
	text-shadow:none;
}