@charset "utf-8";

/*-----------------------
   Contents
------------------------*/
#contents {
	background: url(../images/mind-and-decision/bg_header.png) repeat-x #E8E8E8;
	padding-top: 25px;
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
}

#titles {
	background-color: #262626;
}

#contents h1 {
	padding: 20px 30px 40px;
	margin: 0;
	color: #FFF;
	font-size: 130%;
	text-align: center;
	font-weight: normal;
}

#contents h2 {
	font-size: 110%;
	margin-bottom: 20px;
}

#contents h3 {
	font-size: 100%;
	margin-bottom: 10px;
}

#contents p {
	line-height: 1.5;
	margin-bottom: 0.5em;
}


/* 右上ナビ*/
nav#rightNavi {
	float: right;
	position: relative;
	margin: -90px 25px 0 0;
}

nav#rightNavi ul li {
	list-style: none;
	float: left;
	height: 80px;
}

nav#rightNavi ul li#forHome { background: url(../images/mind-and-decision/Top.png) no-repeat; }

nav#rightNavi ul li a {
	display: block;
	width: 86px;
	height: 80px;
}

nav#rightNavi ul li#process a {
	width: 110px;
	margin-right: 20px;
}

/* パンくずリスト*/
#contents p#pankuzu {
	color: #000;
	padding: 15px 30px 10px;
}

#contents p#pankuzu a {
	text-decoration: none;
	color: #000;
}

#contents p#pankuzu a:hover {
	color: #630001;
	text-decoration: underline;
}


/* article */
#article {
	padding: 50px 150px 50px;
	color: ghostwhite;
	line-height: 1.7;
	background-color: #111;
}

#article a {
	color: dodgerblue;
	text-decoration: none;
}

#article a:hover {
	text-decoration: underline;
}

footer {
	background-color: #262626;
	padding-top: 2.5em;
}


.title {
	margin-bottom: 2em;
}

.title img,
.title h2 {
	float: left;
}

.title h2 {
	font-size: 140%;
	font-weight: normal;
	margin-left: 3em;
	line-height: 2.0;
	padding-top: 3em;
}

#article p {
	margin: 0 0 1em 1em;
}

#syomei {
	float: right;
	text-align: justify;
}

@media only screen and (max-width: 1023px) {

	#titles h1 {
		text-align: left;
		width: 80%;
		line-height: 1.5;
	}
	
	nav#rightNavi {
		margin: -100px 25px 0 0;
	}

}