@charset "utf-8";

/* 汎用スタイル
=======================================*/

/* clearfix */
.clearfix:after,
.content:after,
.wrapper:after,
.section:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
.clearfix,
.content,
.wrapper,
.section {
	zoom: 1;
}


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #3d3d40;
}
a {
	color: #1c72b5;
}


/* wrappers */
.wrapper {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.content {
	margin-bottom: 30px;
}


/* link styles */
.linkArrow {
	padding-left: 20px;
	background: url(/english/cmn/img/icon_arrow.gif) no-repeat left center;
}
.linkText {
	line-height: 1 !important;
	margin-left: 26px;
	padding-left: 15px;
	background: url(/english/cmn/img/icon_arrow_s.gif) no-repeat left 4px;
}


/* icon styles */
.iconNew {
  margin-left: 3px;
	padding: 1px 3px;
	background: #ef104a;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.iconStg {
  margin-left: 3px;
	padding: 1px 3px;
	background: #ef104a;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}


/* text style */
.normal {
	font-weight: normal !important;
}


/* float style */
.floatText {
	float: left;
}

.floatPic {
	float: right;
}


/* list style */
.arrowList li {
	padding-left: 10px;
	background: url(/english/cmn/img/icon_arrow_s.gif) no-repeat left 6px;
}

.discList {
	margin: 0 0 30px 26px;
}

.discList li {
	margin-left: 17px;
	list-style-type: disc;
}

.roundList li {
	padding-left: 13px;
	background: url(/english/cmn/img/icon_round.png) no-repeat left 5px;
}

.roundList li ul {
	margin: 0;
}

.roundList li ul li  {
	background: none;
	padding: 0;
}


/* button style */
#contents .nextBtn  {
	margin-top: 15px
}

#contents .nextBtn a {
	display: block;
	float: right;
	padding: 10px 20px;
	border-radius: 3px;
	background: #1682d5;
	background: -moz-linear-gradient(top,  #1682d5 0%, #135f9a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1682d5), color-stop(100%,#135f9a));
	background: -webkit-linear-gradient(top,  #1682d5 0%,#135f9a 100%);
	background: -o-linear-gradient(top,  #1682d5 0%,#135f9a 100%);
	background: -ms-linear-gradient(top,  #1682d5 0%,#135f9a 100%);
	background: linear-gradient(to bottom,  #1682d5 0%,#135f9a 100%);
	-pie-background: linear-gradient(#1682d5, #135f9a);
	color: #fff;
	text-align: center;
	behavior: url(/cmn/js/PIE.php);
}

#contents .nextBtn a:hover {
	background: #1682d5;
	background: -moz-linear-gradient(top,  #135f9a 0%, #1682d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#135f9a), color-stop(100%,#1682d5));
	background: -webkit-linear-gradient(top,  #135f9a 0%,#1682d5 100%);
	background: -o-linear-gradient(top,  #135f9a 0%,#1682d5 100%);
	background: -ms-linear-gradient(top,  #135f9a 0%,#1682d5 100%);
	background: linear-gradient(to bottom,  #135f9a 0%,#1682d5 100%);
	-pie-background: linear-gradient(#135f9a, #1682d5);
	behavior: url(/cmn/js/PIE.php);
	text-decoration: none;
}



/* Page head area
=======================================*/
.pageHead {
	position: relative;
	z-index: -1;
	height: 140px;
	background: url(/english/cmn/img/bg_subpage_head.jpg) repeat-x left top;
}

.pageHead .wrapper {
	padding-top: 47px;
}

.pageHead h1 {
	margin-left: 26px;
	margin-bottom: 47px;
	padding-left: 15px;
	border-left: 6px solid #135b92;
	line-height: 1;
	font-size: 46px;
	font-weight: bold;
}

#topicPath {
	height: 30px;
	margin-bottom: 35px;
	border-bottom: 1px solid #cecece;
}

#topicPath ol {
	margin-left: 26px;
}

#topicPath ol li {
	float: left;
	line-height: 30px;
	padding-right: 10px;
	font-size: 12px;
}

#topicPath a {
	text-decoration: none;
}

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



/* Side Contents
=======================================*/
#sideCol {
	float: left;
	width: 165px;
	padding-left: 26px;
}

#sideCol .root {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #cecece;
	color: #787878;
}

#sideCol .root a {
	padding-left: 24px;
	background: url(/english/cmn/img/icon_arrow.gif) no-repeat left 4px;
}

#sideCol ul li {
	margin-bottom: 15px;
	padding-left: 10px;
	color: #787878;
}

#sideCol ul li a {
	display: block;
	margin-left: -10px;
	padding-left: 10px;
	background: url(/english/cmn/img/icon_arrow_s.gif) no-repeat left 6px;
}

#sideCol ul li ul {
	margin: 15px 0 0 17px;
}

#sideCol ul li ul li a {
	background: url(/english/cmn/img/icon_listdot.gif) no-repeat left 8px;
}



/* Main Contents
=======================================*/
#contents {
	float: right;
	width: 735px;
	margin-bottom: 60px;
	padding-left: 37px;
	border-left: 1px solid #cecece;
}

#contents .section {
	margin-bottom: 45px;
}

#contents .section:last-child {
	margin-bottom: 0 !important;
}

#contents .wrapper {
	width: auto;
}

#contents .titleArea {
	margin-bottom: 15px;
	padding-bottom: 13px;
	border-bottom: 1px solid #cecece;
}

#contents .titleArea h2 {
	padding: 0 0 0 14px;
	line-height: 1.1;
	border-left: 4px solid #135b92;
	font-size: 24px;
	font-weight: bold;
}

#contents .subTitleArea {
	padding: 10px 17px;
	background: #135b92;
	font-size: 18px;
	color: #fff;
}

#contents .subTitleArea h2 {
	font-weight: bold;
}

#contents .articleHead {
	margin-bottom: 40px;
}

#contents .articleHead p {
	float: left;
	width: 364px;
	margin-bottom: 20px;
}

#contents .articleHead p.goList {
	text-align: right;
}

#contents .articleHead p.goList a {
	padding-left: 10px;
	background: url(/english/cmn/img/icon_arrow_s.gif) no-repeat left center;
}

#contents .socialArea {
	clear: both;
	margin-bottom: 30px;
}

#contents .socialArea li {
	float: left;
	width: 100px;
}

#contents .socialArea li:nth-child(3) {
	width: 70px;
}

#contents .socialArea li:nth-child(4) {
	width: 70px;
}


/* head styles */
#contents h3 {
	padding: 0 0 0 12px;
	line-height: 1;
	border-left: 4px solid #135b92;
	font-size: 18px;
}

#contents h4 {
	margin-bottom: 20px;
	font-weight: bold;
}

#contents h5 {
	margin-bottom: 20px;
	font-weight: bold;
}


/* text styles */
#contents p.leadText {
	margin-bottom: 35px;
}

#contents .note {
	font-size: 12px;
}


/* index page style */
#indexSection {
	margin: 40px 0 50px 0;
}

#indexSection .pic {
	float: left;
}

#indexSection .text {
	float: right;
	width: 415px;
}

#indexSection .text h3 {
	margin-bottom: 25px;
	padding: 0;
	border: 0;
	font-weight: bold;
}

#indexSection .text strong {
	font-size: 14px;
}

.pagetop {
	margin-bottom: 45px !important;
	padding-top: 3px;
	font-size: 12px;
	text-align: right;
}

.pagetop a {
	padding-left: 10px;
	background: url(/english/cmn/img/icon_arrow_up.gif) no-repeat left center;
}

.pagetop:last-child {
	margin-bottom: 0 !important;
}

.relatedPage {
	font-weight: bold;
}

.relatedPage a.linkText {
	background-position: left center;
}



/* Footer Topic path
=======================================*/
#footerTopicPath {
	height: 29px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background: #dfdfdf;
	font-size: 12px;
	color: #787878;
}

#footerTopicPath ol {
	float: left;
	line-height: 29px;
	padding-left: 8px;
}

#footerTopicPath ol li {
	float: left;
	padding-right: 10px;
}

#footerTopicPath a {
	text-decoration: none;
}

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

#footerTopicPath #pageTopBtn {
	float: right;
	padding: 0;
	border-top: 0;
}

#footerTopicPath #pageTopBtn a {
	margin: 0;
	background: none;
}

