@charset "UTF-8";

.sub p {
    display: inherit;
    margin: 0;
}

/*--------
Common style
--------*/
.mm_pdgbtm {
  padding-bottom: 30px;
}

.mm_pdgbtm2 {
  padding-bottom: 60px;
}


.mm_right {
  text-align: right;
}

.mm_center {
	text-align: center;
}

.sub section p {
	padding-bottom: 30px;
	text-align: left;
}

.mm_smallTxt {
	font-size: 14px;
}

.mm_strong {
	font-weight: bold;
}

/*--------
Table
--------*/
table.mm_table th,
table.mm_table td {
	padding: 30px;
	background: url(../img/common/dotloop.png) repeat-x bottom left;
}

table.mm_table th {
	width: 170px;
	text-align: left;
}

table.mm_table td {
	vertical-align: top;
}

ul.mm_list li {
	margin-left: 20px;
	list-style-type: none;
}

	ul.mm_list li:before {
		content: '';
		width: 6px;
		height: 6px;
		display: inline-block;
		border-radius: 100%;
		background: #ffae00;
		position: relative;
		left: -15px;
		top: -3px;
	}

ul.mm_listnum {margin-left: 30px;}

	ul.mm_listnum li {
		list-style-type:decimal;
		padding-bottom: 30px;
	}

ul.mm_listnum2 {margin-left: 30px;}
ul.mm_listnum2 li {
	list-style-type:decimal;
	padding-bottom: 10px;
}

ul.mm_listalp {
	margin-left: 50px;
}

	ul.mm_listalp li {
		list-style-type:lower-alpha;
		padding-bottom: 10px;
	}


/*--------
Privacy policy
--------*/
/* 1st */
ul.mm_ppList1st {
	counter-reset: num;
	list-style: none;
}

	ul.mm_ppList1st li {
		padding-bottom: 20px;
		overflow: hidden;
	}

	ul.mm_ppList1st li:before {
		content: '（'counter(num)'）';
		counter-increment: num;
		float: left;
	}

.ppTxt {
	display: block;
	overflow: hidden;
}

/* 2nd */
ul.mm_ppList2nd {
	counter-reset: cirnum;
	list-style: none;
}

	ul.mm_ppList2nd li {
		padding-bottom: 10px;
		overflow: hidden;
	}

ul.mm_ppList2nd li:before {
	width: 15px;
	height: 15px;
	margin-top: 8px;
	margin-right: 5px;
	float: left;
	line-height: 17px;
	content: counter(cirnum);
	counter-increment: cirnum;
	font-size: 12px;
	border: solid 1px #333;
	border-radius: 50%;
	text-align: center;
}

/* 3rd */
ul.mm_ppList3rd {
	counter-reset: alp;
	list-style: none;
}

	ul.mm_ppList3rd li {
		padding-bottom: 5px;
		overflow: hidden;
	}

	ul.mm_ppList3rd li:before {
		content: counter(alp,lower-alpha)'.';
		counter-increment: alp;
		border-radius: 0;
		float: left;
		font-size: 16px;
		border:none;
	}

/* Table */
table.pp_table {
	margin-bottom: 20px;
}

table.pp_table th,
table.pp_table td {
	padding: 5px 10px;
	border:solid 1px #844608;
}

table.pp_table th {
	text-align: center;
}

table.pp_table td {
	vertical-align: top;
}

.comt {
	font-size: 0.8em;
}

.comt_sup {
	font-size: 0.8em;
	vertical-align: super;
}


/*--------
PDF link
--------*/
a[href$=".pdf"]:after {
    width: 16px;
    height: 16px;
    margin-left: 10px;
	background:url(/assets/img/pdf_mini.gif) no-repeat;
	content:" ";
    display: inline-block;
    top: 50%;
}

/*--------
OPTOUT
--------*/
.optoutbox {
	overflow: hidden;
}

.optoutbtn {
	float: left;
	text-align: center;
}

.optstateus {
	width: 50%;
	float: right;
	padding: 10px;
	background: #f6ede4;
}

	.optstateus p {
		padding-left: 10px;
		font-weight: bold;
	}

.optout {
    width: 400px;
    padding: 14px 18px;
    border-radius: 6px;
	font-size: 16px;
    font-weight: 700;
    background-color: #844608;
    color: #FFF;
    cursor:pointer;
}

	.optout:hover {
		background: #99530c;
	}

.optin {
    text-decoration:underline;
	cursor:pointer;
	color: #844608;
}

	.optin:hover {
		text-decoration: none;
		color: #ff9c00;
	}

#msg_status {
	height:2.7em;
	overflow:hidden;
	padding:0;
	margin: 0;
}

/*--------
Not found
--------*/
.mm_notfound {
	padding-bottom: 30px;
	color: #ff9c00;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.8em;
    text-align: center;
}

/*--------
Ankeito
--------*/
#ankeito_wrapper {
}

#ankeito_wrapper section {
	padding-bottom: 90px;
}

#ankeito_wrapper section h3 {
	padding-bottom: 30px;
	text-align: center;
}

ul.ankeito_list {
	width: 836px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

ul.ankeito_list li {
	float: left;
	height: 209px;
	margin: 0;
	padding: 0;
}

.characterBox {
	background: #f6ede4;
}

.nakama_intro {
	padding-bottom: 50px;
	font-family: HuiFontP109;
	font-size: 24px;
	text-align: center;
}

.nakama_loveimg {
	text-align: center;
	padding-bottom: 50px;
}

ul.nakamaNav {
	padding-bottom: 30px;
	text-align: center;
}

ul.nakamaNav li {
	padding: 0 30px 30px;
	display: inline-block;
}

/*background: #fbf8f4;*/

/*--------
Requirements
--------*/
.mm_reqBox section {
	padding-bottom: 40px;
}

.mm_reqBox h5 {
	font-weight: bold;
}

.mm_reqBox h4 {
	color: #ff9c00;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.mm_reqNav {
	width: 850px;
	margin: auto;
	padding-bottom: 100px;
}


/*--------
Common Style
--------*/
.mm_left {
  text-align: left !important;
}

.mm_indent {
	margin-left: 1em !important;
	text-indent:-1em;
	display: block;
}