@charset "UTF-8";

/*****************************************/
/*** General Font Style & Color ***/
/*****************************************/

/* ベースフォント
-----------------------------------------*/

body, select, input, textarea {
	font-size: 16px;
}

body, select, input, textarea, a {
	color: #333;
}

/* アンカー
-----------------------------------------*/

a {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	color: #1E7DBF;
}

a:hover {
    text-shadow: #999 0px 0px 20px;
    color: #666;
}

a:hover img {
	opacity: 0.8;
}


/*****************************************/
/*** General Layout ***/
/*****************************************/

body {
	text-align: center;
}

header,main,footer,section {
	clear: both;
}

/* セパレート
-----------------------------------------*/
.sepalate {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dotted #232323;
}


/*****************************************/
/*** Second Page Layout ***/
/*****************************************/

#wrap {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: left;
	line-height: 1.5em;
}

h1.heading {
	height: 260px;
	margin-bottom: 50px;
	text-align: center;
	background-color: #f5f5f5;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

#wrap h2 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: normal;
	text-align: center !important;
	line-height: 32px;
}

#wrap h2 span {
	display: block;
	font-size: 16px;
	color: #747474;
}

#wrap h3,
#wrap h4,
#wrap h5 {
	margin-top: 2em;
	margin-bottom: 16px;
}

#wrap p,
#wrap ol,
#wrap ul,
#wrap dl {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#wrap ul,
#wrap ol {
	margin-left: 1.6em;
}

#wrap ul {
	list-style-type: disc;
}

#wrap ol {
	list-style-type: decimal;
}


/*****************************************/
/*** Header Layout ***/
/*****************************************/

header[role=heading] {
	width: 1100px;
	min-width: 1100px;
	margin: 20px auto 0;
	padding-bottom: 20px;
}

header[role=heading] h1 {
	display: block;
	float: left;
	padding-top: 3px;
}

header[role=heading] h1 img {
	vertical-align: middle;
}

header[role=heading] h1 a {
	line-height: 0;
}

header[role=heading] h1 span {
	padding-left: 1em;
	font-size: 14px;
	font-weight: normal;
	line-height: 44px;
}

header[role=heading] address ul {
	display: inline-block;
	float: right;
	height: 50px;
}

header[role=heading] address ul li {
	display: inline-block;
}

header[role=heading] address ul li a {
	margin-left: 20px;
}


/*****************************************/
/*** Global Navigation ***/
/*****************************************/

nav[role=navigation] {
	clear: both;
	min-width: 1100px;
}

ul#globalmenu {
	padding: 15px 0;
	border-top: 1px solid #DEDEDE;
}

ul#globalmenu li {
	display: inline-block;
	width: 20%;
	max-width: 219px;
	text-align: center;
	border-left: 1px solid #DEDEDE;
}

ul#globalmenu li:last-child {
	border-right: 1px solid #DEDEDE;
}

ul#globalmenu li a {
	display: block;
	border-bottom: 3px solid #fff;
}

ul#globalmenu li.active a {
	border-bottom: 3px solid #333;
}

ul#globalmenu li img {
	margin: 3px 0 0;
}


/*****************************************/
/*** Footer Layout ***/
/*****************************************/

/* トップへもどる
-----------------------------------------*/

.pagetop {
	clear: both;
	max-width: 1100px;
	margin: auto;
	padding-top: 50px;
	text-align: right;
	line-height: 0;
}

.pagetop a {
	line-height: 0;
}

.pagetop a img {
}


/* フッタナビゲーション
-----------------------------------------*/

footer[role=contentinfo] {
	font-size: 90%;
	background-color: #F5F5F5;
	border-top: 2px solid #DEDEDE;
}

footer[role=contentinfo] aside {
	margin: 0 auto 1em;
}

footer[role=contentinfo] aside ul {
	margin: 20px 0;
}

footer[role=contentinfo] aside ul li {
	display: inline;
	border-right: 1px solid #DEDEDE;
}

footer[role=contentinfo] aside ul li:last-child {
	border-right: none;
}

footer[role=contentinfo] aside ul li a {
	display: inline-block;
	padding: 0 20px;
	line-height: 3em;
	vertical-align: middle;
}

footer[role=contentinfo] aside ul li a:before {
	content: '>';
	margin-right: 5px;
	font-size: 80%;
	line-height: 14px;
	vertical-align: middle;
}

/* アドレス＆コピーライト
-----------------------------------------*/

#address {
	padding: 10px 0;
	line-height: 3em;
	font-style: normal;
	border-top: 1px solid #DEDEDE;
}

#address strong {
	margin-right: 1em;
}

#address a {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #DEDEDE;
}

#copyright {
	padding: 10px;
	background-color: #232323;
	color: #fff;
	font-size: 90%;
}

