@charset "utf-8";

/* TOPMENU */
#title01  {
	width: 160px;
	height: 16px;
	margin: 140px auto 25px auto;
	background: #fff url(../images/index_name.png) no-repeat;
	background-size: 160px 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
}

body #all_area ul#menu { 
	box-sizing: border-box; 
	top: 0;
	left: 0;
	z-index: 100000; 
	width: 38%; 
	padding: 8px;
	background-color: #fff;
}

body #all_area ul#menu { 
	max-width: 250px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden; 
	text-align: center;
	background-color: #fff;
}

body #all_area ul#menu li#about_btn,
body #all_area ul#menu li#portfolio_btn,
body #all_area ul#menu li#contact_btn {
	width: 33.3%;
	list-style-type: none;
	padding: 0;
	float: left;
	background-color: #fff;
}

body #all_area ul#menu li a:link {
	text-decoration: none;
	display: block;
	font-size: 12px;
	color: #515151;
}
body #all_area ul#menu li a:visited {
	background-color: #fff;
	color: #515151;
}
body #all_area ul#menu li a:hover {
	background-color: #fff;
	color: #f00;
}
body #all_area ul#menu li a:active {
	background-color: #fff;
	color: #515151;
}

body #all_area ul#menu li#portfolio_btn ul.p_menu1 {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#menu li ul.p_menu1 li a {
	font-size: 12px; 
	line-height: 2em;
	text-align: center;
	background-color: #fff;
}

body #area_left ul#nav {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 8px;
	font-size: 12px; 
	line-height: 1em;
}

#nav li#n_about_btn,
#nav li#n_portfolio_btn,
#nav li#n_contact_btn {
	box-sizing: border-box; 
	float: left;
	width: 100%; 
	padding: 2px; 
	text-align: center;
	background-color: #fff; 
}

body #area_left ul#nav li a { 
	display: block;
	padding: 15px; 
	border-radius: 5px;
	text-decoration: none;
}

body #area_left ul#nav li a:link {
	background-color: #fff;
	color: #515151;
}
body #area_left ul#nav li a:visited {
	background-color: #fff;
	color: #515151;
}
body #area_left ul#nav li a:hover {
	background-color: #fff;
	color: #f00;
}
body #area_left ul#nav li a:active {
	background-color: #fff;
	color: #515151;
}

#nav_menu { 
	display: block;
	position: absolute;
	top: 38px;
	right: 10px;
	width: 18px;
	height: 16px;
	background-image: url("../images/nav_menu.gif"); 
	background-repeat: no-repeat;
	background-size: 18px 16px;
	cursor: pointer; 
}

#area_left ul.p1  { 
	width: 100%; 
	padding: 0;
	background-color: #fff;
}

#area_left ul.p1 {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px; 
	line-height: 1em;
}

body #area_left ul#nav li#n_portfolio_btn:hover ul.p1 li {
	box-sizing: border-box; 
	float: left;
	width: 25%; 
	padding: 2px; 
	text-align: center;
}

/* about.contact */
#all_area {
	max-width:660px;
	margin-right: auto;
	margin-left: auto;
}

#title02 {
	margin: 40px 0 40px 0;
	overflow: hidden;
}

#title02 a {
	text-indent: 100%;
	color: #2A2A2A;
	font-size: 14px;
	text-decoration: none;
}

body #area_left ul#nav { 
	box-sizing: border-box; 
	top: 95px;
	left: 0;
	z-index: 100000; 
	width: 100%; 
	padding: 8px;
	background-color: #fff;
}

body #area_left ul#nav {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px; 
	line-height: 1em;
}

body #area_left ul#nav li {
	box-sizing: border-box; 
	float: left;
	width: 100%; 
	padding: 2px; 
	text-align: center;
	background-color: #fff; 
}

body #area_left ul#nav li a { 
	display: block;
	padding: 15px; 
	border-radius: 5px; 
	text-decoration: none;
}

body #area_left ul#nav li a:link {
	background-color: #fff;
	color: #515151;
}
body #area_left ul#nav li a:visited {
	background-color: #fff;
	color: #515151;
}
body #area_left ul#nav li a:hover {
	background-color: #fff;
	color: #f00;
}
body #area_left ul#nav li a:active {
	background-color: #fff;
	color: #515151;
}

#nav_menu {
	max-width:660px;
	background-color: pink;
}

#nav_menu { 
	display: block;
	position: absolute;
	top: 6%;
	right: 10%;
	width: 18px;
	height: 16px;
	background-image: url("../images/nav_menu.gif"); 
	background-repeat: no-repeat;
	background-size: 18px 16px;
	cursor: pointer; 
}


/* area_right */
#area_right {
	padding: 0;
	background-color: #fff;
}

.text_area {
	width:100%;
}

.text_title {
	background-color: #fff;
	color: #515151;
	font-size: 12px;
	line-height: 12px;
	border-left: 3px solid #000;
	padding: 0 0 0 5px;
	margin: 2px 0 15px 0;
	font-weight: normal;
}


.text p {
	line-height: 1.6em;
	font-size: 12px;
	margin: 0;
	padding: 0;
		color: #000;
}
.text p a{
	color: #000;
}


/* footer */
#footer_area {
	max-width:660px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	clear: both;
}

#footer_copy_area {
	background-color: #fff;
	clear: both;
}

#footer_copy {
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	height: 63px;
	margin-top: 50px;
	padding: 0 10px;
}

#copy {
	color: #bfbfbf;
	font: 11px monospace;
	margin-top: 10px;
	float: right;
}


/* コピー制限、画像の余白設定 */
img {
	width:100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
}
/* 横掲載
ONKUL,SPRING,URBAN RESEARCH DOORS,JOURNAL STANDERD,notitle02,hanat_1,hanat_4,lee01_2,lee02_2 */
.do_not_copy_onkul,
.do_not_copy_spring,
.do_not_copy_urd,
.do_not_copy_js,
.do_not_copy_notitle02,
.do_not_copy_hanat_1,
.do_not_copy_hanat_4,
.do_not_copy_lee01_2,
.do_not_copy_lee02_2 { 
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}

/* 縦掲載
GINZA,SPUR,anan,SPUR02,notitle,notitle02_1,hanat_2,hanat_3,milkj,lee01_1,lee02_1*/
.do_not_copy_ginza,
.do_not_copy_spur,
.do_not_copy_anan,
.do_not_copy_spur02,
.do_not_copy_notitle,
.do_not_copy_notitle02_1,
.do_not_copy_hanat_2,
.do_not_copy_hanat_3,
.do_not_copy_milkj,
.do_not_copy_lee01_1,
.do_not_copy_lee02_1 {  
	position: relative;
	width: 50%;
	height: auto;
	margin-bottom: 20px;
}

/* Lee */
.do_not_copy_lee {  
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
}
.do_not_copy_lee p {
	margin-top: 5px;
}
.do_not_copy_lee p a {
	text-decoration: none;
	color: #515151;
	font-size: 11px;
}
.do_not_copy_lee p a:hover {
	color: #f00;
}

/* portfolio1 */
.do_not_copy_p1 {  
	position:relative;
	width: 50%;
	height: auto;
	margin-bottom: 30px;
}

/* all_guard */
.img_guard{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background: url(..images/toumei.png);
}

/* all_guard:no */
.do_not_copy_lee .img_guard {
	position:absolute;
	display:block;
	width: 0;
	height: 0;
}

.top_v{
	    margin: 40px auto;
	text-align: center;
}
.top_v img{
    width: 640px;
}
/* pagetop */
#pagetop {
	float: left;
	max-width:660px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 80px;
	background-color: #fff; 
	line-height: 11px;
}

#pagetop a:link,
#pagetop a:visited {
	color: #515151;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
}
#pagetop a:hover {
	color: #f00; 
}


