@charset "utf-8";

/* ==

　01. 各種モジュール／パーツ

=============================================================================== */
#main p {
	font-size: 117%;
}
#main em { font-style:normal;}

/* メインビジュアル
------------------------------------------------------------------------------- */
#visualArea {
	width: 100%;
}

/* 見出し
------------------------------------------------------------------------------- */
#main h1,
#main .heading1 {
	margin: 0 0 25px;
	font-weight: bold;
	font-size: 134%;
}
#main h2,
#main .heading2 {
	margin: 0 0 25px;
	color: #eb540f;
	font-weight: bold;
	font-size: 134%;
}
#main h3,
#main .heading3 {
	margin: 0 0 25px;
	font-weight: bold;
	font-size: 134%;
}
#main .imgTxt {
	line-height: 1;
	font-size: 12px;
}

/* カラム
------------------------------------------------------------------------------- */
#main .colBlock01 {
	width: 100%;
	margin-bottom: 10px;
}
#main .colBlock01 .col1 {
	float: left;
	width: 49.9%;
}
#main .colBlock01 .col2 {
	float: right;
	width: 49.9%;
}
#main .colBlock01 span,
#main .colBlock01 a {
	display: block;
}
#main .colBlock01 .col1 span {
	padding-right: 5px;
}
#main .colBlock01 .col2 span {
	padding-left: 5px;
}
#main .colBlock02 {
	width: 100%;
	margin: 0 0 30px;
}
#main .colBlock02 .col1,
#main .colBlock02 .colImg {
	float: left;
	width: 49.2%;
}
#main .colBlock02 .col2,
#main .colBlock02 .colTxt {
	float: right;
	width: 49.2%;
}
#main .colBlock03 {
	width: 100%;
	margin: 0 0 30px;
}
#main .colBlock03 .col1,
#main .colBlock03 .colImg {
	float: left;
	width: 37%;
}
#main .colBlock03 .col2,
#main .colBlock03 .colTxt {
	float: right;
	width: 58%;
}
#main .colBlock04 {
	width: 100%;
	margin: 0 0 30px;
}
#main .colBlock04 .col {
	float: left;
	width: 31.8%;
	margin-right: 2.2%
}
#main .colBlock04 .lastChild {
	margin-right: 0;
}
@media only screen and (max-width: 600px) {
	#main .colBlock01 {
		margin-bottom: 10px;
	}
	#main .colBlock01 .col1,
	#main .colBlock01 .col2 {
		float: none;
		width: 100%;
	}
	#main .colBlock01 .col1 {
		margin-bottom: 10px;
	}
	#main .colBlock01 .col1 span {
		padding-right: 0;
	}
	#main .colBlock01 .col2 span {
		padding-left: 0;
	}
	#main .colBlock02 {
		margin: 0 0 30px;
	}
	#main .colBlock02 .col1,
	#main .colBlock02 .colImg,
	#main .colBlock02 .col2,
	#main .colBlock02 .colTxt {
		float: none;
		width: 100%;
	}
	#main .colBlock02 .col1,
	#main .colBlock02 .colImg {
		margin-bottom: 20px;
	}
	#main .colBlock03 {
		margin: 0 0 30px;
	}
	#main .colBlock03 .col1,
	#main .colBlock03 .colImg,
	#main .colBlock03 .col2,
	#main .colBlock03 .colTxt {
		float: none;
		width: 100%;
	}
	#main .colBlock03 .col1,
	#main .colBlock03 .colImg {
		margin-bottom: 20px;
	}
	
	#main .colBlock04 {
		margin: 0 0 20px;
	}
	#main .colBlock04 .col {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#main .colBlock04 .lastChild {
		margin-bottom: 0;
	}
}


/* lnavi
------------------------------------------------------------------------------- */
#main #loacalNav {
	clear:both;
	margin: 40px 0;
	padding: 20px 25px 15px;
	color:#555;
	border: 5px solid #ececec;
	background-color: #f8f8f8;
}
#main #loacalNav h2 {
	margin-bottom: 12px;
	padding: 0.1em 0 18px 0;
	border-bottom: 1px solid #ccc;
	background: none;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 150%;
}
#main #loacalNav h3 {
	margin-top: 30px;
	margin-bottom: 5px;
	background: none;
	color:#555;
	font-size: 117%;
}
#main #loacalNav a{ color:#555;}
#main #loacalNav h2 a {
	padding-left: 15px;
	color:#555;
	background: url(/common/images/renew2009/arrow.gif) 1px 0.4em no-repeat;
}
#main #loacalNav li {
	float: left;
	margin: 0 15px 5px 0;
}

* html #main #loacalNav li {
	float: left;
	margin: 0 15px 5px 0;
	white-space: nowrap;
}/* ie6 */
*:first-child+html #main #loacalNav li {
	float: left;
	margin: 0 15px 5px 0;
	white-space: nowrap;
}/* ie7 */
.linkList li {
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(/common/images/renew2009/arrow.gif) left 0.65em no-repeat;
}

/* footGlNav
------------------------------------------------------------------------------- */

#main #footGlNav {
	margin: 30px 0 ;
	padding: 30px 0;
	color:#555;
	border-top:3px solid #ccc;
	border-bottom:3px solid #ccc;
	background-color: #e9e9e9;
}
@media only screen and (max-width: 949px) {
	#main #footGlNav {
	padding: 30px 10px;
}
}
#main #footGlNav h2 {
	margin-bottom: 20px;
	padding:0 0 19px;
	border-bottom: 1px dotted #999;
	background: none;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 137%;
}
#main #footGlNav h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	color:#555;
	background: none;
	font-size: 117%;
}
#main #footGlNav a {	color:#555;}
#main #footGlNav h2 a {
	padding-left: 15px;
	background: url(/common/images/renew2009/arrow.gif) 1px 0.4em no-repeat;
}
#main #footGlNav li {
	float: left;
	margin: 0 15px 5px 0;
}

* html #main #footGlNav li {
	float: left;
	margin: 0 15px 5px 0;
	white-space: nowrap;
}/* ie6 */
*:first-child+html #main #footGlNav li {
	float: left;
	margin: 0 15px 5px 0;
	white-space: nowrap;
}/* ie7 */
.linkList li {
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(/common/images/renew2009/arrow.gif) left 0.65em no-repeat;
}

/* オプション
------------------------------------------------------------------------------- */
body #main .opReverse .colImg,
body #main .opReverse .col1 {
  float: right;
}
body #main .opReverse .colTxt,
body #main .opReverse .col2 {
  float: left;
}

/* FAQ
------------------------------------------------------------------------------- */
#main .faqBlock {
	width: 100%;
}
#main .faqBlock dt {
	display: block;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 25px 0 0 80px;
	background: url(/column/images/inb/faq_ico_01.gif) left top no-repeat;	
	font-size: 150%;
	font-weight: bold;
}
#main .faqBlock dd {
	min-height: 31px;
	height: auto !important;
	height: 31px;
	margin-bottom: 20px;
	padding: 0 0 0 75px;
	background: url(/column/images/inb/faq_ico_02.gif) 22px top no-repeat;
	font-size: 117%;
}

/* テキストブロック
------------------------------------------------------------------------------- */
#main .txtBlock01 {
	margin: 0 0 25px;
	padding: 40px 0;
	text-align: center;
}
#main .txtBlock01 p {
	font-size: 134%;
}


/* 区切り線
------------------------------------------------------------------------------- */
#main .separateT {
	border-top: 1px solid #ccc;	
}
#main .separateB {
	border-bottom: 1px solid #ccc;	
}

/* 画像可変
------------------------------------------------------------------------------- */
#main img,
img.liquid {
	max-width: 100%;
	width: auto\9;
	height: auto;
}
img.liquidL,
.liquidL img,
#main .liquidL img {
	width: 100%;
	height: auto;
}
*:first-child+html img { /* IE7 */
	-ms-interpolation-mode: bicubic;
}

/* キャッチ
------------------------------------------------------------------------------- */
#main .catchTxtS {
  line-height: 1.6;
	margin-bottom: 15px;
	color: #d55822;
  font-size: 100%;
	font-weight: bold;	
}
#main .catchTxt {
	margin-bottom: 15px;
	color: #d55822;
  font-size: 117%;
	font-weight: bold;	
}
#main .catchTxtL {
  line-height: 1.6;
	margin-bottom: 15px;
	color: #d55822;
  font-size: 134%;
	font-weight: bold;	
}

/* フェード
------------------------------------------------------------------------------- */
.d_hover a.fnFade img {
	-ms-filter: "alpha(opacity=100)";
}
.d_hover a.fnFade:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background-color: #fff;
}

/* 文字サイズ
------------------------------------------------------------------------------- */
.fsXXS,
#main .fsXXS {
  line-height: 1.4;
  font-size: 76%;
}
.fsXS,
#main .fsXS {
  line-height: 1.5;
  font-size: 84%;
}
.fsS,
#main .fsS {
  line-height: 1.6;
  font-size: 100%;
}
.fsM,
#main .fsM {
  line-height: 1.7;
  font-size: 117%;
}
.fsL,
#main .fsL {
  line-height: 1.6;
  font-size: 134%;
}
.fsXL,
#main .fsXL {
  line-height: 1.5;
  font-size: 150%;
}

/* スライダー
------------------------------------------------------------------------------- */

#main .switchWrap .switchArea {
	display: none;
}
#main .switchWrap .tabActive {
	display: block;
}


/* ==

　02. 汎用スタイル

=============================================================================== */

/* 回り込み解除
------------------------------------------------------------------------------- */
* html .clearfix, /* 汎用 */
* html #container,
* html .headerAreaSt,
* html ul,
* html ol { zoom: 1; } /* ie6 */

*:first-child+html .clearfix, /* 汎用 */
*:first-child+html #container,
*:first-child+html .headerAreaSt,
*:first-child+html ol,
*:first-child+html ul { zoom: 1; } /* ie7 */

.clearfix:after, /* 汎用 */
#container:after,
.headerAreaSt:after,
ol:after,
ul:after { content: ''; display: block; clear: both; height: 0; }


/* 余白調整
------------------------------------------------------------------------------- */
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }

.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }

.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }

.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }

/* 幅調整
------------------------------------------------------------------------------- */
.w00 { width: 0 !important; }
.w05p { width: 5% !important; }
.w10p { width: 10% !important; }
.w15p { width: 15% !important; }
.w20p { width: 20% !important; }
.w25p { width: 25% !important; }
.w30p { width: 30% !important; }
.w35p { width: 35% !important; }
.w40p { width: 40% !important; }
.w45p { width: 45% !important; }
.w50p { width: 50% !important; }
.w55p { width: 55% !important; }
.w60p { width: 60% !important; }
.w65p { width: 65% !important; }
.w70p { width: 70% !important; }
.w75p { width: 75% !important; }
.w80p { width: 80% !important; }
.w85p { width: 85% !important; }
.w90p { width: 90% !important; }
.w95p { width: 95% !important; }
.w100p { width: 100% !important; }

/* 位置調整
------------------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.colL {	float: left; }
.colR {	float: right; }

/* 表示切替
------------------------------------------------------------------------------- */
.mobile { display:none; }
.desktop { display:block; }
.tablet { display:none; }
.mobile-tablet { display:none; }
.tablet-desktop { display:block; }
@media only screen and (max-width: 1020px) {
	.mobile { display:none; }
	.desktop { display:none; }
	.tablet { display:block; }
	.mobile-tablet { display:block; }
	.tablet-desktop { display:block; }
}
@media only screen and (max-width: 600px) {
	.mobile { display:block; }
	.desktop { display:none; }
	.tablet { display:none; }
	.mobile-tablet { display:block; }
	.tablet-desktop { display:none; }
}
@media only screen and (max-width: 600px) {
.mAlignL{	 text-align:left;}
}
@media only screen and (max-width: 600px) {
.mAlignC{	 text-align:center;}
}

/* 別ブラリンク表示
------------------------------------------------------------------------------- */
.linkBlank {
	padding-left: 1.8em;
	background:url(/column/images/arrow_blank.gif) 0.3em 0.1em no-repeat;
}

@media only screen and (max-width: 600px) {
	.linkBlank {
	padding-left: 1.4em;
	background:url(/column/images/arrow_blank.gif) 0.1em 0.3em no-repeat;
}
}

/* ローカルナビ
------------------------------------------------------------------------------- */
#main #localNav {
	clear:both;
	margin: 40px 0;
	padding: 20px 25px 15px;
	color:#555;
	border: 5px solid #ececec;
	background-color: #f8f8f8;
}
#main #localNav h2 {
	margin-bottom: 12px;
	padding: 0.1em 0 18px 0;
	border-bottom: 1px solid #ccc;
	background: none;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 150%;
}
#main #localNav h3 {
	margin-top: 30px;
	margin-bottom: 5px;
	background: none;
	color:#555;
	font-size: 117%;
}
#main #localNav a{ color:#555;}
#main #localNav h2 a {
	padding-left: 15px;
	color:#555;
	background: url(/common/images/renew2009/arrow.gif) 1px 0.4em no-repeat;
}
#main #localNav li {
	float: left;
	margin: 0 15px 5px 0;
}

* html #main #localNav li {
	float: left;
	margin: 0 15px 5px 0;
	white-space: nowrap;
}/* ie6 */
*:first-child+html #main #localNav li {
	float: left;
	margin: 0 15px 5px 0;
	white-space: nowrap;
}/* ie7 */
.linkList li {
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(/common/images/renew2009/arrow.gif) left 0.65em no-repeat;
}
#main #localNav .mNavInner {
	float: left;
	width:33%;
	margin: 0 0 5px 0;
}
#main #localNav .mNavInner li {
	float: none;
	margin: 0 0 5px 0;
}
.linkList02 li {
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(/common/images/renew2009/arrow.gif) left 0.65em no-repeat;
}
@media only screen and (max-width: 850px) {
#main #localNav .mNavInner {
	float: left;
	width:49%;
	margin: 0 0 5px 0;
}
}
@media only screen and (max-width: 650px) {
#main #localNav .mNavInner {
	float: none;
	width:100%;
	margin: 0 0 5px 0;
}
}
/* ==

pdf.html用追加

=============================================================================== */

#main .pdfArea .new {
	padding: 2px 5px 0;
	background-color: #e33050;
	color: #fff;
	font-weight: bold;
	font-size: 85%;
}

.downloadList .new {
	padding: 2px 5px 0;
	background-color: #e33050;
	color: #fff;
	font-weight: bold;
	font-size: 85%;
}

/* 固定ヘッダ（スマホ用）
------------------------------------------------------------------------------- */
#fxdHead #tryie_headerArea {
	display: none;
}
@media only screen and (max-width: 1020px) {
#fxdHead #tryie_headerArea {
	display: block;
	width:100%;

}

#tryie_headerArea{
	position: relative;
	width:100%;
	height:42px;
	margin: 0 0 -4px 0;
	padding: 0 0 3px 0;
	background: url(/common/one_smp/images/co_bg_02.png) left bottom repeat-x;
	z-index: 180;
	overflow:hidden;
}
#fxdHead.funcFix #tryie_headerArea{
	position: fixed;
	top:0;
	left:0;
	margin:0 0 -4px 0;
	/*margin: -42px  0 -4px 0;*/
	padding: 0 0 3px 0;
}

#tryie_header {
	position: relative;
	height: 42px;
	border-bottom: 2px solid #574e4b;
	background-color: #fff;
	-webkit-box-sizing: border-box;/* webkit*/
	-moz-box-sizing:border-box;/* Firefox */
	box-sizing: border-box;
}

#tryie_headerInner {
	position: relative;
	min-height: 42px;
	background: url(/column/images/fxdhead/tryie_border.gif) center 40px repeat-x;
	-webkit-background-size: 2px 2px;/* webkit*/
	-moz-background-size: 2px 2px;/* Firefox*/
	background-size: 2px 2px;
}

#tryie_hdLg {
	float: left;
	padding: 10px 0 0 10px;
}
#rgstBtnHd{
	display:block;
	float:right;
	padding:5px 10px 0 0;

}
#fxdHead.funcFix #hdNavSub {
	padding-top:42px;
	background-color: #f2f2f2;
}
}

