@charset "shift_jis";

/* ==

　ヘッダ・フッタ差し替え

=============================================================================== */

#header,
.heading_block,
#footer,
.btn_back,
.btn_totop {
	word-break: break-all;
	line-height: 1.4;
	color: #1a1a1a;
	font-size: 14px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	-webkit-text-size-adjust: none;
}

#header {
	position: relative;
	padding: 4px 10px 6px;
	border-top: 3px solid #9c0;
	border-bottom: 2px solid #9c0;
}

#header * {	margin-bottom: 0; }

#header img { border: 0; vertical-align: top; }

#header ul {
	position: absolute;
	top: 7px;
	right: 10px;
}

#header li {
	float: left;
	margin-right: 4px;
}

#header li:last-child {	margin-right: 0; }

#header li a {
	position: relative;
	display: block;
	line-height: 26px;
	padding: 0 24px 0 6px;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: -webkit-gradient(
		linear,	left top, left bottom,
		color-stop(0.6, #fff),
		color-stop(1, #dedede)
	);
	color: #111;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
}

#header li a { letter-spacing: -0.001em; }

#header li:nth-child(2) a {
	border: 1px solid #1c5f1c;
	background-color: #5c970e;
	background-image: -webkit-gradient(
		linear,	left top, left bottom,
		color-stop(0.5, #5c970e),
		color-stop(0.5, #1c5f1c),
		color-stop(1, #1c5f1c)
	);
	color: #fff;
}

#header li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 4px;
	width: 18px;
	height: 16px;
	margin-top: -8px;
	background: url(/smartphone/image_dir/smp_bk_04.png) left top no-repeat;
	-webkit-background-size: 18px 16px;
	background-size: 18px 16px;
}

#header li:nth-child(2) a:after {
	background: url(/smartphone/image_dir/smp_bk_05.png) left top no-repeat;
}

#main {	padding: 10px 0 15px; }

.heading_block {
	position: relative;
	margin: -10px 0 16px;
}

.heading_block.style_a {
	margin-bottom: 0;
}

.heading_block h1 {
	position: relative;
	line-height: 1.3;
	padding: 8px 10px;
	background-color: #99cc01;
	background-image: -webkit-gradient(
		linear,	left top, left bottom,
		color-stop(0, #c2e065),
		color-stop(1, #99cc01)
	);
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.heading_block h1:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;	
	display: block;
	width: 100%;
	height: 7px;
	background-image: -webkit-gradient(
		linear,	left top, left bottom,
		color-stop(0, #aaa),
		color-stop(1, #fff)
	);
}

.heading_block.style_a h1:after {
	display: none
}

.heading_block h1:nth-child(2) {
	padding-left: 70px;
}

.heading_block h1 span { font-size: 14px; }

.heading_block .btn_back {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 1000;
	margin: -14px 0 0;
}

.heading_block .btn_back a {
	position: static;
	display: inline-block;
	width: 51px;
	line-height: 29px;
	margin: 0;
	padding: 0 0 0 5px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url(/smartphone/image_dir/smp_bk_03.png) left top no-repeat;
	-webkit-background-size: 56px 29px;
	background-size: 56px 29px;	
	color: #333;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;	
	text-decoration: none;	
}

.heading_block .btn_back a:before {	display: none; }


ul.service_list li a {
	display: block;
	text-decoration: none;
	padding-right: 22px;	
	background: url(/smartphone/image_dir/smp_bk_02.png) right center no-repeat;
	-webkit-background-size: 17px 15px;
	background-size: 17px 15px;
}

ul.service_list li a.pc {
	padding-right: 28px;
	background: url(/smartphone/image_dir/smp_bk_01.png) right center no-repeat;
	-webkit-background-size: 25px 18px;
	background-size: 25px 18px;
}

.btn_back {
	margin-top: 15px;
	margin-bottom: 15px;
}

.btn_totop {
	margin-bottom: 0;
	text-align: center;
}

.btn_back a,
.btn_totop a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	margin: 0 10px;
	padding: 0 15px 0 20px;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #1a1a1a;	
	text-decoration: none;
}

.btn_totop a {
	padding: 0 20px 0 25px;
	background-image: -webkit-gradient(
		linear,	left top, left bottom,
		color-stop(0.6, #fff),
		color-stop(1, #dedede)
	);	
	text-align: center;
}

.btn_back a:before,
.btn_totop a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -1px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-right-color: #0a520a;
}

.btn_totop a:before {
	left: 6px;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left-color: #0a520a;
}

#footer * {	margin-bottom: 0; }

#footer {
	line-height: 1.1;
	margin: 0;
	padding: 10px 0;
	background: #9c0;
	font-size: 12px;	
	text-align: center;	
}