@charset "utf-8";
/* CSS Document */

* {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#FFF;
	font-size:12px;
	margin:0 auto;
	padding:0;
}	

body {
	width:850px;

}

img {
	border:none;
}

#wrap {
	width:850px;
	height: auto;
	margin-top:5px;
}

/* header部分 */

#header {
	width:850px;
	height:100px;
	vertical-align:bottom;
}

h1 {
	width:400px;
	float:left;
	font-size:12px;
}

h1 img{
	vertical-align:middle;
}

#summary {
	width:450px;
	float:right;
	margin-top:15px;
    text-align:center;
	font-size:18px;
	font-weight:bold;
}

/* contents部分 */

#top_Image {
	clear:both;
	text-align:center;	
}

#special {
	width:850px;
}


/* 最下部応募フォーム部分 */
#form {
	clear:both;
	margin:10px auto;
	text-align:center;
}



/* footer部分 */

#footerArea {
	background-color:#fbe2de;
	padding:15px;
	text-align:left;
	width:820px;
	height:380px;
}

#footer {
	float:left;
	width:385px;
	margin-right:10px;
	background-color:#fbe2de;
	line-height:1.5em;	
}

#footer ul{
	background-color:#fbe2de;
	line-height:1.5em;	
}

#footer ul li{
	list-style:none;
	background-color:#fbe2de;
	padding-left:20px;
}

#footer img {
	vertical-align: middle;
	margin:5px;
	background-color:#fbe2de;
}

#footer a {
	background-color:#fbe2de;
}

#mapArea {
	float:left;
}

/* テーブル部分 */

table {
  width: 415px;
  border-spacing: 0;
  font-size: 70px;
  position: right;
}
table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  font-size: 26px;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table th:first-child {
  border-radius: 5px 0 0 0;	
}
table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}

table.table02 {
  width: 800px;
  border-spacing: 0;
  font-size: 70px;
  position: right;
}
table.table02 th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  font-size: 26px;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.table02 th:first-child {
  border-radius: 5px 0 0 0;	
}
table.table02 th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.table02 tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
table.table02 tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.table02 tr {
  background: #fff;
}
table.table02 tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.table02 tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.table02 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.table02 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.table02 tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}



/* テーブル部分 */
.float {
         float: left;
         margin-right: 1em;
      }

.floatclear {
         clear: both;
      }


/* 見出し */
h2{
    	position:relative;
    	padding:9px;
    	padding-left:15px;
    	font-weight: bold;
    	font-size: 30px;
    	background-color: #258;
    	color: #fff;
    	border-radius:3px;
    	-webkit-border-radius:3px;
    	-moz-border-radius:3px;
    }
     
h2:before{
    	content:''; 
    	height:50px; 
    	width:2px; 
    	display:block; 
    	position:absolute; 
    	top:5px; 
    	left:4px; 
    	background-color:#fff;
    	border-left: 4px solid #fff;
    	border-radius:3px;
    	-webkit-border-radius:3px;
    	-moz-border-radius:3px;
    }
h2 p {
  font-size: 70px;
    	color: #fff;
    }
h3 {
        font-size: 30px;
        font-weight: bold;
        color: #258;
	padding-bottom: .2em;
	border-bottom: 3px double #ccc;
}
h3 p{
        font-size: 22px;
        color: #000;
        font-weight: bold;
}

/* 文字装飾 */
p.shuri {
        width:700px;
        height;
        overflow:visible;
        font-size: 22px;
}
p.shuri02 {
        width:830px;
        height;
        overflow:visible;
        font-size: 22px;
}
p.komidashi {
        width: 95%;
        height;
        overflow:visible;
        font-size: 22px;
        color: red;
}
/* 問い合わせフォーム */
.form {
    /* フォームをページの中央に置く */
    margin: 0 auto;
    width: 600px;
    /* フォームの範囲がわかるようにする */
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 1em;
}
form div + div {
    margin-top: 1em;
}
label {
    /* すべてのラベルを同じサイズにして、きちんと揃える */
    display: inline-block;
    text-align: right;
}
.form textarea {
    /* すべてのテキストフィールドのフォント設定を一致させる
       デフォルトで、textarea は等幅フォントが設定されている */
    font: 1em sans-serif;

    /* すべてのテキストフィールドを同じサイズにする */
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* テキストフィールドのボーダーの外見を同一にする */
    border: 1px solid #999;
}
radio{
	text-align:left;
	width:auto;
}
input:focus, textarea:focus {
    /* アクティブな要素を少し強調する */
    border-color: #000;
}
textarea {
    /* 複数行のテキストフィールドをラベルにきちんと揃える */
    vertical-align: top;

    /* テキスト入力に十分な領域を与える */
    height: 5em;

    /* ユーザが textarea を垂直方向にリサイズできるようにする
       これが動作しないブラウザもある */
    resize: vertical;
}
.button {
    /* ボタンを他のテキストフィールドと同じ場所に置く */
    padding-left: 90px; /* label 要素と同じサイズ */
}
button {
    /* このマージンは、ラベルとテキストフィールドの間のスペースと
       おおよそ同じスペースを表す */
    margin-left: .5em;

}



/*sample1-gradation*/
.smp1gra {
	cursor:pointer;
	font-size:130%;
	font-weight: bold;
	width:150px;
	padding: 5px 0;
	margin:0.5em 0.5em 0 0;
	border-style:none;
	color: #fff;
/*↓背景グラデーションの指定です*/
	background: -moz-linear-gradient(top, #90E733, #428000 50%, #90E733);
	background: -webkit-gradient(linear, left top, left bottom, from(#90E733), color-stop(0.5, #428000), to(#90E733));
	background: -o-linear-gradient(top, #90E733, #428000 50%, #90E733);
	background: linear-gradient(top, #90E733, #428000 50%, #90E733);
/*↓以下、ボックスの角丸、シャドウ、テキストシャドウの指定（サンプル1と同じです）*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	box-shadow: 2px 2px 3px 1px #666;
	text-shadow: 1px 1px 2px #000; 
}

.smp1gra:hover {
/*↓ここではロールオーバー時の透明度を変更。もちろんグラデーションを指定してもOK*/
	opacity: 0.8;
}
