@charset "utf-8";
/*================================================

module

================================================*/
body {
	font-family: "游ゴシック", "YuGothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;

	text-rendering: optimizeLegibility;
	color: #333;
	}

a {
	color: #333;
	text-decoration: none;
	outline: none;/*リンクをクリックしたときに表示される点線を消去*/
	}
a:hover {
	color: #999;
	}
.a_deco a {
  text-decoration: underline;
}
.wrap {
	margin: 0 auto;
	width: 950px;
	}

header {
	border-bottom: 1px solid #000;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	position: relative;
	margin-top: 50px;
	}
header a {
	color: #000;
	}
header a:hover {
	color: #666;
	}

header .site_name {
	font-weight: 200;
	font-size: 32px;
	line-height: 1.0;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	}
header .site_name span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
	}
	
header ul.menu_navi {
	position: absolute;
	bottom: 5px;
	right: 0;
	}
header ul.menu_navi li {
	float: left;
	font-size: 16px;
	letter-spacing: 0.15em;
	}
header ul.menu_navi li a {
	display: block;
	width: 100px;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
	}
header ul.menu_navi li a:hover {
	background: #eee;
	}

.m_contents {
	margin: 0 25px 100px;
	}

.m_contents h1 {
	/* display: none;*/
	font-weight: normal;
	margin: 70px 0 ;
	text-align: center;
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	letter-spacing: 0.1em;
	color: #333;
	}	


/* News */
.news_set {
	padding-bottom: 70px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	}
.news_set:last-child {
	border-bottom: 0px solid #ddd;
	}
.news_set a {
	border-bottom: 1px dotted #999;
	}
	
.news_set .f_left {
	width: 580px;
	}
.news_set .f_right {
	width: 240px;
	}

.news_set h2 {
	font-size: 24px;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 0.8em;
	}
.news_set p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 0.5em;
	}
.news_set .data {
	border: 5px solid #eee;
	padding: 1.5em;
	margin-bottom: 20px;
	}
.news_set .plane_txt {
	margin: 0 5px;
	}
.news_set .data dl dt {
	width: 4.5em;
	float: left;
	margin-bottom: 0.5em;
	line-height: 1.7;
	}
.news_set .data dl dd {
	padding-left: 4.5em;
	margin-bottom: 0.5em;
	line-height: 1.7;
	}
	
.news_set .book {
	margin-top: 2em;
	}
.news_set .book p img {
	width: 150px; 
	border: 1px solid #ccc;
	float: left;
	margin-right: 1em;
	}
	
	
	
.news_set .f_right ul li {
	margin-bottom: 5px;
	}
.news_set .f_right ul li img {
	width: 98%;
	border: 1px solid #ddd;
	}


/* Profile */
.profile_box {
	margin-left: 0px;
	margin-bottom: 100px;
	}
.profile_box .f_left{
	width: 150px;
	}
.profile_box .f_right{
	width: 720px;
	}
.profile_box h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 8px;
	}
.profile_box h2.pr_msg {
	font-weight: bold;
	margin-bottom: 0.25em;
	}
	
.profile_box dl {
	border-top: 1px solid #ccc;
	}
.profile_box dl dt {
	width: 9em;
	float: left;
	padding: 0.5em 0;
	line-height: 1.7;
	}
.profile_box dl dd {
	padding: 0.5em 0;
	padding-left: 9em;
	line-height: 1.7;
	border-bottom: 1px solid #ccc;
	}


/* works */
ul.image_Set {
	margin: 40px 10px 40px;
	}
ul.image_Set li {
	position: relative;
	float: left;
	margin: 0 10px 20px;
	width: 200px;
	height: 200px;
	background: #f6f6f6;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	overflow: hidden;
	}
ul.image_Set li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
ul.image_Set li img {
	/* 縦位置 */
	height: auto;
	width: 100%;
	}
ul.image_Set li img.ws {
	/* 横位置 */
	height: 100%;
	width: auto;
	}
ul.image_Set li p {
	display: none;
	}
ul.image_Set li:hover p {
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.7);
	bottom: 0;
	padding: 10px;
	font-size: 13px;
	line-height: 1.4;
	}


/* Photos */
h2.gallery_h2 {
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	}
h2.gallery_h2 span {
	border: 1px solid #999;
	padding: 5px 15px;
	}
ul.image_Set2 {
	margin: 30px 25px 150px;
	}
ul.image_Set2 li {
	position: relative;
	float: left;
	margin: 0 10px 20px;
	width: 150px;
	height: 150px;
	background: #f6f6f6;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	overflow: hidden;
	}
ul.image_Set2 li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
ul.image_Set2 li img {
	/* 縦位置 */
	height: auto;
	width: 100%;
	}
ul.image_Set2 li img.ws {
	/* 横位置 */
	height: 100%;
	width: auto;
	}
ul.image_Set2.architecture_ul li img.ws {
	/* 微調整必要 */
	margin-left: -40px;
	}
ul.image_Set2 li p {
	display: none;
	}
ul.image_Set2 li:hover p {
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.7);
	bottom: 0;
	padding: 10px;
	font-size: 13px;
	line-height: 1.4;
	}

/* Contact */
.contact_box {
	border: 5px solid #eee;
	padding: 1.5em 2em;
	margin: 0 40px;

	}
.contact_box ul li {
	margin: 0.9em 0;
	font-size: 18px;
	}
.contact_box ul li span {
	display: block;
	border-radius: 3px;
	margin-right: 0.75em;
	color: #999;
	background: #eee;
	width: 5em;
	text-align: center;
	float: left;
	}
.contact_box ul li a {
	border-bottom: 1px dotted #999;
	}




	
footer {
	border-top: 1px solid #000;
	font-size: 13px;
	}
footer p {
	text-align: center;
	padding-top: 1em;
	margin-bottom: 80px;
	}

/*-------------------------------------------------------
jQueryページ上部に戻る
-------------------------------------------------------*/
.setUp_pageTop_fade {
	}
#pageTop_fade {
	background: #eee;
	color:#999;
	font-size: 16px;
	padding: 16px 35px;
	position:fixed;
	bottom:15px;
	right: 10px;
	}
	
#pageTop_fade:hover {
	color:#fff;
	background:#ccc;
	}