@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../img/dg/bg_coment.jpg);
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.txt_r {
	color: #FF0000;
	font-size: 10px;
}

#outbox {
	height: 480px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 60px;
	padding-top: 40px;
}

#box {
	height: 106px;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 20px;
	display: table;
}

#logo18 {
	display: block;
	float: left;
	margin-right: 15px;
}

#index_caption {
    display: table-cell;
    vertical-align: middle;
}

#index_caption p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.6em;
	margin-left: 0px;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 16px;
}

#btn_section {
	height: 114px;
	position: relative;
	margin-top: 30px;
}


#btn_section a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 74px;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
}

#btn_section #btn_leave {
	left: 573px;
	top: 17px;
	padding: 13px 33px;
	border-radius: 5px;
	background: #cacaca;
	font-size: 14px;
	color: #999999;
}

#btn_section #btn_leave:hover {
}

#btn_section #btn_enter {
	-webkit-transition: all .3s;
	transition: all .3s;
	top: 0px;
	left: 125px;
	border-radius: 5px;
	background: #BF0000;
	padding: 25px 80px;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}

#btn_section #btn_enter:hover {
	background: #7D0000;
	
}

.confirmation {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 0 0;
	color: #BF0000;
}

.languages {
	font-size: 12px;
}

.languages a {	
	color: #00aeff;
}
.about_col {
	background: url(/user_data/packages/default/img/logo_about.png) no-repeat 97% 14px;
	color: #333333;
	font-size: 100%;
	overflow: hidden;
	clear: both;
	margin: 10px 0;
	float: left;
}
.about_col h2 {
	font-family: "Sawarabi Mincho";
	text-align: center;
	text-indent: inherit;
	font-size: 120%;
	color: #111111;
	position: relative;
	text-align: center;
	margin: 1em 0;
	border: none;
}
.about_col h2:before {
	border-top: 1px solid #404040;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.about_col h2 span {
	background-color: #e7e7e7;
	display: inline-block;
	padding: 0 1em;
	position: relative;
}
.about_col h3 {
	font-size: 92%;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
	display: inline-block;
}
.about_col p {
	font-size: 86%;
	line-height: 1.7em;
	margin: 0 0 10px 0;
	color: #444444;
}
.about_col dl {
	font-size: 86%;
	line-height: 1.7em;
	margin: 0 0 10px 0;
	color: #444444;
	background: #DDDDDD;
	border-radius: 5px;
	padding: 10px;
}