@charset "utf-8";

/**
 *
 *  スマホサイト | index | イベント情報
 *
 */

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
body,html {
	-webkit-text-size-adjust: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#Content #Wrapper{
}


.bold {
	font-weight:bold;
}

img {
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	border:none;
}

a {
	display:block;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/



/* sec
-----------------------------------------------------------------*/
#Content .sec {
	margin:0;
	padding:0;
	width:100%;
	text-align:left;
}

#Content .sec .lead {
	font-size:14px;
	line-height:160%;
	font-weight:normal;
}

.section_box {
	margin-top:4px;
	/*padding-bottom:15px;*/
	border-bottom:1px solid #CCC;
}




/* 内容
-----------------------------------------------------------------*/

#Content .sec .low-name {
	margin:0;
	padding:0 15px;
	line-height:140%;
}


#Content .sec .low-name a:link,
#Content .sec .low-name a:visited {
	display:block;
	font-size:13px;
	color:#213F78;
	font-weight:bold;
	text-decoration:underline;
}

#Content .sec .low-name a:hover,
#Content .sec .low-name a:active {
}


#Content .sec .low-date {
	padding:0 15px;
	font-size:13px;
	line-height:140%;
	font-weight:normal;
}


#Content .sec ul {
	margin:0 0 3px 0;
	padding:5px 0;
	border-bottom:1px dotted #999999;
}

#Content .sec ul li {
	margin:0;
	padding:0;
	list-style:none;
}


#Content ul.place_li {
	clear:both;
	margin:0;
	padding:5px 0;
	width:100%;
}

/* 会場アイコン */
.ico_place {
	margin-top:2px !important;
	padding-left:83px !important;
	padding-right:15px !important;
	min-height:20px;
	background-image:url(../images/index/sec_detail_ico02.gif);
	background-position:15px top;
	background-size:60px 19px;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:140%;
}

/* 集合場所アイコン */
.ico_assemble {
	margin-top:2px !important;
	padding-left:83px !important;
	padding-right:15px !important;
	min-height:20px;
	background-image:url(../images/index/sec_detail_ico01.gif);
	background-position:15px top;
	background-size:60px 19px;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:140%;
}





/*
#Content dl {
	clear:both;
	margin:0;
	padding:5px 0 0 0;
	width:100%;
}

#Content dt {
	clear:both;
	margin:0;
	padding:0;
	width:75px;
	float:left;
	text-align:left;
}

#Content dt img {
	width:60px;
	height:19px;
}

#Content dd {
	margin:0;
	padding:0;
	width:auto;
	font-size:13px;
	line-height:150%;
}

*/


/* イベント説明文 */
.syoukai_text {
	clear:both;
	margin-top:10px;
	padding:0 15px;
	font-size:12px;
	line-height:140%;
	/*border-top:1px dotted #999999;*/
}





/* お問い合わせボタン */
#Content .toiawse {
	clear:both;
	display:block;
	margin:0 0 13px 0;
	padding:10px 15px 0 15px;
	/*padding-top:12px;*/
	/*border-top:1px dotted #999999;*/
}




/* イベント無し */
#Content .no_event {
	margin:0;
	padding:15px;
	font-size:14px;
	line-height:150%;
	/*border-bottom:1px solid #000;*/
}


