@charset "utf-8";

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


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

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

	anchor

---------------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: underline;
	color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #00a3dc;
	text-decoration: none;
}

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

@media only screen and (max-width:1024px){	/* Tablet - SmartPhone */

	a.alpha:hover img{
		opacity: 1.0;
	}
}


/*  スマホだけ電話番号発信
-----------------------------------*/
a[href^="tel:"] { 
  cursor: default;
  color: #FFF;
}

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

	arrow

---------------------------------------------------------------------*/
/*  linkArrow
-----------------------------------*/
a.linkArrow01 {
	background: url(../img/frame/linkArrow01.png) no-repeat 0% 50%;
	padding-left: 16px;
}
a.linkArrow02 {
	background: url(../img/frame/linkArrow02.png) no-repeat 0% 50%;
	padding-left: 24px;
}

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

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

	pageTop

---------------------------------------------------------------------*/
#mainContent .pageTop {
	clear: both;
	text-align: right;
}

.backtotop {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
    display: block;
    margin: 0;
}

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

	 3. txt(インライン系)
 
============================================================================================================*/
hr {
	background: #999;
	height: 1px;
	border-style: none;
}

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

	strong

---------------------------------------------------------------------*/
.txtBold {
	font-weight: bold;
}
/*  ------------------------------------------------------------------

	font size

---------------------------------------------------------------------*/
.fs10 {font-size: 10px !important;}
.fs12 {font-size: 12px !important;}
.fs14 {font-size: 14px !important;}
.fs16 {font-size: 16px !important;}
.fs18 {font-size: 18px !important;}
.fs20 {font-size: 20px !important;}
/*  ------------------------------------------------------------------

	font color

---------------------------------------------------------------------*/
.txtCr01 {color: #F00 !important;} /* 赤 */
.txtCr02 {color: #0F0 !important;} /* 緑 */
.txtCr03 {color: #00F !important;} /* 青 */
/*  ------------------------------------------------------------------

	align

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

	float

---------------------------------------------------------------------*/
.floatL {
	float : left;
}
.floatR {
	float : right;
}
/*  box-sizing
-----------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

	 6. h Tag
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	6-1.	hnImg

---------------------------------------------------------------------*/
.hnImg01 {
	margin-bottom : 0px;
}
.hnImg02 {
	margin-bottom : 0px;
}
.hnImg03 {
	margin-bottom : 0px;
}
/*  ------------------------------------------------------------------

	6-2.	txtHeading

---------------------------------------------------------------------*/
/*  見出しは行間を狭く
-----------------------------------*/
.txtHeading01, .txtHeading02, .txtHeading03, .txtHeading04, .txtHeading05 {
	line-height: 1.2;
}
.txtHeading01 {
	background-image: url(../img/frame/txtHeading01.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	padding-top: 10px;
	padding-left: 20px;
	color: #FFF;
	height: 40px;
	margin-bottom: 40px;
}
.txtHeading02 {
	background-image: url(../img/frame/txtHeading02.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding-top: 3px;
	padding-left: 8px;
	height: 26px;
	margin-bottom: 15px;
}
.txtHeading03 {
	background-image: url(../img/frame/txtHeading03.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	padding-top: 8px;
	padding-left: 10px;
	height: 40px;
	margin-bottom: 15px;
}
.txtHeading04 {
	background-image: url(../img/frame/txtHeading04.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
	padding-top: 3px;
	padding-left: 8px;
	height: 26px;
	margin-bottom: 15px;
}
/* ==========================================================================================================

	 11. その他要素、疑似クラス
 
============================================================================================================*/
/*  margin-top
-----------------------------------*/
.mt0 {margin-top: 0px !important;}
.mt5 {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;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}
/*  margin-right
-----------------------------------*/
.mr0 {margin-right: 0px !important;}
.mr5 {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;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mr70 {margin-right: 70px !important;}
.mr80 {margin-right: 80px !important;}
.mr90 {margin-right: 90px !important;}
.mr100 {margin-right: 100px !important;}
/*  margin-bottom
-----------------------------------*/
.mb0 {margin-bottom: 0px !important;}
.mb5 {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;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}
/*  margin-left
-----------------------------------*/
.ml0 {margin-left: 0px !important;}
.ml5 {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;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}
.ml60 {margin-left: 60px !important;}
.ml70 {margin-left: 70px !important;}
.ml80 {margin-left: 80px !important;}
.ml90 {margin-left: 90px !important;}
.ml100 {margin-left: 100px !important;}

.pt40 {padding-top: 40px !important;}
.pt70 {padding-top: 70px !important;}
.pt80 {padding-top: 80px !important;}
.pb500 {padding-bottom: 500px !important;}

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

	selected text

---------------------------------------------------------------------*/
/* ---
::selection {
 background : #2CBC2C;
 color : #fff;
}

::-moz-selection {
 background : #2CBC2C;
 color : #fff;
}
--- */

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

	 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
 
============================================================================================================*/
div.section {
	clear : both;
}
div.section div.section {
}
div.section div.section div.section {
}
/* ==========================================================================================================

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

	h1Group

---------------------------------------------------------------------*/
div.h1Group {
	margin-bottom: 2em;
}
div.h1Group .lead {
	margin-left: 0;
}
/*  ------------------------------------------------------------------

	div.sectionWrap

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

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

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

	general01

---------------------------------------------------------------------*/
ul.ulType01 {
	margin-left: 15px;
}
ul.ulType01 li {
	float: left;
	margin-right: 62px;
}
ul.ulType01 li.lastChild {
	margin-right: 0px;
}
/*  ------------------------------------------------------------------

	general02

---------------------------------------------------------------------*/
ul.ulType02 {
	margin-left: 15px;
	float: left;
	width: 240px;
}
ul.ulType02.secondChild {
	width: 250px;
}
ul.ulType02.thirdChild {
	width: 175px;
}
ul.ulType02 li {
	margin-bottom: 8px;
}
/*  ------------------------------------------------------------------

	general03

---------------------------------------------------------------------*/
ul.ulType03 {
}
ul.ulType03 li {
	margin-left: 8px;
	float: left;
}
ul.ulType03 li:first-child {
	margin-left: 0px;
}

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

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

	news

---------------------------------------------------------------------*/
dl.news {
}
dl.news dt {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	padding-top: 6px;
	padding-left: 12px;
	background: url(../img/frame/1px-transparent.png);
}
dl.news dd {
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	padding-left: 12px;
	background: url(../img/frame/1px-transparent.png);
}

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

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

	tbType01

---------------------------------------------------------------------*/
table.tbType01 {
	width: 100%;
}
table.tbType01 th,
table.tbType01 td {
	padding-bottom: 20px;
}
table.tbType01 th {
	text-align: center;
}
table.tbType01 td {
	padding-left: 20px;
}
table.tbType01 td.lastChild {
	width: 370px;
}
/*  ------------------------------------------------------------------

	tbType02

---------------------------------------------------------------------*/
table.tbType02 {
	width: 100%;
}
table.tbType02 th,
table.tbType02 td {
	padding-bottom: 20px;
}
table.tbType02 th {
	padding-left: 14px;
}
table.tbType02 td {
	padding-left: 40px;
}
table.tbType02 td.lastChild {
	width: 370px;
	padding-left: 20px;
}
/*  ------------------------------------------------------------------

	tbType03

---------------------------------------------------------------------*/
table.tbType03 {
	width: 100%;
}
table.tbType03 tr.firstChild th,
table.tbType03 tr.firstChild td {
	padding-bottom: 10px;
	font-weight: 700;
}
table.tbType03 tr.middleChild th,
table.tbType03 tr.middleChild td {
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}
table.tbType03 tr.middleChild td.border_non {
	border-bottom: none;
}
table.tbType03 tr.lastChild th,
table.tbType03 tr.lastChild td {
	padding-top: 10px;
}
table.tbType03 th {
	padding-left: 5px;
}
table.tbType03 td {
	text-align: right;
	padding-right: 15px;
}
table.tbType03 td.txtLeft {
	text-align: left;
	padding-right: 10px;
	padding-left: 5px;
}
/*  ------------------------------------------------------------------

	tbType04

---------------------------------------------------------------------*/
table.tbType04 {
	width: 100%;
}
table.tbType04  th,
table.tbType04  td {
	padding-bottom: 5px;
}
table.tbType04 th {
	padding-left: 5px;
	width: 150px;
}
table.tbType04 td {
	padding-left: 40px;
}
table.tbType04 td.txtRight {
	text-align: right;
	padding-left: 0px;
	width: 60px;
}
/*  ------------------------------------------------------------------

	tbType05

---------------------------------------------------------------------*/
table.tbType05 {
	width: 100%;
	margin-bottom: 0px;
}
table.tbType05 th {
	width: 100px;
	padding-bottom: 8px;
}
table.tbType05 th p {
	padding-left: 0px;
}
table.tbType05 tr.firstChild {
	border-bottom: 1px solid #dcdcdc;
}
table.tbType05 td.firstChild01 {
	width: 90px;
	padding-bottom: 8px;
}
table.tbType05 td.lastChild01 {
	width: 790px;
	padding-bottom: 8px;
}
table.tbType05 td.firstChild02 {
	width: 90px;
	padding-top: 8px;
	padding-bottom: 15px;
	line-height: 1.2em;
}
table.tbType05 td.lastChild02 {
	width: 790px;
	padding-top: 8px;
	padding-bottom: 15px;
	line-height: 1.2em;
}
table.tbType05 td.firstChild03 {
	width: 90px;
	padding-top: 8px;
	padding-bottom: 4px;
	line-height: 1.2em;
	border-bottom: 1px solid #dcdcdc;
}
table.tbType05 td.lastChild03 {
	width: 790px;
	padding-top: 8px;
	padding-bottom: 4px;
	line-height: 1.2em;
	border-bottom: 1px solid #dcdcdc;
}

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

	tbType06

---------------------------------------------------------------------*/
table.tbType06 {
	width: 100%;
	margin-bottom: 30px;
}
table.tbType06  th,
table.tbType06  td {
	padding-bottom: 0px;
}
table.tbType06 th {
	width: 120px;
	font-size: 16px;
	font-size: 1.6rem;
}
table.tbType06 th p {
	padding-left: 5px;
}
table.tbType06 td {
	padding-top: 2px;
	padding-left: 5px;
	line-height: 1.2em;
}
table.tbType06 td.borderTd {
	background: url(../img/works/works_tableBG.png) repeat-x left top;
	height: 50px;
}
table.tbType06 td.firstChild {
	width: 100px;
}
table.tbType06 td.lastChild {
	width: 760px;
}
/*  ------------------------------------------------------------------

	tbType07

---------------------------------------------------------------------*/
table.tbType07 {
	width: 100%;
}
table.tbType07 th,
table.tbType07 td {
	padding: 4px 8px;
	border: solid 1px #000;
	vertical-align: middle;
}
table.tbType07 th {
	text-align: center;
}
table.tbType07 tbody th {
	text-align: left;
	padding-left: 18px;
	width: 150px;
}
table.tbType07 tbody td.item {
	padding-left: 18px;
	width: 150px;
}
table.tbType07 tbody td.long {
	font-size: 14px;
	font-size: 1.4rem;
}
table.tbType07 tbody td a {
	color: #00479d;
	text-decoration: underline;
}
table.tbType07 tbody td a:hover {
	color: #000;
	text-decoration: none;
}
/*  ------------------------------------------------------------------

	tbType08

---------------------------------------------------------------------*/
table.tbType08 {
	width: 100%;
}
table.tbType08 th,
table.tbType08 td {
	padding: 8px;
	border: solid 1px #000;
	vertical-align: middle;
	text-align: center;
}
table.tbType08 tbody th {
	width: 110px;
}
table.tbType08 tbody td a {
	color: #00479d;
	text-decoration: underline;
}
table.tbType08 tbody td a:hover {
	color: #000;
	text-decoration: none;
}
/*  ------------------------------------------------------------------

	tbType09

---------------------------------------------------------------------*/
table.tbType09 {
	width: 100%;
}
table.tbType09 th,
table.tbType09 td {
	padding: 20px 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	vertical-align: top;
}
table.tbType09 th {
	text-align: center;
	width: 160px;
	font-weight: bold;
}
table.tbType09 td {
	padding-right: 20px;
}
table.tbType09 td p {
	margin-bottom: 1em;
}
table.tbType09 td p:last-child {
	margin-bottom: 0;
}
/*  ------------------------------------------------------------------

	tbType10

---------------------------------------------------------------------*/
table.tbType10 {
	width: 100%;
}
table.tbType10 th,
table.tbType10 td {
	vertical-align: top;
	text-align: left;
	padding-bottom: 20px;
	color: #434343;
	font-size: 18px;
	font-size: 1.8rem;
}
table.tbType10 th {
	width: 345px;
	padding-left: 10px;
}
table.tbType10 th.title {
	padding-left: 0px;
	font-weight: bold;
	color: #000;
}
table.tbType10 td {
}

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

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

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

	@

---------------------------------------------------------------------*/
input.inputS,
input.inputM,
input.inputL,
input.inputFull,
textarea.inputL {
	border: 1px solid #000;
	line-height: 30px;
	height: 30px;
	font-size: 1em;
	padding-left: 3px;
}
.inputS {
	width: 10%;
}
.inputM {
	width: 30%;
}
.inputL {
	width: 70%;
}
.inputFull {
	width: 100%;
}
textarea.inputL {
	height: 10em;
	width: 100%;
}

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

	99. clearFix (pkg)

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

/* start clearfix */
.clearfix:before,
.clearfix:after,
div.sectionWrap:before,
div.sectionWrap:after,
.ulType01:before,
.ulType01:after,
.ulType02:before,
.ulType02:after,
.ulType03:before,
.ulType03:after {
	content: " ";
	display: table;
}
.clearfix:after,
div.sectionWrap:after,
.ulType01:after,
.ulType02:after,
.ulType03:after {
	clear: both;
}
/* IE6/7 support */
.clearfix,
div.sectionWrap,
.ulType01,
.ulType02,
.ulType03 {
	*zoom: 1;
}
/* end clearfix */
