/* #Style Reset
================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
	font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
a{
	text-decoration: none;
	color: #3f3f3f;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* #Basic Styles
================================================== */
body {
	overflow-y: scroll;
	line-height: 155%; line-height:1.55; 
	-webkit-text-size-adjust: 100%;
	font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 15px;
	/* [disabled]font-size: xx-large; */
 }	
/*--- web safe font ---* 
	HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif
	Georgia, "Times New Roman", Times, serif
 *--- web safe font ---*/
 
p{ margin-bottom: 20px; }
p:last-child{
	margin-bottom: 0px;
	font-size: 100%;
}

table { border-width: 1px; border-style: solid; width: 100%; margin-bottom: 20px; }
tr th{
	text-align: left;
}
tr th, tr td{
}
tr th:last-child, tr td:last-child{ border-right: 0px; }
table th{ font-weight: bold; }
	
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }	
sup { height: 0; line-height: 1; position: relative; top: -0.6em; 
	vertical-align: baseline !important; vertical-align: bottom; font-size: 10px;}
sub { height: 0; line-height: 1; position: relative; top: +0.2em; 
	vertical-align: baseline !important; vertical-align: bottom; font-size: 10px;}

ul,ol{ margin-left: 20px; }
ul{ list-style: disc; }	
ul.list-none {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}


ol{ list-style: decimal; }
li{ padding: 3px 0px; }

blockquote{ margin: 10px 10px 10px 20px; padding: 15px 20px 15px 25px; border-left-width: 3px; border-left-style: solid;
	font-style: oblique; font-size: 17px; font-family: Georgia,"Times New Roman",Times,serif; }

form, fieldset{ margin-bottom: 20px; }	
/*
button, input[type="submit"], input[type="reset"], input[type="button"] { 
margin: 0px; 
display: inline-block;
font-weight: bold; 
cursor: pointer; 
border-style: solid; 
background: url('../../top-20130909/images/button-shadow.png'); 
float: left;
padding: 8px 16px;
font-size: 13px;
border-width: 0;
border-bottom-width: 2px;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
font-weight: bold;
}

button, input[type="submit"], input[type="reset"], input[type="button"] { 
	margin: 0px; padding: 6px 12px; display: inline-block; 
	background: url('images/button-gradient.png') repeat-x; font-weight: bold; cursor: pointer; 
	border-width: 1px; border-style: solid;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-image: url('images/button-gradient-hover.png'); }

	
input[type="text"], input[type="password"], input[type="email"], input, 
textarea, select {  padding: 7px; margin: 0; outline: none; max-width: 100%; margin-bottom: 10px; border-width: 1px; border-style: solid;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
input[type="checkbox"], input[type="radio"] { display: inline; margin-bottom: 10px; }	
*/
select { padding: 0; }
.clear {
	clear: both;
	height: 1px;
	width: 1px;
}
.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
.font12 {
	font-size: 12px;
}

.right {
	text-align: right;
}
.w80 {
	width: 80px;
	display: inline-block;
}

.box {
	display: block;
}
.link-arrow {
	background-image: url(../../common/images/base/icon8.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
}
.link-arrow a:hover {
	text-decoration: underline;
}
.under-line {
	text-decoration: underline;
}




/* #layout
================================================== */

.wrap {
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#zantei .wrap {
	width: 1334px;
}
#zantei .header,#zantei .footer-wrap{
	padding-left: 152px;
	padding-right: 152px;
}
.header {
	padding-bottom: 53px;
	float: left;
}
#home .header {
	padding-bottom: 87px;
	float: left;
}
.logo {
	width: 175px;
	padding-right: 35px;
	float: left;
	padding-top: 18px;
	height: 37px;
}
.logo img {
	padding: 0px;
}

.global-menu {
	float: left;
	padding-top: 40px;
	width: 820px;
}


.global-menu .main-menu {
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b2b2b2;
	height: 15px;
	display: block;
	float: right;
	margin: 0px;
}
.main-menu li {
	width: 98px;
	display: block;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B2B2;
	float: left;
	height: 15px;
	padding: 0px;
	vertical-align: text-top;
}
.global-menu .main-menu .facebook {
	text-align: right;
	width: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.main-menu li img {
	vertical-align: top;
}
.global-menu .main-menu a:active img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.global-menu .main-menu .current img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.content-wrap {
	clear: both;
}
.main {
	float: right;
}
#std .main {
	width: 795px;
}

.sidebar {
	float: left;
}
.sidebar #column-sub {
	width: 210px;
	padding-right: 25px;
}
.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f3f3f;
	height: 15px;
	padding-bottom: 16px;
	position: relative;
}
.title-sub-menu{
	font-size: 11px;
	height: 15px;
	position: absolute;
	top: -3px;
	text-align: right;
	width: 795px;
	vertical-align: bottom;
	left: 0px;
}
.back-to-index a {
	padding-left: 8px;
	color: #3F3f3f;
	background-image: url(../../common/images/base/icon8.png);
	background-repeat: no-repeat;
	background-position: left 1.5px;
}


.sub-menu {
	font-size: 12px;
}
.sub-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sub-menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2b2b2;
	line-height: 1em;
	padding-top: 16px;
	padding-bottom: 16px;
}
.sub-menu ul li a {
	padding-left: 30px;
	display: block;
}
.sub-menu ul .current,
.sub-menu ul a.parentsLink,
.sub-menu ul li a.current,
.sub-menu ul li a:hover {
	background-image: url(../../common/images/base/icon8.png);
	background-position: 11px 2px;
	background-repeat: no-repeat;
}


.sub-menu ul li ul {
	padding-top: 3px;
}
.sub-menu ul li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	padding-left: 1em;
	padding-top: 15px;
}









.main #catch {
	margin: 0px;
	padding: 0px;
	width: 820px;
}
#column-main {
	font-size: 12px;
	color: #3f3f3f;
	line-height: 1.92em;
}


#catch img {
	vertical-align: top;
}


.main #under-catch {
	background-image: url(../images/base/top-20130909-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 44px;
}
#under-catch ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#under-catch ul li {
	display: block;
	padding-right: 0.8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b2b2b2;
	line-height: 12px;
	padding-left: 0.8em;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	height: 12px;
}
#under-catch ul .list-top {
	padding-left: 0px;
}
#under-catch ul .list-end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top-sub {
	width: 175px;
	padding-right: 35px;
	float: left;
}
#top-sub .subbox {
	height: 360px;
	position: relative;
}

.sidebar a {
	color: #3f3f3f;
}
.news-column {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.news-column h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.news  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 1.63em;
	color: #3f3f3f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
}

.news li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	min-height: 35px;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
}
.footer-wrap {
	clear: both;
	padding-bottom: 26px;

}
#std .footer-wrap{
	padding-top: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
	margin-top: 50px;
}
#home .footer-wrap{
	padding-top: 70px;}
#footer {
	height: 12px;
}
#footer img {
	vertical-align: top;
}


.footer-sub {
	float: left;
}

#copy {
	float: right;
	text-align: right;
}
.top-pad-18 {
	padding-top: 18px;
}
.top-pad-25 {
	padding-top: 25px;
}
.top-pad-30 {
	padding-top: 30px;
}
.top-pad-28 {
	padding-top: 28px;
}
.top-pad-50 {
	padding-top: 50px;
}

.col-h300 {
	height: 300px;
}


.column370-m50 {
	float: left;
	width: 370px;
	padding-right: 50px;
}
.column375 {
	float: left;
	width: 375px;
}
body .bunjo p{
	font-size: 13px;
	line-height: 1.77em;
	margin-bottom: 1em;
}
.bunjo {

}




#concept-column table,
#concept-column table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#concept-column table tr td img {
	vertical-align: bottom;
}
.service-footer-menu {
	font-size: 13px;
	list-style-type: none;
	list-style-image: url(../../common/images/base/icon8.png);
}
.service-footer-menu li a:hover {
	text-decoration: underline;
}
.one-third {
	float: left;
	width: 258px;
	margin-right: 10px;
}
body .end {
	margin-right: 0px;
}
.grd-onsale {
	padding: 20px;
	background-image: url(../../common/images/onsale/OnSale.jpg);
	height: 405px;
}
.grd-next {
	background-image: url(../../common/images/onsale/next-project.jpg);
	background-repeat: no-repeat;
	height: 445px;
}
.pj-photo {
	margin-bottom: 21px;
	height: 159px;
}
.pj-title {
	text-align: right;
	height: 73px;
}


.pj-title h3 {
	font-size: 14px;
	margin-bottom: 1.14em;
	line-height: 1em;
}
.pj-title h4 {
	font-size: 9px;
}
.pj-contents {
	height: 136px;
	padding-right: 3px;
	padding-left: 3px;
}

.pj-contents p {
	font-size: 11px;
	line-height: 1.75em;
}
.pj-site {
	text-align: right;
	display: block;
}
.works-top-photo {
	margin: 0px;
	padding: 0px;
}
.works-grid  {
	float: left;
	width: 250px;
	margin-right: 22px;
}
.works-grid p,
.works-grid p img,
.works-grid p a,
.grid-forth p,
.grid-forth p img,
.grid-forth p a {
	padding: 0px;
	margin: 0px;
}
.works-grid h3,
.grid-forth h3 {
	text-align: right;
	margin-bottom: 17px;
	line-height: 1em;
}
.grid-forth {
	width: 170px;
	margin-right: 38px;
	float: left;
}





.works-spec {
	float: left;
	width: 260px;
	padding-right: 140px;
}
.works-spec table {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #b2b2b2;
}
.works-spec table caption {
	text-align: left;
	line-height: 12px;
	padding-bottom: 12px;
}

.works-spec table tr th {
	border-bottom-style: solid;
	font-weight: normal;
	width: 80px;
	border-bottom-width: 1px;
	border-bottom-color: #b2b2b2;
	border-right-style: none;
	padding: 0px;
	line-height: 36px;
}
.works-spec table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	padding: 0px;
}



.works-profile {
	float: left;
	width: 395px;
}
.works-profile h2 {
	font-size: 15px;
	line-height: 1em;
	height: 35px;
	margin: 0px;
}
.works-profile h3 {
	font-size: 9px;
	line-height: 1em;
	height: 33px;
	margin: 0px;
}
.works-profile p {
	line-height: 1.75em;
}
.works-gallary {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.works-gallary li {
	width: 128px;
	margin-right: 5px;
	display: block;
	float: left;
	margin-bottom: 5px;
}
.works-gallary .end {
	margin-right: 0px;
}
#privercy p {
	line-height: 1.75em;
	margin-bottom: 35px;
	margin-top: 0px;
	padding: 0px;
}
#privercy h3 {
	margin-bottom: 20px;
}
#privercy .marg0 {
	margin: 0px;
}
#privercy ul {
	margin-top: 13px;
	margin-bottom: 35px;
	line-height: 1.75em;
}
#privercy ul li {
	margin: 0px;
	padding: 0px;
}
#company table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1em;
}
#company table tr th {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	width: 95px;
	line-height: 12px;
	padding-left: 35px;
}
#company table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	padding-top: 16px;
	padding-bottom: 16px;
}

#company table tr td ul li{
	line-height: 1.92em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.list-square {
	background-image: url(../../common/images/base/square.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left 6px;
	margin-left: 6px;
}
.list-line {
	background-image: url(../../common/images/base/line.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left 6px;
	margin-left: 6px;
}
#contact table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #b2b2b2;
	border-left-color: #b2b2b2;
}


#concept-column {
	position: relative;
}


/*コンセプトのスライドショー*/
#slidenav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	height: 495px;
	width: 1030px;
	z-index: 20;
}
#slidenav li{
	float: left;
	margin: 0px;
	padding: 0px;
}
#slidenav li a{
	height: 165px;
	width: 343px;
	display: block;
	z-index: 1000;
	font-size: 24px;
	color: #FFF;
}
#slidenav li.nav4{
	margin-right: 343px;
}
.bottom-pd24 {
	padding-bottom: 24px;
}
.main #column-main h3 {
}
