@charset "utf-8";

/* 標準可変メディア*/
img, object, embed, video {max-width: 100%;}

/*IE 6*/
.ie6 img {width:100%;}

/*======================================================================================
モバイル:480 px およびそれ以下
======================================================================================*/
html{font-size:62.5%;}
body{
	font-family:Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:1rem;
	line-height:1.5;
	-webkit-text-size-adjust:none;
}
/*画像伸縮*/
img{
	height:auto;
	max-width:100%;
	width:auto;
	min-width:10%;
}

/*リンク*/
a{
	color:#ff8c00;
	text-decoration:none;
}

/*--------全体--------*/
#container{width:100%;}

/*--------ヘッダー--------*/
header{
	padding:25px 3%;
}
#logo{
	width:100%;
	max-width:200px;
}
#menu_btn{
	width:45px;
	height:50px;
	background-image:url("../../img/menu_btn.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	position:absolute;
	right:15px;
	top:15px;
	z-index:50;
	cursor:pointer;
}
#menu_btn.menu_close{background-image:url("../../img/menu_close.png");}

/*カテゴリメニュー*/
header ul{
	display:none;
	width:100%;
	padding-top:70px;
	background-color:#fff;
	position:absolute;
	left:0;
	top:0;
	z-index:30;
}
header ul li{
	padding-top:20px;
	background:url("../../img/line.png") repeat-x left top;
}
header ul li a{
	display:block;
	color:#000;
	font-size:1.6rem;
	padding:15px 3%;
}

/*--------コンテンツ--------*/
#layout{padding-top:40px;}
#layout main{padding:0 5% 30px;}

/*--------グローバルナビ--------*/

nav ul{
	padding-top:20px;
	background:url("../../img/line.png") repeat-x left top;
}
nav ul li{
	padding-bottom:20px;
	background:url("../../img/line.png") repeat-x left bottom;
}
nav ul li a{
	display:block;
	height:35px;
	background-repeat:no-repeat;
	background-position:30px center;
}

/*ナビ画像*/
nav .about a{background-image:url("../../img/navi_about_off.jpg");}
nav .works a{background-image:url("../../img/navi_works_off.png");}
nav .contact a{background-image:url("../../img/navi_contact_off.png");}
nav .blog a{background-image:url("../../img/navi_blog_off.png");}
nav .facebook a{background-image:url("../../img/facebook.png");}

/*ナビhover画像*/
nav .about a:hover{background-image:url("../../img/navi_about_on.jpg");}
nav .works a:hover{background-image:url("../../img/navi_works_on.png");}
nav .contact a:hover{background-image:url("../../img/navi_contact_on.png");}
nav .blog a:hover{background-image:url("../../img/navi_blog_on.png");}
nav .facebook a:hover{background-image:url("../../img/facebook.png");}

/*ナビcurrent画像*/
nav .about.current-menu-item a{background-image:url("../../img/navi_about_on.jpg");}
nav .works.current-menu-item a{background-image:url("../../img/navi_works_on.png");}
nav .contact.current-menu-item a{background-image:url("../../img/navi_contact_on.png");}
nav .blog.current-menu-item a{background-image:url("../../img/navi_blog_on.png");}
nav .facebook.current-menu-item a{background-image:url("../../img/facebook.png");}

/*--------フッター--------*/
footer address{
	font-size:1.2rem;
	text-align:center;
	padding:15px 0;
}

/*======================================================================================
タブレット:481 px ～ 768 px。モバイルからスタイルを継承
======================================================================================*/
@media only screen and (min-width: 481px) {

}
/*======================================================================================
デスクトップ:769 px ～最大 1232 px。モバイルとタブレットからスタイルを継承
======================================================================================*/
@media only screen and (min-width: 800px) {

body{overflow-y:scroll;}
#container{
	max-width:1390px;
	padding:50px 0;
	margin:0 auto;
}

/*--------ヘッダー--------*/
header{
	height:90px;
	padding:0 2% 0 3.7%;
	overflow:hidden;
}
header>#logo{
	width:49%;
	float:left;
}
header ul{
	display:block!important;
	width:60%;
	max-width:612px;
	text-align:right;
	padding-top:0;
	background-color:transparent;
	float:right;
	position:static;
	z-index:1;
	overflow:hidden;
}
header ul li{
	display:inline;
	line-height:2;
	padding-top:0;
	margin-right:13px;
	background:none;
	cursor:pointer;
}
header ul li a{
	color:#727171;
	font-size:1.4rem;
	padding:0;
	display:inline;
}

/*--------コンテンツ--------*/
#layout{
	overflow:hidden;
	clear:both;
}
/*メインコンテンツ*/
#layout main{
	width:85%;
	max-width:1150px;
	padding:0;
	float:right;
}
#left_column{
	width:15%;
	max-width:200px;
	float:left;
}

/*--------グローバルナビ--------*/
nav{
	padding-bottom:200px;
	padding-left:52px;
	background:url("../../img/illust_1.jpg") no-repeat center bottom;
}
nav ul{
	text-align:center;
	padding-top:0;
	background:none;
}
nav ul li{
	padding-bottom:0;
	background:none;
}
nav ul li a{
	display:block;
	max-width:95px;
	margin:0 0 7px;
	background-position:left center;
	background-size:100% auto;
}
nav .facebook a{
	max-width:35px;
}

/*--------フッター--------*/
footer{
	max-width:200px;
	padding:0 25px 0 52px;
	margin-top:30px;
	float:left;
}
footer address{font-size:0.8rem;}

}