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

/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
	
img{
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align:center;
}

/* ------------------------------------------
  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;
}

/* ------------------------------------------
  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%;
}

.top {
	position:relative;
	
	width:650px;
	height:360px;
	margin:0 auto;
	padding:50px;
	background-color: rgba(255,255,255,0.8);
	top:50px;

    /*box-shadow*/
	-webkit-box-shadow: 0px 0px 8px #ECECEC;
	box-shadow: 0px 0px 8px #ECECEC;
}

.title {
	font-size:30px;
	text-align:center;
	color:#EF6B00;
}
.about-txt {
	line-height:1.8em;
	margin:30px 0;
	color: #000;
}

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

a {
	color:#816AA3;
}

a:hover {
	color:#6B5889;
}


/* ------------------------------------------
  メイン
--------------------------------------------- */
.main {
	width:820px;
	margin:0 auto;
	padding:10px 90px 60px 90px;
}

a.hp-url {
	display:block;

	color:#fff;
	border: solid 1px #000;
	background:#4b96d3;
	font-size:18px;
	text-align:center;
	font-weight:700;
	text-decoration:none;
	width:330px;
	margin:0 auto;
	padding:15px 20px;
}

a.hp-url:hover{
	color:#000;
	background:#ffd54b;
	;
}

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

.about-txt-midashi{
	font-size: 22px;
	font-weight: bold;
}

.movie-wrap {
	margin:0 auto 50px auto;
	padding:70px 90px;
	width:820px;
	background:#b60303;
}

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

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

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

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

a.tel {
	color:rgb(67, 104, 147);
}

a.mail {
	color:#000;
}

.kome{
	font-size: 12px;
	line-height:0.5em;
}

.maker{
	/* background: linear-gradient(transparent 30%, #b00202 80%); */
	font-size: 18px;
	font-weight: bold;
	color: #eb0000;
}
/* ------------------------------------------
  フッター
--------------------------------------------- */

footer {
	background:#ffd54b;
	color:#000;
	text-align:center;
	font-size:8px;
	padding:14px 0;
	
    width: 100%;
	background-repeat:repeat-x;

}

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:100%;
	background:#fff;
	
    /*box-shadow*/
    box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	padding:50px 70px;
	
	background-image:url(images/back1.png);

}

.p2-txt {
	margin:0 auto;
	font-size:14px;
	width:660px;
	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 */ 

.pc-none {
	display:none;
}

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

.title2{
	text-align: center;
	margin-bottom: 30px;
}

}
