@charset "UTF-8";

/*=====================================
HEADER
=======================================*/

.header_space{
	height:52px;
}

header{
	width: 100%;
	background-color: #00deb3;
	position: fixed; top: 0px; left: 0px;
}

.header_1st {
	height: 44px;
	padding: 4px;
}

.header_2nd {
}

.header_tx {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.header_logo{
    height: 38px;
	margin: 4px 0px 0px 4px;
}

.header_my{
    height: 38px;
	padding: 0px 0px 0px 4px;
}

.header_pt{
    height: 38px;
	padding: 0px 0px 0px 0px;
}

.header_mem{
    height: 32px;
	padding: 4px;
}

/*=====================================
FOOTER
=======================================*/

.footer_touch_title{
    width: 96%;
    background-color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #777;
	padding: 5px;
	margin: 0 auto;
}

.ha_LD_btn{
    width: 98%;
    background-color:#f68f08;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 14px 0px 0px 0px;
	margin: 10px 0px;
	border:1px solid #f68f08;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		1px 1px 0px rgba(000,000,000,0.2);
	-webkit-box-shadow:
		1px 1px 0px rgba(000,000,000,0.2);
	box-shadow:
		1px 1px 0px rgba(000,000,000,0.2);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.2);
}

.ha_LD_btn a{
	color: #fff;
}

.touch_LD_btn{
    width: 98%;
    background-color:#0080c6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 14px 0px 0px 0px;
	margin: 10px 0px;
	border:1px solid #0066c6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		1px 1px 0px rgba(000,000,000,0.2);
	-webkit-box-shadow:
		1px 1px 0px rgba(000,000,000,0.2);
	box-shadow:
		1px 1px 0px rgba(000,000,000,0.2);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.2);
}

.touch_LD_btn a{
	color: #fff;
}

li {
	font-weight: bold;
	font-size: 16px;
	color: #999;
	text-align: center;
}

li a{
	font-weight: bold;
	font-size: 16px;
	color: #999;
	text-align: center;
}

.footer_section {
	background-color: #d9d9d9;
	background-image : url(http://www.kisekaemint.com/image/173844.jpg);
    background-repeat: repeat-xy;
	color: #999;
	font-size: 14px;
	text-align: center;
}

.footer_section a{
	color: #fff;
	font-size: 14px;
}

.footer_section_copy {
    background: rgba(0, 0, 0, 0.2);
	color: #e7e7e7;
	font-size: 10px;
	padding: 4px;
	text-align: center;
}

.section_au_sp {
	background-color: #ff9933;
	margin: 5px;
	padding: 0px 5px 0px 5px;
}

.au_title1 {
	color: #fff;
	background-color: #ff9933;
	font-weight: bold;
	font-size: 22px;
	padding: 5px;
	text-align: center;
}

.au_title2 {
	color: #fff;
	background-color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	text-align: center;
}

.au_textpu {
	font-size: 12px;
	padding: 5px;
	color: #fff;
	background-color: #ff9933;
	text-align: center;
}