@charset "utf-8";

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){

*{
	font-size: 16px;	
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
#container{
	width:100%;
}

h1{
	margin-left: 1%;
}
h1 a{
	background-size: contain;
	background-image:url(../img/title_s.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999em;
}

h1 img{
	padding-left: 10px;
	width: 60%;
}



/*===============================================
イベント一覧
===============================================*/
h3{ 
	background: url(../img/dotline1.gif) repeat-x bottom, url(../img/heart.png) no-repeat 10px 8px;
	padding: 0 0 5px 35px;
	font-size: 20px;
	position: relative;
	font-weight:normal;
}
.top_list{
	
}
.topdl dl{
	position: relative;
	bottom: 20px;
	border-bottom: 2px dotted #ccc;
	overflow: hidden;
}
.topdl dt{
    background: url(../img/arrow.gif) no-repeat 15px 15px;
    padding: 0 20px 0 30px;
    padding-top: 10px;
}
.topdl dt a{
	font-size: 18px;
	font-weight: bold;
}

.topdl dt+dd,
.topdl dd+dd{
	margin-left: 30px;
	float: left;

}
.topdl dd+dd~dd{
	float:right;
	margin: 5px 15px 10px 0;
}

.topdl dt+dd:before{
	content: "開催日：";
}
.topdl dd+dd:before{
	content: "開催場所：";
}
.topdl dd+dd+dd:before{
	content: "";
}

.topdl dd>a{
	background: url(../img/arrow_gy.png) no-repeat 97px 10px #E8E8E7;
}
.topdl p{
	font-size: 12px;
	padding-left: 10px;
	margin: 0;
}

.btn,.btn_detail{
	margin:10px auto;
	line-height:0;
	width: 90%;
	padding: 5px 0;
	border-radius: 5px;
	background:url(../img/arrow_w.png) no-repeat 98% #fca01c;
}
.btn a,.btn_detail a{
	font-size: 12px;
	font-size: 1.2rem;
	color:#FFF;
	text-decoration:none;
	text-align: center;
	display:block;
	line-height: 1.2;
}
.btn,
.btn_detail,
.btn_detail_m{
    margin: 50px auto 60px;
	overflow: hidden;
}
.btn_detail_m{
    margin: 20px auto 0;
}

.btn p,
.btn_detail p,
.btn_detail_m p{
	overflow: hidden;
	border-radius: 10px;
	margin: 0 auto;
	padding: 0 20px;
	background: #fca01c;
}
.btn a,
.btn_detail a,
.btn_detail_m a{
	color:#FFF;
	font-size: 14px;
	text-decoration:none;
	text-align: center;
	padding:10px;
	display:block;
}
.btn a,
.btn_detail a,
.btn_detail_m a{
	background:url(../img/arrow_w.png) no-repeat 100%;
}

div.regist{
	width: 100%;
	padding: 0 10px;
}
div.regist dd{
	margin-bottom: 10px;
}
div.regist input[type="text"],
div.regist input[type="tel"],
div.regist input[type="email"],
div.regist textarea{
	width: 95%;
}
.top_list p,
.appbox p{
	padding: 0 8px;
}


#foot_wrap p{
	text-align: center;	
	font-size: 10px;
    letter-spacing: 0.1em;
	padding: 10px 0 10px;
}
#foot_wrap ul{
	margin-top: 20px;
}
#foot_wrap a{
	color: #666;
	text-decoration: underline;
	background:url(../img/arrow_o.gif) no-repeat 10px;
	padding-left: 20px;
}
#footer{ margin-top: 30px; }

#pagetop{
    position:fixed;
    right:20px;
    bottom:70px;
    cursor:pointer;
	z-index:1;
}

/*===============================================
●申込みページ
===============================================*/
div.login{
	width:90%;
	margin: 0 auto;
}
div.login dl{
	margin: 0 auto 10px;
	text-align: center;
}

div.login dt{
    width: 50%;
    margin: 0 auto;
    text-align: left;
}
.appbox dl{
	margin: 10px auto 0;
}
.appbox dl input{
	border: solid 1px #CCC;
	width: 50%;
}

.refistbox dl dt:before,
.appbox dl dt:before{
	content: "●";
	color: #FC9F19;
}

p.caution,
.right_box div.mag_btn{
	padding: 10px;
	border: solid 1px #ccc;
	font-size:12px;
}

.conf dl dt{
	width: 80%;
	font-weight:bold;
}
.conf dl dd{
	text-align:left;
	width: 80%;
	text-indent:1em;
	margin:0 auto;
}
.refistbox dl dt:before,
.appbox dl dt:before,
.conf dl dt:before{
	content: "●";
	color: #FC9F19;
}



/*===============================================
●イベント詳細ページ
===============================================*/
.list{ overflow: hidden; }
.left_box{
	text-align: center;
	height: auto;
}
.left_box p{
	margin-bottom: 0px;
	margin: 5px 0 10px 0;
}
.left_box p{
	display: none;
}

.right_box>p{
	background: #fef7e9;
	padding: 5px;
	margin: 0 10px 20px 10px;
}
.right_box>p.magazine{
	background: none;
	padding: 0;
}

.right_box dl{
	padding: 15px 20px;
	margin: 0 5px;
    border-top: 2px dotted #ccc;
}
.right_box dl.bdr_btm{
    border-bottom: 1px dotted #ccc;
}

.right_box dt{
	width: 35%;
	font-weight: bold;
	float: left;
}
.right_box dt:before{
	content: "●";
	padding-right:2px;
	color: #fca01c;
	font-size: 18px;
}
.right_box dd{ overflow: hidden; }


.right_box p.caution,
.right_box div.mag_btn{
	margin-top: 30px;
	background:#FFF;
	border: solid 1px #ccc;
}

.right_box div.mag_btn{
	margin-top: 0px;
}
.right_box div.mag_btn{
	padding-bottom: 10px;
	
}
.right_box div.mag_btn p{
	text-align: center;
    font-size: 18px;
}


.caution strong{ line-height:2; }

.endbox{
	margin-bottom: 25%;
}
.endbox>p{
	padding-left: 5%;
}

/*===============================================
●細かい指定用
===============================================*/

.mt10{ margin-top: 10px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }

.mtb10{ margin: 10px 0; }
.mtb20{ margin: 20px 0; }
.mtb30{ margin: 0; }

.plr10{ padding: 0 10px; }
.plr20{ padding: 0 20px; }
.plr30{ padding: 0 30px; }



.plr8{ padding: 0 8px; }

.clear{ clear: both; }

}