@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:700);

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo,"メイリオ", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	text-align: center;
	color: #3C3C3A;
	text-align:left;
	
	-webkit-text-size-adjust: none;/* Safari,Google Chrome用 */
	-webkit-font-smoothing: antialiased;/* Firefox用 */ 
	
	border-top:#164379 25px solid;
}
.contents-wrap {
	width: 1024px;
	margin: 0 auto 40px;
}
*::-moz-selection {
	background-color: rgba(0,0,0,0.1);
	color: #000;
}

*::selection {
	background-color: rgba(0,0,0,0.1);
	color: #000;
}

a {
	color: #575656;
	text-decoration:none;
}
a:hover{
	color:#791021;
}
.op a:hover img{
	opacity:0.5; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .5; /* Safari 1.x */
	-moz-opacity: .5; /* FF lt 1.5, Netscape */
	zoom:1;
}
/* float hack */

.clearfix:after {
	 content: url(../images/common/blank.gif); 
	 display: block; 
	 clear: both; height: 0;
} 
.clearfix { 
	display: inline-block;
} 
.clearfix { 
	display: block; 
	overflow:hidden;
}
/*margin padding*/
.mar-b8{
	margin-bottom:8px;
}
.mar-t20{
	margin-top:20px;
}
.mar-b20{
	margin-bottom:20px;
}
.mar-t40{
	margin-top:40px;
}
.mar-b40{
	margin-bottom:40px;
}
.mar-tb20{
	margin:20px 0;
}
.mar-tb40{
	margin:40px 0;
}
.pad-t20{
	padding-top:20px;
}
.pad-b20{
	padding-bottom:20px;
}
.lh18{
	line-height:1.8;
}


/* ========================================================================== */
/* headerLink                                                              */
/* ========================================================================== */
#headerLink{
	height:25px;
	overflow:hidden;
	margin-top:-25px;
}	
#headerLink ul{
	width:277px;
	float:right;
}
#headerLink ul li{
	float:left;
	background-color:#FFF;
}
#headerLink ul li a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
/* ========================================================================== */
/* global-header                                                              */
/* ========================================================================== */
header{
	font-size:77%;
	padding: 20px 0;
	text-align: left;
}
#global-header {
	overflow: hidden;
}
#global-header h1 {
	float: left;
	width:129px;
}
#global-header #headTxt{
	float: right;
	width:314px;
	overflow:hidden;
	padding-top:34px;
}
/*---------------
gloabal-navigation
----------------*/
header nav{
	margin-top:20px;
	height:40px;
}
ul#global-nav {
	margin: 0; padding: 0;
	list-style: none;
}
ul#global-nav li.navFc {
	float: left;
	width:170px;
	height:40px;
	position: relative;
	text-align:center;
	border-top:#C6C6C6 1px solid;
	border-bottom:#C6C6C6 1px solid;
	background:url(../images/common/bg_nav.gif) right 0 no-repeat; 
}
ul#global-nav li.navFc:last-child{
	background:none;
	width:174px;
}
ul#global-nav li.navFc:last-child a{
	width:174px;
}
ul#global-nav li.navFc a {
	float: left;
	height: 31px;
	display:block;
	width:169px;
	padding-top:9px;
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	   -moz-transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	        transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}
ul#global-nav li.navFc a:hover{
	background-color:#F8F6F3;
}
ul#global-nav li .sub {
	position: absolute; 
	top: 41px; 
	left: 0;
	background-color: #FFF; 
	padding: 18px;
	float: left;
	text-align:left;
	display: none; /*--JSオフ時に表示されないように--*/
	z-index:10000;
	border-left:#CACACB 1px solid;
	border-bottom:#CACACB 1px solid;
	border-right:#CACACB 1px solid;
	font-size:1.1em;
	
	/*--Bottom right rounded corner--
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;*/
	
	/*--Bottom left rounded corner--
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
	
}
ul#global-nav li.mnSeminar .sub{
	position: absolute; 
	top: 41px; 
	left: -79px;
}
ul#global-nav li .sub a:hover{
	background-color:#FFF;
}
ul#global-nav li .row { 
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#global-nav li .sub ul{
	list-style: none;
	float: left;
}
ul#global-nav .sub ul li {
	width: 100%;
	color: #fff;
	white-space:nowrap;
}
ul#global-nav .sub ul li a {
	float: none;
	text-indent: 0;
	height: auto; 
	background:#FFF url(../images/common/arrow.gif) no-repeat 5px 6.5px;
	padding: 3px 5px 3px 15px;
	display: block;
	text-decoration: none;
	color: #888;
	line-height:1.5;
	
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);/* Safari,Google Chrome用 */
	   -moz-transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);/* Firefox用 */ 
	        transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}
ul#global-nav .sub ul li a:hover {
	color: #821E2F;
	background-position: 15px 6.5px;
	text-indent:10px;
	background-color:#FFF;
}
/*プルダウン画像*/
ul#global-nav ul{
	padding-bottom:120px;
	width:216px;
}
ul#global-nav ul#subNav01{
	background:url(../images/common/gn_sub_01.png) 0 bottom no-repeat;
}
ul#global-nav ul#subNav02{
	background:url(../images/common/gn_sub_02.png) 0 bottom no-repeat;
}
ul#global-nav ul#subNav03{
	background:url(../images/common/gn_sub_03.png) 0 bottom no-repeat;
}
ul#global-nav .sub ul li:last-child a{
	padding-bottom:20px;
}
/* ========================================================================== */
/* #container                                                             */
/* ========================================================================== */
/*ぱんくず*/
#container #topicPath {
	margin-bottom:20px;
	font-size:85%;
}
#container #topicPath li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}
#container #topicPath a:hover{
	text-decoration:underline;
}
/*contents*/
.pageWrap{
	overflow:hidden;
	margin-top:20px;
	font-size:93%;
}
.pageWrap #sidebar{
	width:328px;
	float:left;
}
.pageWrap #mainContents{
	width:676px;
	float:right;
}
#container .pageTop{
	text-align:right;
	padding-top:40px;}
/*WP ページャー*/
.pager{
	text-align:center;
	font-size:100%;
}
.pager .currentPage{
	margin:20px 0;
}
.pager .pageNav .current {
	padding: 10px;
	font-weight: bold;
	background-color: #e5e5e5;
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #ccc;
	line-height: 10px;
	
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;


}
.pager .pageNav a{
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 10px;
	text-decoration:none;
	
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;

}
.pager .pageNav a:hover{
	background-color: #e5e5e5;
}
.pager .pageNav a.pagePrev{
	background:url(../images/common/arrow6_02.png) 5px 11px no-repeat;
	padding-left:20px;
}
.pager .pageNav a.pageNext{
	background:url(../images/common/arrow6.png) 80px 11px no-repeat;
	padding-right:20px;
}
.pager .pageNav a.pagePrev:hover,
.pager .pageNav a.pageNext:hover{
	background-color: #e5e5e5;
}
/*サイドナビ*/
#sidebar ul#sideNav li.current{
	font-weight:bold;
}
#sidebar ul#sideNav li{
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}

/* ========================================================================== */
/* footer                                                              */
/* ========================================================================== */
footer{
	font-size:93%;
	line-height:1.5;
	margin-top:20px;
	width:100%;
	webkit-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2);
	   -moz-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2);
	        box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2);
	padding-top:20px;
}

/*ページトップ*/
#footer #pt{
	width:1024px;
	margin:0 auto;
	position:relative;
}
#footer .pageTop{
	position:absolute;
	top:-40px;
	right:0;
}

.ie6 footer,
.ie6 footer,
.ie7 footer,
.ie7 footer,
.ie8 footer,
.ie8 footer {
	border-top:#CACACB 1px solid;
}

footer nav{
	overflow:hidden;
	width:1024px;
	margin:0 auto;
}
footer nav a{
	text-decoration:none;
}
footer nav section{
	float:left;
	width:160px;
	padding-right:10px;
}
footer nav section h3{
	background:url(../images/common/arrow10.gif) 0 0.4em no-repeat;
	padding-left:15px;
	margin-bottom:10px;
	min-height:16px;
}
footer nav section p{
	margin-bottom:10px;
}
footer nav section ul li{
	margin-bottom:10px;
}
footer nav section ul li a{
	background:url(../images/common/arrow6.png) 0 0.4em no-repeat;
	padding-left:10px;
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
	display:block;
}
footer nav section ul li a:hover{
	background-position: 3px 0.4em;
}
/*copyright*/
footer #copyright{
	background-color:#164379;
	line-height:40px;
	color:#FFF;
}
footer #copyright p{
	width:1024px;
	margin: 0 auto;
	text-align:left;
}
/* ========================================================================== */
/* 404                                                                        */
/* ========================================================================== */
#notfound #container{
	line-height:1.8;
}
/*SP/PC　振り分け*/
#spLinkBlockInPc{
	display:none;
	width:1004px;
	background-color:#000;
	text-align:right;
	height:28px;
	padding:11px 20px 11px 0;
}
/*WP　SNSボタン*/
#hupso_toolbar_0{
	text-align:right;
}