@charset "UTF-8";

/* #header (Top page only)
------------------------------------------------------------------------- */

.home #header {
	height: 650px;
	background-color: #F8F6EF;
	background-image: url(../images/header-bgimg-tex.png);
	background-position: left 90px, center center;
	background-repeat: repeat-x;
	background-size: auto, 100% 100%;
}

/* Top imagearea (Top page only)
------------------------------------------------------------------------- */

#imagearea #catchcopy {
	width: 70%;
	display: block;
	float: center;
	margin: 12% 0 0 18%;
	color: #fff;
}

#imagearea #catchcopy .catchimg {
	width:100%;
}

#imagearea #photo {
	width: 300px;
	height: 175px;
	display: block;
	float : center;
	margin: 10% 10% 0 35%;
}

#imagearea #photo img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#imagearea #photo a:hover {
	opacity: 0.8;
}

/* Top Work New list (Top page only)
----------------------------------------------------- */

#work-new-list {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

.rcm-workLink a,
.rcm-workLink a:visited {
	display: block;
	color: #222;
	padding: 20px 20px 15px 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.rcm-workLink a:hover {
	color: #930;
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.rcm-workLink a .photo {
	margin: 0 0 10px 0;
	text-align: center;
}

.rcm-workLink a .photo img {
	width: 100%;
}

.rcm-workLink a h2 {
	margin: 0 0 6px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.rcm-workLink a {
	text-decoration: none;
}

.rcm-workLink a .text {
	font-size: 10px;
	line-height: 1.5;
}

/* Top article (Top page only)
------------------------------------------------------------------------- */

.home #main .space {
	height:30px;
	display:block;
}
 
.home #main article {
	margin-top: 0;
}

.home #main article section {
	margin: 0;
	clear: none;
}

.home #main article section p {
	margin-bottom: 0;
}

.home #main .topics {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: rgba(255,255,255,0.5);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:rgba(131,22,24,1.00);
}

.home #main .topics p {
	color:#666;
	font-size:14px;
	font-weight:bold;
	font-smoothing: antialiased;
	margin:0 0 30px 10px;
	-moz-text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
}

/* Top work-thumb (Top page only)
------------------------------------------------------------------------- */
.work-thumb li {
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.work-thumb li:hover {
	opacity: 0.6;
}

.work-thumb li:last-child {
	margin: 0;
}

.work-thumb li a,
.work-thumb li a:visited {
	color: #222;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.work-thumb li a:hover {
	color: #930;
}

.work-thumb li .photo {
	width: 30%;
	padding: 15px 10px;
	float: left;
	text-align: center;
	line-height: 1;
}

.work-thumb li h3,
.work-thumb li .text {
	margin: 0 0 0 35%;
}

.work-thumb li h3 {
	font-size: 16px;
	font-weight: bold;
	font-smoothing: antialiased;
}

.work-thumb li .text {
	line-height: 1.4;
	font-smoothing: antialiased;
	-moz-text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
}

/* Top concept (Top page only)
------------------------------------------------------------------------- */

.conceptimage li {
	margin-bottom: 40px;
	list-style-type: none;
}

.conceptimage h3 {
	margin-bottom: 10px;
	position: relative;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.conceptimage h3 img {
	display: block;
	position: relative;
	z-index: 10;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	width:100%;
}

.conceptimage h3 a {
	text-decoration: none;
}

.conceptimage h3 span {
	font-size: 16px;
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 60%;
	padding: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	z-index:20;
	font-weight: normal;
}

.conceptimage h3 a:hover {
	opacity:0.6;
}

.conceptimage p {
	line-height: 1.4;
  font-smoothing: antialiased;
	-moz-text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
}

/*btn-work*/

.btn-work {
	text-decoration: none;
	display: block;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	-webkit-box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	background-image:-webkit-gradient( linear, left top, left bottom, from(#fff), to(#EDEAE4) );
	background-image:-moz-linear-gradient( center top, #fff, #EDEAE4 );
 filter:progid:DXImageTransform.Microsoft.Gradient( Enable=1, GradientType=0, StartColorStr=#FFFFFFFF, EndColorStr=#EDEAE4FF );
	position: relative;
}

.btn-work:hover {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
}

.readmore {
	line-height: 1;
	text-align: right;
}

.readmore a:before {
	color: #993300;
	content: "-";
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 0.2em;
}

.readmore a {
	color: #993300;
	text-decoration: none;
}
