
/*====================================================================================
	Information Page Setting
====================================================================================*/
/*div.informations h2 {
	width: 616px;
	height: auto;
	padding: 12px;
	margin-top: 0;
	margin-bottom: 19px;
	background-image: url('/img/h2_bg.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}*/

div.informations div.information h3 {
	text-align: left;
	width: 616px;
	height: auto;
	padding: 0px 18px 12px 6px;
	margin-bottom: 12px;
	background-image: url('/img/line_slash.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	font-size: 16px;
}

div.informations div.information h3 img {
	margin-right: 7px;
	vertical-align: bottom;
}

div.informations div.information div.title {
    padding-top: 10px;
    font-weight: bold;
}

div.informations div.information p.message {
	margin: 10px 0;
}

div.informations div.information img.image {
  	margin-bottom: 10px;
  	width: 640px;
}
div.informations div.information div.detail {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.contents.about_contents.informations > h2 {
	margin-bottom: 10px;
}

div.informations div.information-list {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url('/img/line_dot.png');
    background-position: left bottom;
    background-repeat: repeat-x;
}

div.informations div.information-list:hover {
	background-color: #EDEFF2;
}

div.informations div.information-list h3 {
	margin-top: 0;
}

div.informations div.information-list a {
	color: #262729;
	text-decoration: none;
}

div.informations div.information-list div.detail-link {
	text-align: right;
}

div.informations div.information-login-button-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 320px;
}

div.informations div.information-login-button {
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #236795;
    font-size: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px 0px #333333;
	cursor: pointer;
}