@charset "utf-8";

/* --------------------------------
	汎用スタイル：大きな物からインラインレベルまで。
	2011/06/02
-----------------------------------*/

.snsBtn {}
.snsBtn li{
	float: left;
	margin:0px 5px 0px 0px;
	padding:0px;
}

*html .snsBtn .fbBTn{
	margin:1px 5px 0px 0px;
}

.snsBtn .fbBTn{}
.snsBtn .tweetBTn .twitter-share-button{
	vertical-align:bottom;
}

/* ==========================================================================================================

	 1. hyperText
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	anchor

---------------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: underline;
	color: #0498e0;
}
a:link {
	color: #0498e0;
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
a:visited {
	color: #3e1fa3;
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	color: #0498e0;
	text-decoration: none;
}
/*  画像ボタンをhover時に透過させる
-----------------------------------*/
.alpha a img,
a.alpha img,
input.alpha,
button.alpha{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.alpha a:hover img,
a.alpha:hover img,
input.alpha:hover,
button.alpha:hover{
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}

/*  パターン1 (黒色アンダーライン無し)
-----------------------------------*/
.aType01 a:link,
.aType01 a:visited {
	text-decoration: none;
	color: #000;
}
.aType01 a:hover {
	text-decoration: underline;
	color: #0498e0;
}
/*  パターン2 (黒色アンダーライン)
-----------------------------------*/
.aType02 a:link,
.aType02 a:visited {
	text-decoration: underline;
	color: #000;
}
.aType02 a:hover {
	text-decoration: none;
	color: #0498e0;
}
/*  パターン3 (青色アンダーライン無し)
-----------------------------------*/
.aType03 a:link,
.aType03 a:visited {
	text-decoration: none;
	color: #3771b8;
}
.aType03 a:hover {
	text-decoration: underline;
}

/*  ------------------------------------------------------------------

	arrow

---------------------------------------------------------------------*/
/*  linkArrow
-----------------------------------*/
a.linkArrow01 {
	background: url(../img/arw01.png) no-repeat 0% 50%;
	padding: 3px 0 3px 18px;
}
a.linkArrow02 {
	background: url(../img/arw02.png) no-repeat 0% 50%;
	padding: 3px 0 3px 14px;
}

/*  _blankリンク
-----------------------------------*/
a.linkArrowBlank {
	background: url(../img/arw_blank.png) no-repeat 0% 50%;
	padding: 3px 0 3px 18px;
}
/*  pdfリンク
-----------------------------------*/
a.linkArrowPdf {
	background: url(../img/arw_pdf.png) no-repeat 0% 50%;
	padding: 3px 0 3px 18px;
}
/*  pagetop
-----------------------------------*/
a.pagetop {
	background: url(../img/arw_pageTop.png) no-repeat 0% 50%;
	padding: 3px 0 3px 18px;
}
#gPageTop{
	position: relative;
	zoom: 1;
}
#gPageTop p {
	position: absolute;
	top: -45px;
	right: 0;
	z-index: 5;
}

/*  ------------------------------------------------------------------

	arrow

---------------------------------------------------------------------*/
/*  linkArrow
-----------------------------------*/
a.linkArrow {
	background: url(../img/_frame/parts/linkArrow.png) no-repeat 0% 50%;
	padding-left: 20px;
}
/*  _blankリンク
-----------------------------------*/
a.linkArrow[target="_blank"] {
	background: url(../img/_frame/parts/linkArrowTarget.png) no-repeat 0% 50%;
}
/*  pdfリンク
-----------------------------------*/
a.linkArrow[href$="pdf"] {
	background: url(../img/frame/parts/linkArrowPdf.png) no-repeat 0% 50%;
}
/*  xlsリンク
-----------------------------------*/
a.linkArrow[href$="xls"],
a.linkArrow[href$="xlsx"] {
	background: url(../img/frame/parts/linkArrowXls.png) no-repeat 0% 50%;
}
/*  pptリンク
-----------------------------------*/
a.linkArrow[href$="ppt"],
a.linkArrow[href$="pptx"] {
	background: url(../img/frame/parts/linkArrowPpt.png) no-repeat 0% 50%;
}
a.linkArrow:hover {
}


/*  popupリンク

-----------------------------------*/
a.popup {
	background: url(../img/frame/parts/linkArrow01.gif) no-repeat 0% 50%;
	padding-left: 10px;
}

/* ==========================================================================================================

	 2. p
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	主に送信ボタン関連

---------------------------------------------------------------------*/
#mainContent .formBtn {
	background: #f6f6f6;
	padding: 5px;
	text-align: center;
}


/* ==========================================================================================================

	 3. txt(インライン系)
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	em

---------------------------------------------------------------------*/
em.type01 {
	font-size: 14px;
}

em.type02 {
	font-size: 12px;
}

em.type03 {
	font-weight: bold;
}


/*  ------------------------------------------------------------------

	strong

---------------------------------------------------------------------*/

/*
strong.type01 {

}
strong.type02 {

}
strong.type03 {

}
*/


/*  ------------------------------------------------------------------

	align

---------------------------------------------------------------------*/
.txtCenter {
	text-align : center;
}
.txtRight {
	text-align : right;
}
.txtIndent {
	text-indent : -9999px;
}
/* ==========================================================================================================

	 4. form
 
============================================================================================================*/
input.check,
input.radioBtn {
	margin: 0 5px;
	vertical-align: text-top;
}
/* ==========================================================================================================

	 5. img
 
============================================================================================================*/
img.floatL {
	float : left;
	margin-right : 5px;
	margin-bottom : 5px;
}
img.floatR {
	float : right;
	margin-left : 20px;
	margin-bottom : 20px;
}
/* ==========================================================================================================

	 11. その他要素、疑似クラス
 
============================================================================================================*/

/*  マージン
-----------------------------------*/
.mgn05 {
	margin-bottom: 5px;
}
.mgn10 {
	margin-bottom: 10px;
}
.mgn15 {
	margin-bottom: 15px;
}
.mgn20 {
	margin-bottom: 20px;
}
.mgn25 {
	margin-bottom: 25px;
}
.mgn30 {
	margin-bottom: 30px;
}
.mgn40 {
	margin-bottom: 40px;
}
.mgn50 {
	margin-bottom: 50px;
}
.mgn100 {
	margin-bottom: 100px;
}
/*  padding
-----------------------------------*/
.pad05 {
	padding-bottom: 5px;
}
.pad10 {
	padding-bottom: 10px;
}
.pad15 {
	padding-bottom: 15px;
}
/*  ボーダー
-----------------------------------*/

.bdr{
	border-bottom: 1px dotted #999;
}
.bdr02{
	border-bottom: 1px solid #999;
}
/*  ------------------------------------------------------------------

	selected text

---------------------------------------------------------------------*/
::selection {
 background : #CAECF5;
 color : #04ACD9;
}

::-moz-selection {
 background : #CAECF5;
 color : #04ACD9;
}


/* ==========================================================================================================

	 21.	error系
 
============================================================================================================*/
div.error,
div.notice,
div.success {
	margin-bottom: 1.5em;
	padding: 0.8em 0.8em 0;
	font-size: 90%;
}
div.error {
	background: #FFE8E1;
	border: 1px solid #F17E89;
	color: #990000;
}
div.error ul {
	padding-left: 25px;
	margin-bottom: 1em;
}
div.error li {
	list-style-type: disc;
	margin-bottom: 0.2em;
}
div.notice {
	background: #fffdc6;
	border: 1px solid #eaac5b;
	color: #965d13;
	text-align: center;
	line-height: 1.4;
}
div.success {
	background: #F7FFE8;
	border: 1px solid #9DE7B4;
	color: #02AB5A;
}
/*  お知らせ程度
-----------------------------------*/
div.notify {
	background: #f2f2e9;
	border: 1px solid #ddddd5;
	padding: 1em;
	font-size: 82%;
}
/* ==========================================================================================================

	 50. common assets
 
============================================================================================================*/



/* ==========================================================================================================

	 51. general Classees
 
============================================================================================================*/
.note {
}
.error {
}
.caution {
}
.clear {
	clear: both;
}
/*  コードヒント用
-----------------------------------*/
.swap,
.firstChild,
.lastChild,
.rightChild,
.secondChild,
.thirdChild {
}
/*  免責条項など、2行目以降にスペース
	（例）※これは注意です
	　　　　やめてください！
-----------------------------------*/
.immunity { 
	padding-left: 1em;
	text-indent: -1em;
}




/* ==========================================================================================================
=============================================================================================================
=============================================================================================================
=============================================================================================================
============================================================================================================*/



/* ==========================================================================================================

	 102. Section Style
 
============================================================================================================*/
/* ==========================================================================================================

	 103. Div Style
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	div.sectionWrap

---------------------------------------------------------------------*/
div.sectionWrap {
	margin-bottom: 2em;
}
div.sectionWrap div.section {
	clear: none;
	float: left;
	margin-bottom: 0;
}
div.sectionWrap div.section.lastChild {
	float: right;
}
/*  ------------------------------------------------------------------

	div.dlGroup

---------------------------------------------------------------------*/
div.dlWrap {
	margin-bottom: 2em;
}
div.dlWrap dl {
	float: left;
}
div.dlWrap dl.lastChild {
	float: right;
}
/*  ------------------------------------------------------------------

	exturnal (外部コンテンツ)

---------------------------------------------------------------------*/
/*  iframe
-----------------------------------*/
div.external iframe {
	border: 1px solid #dbdbdb;
	overflow: hidden;
	width: 598px; /* 任意 */
	height: 498px; /* 任意 */
}

/* ==========================================================================================================

	 104. ul
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	general01

---------------------------------------------------------------------*/
ul.ulType01 {

}
ul.ulType01 li {
	background: url(../img/sqe_01.png) no-repeat 3px 11px;
	padding: 3px 0 3px 18px;
}
/*  nest <ul> 
-----------------------------------*/
ul.ulType01 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ul.ulType01 li ul li {
	list-style: circle;
	margin-bottom: 0.2em;
}
/*  nest <ol> 
-----------------------------------*/

ul.ulType01 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ul.ulType01 li ol li {
	list-style: decimal;
	margin-bottom: 0.2em;
}
/*  ------------------------------------------------------------------

	general02

---------------------------------------------------------------------*/

ul.ulType02 {
	margin-bottom: 1.6em;
	padding-left: 25px;
}
ul.ulType02 li {
	list-style: circle;
	margin-bottom: 0.4em;
}
/*  nest <ul> 
-----------------------------------*/
ul.ulType02 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ul.ulType02 li ul li {
	list-style: square;
	margin-bottom: 0.2em;
}
/*  nest <ol> 
-----------------------------------*/
ul.ulType02 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ul.ulType02 li ol li {
	list-style: decimal;
	margin-bottom: 0.2em;
}
/* ==========================================================================================================

	105. ol
 
============================================================================================================*/

/*  general01
-----------------------------------*/
ol.olType01 {
	margin-bottom: 1.6em;
	padding-left: 25px;
}
ol.olType01 li {
	margin-bottom: 0.4em;
}
/* nest <ol> */
ol.olType01 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ol.olType01 li ol li {
	margin-bottom: 0.2em;
}
/* nest <ul> */
ol.olType01 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ol.olType01 li ul li {
	list-style: disc;
	margin-bottom: 0.2em;
}
/* ==========================================================================================================

	 106. dl
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	主にニュース用

---------------------------------------------------------------------*/
dl.news {
	margin-bottom: 1.6em;
	border-left: 4px solid #727272;
}
dl.news dt {
	padding: 0.8em 0 0.7em 15px;
	margin-bottom: -3.1em;
	width: 105px;
}
dl.news dd {
	border-bottom: 1px solid #000000;
	padding: 0.8em 1em 0.7em 10em;
	margin-left: -4px;
}


/* ==========================================================================================================

	 101. tables
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	th="row"

---------------------------------------------------------------------*/
table.tbType01 {
	width: 100%;
	margin-bottom: 1.6em;
}
table.tbType01 th,
table.tbType01 td {
	border: 1px solid #666666;
	padding: 6px 15px;
	vertical-align: top;
}
table.tbType01 th.vMid,
table.tbType01 td.vMid {
	vertical-align: middle;
}

table.tbType01 th {
	background: #e5f0f5;
}
table.tbType01 td {
	background: #f2f2f2;
}
/*  ------------------------------------------------------------------

	th="row" type02

---------------------------------------------------------------------*/
table.tbType02 {
	border-top: 1px solid #999999;
	width: 100%;
	margin-bottom: 1.6em;
}
table.tbType02 th,
table.tbType02 td {
	border-bottom: 1px dotted #bfbfbf;
	padding: 18px 20px;
	vertical-align: top;
}
table.tbType02 th.noBdr,
table.tbType02 td.noBdr {
	border-bottom: none;
	padding-bottom: 0;
}
table.tbType02 th.vMid,
table.tbType02 td.vMid {
	vertical-align: middle;
}
table.tbType02 th {
	font-weight: bold;
}
table.tbType02 td {
}


/* ==========================================================================================================

	 131. input
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	@

---------------------------------------------------------------------*/
input.inputSS,
input.inputS,
input.inputM,
input.inputL,
textarea.inputS,
textarea.inputL {
	border	: 1px solid #cccccc;
	padding : 4px;
	font-size: 14px;
	line-height: 1.5;
}

textarea.inputS,
textarea.inputL {
	overflow: auto;
}
input.inputSS:focus,
input.inputS:focus,
input.inputM:focus,
input.inputL:focus,
textarea.inputS:focus,
textarea.inputL:focus {
	background-color: #ffffcc;
}

.inputSS {
	width: 4em;
}
.inputS {
	width: 50%;
}
.inputM {
	width: 80%;
}
.inputL {
	width: 95%;
}
textarea.inputL {
	width: 95%;
	height: 15em;
}

/* ==========================================================================================================

	 150.	navigation
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	navPagenation
	前へ | 1 | 2 | 3 | 次へ

---------------------------------------------------------------------*/

ul.navPagenation {
}
ul.navPagenation li {
	float: left;
	white-space: nowrap;
	border-right: 1px solid #000;
	margin-bottom: 0.5em;
	padding: 0 1em;
}
ul.navPagenation li.rightChild,
ul.navPagenation li.lastChild {
	border: none;
}
ul.navPagenation li.next {
}
ul.navPagenation li.prev {
}




/* ==========================================================================================================

	99. clearFix (pkg)

============================================================================================================*/

/* start clearfix */
div.sectionWrap:after,
div.dlWrap:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* ie6 hack */
* html div.sectionWrap,
* html div.dlWrap,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx {
	zoom: 1;
}
/* ie7 hack */
*:first-child+html div.sectionWrap,
*:first-child+html div.dlWrap,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx {
	zoom: 1;
}
/* end clearfix */

/* for form template */
.alrt{
	color:red;
	margin-bottom:40px;
}
