* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Osaka,sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
	/* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**
 * clearfix 
 */

/* clearfix (Firefox)
------------------------------- */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* WinIE7
------------------------------- */
.clearfix{
	display:inline-block;
}

/* WinIE6
------------------------------- */
/* Hides from IE-mac \*/
* html .clearfix{
	height:1px;
}

.clearfix{
	display:block;
}

/* End hide from IE-mac */
ol {
	list-style: none;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.cl {
	clear: both;
}

.t-left {
	text-align: left;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

.mt20 {
	margin-top: 20px;
}

.mt24 {
	margin-top: 24px;
}

sup,
sub {
	height: 0;
	line-height: 1;
	_vertical-align: bottom;
	vertical-align: baseline;
	position: relative;
	top: -1ex;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

#wrap {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

.common_footer_logo {
	text-align: left;
	padding: 14px 0px;
}

/* contents
------------------------------- */
#contents {
	margin: 20px auto 0;
}
#contents .main{
	border: solid 6px #36318f;
	background: #fff;
	text-align: center;
	padding: 0 0 21px;
}
#contents .main h1{
	text-align: center;
	padding: 0 0 25px;
}
#contents .bnr-list ul{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 30px 0 0;
}