@charset "utf-8";

/*

# CSS layout
---
標準設定

*/

/* ## common ===============================
全体設定 */

/* -- all page -------------------*/
html,body {
    height:100%;
	width:100%;}
body{
	background:#FFFFFF;
	color: #444;}


/* -- link -------------------*/
a {
	color: #316AC5;
	text-decoration: none;}
a:hover{
	color: #316AC5;
	text-decoration: none;}


.txtMc{ color:#1D50A3;}
.boxMc{ background-color:#1D50A3;}

a[class^="icon-"]:before, a[class*=" icon-"]:before,
a[class^="icon-"]:hover:before, a[class*=" icon-"]:hover:before{
  text-decoration:none;
  color:#FB9D00;}

.smalltxt {color:red !important; font-size: 0.625rem !important;}

/* ## page ===============================
全体レイアウト設定 */

/* -- all area -------------------*/
#page {
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	position:relative;}

/* -- all area > main area -------------------*/
#page #main{}

/* -- all area > main area > main content -------------------*/
#page #content:before,
#page #content:after { content:""; display:table;}
#page #content:after { clear:both;}
#page #content{
	zoom:1;
	text-align:left;
	padding:20px 0 70px;}
#page #content{}

/* --article -------------------*/

.innerWrapAll:before,
.innerWrapAll:after,
.innerWrap:before,
.innerWrap:after { content:""; display:table;}
.innerWrapAll:after,
.innerWrap:after { clear:both;}
.innerWrapAll,
.innerWrap {
	max-width: 960px;
	padding: 0 15px;
	margin: 0 auto;
	zoom:1;}
.innerWrapAll{
	padding: 0;
}
@media screen and (min-width: 970px) {
.innerWrapAll,
.innerWrap {
	max-width: 1240px;}
}/* --970px END-- */
@media screen and (max-width: 740px) {
.innerWrapAll,
.innerWrap {
	padding: 0 10px;
	max-width: 730px;}
}/* --740px END-- */

.twnContents{
	float: right;
	width: 100%;
	margin-left: -240px;
}
.container{
	margin-left: 260px;
}
#side{
	width: 240px;
	float: left;
}

@media screen and (max-width: 800px) {
.twnContents{
	float: none;
	width: 100%;
	margin-left: 0;
}
.container{
	margin-left: 0;
}
#side{
	width: auto;
	float: none;
}
}/* --700px END-- */


/* ## header ===============================
ヘッダー設定 */

/* -- default -------------------*/
#header{
	background-color: #FFF;
	text-align:left;}

/* -- title logo -------------------*/
#headMain{
	position: relative;
}
#header #logo{
	position: absolute;
	top: 10px;
	left: 15px;
}
#header #headSub{
	text-align: right;
	overflow: hidden;
	padding: 9px 0 0 0;
}

/* -- header side -------------------*/
#uNav{
	margin-bottom: 8px;
	text-align:right;
	padding: 10px 0 15px 0;}
#uNav ul{
	margin:5px 0 0 0;
	vertical-align: middle;
	display:inline-block;
}
#uNav ul li{
	margin-left:5px;
	display:inline-block;}
#uNav a:before{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	color: #FB9D00;
	margin-right: 3px;
	text-decoration:none !important;
	margin-left:-1em;
	content: '\e835';
	display: inline-block;
}

#header .searchArea{
	margin:0;
	vertical-align: middle;
	width: 190px;
	display:inline-block;}

/* 検索 */
.innerWrap.pos{
	position: relative;
}
#searchHead{
	position: absolute;
	top: -47px;
	right: 15px;
}
#header table.gsc-search-box{
	width: auto;
}
.gsc-clear-button{
	display:none !important;}

#cse,
div#cse-search-form{
	text-align:center;}
.gsc-webResult{
	text-align:left;}
#header table.gsc-search-box td.gsc-input{
	padding-right:0;}
#header .gsc-search-box input[type="text"].gsc-input{
	width:160px;
	padding: 4px 5px 3px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #CCC;
	border-right: 0;
	-webkit-appearance: none;
	border-radius: 0;
	background:#F5F5F5 !important;}
#header .cse input.gsc-search-button,
#header input.gsc-search-button{
	border: 1px solid #CCCCCC;
	border-left: 0;
	background: #F5F5F5 url(../images/common/ico_search.png) center center no-repeat;
	-webkit-background-size: 15px;
	background-size: 15px;
	border-radius: 0;
	min-width: inherit;
	width: 30px;
	height: 25px;
	margin: 0;
	text-indent: -9999px;
	cursor: pointer;
}
#cse-search-form form.gsc-search-box{
	margin:0;}


#uNav a:before{
	margin-left: 0;
	margin-right: 0;
}
#header #uNav .fb{
	margin-left: 7px;
}
#header #uNav .fb a:before{
	display: none;
}
#uNav a{
	color: #444;
	text-decoration: none;
}
#uNav a:hover{
	text-decoration: underline;
}

#tNav{
	overflow: hidden;
	letter-spacing: -.40em;
}
#tNav .aboutTxt,
#tNav .registration,
#tNav .login{
	letter-spacing: normal;
	display: inline-block;
	margin-left: 6px;
}
#tNav .aboutTxt a{
	color: #FB9D00;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.93rem;
}
#tNav .aboutTxt a,
#tNav .registration a,
#tNav .login a{
	width: 150px;
	border-radius:5px;
	display: inline-block;
	padding:7px 0;
}
#tNav .aboutTxt a:before,
#tNav .registration a:before,
#tNav .login a:before{
	display: none;
}
#tNav .aboutTxt a:before{
	font-size:1.22rem;
}

/* -- sp menu -------------------*/
#hNavMenu{
	display:none;}

/* -- global navigation -------------------*/
#globalNav{
	border-bottom:1px solid #CCC;
	clear: both;
	display:block;}

/*#globalNav.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background-color: #FFF;
}
#globalNav.fixed #gNav ul{
	margin-bottom: 0;
}*/

#gNav{
	background:#FFFFFF;}
#gNav ul{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 1px;}
#gNav li{
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	position: relative;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;}
#gNav li.spOn{
	display: none;
}
#gNav li:before,
#gNav li.catSearch:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 1px;
	border-left: 1px solid #DDDDDD;
}
#gNav li.catSearch:after{
	right: 0;
	left: inherit;
}
#gNav li a{
	vertical-align: middle;
	display:table;
	width:100%;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 3px solid #FFF;
	height: 100%;
	color:#444;}
#gNav li a div{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;}
#gNav li a:hover,
#gNav li a.act{
	color: #1D50A3;
	border-bottom: 3px solid #1D50A3;
}
#gNav li span{
	display: inline-block;
}

#globalNav .navArea{
	border-top: 1px solid #DDDDDD;
	background-color: #F5F5F5;
	padding: 25px 0 35px;
	position: relative;
	overflow: hidden;
}
#globalNav .navArea:before,
#globalNav .navArea:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	top: 0;
	background-color: #F0F0F0;
}
#globalNav .navArea:after{
	bottom: 0;
	top: inherit;
}
#globalNav .navArea .titLink{
	position: relative;
	margin-bottom: 5px;
}
#globalNav .navArea .titLink h2{
	color: #455976;
	font-size: 1.8rem;
	padding-left: 0.5em;
}
#globalNav .navArea .titLink a{
	display: inline-block;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: -0.5em;
	color: #AAA;
	font-size: 2.15rem;
}
.navArea > div > div > ul.list > li > a,
.navArea > div > div > ul.list > li > div > a,
.navArea > div > div > ul.list > li span{
	color: #455976;
	text-decoration: none;
	font-size: 1.16rem;
	font-weight: bold;
}
.navArea ul li ul li a{
	color: #316AC5;
	text-decoration: none;
	font-size: 0.93rem;
}
.navArea > div > div > ul.list > li > a:hover,
.navArea > div > div > ul.list > li > div > a:hover,
.navArea ul li ul li a:hover{
	text-decoration: underline;
}

.navArea > div > div > ul.list{
	width: 100%;
	display: table;
	table-layout:fixed;
}
.navArea > div > div > ul.list > li{
	border-left: 1px solid #c9cbcc;
	display: table-cell;
	min-height: 280px;
	padding: 5px 20px 10px 25px;
	vertical-align: top;
}
.navArea > div > div > ul.list > li:first-child{
	border: none;
	padding-left: 10px;
}
.navArea > div > div > ul.list > li:last-child{
	padding-right: 30px;
}
.navArea > div > div > ul.list > li > ul{
	margin: 0 0 15px;
}

.navArea > div > div > ul.list > li.banner{
	border-left: 0;
	padding: 0 0 10px;
}
.navArea > div > div > ul.list > li.banner ul li{
	margin-top: 15px;
}
.navArea > div > div > ul.list > li.banner ul li{
	margin-top: 15px;
}
.navArea > div > div > ul.list > li.banner ul li img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/* ## contents ===============================
コンテンツ設定 */

/* -- ページナビ -------------------*/
.bread_crumb{
	text-align:left;
	padding:10px 0 8px;
	text-align:left;
	font-size:0.93rem;}
.bread_crumb ul{
	padding: 0;
	margin: 0;
}
.bread_crumb li{
	display:inline-block;
	line-height:1.6;}
.bread_crumb li a{
	white-space:nowrap;
	text-decoration:underline;}
.bread_crumb li a:hover{
	text-decoration:none;}
.bread_crumb li a:after{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	content: '\e804';
	color: #444;
	margin-left: 5px;
	text-decoration:none;}
.bread_crumb li span.icon-home-1:before,
.bread_crumb li a.icon-home-1:before{
	vertical-align: middle;
	color: #316AC5;
	font-size: 1.45rem;
}
@media screen and (max-width: 640px) {
.bread_crumb{
	padding-bottom: 0;
}
}/* --640px END-- */

/* ## セル===============================
斜線 */
.diagonal {
	background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #ccc 50%, #ccc calc(50% + 0.5px), transparent calc(50% + 1px));
}
/* スマホ時のリンク有効 */
.tab_content01 .tableSt02 td.name a {
	position: relative;
}




/* ## footer ===============================
フッター設定 */

#footer{
	overflow:hidden;}
#footerwrapper_tenpo{
	background-color: #1d50a3;
	padding: 15px 0;
	margin-top: 30px;
	font-size: 0.86rem;
	color: #FFF;
	text-align:center;
}
#footerwrapper_tenpo .socialBtn{
	display: none;
}
#footerwrapper_tenpo span{
	color:#FFF;
}
@media screen and (max-width: 640px) {
#footerwrapper_tenpo .socialBtn{
	display: block;
}
}/* --640px END-- */

/* -- pagetop -------------------*/
#pagetop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index:9999;
	width: 45px;
	height:50px;}
#pagetop a{
	text-decoration: none;
	border-radius: 5px;
	background:#1D50A3;
	text-align:center;
	color:#FFFFFF;
	display:block;
	overflow: hidden;
	width: 40px;
	height:40px;}
#pagetop a div{
	padding-top: 3px;
}
#pagetop a i:before{
	font-size:30px;
	margin:0 !important;}
#pagetop a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	text-decoration: none;}

@media screen and (max-width: 800px) {
#pagetop {
	position: absolute !important;}
}/* --800px END-- */

/* -- footer nav -------------------*/

#fNav {
	border-top: 1px solid #CCC;
	background-color: #EEE;
	margin-top: 30px;
	padding:30px 0 20px;}
#fNav ul{
	width:23%;
	margin:0 0 0 2%;
	padding: 0;
	font-size: 0.93rem;
	float: left;
	overflow:hidden;
	text-align: left;}
#fNav ul:first-child{
	margin-left: 0;
}
#fNav ul.long{
	width: 25%;
}
#fNav ul li{
	list-style-type: none;
	margin:0 0 5px;
	font-weight: bold;
	color: #316AC5;}
#fNav ul li ul{
	font-size: 0.86rem;
	width: auto;
	float: none;
	margin-left: 0.5em !important;
	margin-bottom: 10px;
}

#fNav ul li ul li{
	margin: 0;
	font-weight: normal;
}
#fNav ul li a{
	text-decoration: none;
}
#fNav ul li a:hover{
	text-decoration: underline;
}
.socialBtn{
	padding-top: 10px;
	clear: both;
}
#fNav .socialBtn ul{
	text-align: right;
	margin-bottom: 0;
}
.socialBtn ul{
	float: none !important;
	width: auto !important;
	margin-bottom: 10px;
}
.socialBtn ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.socialBtn ul li img{
	vertical-align: middle;
	margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
#fNav ul{
	width:50%;
	margin: 0;}
#fNav ul:nth-child(2n+1){
	clear:both;}
}/* --800px END-- */
@media screen and (max-width: 640px) {
#fNav  {
	display: none;}
#footerwrapper_tenpo .socialBtn{
	text-align: center;
}
#footerwrapper_tenpo .socialBtn ul{
	text-align: center;
}
}/* --640px END-- */

.iframe-content {
	position: relative;
	width: 100%;
	height: 120px;
}
@media screen and (max-width: 1087px) {
.iframe-content {
	height: 135px;}
}/* --1087px END-- */
@media screen and (max-width: 575px) {
.iframe-content {
	height: 120px;}
}/* --575px END-- */
@media screen and (max-width: 450px) {
.iframe-content {
	height: 140px;}
}/* --450px END-- */

.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 800px) {
  .fb-page-parent > .fb-page {
    width: 240px;
  }
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
  width: 100% !important;
}

/* ------------------ End ------------------ */
