@charset "UTF-8";

@media screen and (min-width: 0px) and (max-width: 640px) {
/************** スマホ用 **********************/
html {
	overflow-x : hidden;
	 -webkit-overflow-scrolling: touch;
 }
body {
    position: relative;
    left: 0;
	overflow-x : hidden;
	 -webkit-overflow-scrolling: touch;
}
a {
	color: #000;
	text-decoration: underline;
}
#wrap {
	width: 100%;
	margin: 0px auto;
	background: #FAF9F3;
	padding-bottom: 0 !important;
}

/**************/
/*　イメージ　*/
/**************/
img {
	max-width: 100%;
}
img.full {
	width: 100%;
	text-align: center;
}

/*------------------------------------------------
  　　 ヘッダー 　*/

#header,
#contents,
#footer {
	width: 100%;
}
#header .inner,
#contents .inner,
#footer .inner {
	width: 100%;
	margin: 0 auto;
}
#footer {
	background: #fff;
}
#footer .foot_logo {
	padding: 15px 0 10px;
	width: 65%;
}
#footer .copy {
	font-size: 65%;
}
#header .logo {
	clear: both;
	text-align: center;
}
#header .logo img {
	max-width: 90%; 
}
#header .hnavi {
	display: none;
}


/*スクロールするテーブル*/
.scroll　{
	width: 100%;
	overflow-x: auto;
}


/*------------------------------------------------
  　　ナビゲーション　*/

.btn {
	text-align: center;	
	margin: 10px auto;
}

/*------------------------------------------------
  　コンテンツ　　　　　　　　*/

#contents {
}

#contents .inner {
	padding-bottom: 0 !important;
}
#contents h2 {
	text-align: center;
	margin-left: auto;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1em;
	padding-top: 7px;
	background-color: #F3BA1C;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-bottom: 7px;
}
#contents h3 {
	text-align: center;
	margin-left: auto;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1em;
	padding-top: 7px;
	background-color: #CCDA67;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-bottom: 7px;
}


/*------------------------------------------------
  　　　　フッター　　　　*/

.fnavi {
	font-size: 90%;
	color: #603D19;
	padding: 10px 0;
}
.fnavi li {
	margin: 0 0 0.5em 2em;
	color: #603D19;
}
.copy {
	font-size: 80%;
	color: #333;
	text-align: center;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
}

/*------------------------------------------------
  　　　　テーブル　　　　*/
#contents table.tbl01 { 
	display: block; 
	position: relative; 
	width: 100%; 
	margin: 0 auto 2em;
}

#contents table.tbl01 th,
#contents table.tbl01 td {
	padding: 5px;
	font-size: 75%;
}
#contents table.tbl01 td {
	background-color: #FFF;
}
#contents table.tbl01 thead { 
        display: block; 
        float: left; 
    }
#contents table.tbl01 tbody { 
        display: block; 
        width: auto; 
        position: relative; 
        overflow-x: auto; 
        white-space: nowrap; 
    }
#contents table.tbl01 thead tr { 
        display: block; 
    }
#contents table.tbl01 thead th { 
		background-color: #F0F0F0;
        display: block; 
		padding: 10px;
		font-size: 85%;
    }
#contents table.tbl01 tbody tr { 
        display: inline-block; 
        vertical-align: top; 
    }
#contents table.tbl01 td { 
        display: block; 
		padding: 10px;
		font-size: 85%;
    }
#contents table.tbl01 th,
#contents table.tbl01 td {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.form_tbl {
	margin: 0px auto 1em;
	width: 90%;
}
.form_tbl th,
.form_tbl td {
	padding: 1em;
}

.form_tbl th {
	display: block;
	background: #F7CA55;
	color: #FFF;
}
.form_tbl td {
    display: block;
}

.w45 {
	width: 48% !important;
}

}
