/*layout*/
/*------------------------------------------------------------------------------*/
@font-face {
	font-family: 'liberation_sansregular';
	src: url('LiberationSans-Regular-webfont.eot');
	src: url('LiberationSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('LiberationSans-Regular-webfont.woff') format('woff'),
	     url('LiberationSans-Regular-webfont.ttf') format('truetype'),
	     url('LiberationSans-Regular-webfont.svg#liberation_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'liberation_sansbold';
	src: url('LiberationSans-Bold-webfont.eot');
	src: url('LiberationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('LiberationSans-Bold-webfont.woff') format('woff'),
	     url('LiberationSans-Bold-webfont.ttf') format('truetype'),
	     url('LiberationSans-Bold-webfont.svg#liberation_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fontLiberationR {
	font-family: liberation_sansregular!important;
}
.fontLiberationB {
	font-family: liberation_sansbold!important;
}


body {
	font-size: 62.5%;
	min-width: 320px;
	/*background: url(../images/p00/p00_bg.jpg) no-repeat top center;
	background-size: cover;*/
}

body#common {
	font-size: 62.5%;
	min-width: 320px;
	color: #7f7f7f;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

img {
	max-width:100%;
	height: auto;
}

li {
	list-style-type: none;
}





#wrapper {
	min-width: 320px;
	max-width: 640px;
	min-height: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

#common #wrapper {
	min-width: 320px;
	max-width: 640px;
	min-height: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left!important;
	margin: 0 auto;
	background-size: cover;
}





/* header */
/*------------------------------------------------------------------------------*/
/*header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#headerTop {
	display: table;
	width: 100%;
	min-height: 20%;
	position: relative;
	padding: 1% 0;
}*/
h1 {
	width: 89%;
	margin: auto;
}
/*header #headLogoBox {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
header #headLogoBox h1 {
	width: 100%;
	padding: 0 0 0 10px;
}
header #headLogoBox h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url(../images/logo.png) no-repeat center left;
	background-size: contain;
}
header #headIconBox {
	display: table-cell;
	width: 50%;
	padding: 0 0 0 16%;
}
header #headIconBox ul {
	display: table;
	width: 100%;
	height: 100%;
}
header #headIconBox li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
header #headIconBox li a {
	display: block;
	padding: 0 2px;
}*/




/* footer */
/*------------------------------------------------------------------------------*/
#footerInfo {
	text-align: center;
	background-color: #dfdfdf;
	padding: 10px 0;
}
#footerInfo .switching a {
	color: #e65a83;
	text-decoration: underline;
}
#footerInfo ul {
	padding: 5px 0;
}
#footerInfo li {
	display: inline-block;
}
#footerInfo li+li {
	margin: 0 0 0 10px;
}
#footerInfo li a {
	color: #7f7f7f;
	text-decoration: underline;
	/*background: url(../images/arr_footer_info.png) no-repeat center left;*/
	background-size: 6px 10px;
	padding: 0 0 0 11px;
}

#footer {
	position: fixed;
	bottom: 0;
	background-color: #707070;
	padding: 10px;
	z-index: 999;
}
#footer ul {
	display: table;
	width: 100%;
}
#footer li {
	display: table-cell;
	padding: 0 2% 0 0;
}
#footer li:last-child {
	padding: 0;
}
/*#footer li.banner01,#footer li.banner02,#footer li.btnMypage {
	width: 20%;
}*/
/*#footer li a img {
	width: auto;
	height: 100%;
}*/





/* commonPageBack */
/*------------------------------------------------------------------------------*/
.commonPageBack {
	padding: 4% 10px;
}
.commonPageBack a {
	font-size: 11px;
	color: #e65a83;
	text-decoration: underline;
	background: url(../images/arr_pageback.png) no-repeat center left;
	background-size: 6px 10px;
	padding: 0 0 0 2em;
}
.commonPageBack a {
	font-size: 11px;
	color: #e65a83;
	text-decoration: underline;
	background: url(../images/arr_pageback.png) no-repeat center left;
	background-size: 6px 10px;
	padding: 0 0 0 2em;
}





/* commonPageTitle */
/*------------------------------------------------------------------------------*/
.commonPageTitle {
	padding: 4% 0 0 0;
}
.commonPageTitle02 {
	padding: 4% 0;
}

p#btn {
    color: #fff;
    background: #363636;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
}







