@charset "utf-8";

/**
 *
 *  サイト共通
 *
 */

/*--------------------------------------------------------------------------
   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,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{line-height:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,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;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
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 #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html{
	overflow-y: scroll;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body{
	/*min-width: 1024px;*/
	overflow: hidden;
	background: #14151A;
	color: #dbdbdb;
	font-family: '游ゴシック',YuGothic,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
	font-size: 75%\9;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

@media screen and ( max-width:800px )
{
	body{
		padding: 0 20px;
		/*word-wrap: break-word;*/
		font-size: auto;
	}
}


/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a{
	transition: .5s;
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:link,
a:visited{
	color: #dbdbdb;
}
a:hover{
	color: #585D68;
}


/*--------------------------------------------------------------------------
   pagetop
---------------------------------------------------------------------------*/
.pagetop {
	z-index: 2;
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*--------------------------------------------------------------------------
   #Page
---------------------------------------------------------------------------*/

#Page{
	width: 800px;
	margin: 100px auto 200px;
}

@media screen and ( max-width:800px )
{
	#Page{
		width: 100%;
		margin: 40px 0;
	}
}


/*--------------------------------------------------------------------------
   #Header
---------------------------------------------------------------------------*/

#Header h1{    
	letter-spacing: .1em;

	font-family: 'Catamaran', sans-serif;
	font-size: 17px;
}

#Header .remarks{
    margin-top: -4px;
    color: #585D68;
}

/* header_wrap */

.header_wrap{
	overflow: hidden;
}
.header_left{
	float: left;
}

.signif_link a img:hover{
	transition: 0.3s;
	opacity: 0.3 ;
}


.header_right{
	float: right;
}

.list_all{
	overflow: hidden;
	margin-top: 20px;
}
.list_all_2{
	overflow: hidden;
	margin-bottom: 20px;
}

.list_0{
/*	float:left;*/
}

.list_01{
/*	float:right;*/
	margin-left: 0px;
}
.list_02{
/*	float:right;*/
	margin: 0 0px;
}


.list_v2_2{
	margin-left: -25px;
}
.list_v2_2 li{
	display: block;
   float: left;
   margin-left: 25px;
}


.list_v2{
	margin-left: 30px;
}

.list_all_2
{
	margin:20px 0;
}


@media screen and ( max-width:800px )
{
	.list_all{
		display: none;
	}
}

/*--------------------------------------------------------------------------
   #Footer
---------------------------------------------------------------------------*/

#Footer{
}

#Footer .inner{
	position: relative;
	width:;
	margin: 0 auto;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

#Content{
	margin: 80px 0 80px;
}

@media screen and ( max-width:800px )
{
	#Content{
		margin: -15px 0 80px;
	}
	#Content img{
		width: 100%;
		height: auto;
	}
}



/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	zoom: 1;
}


