@charset "utf-8";
/* Global Styles */

body {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

a:link {
      color: #000;
      text-decoration: none;
}

a:visited {
      color: #000;
      text-decoration: none;
}

ul li {
	list-style-type: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

a {
	border: 0;
}

li {
	list-style: none;
}

.clear{
    clear: both;
}

/* Header */
header {
    text-align: left;
    display: block;
    margin-left: auto;
    /* [disabled]font-family: inherit; */
}

header .logo {
    text-align: left;
    font-size: 18px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: rgb(0, 0, 0);
    line-height: 1.389;
    position: absolute;
    top: 22px;
    left: 22px;
    width: 236px;
    height: 25px;
}

header hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	margin-top:60px;
	margin-bottom:0px;
}

header #nav {
	display:none;
}

/*--
header .profileHeader p {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}
header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
}
header .socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
} --*/

/* Main Content sections */

nav{
	width:195px;
	display:block;
	margin:0;
	padding:0;
    position:absolute;
}

nav #close{
	display: none;
}

ul {
	margin:0;
	padding:0;
}

nav ul.navmain li{
	list-style-type: none;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:0px;
	padding:0;
}

nav ul.navmain img{
	height:26px;
}

nav ul.navsub {
	margin-left:16px;
}

.li_left{
	float:left;
}

.li_right{
	display: block;
	margin-left: 110px;	
}

li.jigyo::before  {
	position: relative;
	top: -3px;
	left: 0px;
	margin-right: 4px;
	display: inline-block;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 100%;
	background: black;
}

.mainContent {
    display: block;
    position: absolute;
    left: 200px;
    width: auto;
    float: left;
    max-width: 1370px;
}

.companyinfo {
	float:left;
	display:block;
	margin-top:10px;
}

/*
.mainContent {
    min-width: 800px;
}
*/
.article {
    display: block;
    width:100%;
    clear:both;
    margin-bottom:20px;
}

.article .article-photo {
	margin-bottom:20px;
	padding:0;
    display:block;
    width:100%;
    float:left;
}

.article .article-photo p {
    float:left;
}

.article .article-photo img {
	margin-top:0;
    margin-bottom:5px;
	padding-top:0;
	vertical-align: top;
	margin-right:5px;
    max-height:300px;
}

.article a{
    color:blue;
    text-decoration: underline;
}

.mainContent .works h1 {
 	font-size: 34px;
	text-align: left;
	font-family: Arial, sans-serif;
	margin-top:5px;
}

.mainContent .works p{
 	font-size: 18px;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", Arial, sans-serif;
	vertical-align: bottom;	
}

.works {
    width:100%;
}



/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}

footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .logo {
	display: inline-block;
}

header #nav {
    display: block;
    width: 40px;
	position:absolute;
	top:12px;
	right:11px;
	}

header #nav img{
	width:100%;	
	}
	
nav {
	display:none;
	position: absolute;
	top:0;
	width: 100%;
	height:auto;
	min-height: 100%;
	background:rgba(255,255,255,1);
	left: 0;
    z-index:100;
	}

nav ul.navmain{		
	margin-top: 12px;
}

nav ul.navmain img{
	height:38px;
	}

nav #close{
	display: block;
	position:absolute;
	top:12px;
	right:11px;
}

/* Main content sections */
.mainContent {
    width: 100%;
    float:none;
    position:relative;
    left:auto;
    
    }

.mainContent .section1 {
    /*text-align: center; */
	margin-left:2%;
	margin-right:2%;
    float: left;
    margin-bottom: 10%;
}

.mainContent .section1 .companyinfo {
    width:100%;
	margin-left:2%;
	margin-right:2%;
    float: left
}


.mainContent .section1 .works h1 {
	font-size: 30px;
	text-align: left;
	font-family: sans-serif;
	}

.mainContent .section1 .works p {
	text-align: left;
	font-family: sans-serif;
	}

	
.article .article-photo img {
	width:100%;
    height:auto;
	float:none;
	margin-bottom:10px;
    
	}

    
.article .cl {
    text-align: left;
    clear:both;
}

.article .title {
    margin-left:10px;
    clear:both;
}

/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}


	
/* add for n-ds */

.companyinfo ul li {
	margin-top:15px;		
}	
	
.companyinfo ul li ul li{
	margin-top:0px;		
}	

.companyinfo ul li ul li span.li_left{
	border-bottom: 0px;	
}	
	
.li_left{
	float:none;
	font-family: sans-serif;
	border-bottom: 1px solid #000;
	padding-bottom: 0.1px;
}

.li_right{
	float:none;
	width:100%;
	font-family: sans-serif;
	margin-left:0;
	margin-top:4px;
}

.jigyo{	
	padding-left:10px;
	text-indent:-10px;
	}
    
}




@media only screen and (min-width : 481px) and (max-width : 800px) {
header {
	width: 100%;
	float: none;
}
header .logo {
	display: inline-block;
}

header #nav {
    display: block;
    width: 40px;
	position:absolute;
	top:12px;
	right:11px;
	}

header #nav img{
	width:100%;	
	}
	
nav {
	display:none;
	position: absolute;
	top:0;
	width: 100%;
	height:auto;
	min-height: 100%;
	background:rgba(255,255,255,1);
	left: 0;
    z-index:100;
	}

	
.nav {
	margin-top: 12px;
	}

nav ul.navmain img{
	height:30px;
}

nav .nav #close{
	display: block;
	position:absolute;
	top:12px;
	right:11px;
}
    
.mainContent {
    width: 100%;
    float:none;
    position:relative;
    left:auto;
    margin-left:20px;
    }
    

.article .article-photo img {
	margin-top:0;
    margin-bottom:5px;
	padding-top:0;
	vertical-align: top;
	margin-right:5px;
    height:230px;
}    
    
    
    
    
}



@media only screen and (min-width : 800px) and (max-width : 1400px) {
    
 .article .article-photo img {
    height:220px;
}    

.mainContent {
    max-width: 1200px;
}
    
}


/*
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
	margin-top: 5%;
}
header .profileHeader {
	text-align: left;
	padding-top: 58px;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}

.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}

footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}


@media only screen and (min-width:1025px) {

header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 58px;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 30px;
	height: 26px;
	display: inline-block;
	margin-right: 23px;
}

.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: sans-serif;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
	font-family: sans-serif;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}

footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}
*/
