/*default
-----------------------------------*/
html, body,
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl,dt,dd,img,
address, form, fieldset, input, blockquote
	{
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif ;
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%;
}
body{
	color: #333;
	font-size: 16px;
	font-size:1.6rem;
	position:relative;
}
img{
	max-width: 100%;
	height: auto;
	width: auto\9;
}


/*a
-----------------------------------*/
a { margin:0; padding:0; color:#333; text-decoration:none; display:block; }
a:hover { color:#39F; }

/*clearfix
-----------------------------------*/
.clearfix {  display: inline-block; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix { height: 1px; }
.clearfix { display: block; }

/*float
-----------------------------------*/
.fLeft { float:left; }
.fRight { float:right; }

/*h
-----------------------------------*/
h1 {
	font-size: 36px;
	font-size : 3.6rem;
	line-height : 1.3333;
} /* 48px */ 
h2 { 
	font-size: 24px;
	font-size : 2.4rem;
	line-height : 1;
} /* 48px */ 
h3{ 
	font-size: 24px;
	font-size : 2.4rem;
	line-height : 1;
} /* 24px */ 
hgroup h2,h4,h5,h6 {
	font-size: 16px; 
	font-size : 1.6rem;
	line-height : 1.5;
} /* 24px */


/*====================================================
480px以下 for スマートフォン
====================================================*/
/*layout
----------------------------------------------------*/

/*wrapper*/
#wrapper{
	padding: 0;
	margin: 0;
	width: 100%;
}

/*headre*/
#header{
	padding: 0;
	margin: 0;
	position:fixed;
	top:0;
	background-color:#FFF;
	height:50px;
	width:100%;
    z-index: 9999999;
	overflow:hidden;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-pie-box-shadow: none; /* IE6-9 */
}
#header h1{
	padding: 0;
	margin: 0 auto;
	background:url(/images/logos.png) no-repeat 0 10px;
	width:100px;
	height:50px;
	text-indent:-10000em;
	display:block;
}
#header h1 a{
	width:100px;
	height:50px;
	display:block;
}

/*navi*/
#navi ul{
	overflow: hidden;
	display:none;
}
	
/*pageslide*/
#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 50%;
    background-color: #333;
    -webkit-box-shadow: inset 0 0 3px 0 #222;
    -moz-shadow: inset 0 0 3px 0 #222;
    box-shadow: inset 0 0 3px 0 #222;
}
#pageslide li {
	list-style:none;
    padding: 1em;
	border-bottom:#111 solid 1px;
	background:url(/images/mark.png) no-repeat 5px 50%;
	background-color:#333;
    -webkit-box-shadow: inset 0 0 3px 0 #222;
    -moz-shadow: inset 0 0 3px 0 #222;
    box-shadow: inset 0 0 3px 0 #222;
	display: block;
}
#pageslide li a {
    color: #FFF;
}
#pageslide li a:hover { color:#39F; }
.btnmenu {
	list-style:none;
    position: absolute;
	top:9px;
	left:9px;
	width: 40px;
	height: 30px;
	border: 0;
	display:block;
}
.btnmenu a {
	top:9px;
	left:9px;
	width: 40px;
	height: 30px;
	display:block;
}
		
/*container*/
#container{
	margin: 0 auto;
	padding: 50px 0;
	min-width: 320px;
}

/*footer*/
#footer{
	margin:0;
	padding:0;
	clear: both;
	color: #fff;
	background: #079dc8;
}
.foottxt p {
	padding:0 10px 10px;
	font-size:0.7em;
	line-height:140%;
}
.footimg {
	padding: 3rem 6rem;
}
#footnavi li {
	color:#FFF;
	list-style:none;
    padding: 10px 20px;
	border-bottom:#111 solid 1px;
	background:url(/images/mark.png) no-repeat 10px 50%;
    -moz-shadow: inset 0 0 3px 0 #111;
	display: block;
	font-size:0.8em;
}
#footnavi li a {
	color:#FFF;
}
#footnavi li a:hover {
	color:#BDEAFF;
}
.copy {
	padding:10px;
	text-align:center;
}

/*====================================================
480px以上 for タブレット
====================================================*/
@media screen and (min-width: 481px){
		
/*headre*/
#header{
	position:fixed;
	background-color:#FFF;
	height:50px;
	width:100%;
	z-index: 9999999;
}
#header h1{
	background:none;
	float: left;
	text-indent:-10000em;
	display:block;
	padding:8px 0 0 10px;
}
#header h1 a{
	background:url(/images/logom.png) no-repeat;
	width:120px;
	height:36px;
}
#header h1 a:hover{
	background:url(/images/logom.png) no-repeat 0 -36px;
}
		
/*navi*/
#navi{
	margin:0;
	padding: 10px 0 0 140px;
}
.btnmenu {
	text-indent:-10000em;
}
#navi ul{
	float:right;
	padding-right:10px;
	display:block;
}
#navi ul li{
	display: block;
	width: 110px;
	float: left;
	font-size:90%;
}
#navi ul li a{
	padding: 10px 10px;
	background:url(/images/mark.png) no-repeat 0 50%;
}
#navi ul li a:hover{
	color:#BDEAFF;
}

/*container*/
#container{
	margin: 0 auto;
	padding: 50px 0;
}

/*foot*/
#footarea {
	width:100%;
}
.footimg {
	padding-top: 5rem;
	float:left;
	width:30%;
	padding-right:40px;
	border-right:#444 dotted 1px;
}
.footimg a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #000;
}
.foottxt {
	float:right;
	padding:30px 0 0 0;
	width:60%;
}
.foottxt p {
	line-height:140%;
}
#footnavi ul {
	padding-right:10px;
	display:block;
}
#footnavi li {
	padding:0;
	width: 88px;
	float:left;
	color:#FFF;
	list-style:none;
	border: none;
	font-size:70%;
	background:none;
}
#footnavi li a {
	padding: 10px 0 10px 18px;
	background:url(/images/mark.png) no-repeat 10px 50%;
}
.copy {
	padding:5px 0;
	clear:both;
	color:#333;
	background-color: #fff;
}
	
}

/*====================================================
768px以上 for PC
====================================================*/
@media screen and (min-width: 769px){
#header{
	height:50px;
	background-color:#079dc8;
}
#header h1{
	background:none;
	float: left;
	text-indent:-10000em;
	display:block;
	padding:8px 0 0 10px;
}
#header h1 a{
	background:url(/images/logol.png) no-repeat;
	width:140px;
	height:36px;
}
#header h1 a:hover{
	background:url(/images/logol.png) no-repeat 0 -36px;
}
	
/*navi*/
#navi{
	padding: 7px 0;
}
.btnmenu {
	text-indent:-10000em;
}
#recentwork p{
	font-size: 0.75em;	
	}
	
#navi ul{
	float:right;
}
#navi ul li{
	width: 125px;
	font-size:1em;
	display:block;
}
#navi ul li a{
	background:url(/images/mark.png) no-repeat 10px 50%;
	color:#FFF;
	padding-left:25px;
}
#navi ul li a:hover{
	color:#BDEAFF;
	background-color:#333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}

/*container*/
#container{
	margin: 0 auto 0;
	padding: 50px 0;
}
	
/*foot*/
.footimg {
	/*padding-right:60px;=*/
}
.foottxt {
	width:58%;
}
.foottxt p {
	line-height:180%;
}
#footnavi {
	padding-top:10px;
}
#footnavi ul {
	padding:0;
}
#footnavi li {
	width: 110px;
	font-size:70%;
	display:block;
}
#footnavi li a {
	padding-left:25px;
	background:url(/images/mark.png) no-repeat 10px 50%;
}
#footnavi li a:hover{
	background-color:#333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}
.copy {
	color:#333;
    background-color: #fff;}
}


/*====================================================
960px以上 for PC 固定レイアウト
====================================================*/
@media screen and (min-width: 960px){
/*headarea*/
#header{
	left:0;
	width:100%;
	height:70px;
	/*background:url(/images/headbgl.png) no-repeat center 0;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	-pie-box-shadow: none; /* IE6-9 */
}
.headarea{
	margin: 0 auto;
	width: 960px;
	height:50px;
	background:none;
}
#header h1{
	background:none;
	float: left;
	text-indent:-10000em;
	display:block;
	padding:23px 0 0 10px;
}

/*navi*/
#navi{
	padding: 25px 0;
}
#navi ul{
	padding-right:0;
}
.btnmenu {
	text-indent:-10000em;
}

/*container*/
#container{
	clear:both;
	width: 960px;
	padding: 75px 0;
}

/*footer*/
#footer{
	margin: 0 auto;
	width: 100%;
}
.footimg {
	padding-top: 35px;
}
#footer .footarea{
	width:960px;
	margin:0 auto;
}
.copy {
	padding-top:13px;
	color:#333;
	background-color:#fff;
	border-top:#444 dotted 1px;
}

}
#footer .footarea .footimg a { 
	margin:0; 
	padding:0; 
	color:#333;
	text-decoration:none; 
	display:block; }
#footer .footarea .footimg a:hover { 
	color:#39F; 
}




