@charset "shift_jis";

img[width="1"], img[height="1"] {
	position: absolute;
}

/*-------------------------------------
reset & base style
-------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align: top;
	font-size: 100%;
}

body {
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	-webkit-text-size-adjust:100%;
}

ul {list-style: none}

ol li {margin-left: 1.5em}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align:left;
	font-weight: normal;
}

th, td {vertical-align: middle}

a {
	text-decoration: underline;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

a:hover {text-decoration: none}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

input:focus, button:focus, select:focus, textarea:focus {
  outline: 0;
}

input, button, select, label {
	box-sizing: border-box;
	vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"],
input[type="submit"],
button, select, label {
	cursor: pointer;
}

select::-ms-expand {display: none}

/*-------------------------------------
layout
-------------------------------------*/
.container{margin:0 15px}
.wrap{margin:0 15px}

/*-------------------------------------
header
-------------------------------------*/
header.area {
	position: relative;
	height: 48px;
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
	box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.12);
	z-index: 9999;
}

header.area .logo {
	width: 179px;
	height: 48px;
	padding: 7px 0 0 5px;
}

header.area .logo img{
	width: 172px;
	height: auto;
}

header.area .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 98px;
	height: 47px;
	border-left: 1px solid #d9d9d9;
	background: #fff;
}

header.area .right a {
	position: relative;
	display: block;
	width: 97px;
	height: 47px;
	padding: 12px 0 0 28px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.1;
	color: #000;
	text-decoration: none;
}

header.area .right a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 9px;
	width: 12px;
	height: 12px;
	margin-top: -8px;
	border-right: 3px solid #7f7f7f;
	border-bottom: 3px solid #7f7f7f;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/*-------------------------------------
footer
-------------------------------------*/
.pagetop {
	position: fixed;
	right: 15px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.8);
	z-index: 6;
}

.pagetop a {
/*
	display: block;
	width: 50px;
	height: 50px;
	padding: 10px 5px;
*/
	display: inline-block;
	min-width: 40px;
	width: 50%;
	padding: 10px 5px;
	box-sizing: content-box;
}

.pagetop a img {
	width: 100%;
	height: auto;
}

footer.area {
	margin-top: 25px;
	padding: 10px 0 20px 0;
	background-color: #595757;
	text-align: center;
	font-size: 11px;
	line-height: 1.4;
	color: #fff;
}

footer.area .footerbtn {
	display: table;
	width: 100%;
	margin-bottom: 13px;
	padding: 13px 10px;
	background-color: #7a7979;
	font-size: 11px;
}

footer.area .footerbtn > * {
	display: table-cell;
}

footer.area .footerbtn .nowWindow {
	width: 70px;
	padding-right: 10px;
	vertical-align: middle;
}

footer.area .footerbtn span {
	display: block;
	padding: 0 8px;
	text-align: center;
	border-radius: 6px;
	border: 2px solid #fff;
}

footer.area .footerbtn .smpSwitch {
	padding-right: 4px;
}

footer.area .footerbtn .smpSwitch span {
	background-color: #fff;
}

footer.area .footerbtn .pcSwitch span {
	background-color: #727070;
}

footer.area .footerbtn span img {
	width: 100%;
	vertical-align: top;
}

#footLink {
	margin: 10px 0 20px 0;
}

footer.area a {
	color: #fff;
	text-decoration: none;
}

footer p {
	padding: 0 5px 0 5px;
}
