﻿@charset "utf-8";

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


div#event p {
	font-size:12px;
	color:434343;
	line-height:18px;
	margin:10px 0 25px 20px;
	text-align:left;
	display: block;
	-webkit-text-size-adjust: none;
}

div#event {
	width:800px;
	margin:0 auto;
	padding:0px 0 60px 0;
    background-image:url(images/back_img.jpg);
    background-repeat:no-repeat;
}

div#social {
	padding:10px 0 0 0;
	margin:10px 20px 20px 5px;
	float:right;
}

div#event h2 {
	margin:0 auto;
}

h3 {
	margin:15px 0 15px 0;
}

div#event div.contents {
    width:800px;
	line-height:80px;
	padding:0px 0 10px 0;
}

div#event div.box {
	line-height:18px;
    text-align:center;
    margin:0px auto;
    width:460px;
}

div#event div.box ul {
	font-size:12px;
	color:434343;
	line-height:18px;
	margin:0 0 25px 0px;
	text-align:left;
	-webkit-text-size-adjust: none;
}

dt {
	width:50px;
	float:left;
	font-size:14px;
	margin:0;
}
dd {
	float:left;
	font-size:14px;
	margin:0 0 10px 0;
}

div.text {
	width:732px;
	padding:10px 0 0 20px;
}



a{/*リンクされた文字*/
    color:#333333;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#333333;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#333333;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#333333;
    font-style:normal;
    text-decoration:underline;
}

span.red {
	color:#FF0000;
}

