
/* CSS Document */
/*====================================================================
common.css
======================================================================
01.format
02.body
03.other
=====================================================================*/
@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/
/* html5reset-1.6.1.css */
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;
	border-collapse:collapse; /* added */
	-webkit-text-size-adjust:none; /* added */
}
body {
	background:#ffffff;
	line-height:1;
	font-size:100%;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	text-align:center; /* added */
	color:#666666; /* added */
	 overflow-x: hidden;
}



}
	article,aside,details,figcaption,figure,
	footer,header,hgroup,menu,nav,section {display:block;}
	nav ul {list-style:none;}
	ul li {list-style:none;} /* added */
	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;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
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;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;  
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {vertical-align:middle;}



/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/

/* a
----------------------------------------------------------------*/
a {outline:none;}

a:visited,
a:hover,
a:active {
	text-decoration:none;
}
a:visited {text-decoration:none;}
a:hover {
	text-decoration:underline;
}
a:active {text-decoration:none;}



/* wrapper
----------------------------------------------------------------*/
div#wrapper {
	width:100%;
	text-align:center;
	/*padding-bottom: 77px;*/
}

/*--------------------------------------------------------------------/
	03.pagetop
/--------------------------------------------------------------------*/
#page-top {
	position:fixed;
	bottom:150px;
	right:0;
	font-size:77%;
}

/*--------------------------------------------------------------------/
	04.others
/--------------------------------------------------------------------*/
.right {float: right;}
.left {float: left;}
.clear {clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {zoom:1;}
.hover a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.ws-n {white-space:nowrap;}


/* txt
----------------------------------------------------------------*/
.txt_l {text-align: left;}
.txt_r {text-align: right;}
.txt_c {text-align: center;}
strong.st {font-weight:bold;}
p.st {
	font-style:normal;
	font-weight:bold;
	color:#ae1a00;
}


/* size
----------------------------------------------------------------*/
.fs_s {
	font-size: 80%;
	line-height: 100%;
}
.fs_m {
	font-size: 100%;
	line-height: 120%;
}
.fs_l {
	font-size: 120%;
	line-height: 140%;
}
.msgoth-s {
	font-family:'ＭＳ ゴシック',sans-serif;
	font-size:10px;
}


/* letter spacing
----------------------------------------------------------------*/
.ls_s {letter-spacing: -1pt;}
.ls_m {letter-spacing: 0pt;}
.ls_l {letter-spacing: 1em;}


/* padding
----------------------------------------------------------------*/
.ps {padding: 5px;}
.ps_t {padding-top: 5px;}
.ps_b {padding-bottom: 5px;}
.ps_h {padding: 5px 0px;}
.ps_w {padding: 0px 5px;}
.pm {padding: 10px;}
.pm_t {padding-top: 10px;}
.pm_b {padding-bottom: 10px;}
.pm_h {padding: 10px 0px;}
.pm_w {padding: 0px 10px;}


/* margin
----------------------------------------------------------------*/


.mss_r {margin-right: 5px;}
.ms {margin: 10px;}
.ms_t {margin-top: 10px;}
.ms_b {margin-bottom: 10px;}
.ms_l {margin-left: 10px;}
.ms_r {margin-right: 10px;}
.ms_h {margin: 10px 0px;}
.ms_w {margin: 0px 10px;}
.mm {margin: 15px;}
.mm_t {margin-top: 15px;}
.mm_b {margin-bottom: 15px;}
.mm_l {margin-left: 15px;}
.mm_r {margin-right: 15px;}
.mm_h {margin: 15px 0px;}
.mm_w {margin: 0px 15px;}
.ml {margin: 20px;}
.ml_t {margin-top: 20px;}
.ml_b {margin-bottom: 20px;}
.ml_l {margin-left: 20px;}
.ml_r {margin-right: 20px;}
.ml_h {margin: 20px 0px;}
.ml_w {margin: 0px 20px;}
.m_a {margin:0px auto;}
.mll_r {margin-right: 25px;}

/* pagetop
----------------------------------------------------------------*/
div.pagetop {
	margin-top:10px;
	width:116px;
	height:15px;
	display:inline;
	float:right;
	margin-right:5px;
}


/*--------------------------------------------------------------------/
	05.footer
/--------------------------------------------------------------------*/
footer {
   /*position: fixed;
	width:100%;
	height:133px;
	overflow: hidden;
	padding-top:70px;
}


#footer	{
	clear: both;
}

footer a	{
	text-decoration:none;
}

footer a:link, 
footer a:visited	{
	color:#ffffff;
}

footer:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   font-size: 0;
   visibility: hidden;
}

footer.fixed{
   position: fixed;
   bottom: 0px;
   z-index: 10000;
   zoom:1;
   width:100%;
	height:77px;
}

/* copyright */
footer p {
	padding-top:20px;
	font-size:60%;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	letter-spacing:0.25em;
	color:#ffffff;
}

div.footer_navi	{
	background-color:#333333;
	width:100%;
	padding:15px 0;
}

div.footer_navi ul.ul_footer_link	{
	width:900px;
	margin-left:40px;
	color:#ffffff;
	text-align:left;
	font-size:14px;
}

div.footer_navi ul.ul_footer_link li	{
	margin-right:10px;
	line-height:1.8em;
	color:#ffffff;
}


div.footer_navi ul.ul_footer_link li a	{
	margin-right:10px;
	line-height:1.8em;
	color:#ffffff;
}



div.copyright_cover	{
	background-color:#000000;
	width:100%;
	display: flex;
}

.contents1	{
	width: 60%;
}

.contents2	{
	width: 40%;
}

ul.ul_copyright	{
	color:#ffffff;
	margin-left:40px;
	padding:18px 0;
	text-align:left;
	font-size:13px;
}

 ul.ul_copyright li 	{
	display:inline;
	color:#ffffff;
}

ul.ul_copyright li a	{
	text-align:left;
	color:#ffffff;
	margin-right:15px;
}

.contents2 p.copyright	{
	color:#ffffff;
	margin-right:40px;
	padding:18px 0;
	text-align:right;
	font-size:13px;
}






/*--------------------------------------------------------------------/
	05.footer
/--------------------------------------------------------------------*/



@media screen and (max-width: 768px) {

body {
overflow: hidden;
height:100vh;

}


footer {
   /*position: fixed;
	width:100%;
	height:133px;
	margin:0 auto;
	padding-top:70px;
	overflow:hidden;
}


}

footer a	{
	text-decoration:none;
}

footer a:link, 
footer a:visited	{
	color:#ffffff;
}

footer:after	{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   font-size: 0;
   visibility: hidden;
}

footer.fixed	{
   position: fixed;
   bottom: 0px;
   z-index: 10000;
   zoom:1;
   width:100%;
	height:77px;
}

div.footer_navi	{
	background-color:#333333;
	width:100%;
	padding:5% 0;
}

div.footer_navi ul	{
	width:100%;
	padding-left:2%;
	color:#ffffff;
	text-align:left;
	font-size:14px;
}

div.footer_navi ul li	{
	line-height:1.5em;
}

div.copyright_cover	{
	background-color:#000000;
	width:100%;
	padding-left:2%!important;
}

.contents1	{
	width: 75%+
	border-right:1px solid #ffffooter
}

.contents2	{
	width:25%;
}

ul.ul_copyright	{
	color:#ffffff;
	margin-left:3%;
	padding:18px 0;
	text-align:left;
	font-size:13px;
}

ul.ul_copyright li a	{
	display:inline;
	color:#ffffff;
}

ul.ul_copyright li.ali_l	{
	text-align:left;
	color:#ffffff;
}

.contents2 p.copyright	{
	color:#ffffff;
	margin-right:3%;
	padding:18px 0;
	text-align:right;
	font-size:13px;
}

/* copyright */
footer p {
	padding-top:20px;
	font-size:40%;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	letter-spacing:0.25em;
	color:#ffffff;
}

}