@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color:#FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.bg_white { background-color:#FFF; }
.bg_gray { background-color:#777; color:#FFF; }

.top_message {
	color:#999;
	font-size:110%;
	line-height:25px;
}

.titlebg {
	width:100%;
	text-align:center;
}

#wraper {
	display:block;
}

#head {
	width:100%;
	margin:0;
	float:left;
	top: 0;
	display:block;
	position: fixed;
	background-color:#FFF;
}

#logo {
	margin:20px;
	float:left;
}

#wraper_mid {
	width:100%;
	margin:100px 0 0;
	float:left;
}


/*************
/* page-top
*************/
.pagetop {
	position: fixed;
	bottom: 70px;
	right: 20px;
	font-size: 77%;
}

.pagetop a {
	background:#ffff;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding:10px;
	text-align: center;
	text-decoration:none;
	display: block;
	cursor: pointer;
}
 
.pagetop a:hover {
	text-decoration: none;
	opacity:0.7;
}

.pagetop p {
	font-size:150%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
}

#p_top {
	text-decoration:none;
}

/***********************
/*     Footer
/***********************/

#foot {
	text-align:center;
	font-size:90%;
	margin-top:30px;
	margin-bottom::20px;
	float:left;
}

#foot ul {
	clear:both;
	display:block;
	position:relative;
}

#foot ul li {
	float:left;
	margin-left:20px;
	list-style:none;
	color:#777;
}

#foot ul li a {
	text-decoration:none;
	color:#777;
}

#foot ul li a:hover {
	color:#0134F8;
}

#corp_area {
	width:100%;
	margin:0;
	color:#777;
	float:left;
}

#corp_area p {
	font-size:90%;
	margin:20px;
	float:right;
	margin-right:20px;
}

#copyright {
	width:100%;
	height:20px;
	line-height:20px;
	background-color:#000;
	color:#FFF;
	font-size:80%;
	text-align:right;
	float:left;
}



/***********************
/*     TOP
/***********************/



/***********************
/*     SERVICE
/***********************/

#message {
	width:80%;
	margin-left:10%;
	margin-top:20px;
	color:#777;
	font-size:15px;
	line-height:30px;
}

.sub_tit {
	width:95%;
	margin-left:2%;
	padding-left:1%;
	border-bottom:#777 1px solid;
	color:#7e318e;
}

#other_box {
	width:95%;
	margin: 0 0 30px 5%;
	float:left;
}

.read_l {
	float:left;
	color:#777;
	margin:0;
}
.read_r {
	float:right;
	color:#777;
	margin:0;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){

#wraper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}



#work {
	width:90%;
	margin-left:10%;
	float:left;
}

#work img {
	margin-left:20px;
	margin-bottom:20px;
	float:left;
}

}

/* Dispray W-size 940px */
@media only screen and (max-width:959px){

#wraper {
	width:100%;
	margin:0;
}



#work {
	width:98%;
	margin-left:2%;
	float:left;
}


}


/* SmartPhone Wide(Land Scape) */
@media only screen and (max-width:640px){

#work {
	width:100%;
	float:left;
}

#work img {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	display:block;
}

}

/* Smart Phone Standard(Portlate) */
@media only screen and (max-width:480px){


}


