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

#header {
	width:100%;
	height:200px;
	text-align:center;
}

#main_contents {
	width: 100%;
	background: url(../images/bg_main.jpg) repeat;
}
#contents_w {
	width: 900px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	padding: 25px;
}
#notice {
	width: 850px;
	margin: 15px auto 25px;
}

#2box {
	width: 850px;
	height: 800px;
}
.gotop {
	margin-top: 25px;
}

/*ナビ*/

#g_navi {
	width:850px;
	height:100px;
	margin: 0 auto;
}

#g_navi ul {
	position:relative;
	top: 0px;
	left: 0px;
}

#g_navi li {
	float: left; 
	display: block;
	margin-right: 25px;
}
#g_navi li:last-child {
	margin-right: 0;
}

#g_navi li a {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*ナビ通常時*/
#g_navi li a#go_home {
	background: url(../images/nav_home.png) no-repeat 0 0;
	width:100px;
}

#g_navi li a#event {
	background: url(../images/nav_event.png) no-repeat 0 0;
	width:100px;
}

#g_navi li a#syoukai {
	background: url(../images/nav_syoukai.png) no-repeat 0 0;
	width:100px;
}

#g_navi li a#aisatsu {
	background: url(../images/nav_aisatsu.png) no-repeat 0 0;
	width:100px;
}

#g_navi li a#ichiran {
	background: url(../images/nav_kameiten.png) no-repeat 0 0;
	width:100px;
}

#g_navi li a#bosyu {
	background: url(../images/nav_bosyu.png) no-repeat 0 0;
	width:100px;
}
#g_navi li a#toiawase {
	background: url(../images/nav_toiawase.png) no-repeat 0 0;
	width:100px;
}


/*ナビマウスオーバー時*/
#g_navi li a#go_home:hover {
	background: url(../images/nav_home_ov.png) no-repeat 0 0;
}

#g_navi li a#event:hover {
	background: url(../images/nav_event_ov.png) no-repeat 0 0;
}

#g_navi li a#syoukai:hover {
	background: url(../images/nav_syoukai_ov.png) no-repeat 0 0;
}

#g_navi li a#aisatsu:hover {
	background: url(../images/nav_aisatsu_ov.png) no-repeat 0 0;
}

#g_navi li a#ichiran:hover {
	background: url(../images/nav_kameiten_ov.png) no-repeat 0 0;
}

#g_navi li a#bosyu:hover {
	background: url(../images/nav_bosyu_ov.png) no-repeat 0 0;
}

#g_navi li a#toiawase:hover {
	background: url(../images/nav_toiawase_ov.png) no-repeat 0 0;
}

/*ナビここまで*/



/*左コンテンツ*/

#left {
	width:575px;
	height: auto;
	margin: 0 25px 0 0;
	float: left;
}

#eventjyouhou {
	width: 575px;
	float:left;
	padding: 70px 30px 25px;
	margin-bottom: 35px;
	border-left: #fff78f solid 5px;
	border-right: #fff78f solid 5px;
	border-bottom: #fff78f solid 5px;
	position: relative;
}
#eventjyouhou .img_eve {
	position: absolute;
	top: -10px;
	left: -5px;
}
#eventjyouhou li,
#info li {
	width: 505px;
	min-height: 5rem;
	margin: 0 0 0.5rem 0;
	padding-bottom: 0.5rem;
	border-bottom: 2px dotted #22ac38;
	position: relative;
}
#eventjyouhou li.icon_new,
#info li.icon_new {
	background: url(../images/ico_new.png) no-repeat;
	background-position: 0 26px;
}
#eventjyouhou li span.day,
#info li span.day {
	font-size: 69%;
	color: #22ac38;
	position: absolute;
	top: 0.9rem;
	left: 0.5rem;
}
#eventjyouhou li span.detail,
#info li span.detail {
	display: block;
	width: 400px;
	margin-left: 100px;
	padding: 0.7rem 0 0.5rem;
}
#info {
	width: 575px;
	float:left;
	padding: 80px 25px 25px;
	border-left: #c3f42a solid 5px;
	border-right: #c3f42a solid 5px;
	border-bottom: #c3f42a solid 5px;
	position: relative;
}
#info .img_inf {
	position: absolute;
	top: -20px;
	left: -5px;
}

.saishin {
	
}

.oshirase p {
	margin-top: 25px;
}
.oshirase img {
	float:right;
}
.eve_link {
	display: block;
	text-align: right;
	margin-top: 20px;
}

/*左コンテンツここまで*/


/*右コンテンツ*/

#right {
	width: 250px;
	height: auto;
	float:right;
}

#side_banner {
	width: 250px;
	height: 300px;
	margin-top: 50px;
}
/*右コンテンツここまで*/


/*フッター*/
#footer {
	width:100%;
	height:260px;
	background:url(../images/img_footer.jpg) repeat-x;
	margin: 0 auto;
}
#footer_inner {
	width: 900px;
	margin: 0 auto;
	padding: 30px 25px 100px;
	position: relative;
}
#footer_inner ul {
	display: table;
	width: 550px;
}
#footer_inner ul li {
	display: table-cell;
	width: 50%;
	height: 2rem;
	float: left;
	display: block;
}
#footer_inner ul li a {
	color: #fff;
	font-size: 88%;
}
#footer h3 {
	display:block;
	width: 300px;
	color:#fff;
	font-size: 88%;
	position: absolute;
	top: 30px;
	right: 0;
}
#footer h3 span {
	display: block;
}

/*フッターここまで*/


/*-------------------------
　　　　イベントページ
--------------------------*/
#eventlist {
	width: 575px;
}


/* --------------------------------------------------
   coder Table
-------------------------------------------------- */
.coder {
	width: 575px;
	margin-top: 15px;
    border-spacing: 0;
	border-collapse: separate;
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;	
}
.coder th,
.coder td {
    padding:10px;
    background:#FFF;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
	font-size:18px;
}
.coder th {
    background:#51c9ff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color:#fff;
	font-weight: bold;
}

.coder td {
	text-align: left;
	background:#fffed6;
}

/* -----------------------
  左上角丸　最初の行の最初のセル
----------------------- */
.coder tr:first-child th:first-child,
.coder tr:first-child td:first-child {
    -webkit-border-radius: 6px 0 0 0;
       -moz-border-radius: 6px 0 0 0;
         -o-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
}
/* -----------------------
  右上角丸　最初の行の最後のセル
----------------------- */
.coder tr:first-child th:last-child,
.coder tr:first-child td:last-child {
    -webkit-border-radius: 0 6px 0 0;
       -moz-border-radius: 0 6px 0 0;
         -o-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
}
/* -----------------------
  左下角丸　最後の行の最初のセル
----------------------- */
.coder tr:last-child th:first-child,
.coder tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 6px;
       -moz-border-radius: 0 0 0 6px;
         -o-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
}
/* -----------------------
  右下角丸　最後の行の最後のセル
----------------------- */
.coder tr:last-child th:last-child,
.coder tr:last-child td:last-child {
    -webkit-border-radius: 0 0 6px 0;
       -moz-border-radius: 0 0 6px 0;
         -o-border-radius: 0 0 6px 0;
            border-radius: 0 0 6px 0;
}
/* --------------------------------------------
  thaed,tbodyを使う場合の設定
-------------------------------------------- */
.coder thead th {background:#e3dcd5;}
.coder thead+tbody th {background:#f4ede6;}
.coder tbody th {text-align:left;}/*IE*/
/* -----------------------
  左上角丸 thead内　最初の行の最初のセル
----------------------- */
.coder thead tr:first-child th:first-child,
.coder thead tr:first-child td:first-child {
    -webkit-border-radius: 6px 0 0 0;
       -moz-border-radius: 6px 0 0 0;
         -o-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
}
/* -----------------------
  右上角丸 thead内　最初の行の最後のセル
----------------------- */
.coder thead tr:first-child th:last-child,
.coder thead tr:first-child td:last-child {
    -webkit-border-radius: 0 6px 0 0;
       -moz-border-radius: 0 6px 0 0;
         -o-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
}
/* -----------------------
  角丸なし　thaedの後のtbody 最初の行の最初のセル
  角丸なし　thaedの後のtbody 最初の行の最後のセル
----------------------- */
.coder thead+tbody tr:first-child th:first-child,
.coder thead+tbody tr:first-child td:first-child,
.coder thead+tbody tr:first-child th:last-child,
.coder thead+tbody tr:first-child td:last-child {
    -webkit-border-radius:0px;
       -moz-border-radius:0px;
         -o-border-radius:0px;
            border-radius:0px;
}
/* -----------------------
  左下角丸　thaedの後のtbody 最後の行の最初のセル
----------------------- */
.coder thead+tbody tr:last-child th:first-child,
.coder thead+tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 6px;
       -moz-border-radius: 0 0 0 6px;
         -o-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
}
/* -----------------------
  右下角丸　thaedの後のtbody 最後の行の最後のセル
----------------------- */
.coder thead+tbody tr:last-child th:last-child,
.coder thead+tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 6px 0;
       -moz-border-radius: 0 0 6px 0;
         -o-border-radius: 0 0 6px 0;
            border-radius: 0 0 6px 0;
}

/*-------------------------
　　　　イベントページここまで
--------------------------*/


/*-------------------------
　　　　カード紹介
--------------------------*/
#card_syoukai {
	padding: 10px 0;
	font-size:18px;
}

#card_syoukai ul {
	width:575px;
	margin: 5px 0 15px 0;
}

.setsumei_img {
	float:right;
	margin: 1rem;
}

.mini_banner {
	margin: 15px 0 5px;
}

.sonota {
	font-size:18px;
	margin-top: 30px;
}

.q {
	background:url(../images/ico_q.png) no-repeat left;
	padding: 10px 0 9px 50px;
}

.a {
	background:url(../images/ico_a.png) no-repeat top left;
	padding: 0 0 10px 50px;
}
/*-------------------------
　　　　カード紹介ここまで
--------------------------*/



/*-------------------------
　　　　挨拶
--------------------------*/
.riji {
	font-size:18px;
	text-align:right;
	margin-bottom: 20px;
}

.aisatsu {
	font-size:20px;
	margin-top: 5px;
}

.aisatsubun {
	font-size:20px;
	text-align:left;
}
/*-------------------------
　　　　挨拶ここまで
--------------------------*/



/*-------------------------
　　　　加盟店
--------------------------*/
.kameitenlist {
	width: 575px;
	margin: 10px auto;
	background-color:#FCFCFC;
	border:solid 1px #6F6F6F;
	border-radius: 1em;
	padding: 10px;
	line-height:normal;
}
#table_kamei {
	margin-bottom: 25px;
}
#table_kamei td {
	font-size: 88% !important;
}
/*-------------------------
　　　　加盟店ここまで
--------------------------*/



/*-------------------------
　　　　募集
--------------------------*/
.campaign {
	margin: 10px 0 20px;
	padding: 15px 10px 10px;
	text-align: left;
	border: 3px solid #26A2FD;
	-webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.campaign span {
	font-size: 107%;
	color: #FF4200;
	display: block;
	margin-bottom: 10px;
}

.campaign span.kikan {
	text-align: center;
	color: #FF9815;
}

.merit {
	margin-bottom: 25px;
}

.merit li {
	margin-top: 15px;
	padding: 10px 10px 10px 75px;
	height: 90px;
	font-size: 107%;
	line-height: 1.4;
	border: 1px solid #1AE64E;
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}

.li1 {
	background: url(../images/ico1.png) 10px 20px no-repeat;
}
.li2 {
	background: url(../images/ico2.png) 10px 20px no-repeat;
}
.li3 {
	background: url(../images/ico3.png) 10px 20px no-repeat;
}


.table_title {
	margin-top: 15px;
	margin-right: 10px;
	padding: 6px 8px;
	width: 100px;
	font-size: 1.1rem;
	border: 1px solid #AD8342;
		-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
	background-color: #ffffcc;
	float: left;
}

.simulation {
	font-size: 107%;
	clear: left;
	text-align: left;
}
.sim_table {
	width: 25%;
	float: left;
	clear: left;
	margin-right: 15px;
	font-size: 100%;
}
.sim_table th,.sim_table td,
.sim_table_fleft th,.sim_table_fleft td,
.sim_table_fleft2 th,.sim_table_fleft2 td {
	font-size: 82%;
}
.sim_table_fleft {
	width: 26%;
	float: left;
	margin-top: -30px;
	margin-right: 10px;
	clear: right;
}
.sim_table_fleft2 {
	width: 31%;
	float: left;
	margin-top: -30px;
	margin-bottom: 60px;
	clear: right;
}

.fr {
	float: right !important;
}


.brown th {
	background: #C97900 !important;
	color: #fff;
}
.brown th.yellow {
	background: #C97900 !important;
	color: #F4FF31;;
}

.brown td {
	background: #FFDA95 !important;
}

.table2 {
	background-color: #E2FFE3;
	border: 3px solid #33D44A;
	margin: 10px 0 15px 0;
	padding: 12px 0 12px 16px;
	-webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

}

.table2 p {
	float: left;
	font-size: 100%;
	margin-right: 11px;
}

.table2 span {
	font-size: 1rem;
}

#eventlist h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 1.3rem;
}

#eventlist .tokuten {
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: left;
	font-size: 1.1rem;
}

#eventlist h4 span {
	color: #51c9ff;
}

table.kamidai {
	margin-bottom: 30px;
}
table.kamidai th {
	width: 40%;
}
table.kamidai td {
	text-align: center;
}
/*-------------------------
　　　　募集ここまで
--------------------------*/



/*-------------------------
　　　お問い合わせ画面
--------------------------*/
div#mailforms {
	width: 100%;
	padding:32px 74px;
	margin-top:24px;
	margin-bottom:24px;
	background-color:#eee;
	border:solid #99f 1px;
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	border-radius: 12px;//CSS3
	behavior: url(border-radius.htc);//for IE
}

form#mailform li {
	
}

form#mailform span.title{
	font-size:14px;
	float:left;
	width:180px;
	padding:5px;
}

form#mailform span.hissu{
	color:#FF0066;
}

form#mailform span.button{
	display:block;
	width:730px;
	margin-bottom:18px;
	text-align:right;
}

form#mailform input.text{
	clear:both;
	width:400px;
	margin:10px;
}

form#mailform input.button{
	width:120px;
}


form#mailform span.clear{
	clear:both;
}

form#mailform textarea{
	clear:both;
	width:400px;
	height:8em;
	margin:8px;
}

/** お問い合わせ画面ここまで **/


/*スーパーボックスここから*/
/* Base Superbox Styles */
#superbox-overlay{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;}
#superbox-wrapper{position:fixed;z-index:9999;top:0;display:table;width:100%;height:100%;}
#superbox-container{position:relative;display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;}
#superbox{margin:0 auto;padding:0;}
#superbox-container .loading{margin:0;text-align:center;}

/* IE7 */
*:first-child+html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
*:first-child+html #superbox{position:relative;top:-50%;display:block;}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
* html #superbox{position:relative;top:-50%;display:block;}
* html #superbox-overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');}
* html #superbox-wrapper{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

/* Default Theme */
#superbox-overlay{background:#000;}
#superbox-container .loading{text-align:center;font-size:40px;color:#fff;}
#superbox{padding:10px;background:#ffffff;}
#superbox-innerbox{padding:10px 0;}
#superbox.image{text-align:center;}
#superbox .close,
#superbox .nextprev{overflow:hidden;margin:0;}

/* superbox 背景の色
---------------------------------------- */
#superbox-overlay{background:#f5f5f5;}

/* superbox ローディング画像呼び出し
---------------------------------------- */
#superbox-container .loading{width:32px;height:32px;margin:0 auto;text-indent:-9999px;background:url(images/loader.gif) no-repeat 0 0;}

/* superbox closeボタン
---------------------------------------- */
#superbox .close a{float:right;padding:0 5px;line-height:20px;background:#333;cursor:pointer;}
#superbox .close a span{color:#fff;}

/* superbox next　prev要素指定
---------------------------------------- */
#superbox .nextprev a{float:left;margin-right:5px;padding:0 5px;line-height:20px;background:#333;cursor:pointer;color:#fff;}
#superbox .nextprev .disabled{background:#ccc;cursor:default;}

/* コンテンツ要素
---------------------------------------- */
#superbox #column	{ text-align: left; }
#superbox #column h2	{ 	
	font-size: 116.6%;
	border-bottom: solid 1px #646464;
	padding: 5px;
	margin-bottom: 10px;
}
/*スーパーボックスここまで*/


/*-------------
Reset
-------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background-color: #00afec;
	line-height: 1.5;
	color: #444;
	word-break: normal;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #888;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*-------------
clearfix
-------------*/
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear: both;
}
/*-------------
margin
-------------*/
.mt_5 {margin-top: 5px !important;}
.mt_10 {margin-top: 10px !important;}
.mt_15 {margin-top: 15px !important;}
.mt_20 {margin-top: 20px !important;}
.mt_30 {margin-top: 30px !important;}
.mt_40 {margin-top: 40px !important;}
.mt_50 {margin-top: 50px !important;}
.mr_5 {margin-right: 5px !important;}
.mr_10 {margin-right: 10px !important;}
.mr_15 {margin-right: 15px !important;}
.mr_20 {margin-right: 20px !important;}
.mr_25 {margin-right: 25px !important;}
.mr_30 {margin-right: 30px !important;}
.mr_35 {margin-right: 35px !important;}
.mr_40 {margin-right: 40px !important;}
.mr_95 {margin-right: 95px !important;}
.mr_97 {margin-right: 97px !important;}
.ml_5 {margin-left: 5px !important;}
.ml_10 {margin-left: 10px !important;}
.ml_15 {margin-left: 15px !important;}
.ml_20 {margin-left: 20px !important;}
.mb_3 {margin-bottom: 3px !important;}
.mb_5 {margin-bottom: 5px !important;}
.mb_10 {margin-bottom: 10px !important;}
.mb_15 {margin-bottom: 15px !important;}
.mb_20 {margin-bottom: 20px !important;}
.mb_30 {margin-bottom: 30px !important;}
.mb_40 {margin-bottom: 40px !important;}
.mb_50 {margin-bottom: 50px !important;}
.mb_100 {margin-bottom: 100px !important;}
.mb_1r {margin-bottom: 1rem !important;}
.mb_2r {margin-bottom: 2rem !important;}
.mb_3r {margin-bottom: 3rem !important;}
.mb_4r {margin-bottom: 4rem !important;}
.mb_5r {margin-bottom: 5rem !important;}
.mb_6r {margin-bottom: 6rem !important;}
.mb_7r {margin-bottom: 7rem !important;}
/*-------------
font-size
-------------*/
.fs_13 {font-size: 82% !important;}
.fs_14 {font-size: 88% !important;}
.fs_15 {font-size: 94% !important;}
.fs_16 {font-size: 100% !important;}
.fs_17 {font-size: 107% !important;}
.fs_18 {font-size: 113% !important;}
.fs_19 {font-size: 119% !important;}
.fs_20 {font-size: 125% !important;}
.FwB {font-weight: bold !important;}
/*-------------
float
-------------*/
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
/*-------------
etc..
-------------*/
.dis_b {display: block;}
.lh_5 {line-height: 5rem;}
.red {color: #FF0000;}
.green {color: #22ac38}
.vat {vertical-align: top;}
