@charset "shift_jis";

body {
	background: #ffffff;
	font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

/* header
================================ */
#pageContainer header {
}
#pageContainer header img {
	width: 100%;
	height: auto;
}
#pageContainer header #headerArea {
	overflow: hidden;
	background: url(../images/header_bg001.gif) repeat-x 0 0;
	background-size: auto 100%;
}
#pageContainer header #headerArea h1 {
	line-height: 0;
	float: left;
	width: 69%;
	margin-left: 15.5%;
}
#pageContainer header #headerArea #menuButton {
	float: right;
	width: 8%;
	margin: 2% 3% 0 0;

}
#pageContainer header #headerArea #menuButton a {
}

#menu {
	background: #ffc9bb;
	display: none;
}
#menu.mm-opened {
	display: block;
}
#menu img {
	width: 100%;
	height: auto;
}
#menu .menuList {
}
#menu .menuList li {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: 3px;
	padding: 8px 25px 8px 8px;
	background: #ffffff;
	cursor: pointer;
	font-size: 14px;
}
#menu .menuList li.outLink {
	background: url(../images/common_ic001.gif) no-repeat 97% 50% #ffffff;
	background-size: 14px 13px;
}
#menu .menuList li .linkImg {
	display: table-cell;
	line-height: 0;
	width: 12%;
	vertical-align: middle;
}
#menu .menuList li .linkText {
	display: table-cell;
	vertical-align: middle;
	padding-left: 17px;
}
#menu .menuList li .linkText a {
	color: #000000;
	text-decoration: none;
}
#menu .menuBanner {
	line-height: 0;
	margin-top: 10px;
}
#menu .otherLink {
	margin-top: 10px;
}
#menu .otherLink li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 49%;
	padding: 20px 11px 20px 10px;
	background: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
#menu .otherLink li:nth-child(odd){
	margin-right: 2%;
}
#menu .otherLink li.outLink {
	background: url(../images/common_ic001.gif) no-repeat 97% 95% #ffffff;
	background-size: 14px 13px;
}
#menu .otherLink li .linkImg {
	display: table-cell;
	line-height: 0;
	width: 24%;
	vertical-align: middle;
}
#menu .otherLink li .linktext {
	display: table-cell;
	vertical-align: middle;
	padding-left: 6px;
}
#menu .otherLink li .linktext a {
	color: #000000;
	text-decoration: none;
}



/* footer
================================ */
footer {
	background: #fedbd2;
}
footer img {
	width: 100%;
	height: auto;
}
footer #pageTop {
	position: fixed;
	bottom: 25px;
	right: 20px;
	z-index: 1000;
	width: 10%;
}

footer .share {
	padding-top: 10px;
}
footer .share ul {
	letter-spacing: -0.4em;
	text-align: center;
}
footer .share ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 12px;
}
footer .share ul li:first-child {
	margin-left: 0;
}

footer .menuList {
	margin-top: 10px;
}
footer .menuList li {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: 3px;
	padding: 8px 25px 8px 8px;
	background: #ffffff;
	cursor: pointer;
	font-size: 14px;
}
footer .menuList li.outLink {
	background: url(../images/common_ic001.gif) no-repeat 97% 50% #ffffff;
	background-size: 14px 13px;
}
footer .menuList li .linkImg {
	display: table-cell;
	line-height: 0;
	width: 12%;
	vertical-align: middle;
}
footer .menuList li .linkText {
	display: table-cell;
	vertical-align: middle;
	padding-left: 17px;
}
footer .menuList li .linkText a {
	color: #000000;
	text-decoration: none;
}
footer .menuBanner {
	line-height: 0;
	margin-top: 10px;
	padding: 0 10px;
}
footer .otherLink {
	margin: 10px 10px 0;
	background: #da2d72;
}
footer .otherLink .boxTitle {
	padding: 8px 0;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}
footer .otherLink ul {
	padding: 0 10px 10px;
}
footer .otherLink li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 49%;
	padding: 20px 15px 20px 10px;
	background: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
footer .otherLink li:nth-child(odd){
	margin-right: 2%;
}
footer .otherLink li.outLink {
	background: url(../images/common_ic001.gif) no-repeat 97% 95% #ffffff;
	background-size: 14px 13px;
}
footer .otherLink li .linkImg {
	display: table-cell;
	line-height: 0;
	width: 24%;
	vertical-align: middle;
}
footer .otherLink li .linktext {
	display: table-cell;
	vertical-align: middle;
	padding-left: 13px;
}
footer .otherLink li .linktext a {
	color: #000000;
	text-decoration: none;
}

footer .footerUtility {
	margin-top: 20px;
	padding: 0 10px 25px;
	letter-spacing: -0.4em;
	text-align: center;
}
footer .footerUtility li {
	display: inline-block;
	padding-right: 15px;
	margin-left: 20px;
	font-size: 13px;
	letter-spacing: normal;
}
footer .footerUtility li.outlink {
	background: url(../images/common_ic001.gif) no-repeat 100% 50%;
	background-size: 14px 13px;
}
footer .footerUtility li:first-child {
	margin-left: 0;
}
footer .footerUtility li a {
	color: #000000;
	text-decoration: none;
}


footer .copyRightArea {
	clear: both;
	padding: 25px 0;
	background: #ffffff;
	border-top: solid 1px #df8e7a;
}
footer .copyRightArea .logo {
	width: 50%;
	margin: 0 auto;
}
footer .copyRightArea .copyRight {
	margin-top: 25px;
	text-align: center;
	font-size: 11px;
}

/*=================================
	Other
================================ */
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important}
.mt10 {margin-top: 10px !important}
.mt15 {margin-top: 15px !important}
.mt20 {margin-top: 20px !important}
.mt25 {margin-top: 25px !important}
.mt30 {margin-top: 30px !important}
.mt35 {margin-top: 35px !important}
.mt40 {margin-top: 40px !important}
.mt45 {margin-top: 45px !important}
.mt50 {margin-top: 50px !important}



/* clearfix
================================ */
#pageContainer header #headerArea:after,
#menu .otherLink:after,
footer .otherLink ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
