
/* ------------------------------------------------------------------

				default setting

---------------------------------------------------------------------*/

/* 	reset / initial
---------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:14px;/*default size:14px*/
	line-height:1;
	color:#666;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul,ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {
	vertical-align:bottom;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}




/* 	header
---------------------------------------------------------------------*/
header {
/*	position:relative;
	background:#fff;
*/
}

/*

header .lead {
	background:#eee;
	padding: 6px 17px;
	color:#666666;
	font-size:12px;
}
*/

header .inner {
}
header h1 {
/*	padding: 9px 20px 11px; */
}

header .b_more {
		/*position:absolute;
top:30px;
	top:2.4em;
	right:15px;
	*/
}
header .btn {
float: right;
display: inline-block;
margin: 0 0 1%;
	border:1px solid #d2d2d2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
	background:-moz-linear-gradient(center top, #fefefe, #e6e6e6);
}
header .btn a {
	background-position:93% 50%;
	background-image:url(../img/icn_pc.png);
	background-repeat:no-repeat;
	-moz-background-size:10px 9px;
	-webkit-background-size:10px 9px;
	background-size:10px 9px;
	padding:5px 20px 5px 10px;
	font-size:80%;
	color:#434343;
	line-height:1.1;
	text-decoration:none;
}

/* contents
---------------------------------------------------------------------*/
#contents {
}


/* 	footer
---------------------------------------------------------------------*/
footer {
	background:#fff;
	padding: 14px 15px 14px 20px;
	border-top:1px solid #dcdcdc;
}

footer .b_more {
	position:relative;
	height:44px;
}

footer .b_more .logo_corp {
}

footer .btn {
	position:absolute;
	top:0;
	right:0;
	border:1px solid #d2d2d2;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
	background:-moz-linear-gradient(center top, #fefefe, #e6e6e6);
}
footer .btn a {
	display:block;
	background-position:96% 50%;
	background-image:url(../img/arrow01.png);
	background-repeat:no-repeat;
	-moz-background-size:8px 12px;
	-webkit-background-size:8px 12px;
	background-size:8px 12px;

	padding:6px 16px 6px 10px;
	font-size:80%;
	color:#434343;
	line-height:1.1;
	text-decoration:none;
}

footer .copy {
	padding: 10px 0 19px;
/*	text-align:left;*/
	font-size:11px;
	color:#666;
}



