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

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
img{
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
}

/* ------------------------------------------
  RESET
--------------------------------------------- */

html {
	height:100%;
}

body{
     width: 100%;
     height:100%; /*ブラウザいっぱいに高さを取得*/
     margin:0;
     padding:0;
	background:#fff;
}

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	border: 0;
}

a:active,
a:hover {
  outline: 0;
}

hr {
	border: 1px #E5E5E5 solid;
	margin:10px 0;
}

.top-img {
	text-align:center;
	margin:0 auto;
}

/* ------------------------------------------
  wrapper
--------------------------------------------- */
#wrapper {
	width:100%;
	margin:0 auto;
}

/* ------------------------------------------
  メインコンテンツ
--------------------------------------------- */

/* ------------------------------------------
  ヘッダー
--------------------------------------------- */
#head-wrap {
	height:30px;
	width:100%;
	background-repeat:repeat-x;
	background-image: url("../images/head-img.jpg");
}

/* ------------------------------------------
  トップページ
--------------------------------------------- */
#top-wrap {
	width:100%;
}

.about-txt {
	line-height:1.6em;
	margin:30px 0;
}

/* ------------------------------------------
  メイン
--------------------------------------------- */
.main {
	width:95%;
	margin:0 auto;
	padding:0 10px 50px 10px;
	font-size:14px;
}

a.hp-url {
	display:block;

	color:#fff;
	background:#e16b1d;
	font-size:18px;
	text-align:center;
	font-weight:700;
	text-decoration:none;
	width:80%;
	margin:0 auto;
	padding:15px 20px;
}

a.hp-url:hover{
	color:#fff;
	background:#d85c00;
}

.orange {
	font-size:16px;
	font-weight:600;
	color:#e16b1d;
}

a {
	color:#816AA3;
}

a:hover {
	color:#6B5889;
}

/*=============================================
	大会概要
===============================================*/
.about-table {
	width:100%;
	border:2px solid #000;
	margin-bottom:40px;
	background:#fff;
}

.about-table th,
.about-table td  {
	border:1px solid #666666;
	padding:10px 15px;
 }
.about-table th {
	width:30%;
	vertical-align:middle;
	background:#EAEAEA;
}

.about-table td {
	font-size:14px;
	width:70%;
	vertical-align:middle;
	line-height:1.6em;
}

.about-table a {
	color:#909090;
}

a.tel {
	color:#e16b1d;
}
a.mail {
	color:#e16b1d;
}


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

footer {
	background:#202020;
	color:#fff;
	text-align:center;
	font-size:8px;
	padding:14px 0;
	
    width: 100%;
	background-repeat:repeat-x;
	background-image: url("../images/head-img.jpg");
}

footer a {
	color:#fff;
}

/* ------------------------------------------
  スクロール
--------------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
}

/* ------------------------------------------
  通信販売法（訪問販売法）に基づく表示
--------------------------------------------- */
#p2-wrap {
	width:97%;
	margin:0 auto;
	padding-bottom:40px;
}

.p2-txt {
	margin:0 auto;
	font-size:14px;
	width:89%;
	margin-bottom:40px;
}

/*テーブル*/
table.shop-table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin:0 auto;
}
table.shop-table th {
	font-size:14px;
	width: 250px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px dotted #ccc;
	text-align:center;
}
table.shop-table td {
	width: 400px;
	padding: 10px;
	vertical-align: top;
	border: 1px dotted #ccc;
	font-size:14px;
}

/* ------------------------------------------
　その他
--------------------------------------------- */


.tel {
	color:#e16b1d;	
}

.tel:hover {
	color:#AE6600;	
}

.mt30 {
	margin-top:30px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:100px;
}

.mb15 {
	margin-bottom:15px;
}

.mr30 {
	margin-right:30px;
}

.top_img {
	text-align:center;
}

.left {
	float:left;
}

.right {
	float:right;
}

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

/*clearfix */
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix{display: inline-block;} 

/* Hides from IE Mac \*/
* html ..clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 

.smt-none {
	display:none;
}

.tuuhanhou{
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
}

.title2{
	text-align: center;
	margin: 30px 0;
	font-size: 18px;
}
.shop-table{
	background-color: #fff;
}
.p2-txt{
	line-height: 1.5rem;
}

}