@charset "UTF-8";

@import url(//fonts.googleapis.com/css?family=Roboto:700);
@import url(//fonts.googleapis.com/css?family=Oswald:700);

/* Reset
--------------------------------------------------*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
	position: relative;
	/zoom: 1;
}
html {
    height: 100%;
}
body {
	line-height: 1;
    height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset
--------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
	font-size: 15px;
	color: #333;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

/* Reset
--------------------------------------------------*/
.clear,
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.clearfix { /zoom: 1; } /* IE */

/* Reset
--------------------------------------------------*/
p, ul, ol, dl {
	margin: 0;
	text-align: justify;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6;
}
table {
	width: 100%;
	margin: 0;
}
table p {
	text-align: left;
}
caption {
	font-weight: bold;
	text-align: left;
}
img {
	border: none;
	vertical-align: bottom;
}
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
}
a {
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
}
.inner {
	width: 1000px;
	margin: 0 auto;
}



/* footer
--------------------------------------------------*/
footer {
	background: url(../common_images/bdr_footer_01.png) repeat-x center 6px #250304;
	font-size: 13px;
	min-width: 1020px;
	position: relative;
	padding: 65px 0 0 0;
}
footer .pagetop a {
	position: absolute;
	left: 50%;
	top: -32px;
	display: block;
	background: url(../common_images/btn_pagetop_on.png) no-repeat;
	width: 78px;
	height: 78px;
	margin: 0 0 0 -39px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
footer .pagetop a,
footer li a {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
footer .pagetop a:before {
	content: "";
	display: block;
	width: 78px;
	height: 78px;
	background: url(../common_images/btn_pagetop_off.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
footer .pagetop a:hover:before {
	opacity: 0;
	background: none\9;/*IE8*/;
}
footer li {
	display: inline-block;
}
footer li a:hover,
footer .policy li a:hover {
	color: #F06518;
}
footer nav ul {
	text-align: center;
	width: 700px;
	margin: 0 auto;
}
footer nav li {
	margin-bottom: 10px;
}
footer nav li a {
	color: #FFF;
	background: url(../common_images/ico_footer_link.png) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 25px 0 0;
}
footer .sns {
	text-align: center;
	margin: 20px 0 0;
}
footer .sns:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: url(../common_images/bdr_footer_02.png) repeat-x center top;
	margin: 30px 0 10px;
}
footer .sns iframe.twitter-share-button {
	width: 110px!important;
}
footer .sns li {
	display: inline-block;
	vertical-align: top;
}
footer .sns li + li {
	margin: -3px 0 0 0;
}
.fb_iframe_widget iframe {
	position: relative !important;
}

footer .policy {
	float: left;
}
footer .policy li a {
	color: #9D7163;
	background: url(../common_images/ico_footer_link.png) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 25px 0 0;
}
footer .policy li a:hover {
	color: #FFF;
}
footer .copyright {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9D7163;
	text-align: right;
	letter-spacing: 0.2em;
}
footer .logoZ {
	background: #FFF;
	text-align: center;
	clear: both;
	margin: 70px 0 0 0;
}
footer .logoZ a {
	padding: 25px 25px 30px;
	display: block;
	width: 120px;
	margin: auto;
}




