/*
 * - Global Style
 *
 */

* {
	margin: 0;
	padding: 0;
}
html{
	height:	100%;
	
}
/*------------------------------------------------------------------------------
1グローバル
2ヘッダー
3ボディー
4フッター
5コンテンツ
6ハイスペックコーディング
 -------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
クリア
 -------------------------------------------------------------------------------*/
@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6,p, blockquote, pre,
address,ul, ol, li, dl, dt, dd,table, th, td, form, fieldset{
  margin: 0;
    padding: 0;
    line-height: 1.0;
  font-family:
        "Hiragino Kaku Gothic Pro",
        "ヒラギノ角ゴ Pro W3",
        Meiryo,
        "メイリオ",
        Osaka,
        "MS P Gothic",
        "ＭＳ Ｐゴシック",
        sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    list-style-type: none;
}


img {
    border: 0;
}

em {
    visibility: hidden;
}



html{
	height:100%;
}

body  {
	font-size:14px;
	height: :100%;
	width:100%;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-attachment: scroll;
    -webkit-text-size-adjust: none;
    background:url(../images/top/bg.png) ;
	background-repeat: repeat-x repeat-y;
}

#pagetop a{
	display: block;
	position: fixed;
	bottom:0;
	left: 85%;
 z-index: 9999;
 height: 31px;
}


/*------------------------------------------------------------------------------
header
 -------------------------------------------------------------------------------*/

.headerbg{
	background-color: #0d6fb8;
}

.headerbg h1{
	color: #94bad7;
	width: 840px;
	margin: 0 auto;
	background:url(../images/top/head_bg.jpg) ;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 26px;
	padding-top: 5px;
}

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

.footbg{
	background:url(../images/top/footbg.png); 
	background-repeat: repeat-x repeat-y;
} 

.footbg ul{
	width: 330px;
	margin: 0 auto;
	height: 60px;
}

.footbg ul a{
	text-decoration: none;
	color: #000;
}

.footbg address{
	background-color: #0d6fb8;
	color: #063355;
	padding: 7px 0;
	font-style: normal;
	line-height: 1.3;
}


/*------------------------------------------------------------------------------
 content
 -------------------------------------------------------------------------------*/
.mvbg{
	background:url(../images/top/mvbg.jpg) ;
	background-repeat: repeat-x;
	background-position: top center;
	height: 318px;
}

.mvbg p{
	width: 840px;
	margin: 0px auto;
}

.mvbg2{
	background:url(../images/top/mvtitlebg.png) ;
	background-repeat: repeat-x;
	background-position: top center;
	height: 120px;
}

.mvbg2 p{
	width: 840px;
	margin: 0 auto;
}

.content{
	width: 690px;
	margin: 0 auto;
	border-left: 5px solid #0d6fb8;
	border-right: 5px solid #0d6fb8;
	background-color: #fff;
}

.inq{
	background:url(../images/top/inqbg.png) ;
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 20px;
	height: 188px;
}

.kigyoumei h3{
	background:url(../images/top/kigyoumeibg.png) ;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
}

.tokuten h3{
	height: 258px;
}

.tokuten p{
	width: 620px;
	padding-bottom: 20px;
	margin: 0 auto;
	background:url(../images/top/tokutenbg.png) #e5e5e5;
	background-repeat: no-repeat;
	background-position:center bottom;
	padding: 10px;
}

.titlebg{
	background:url(../images/top/titlebg.png) ;
	background-repeat: repeat-x;
	padding: 33px 10px 0 20px;
	height: 60px;
}

.area1{
	width: 354px;
}

.area2{
	width: 336px;
}

.content3 ul{
	width: 640px;
	margin: 0 auto;
}

.content3 li{
	background:url(../images/top/marker.png) ;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 18px;
}

.content3 li.wi1{
	width: 150px;
}

.content3 li.wi2{
	width: 210px;
}

.areabox{
	border-bottom: 2px dotted #aaa;
}

.areabox p{
	background:url(../images/top/areabg.png) ;
	background-repeat: no-repeat;
	width: 130px;
	padding-top: 7px;
	height: 31px;
}

.content4 .areabox:last-child{
	border-bottom: none;
}

.keisaibox li{
	border: 2px solid #d4ecfd;
	width: 119px;
	height: 44px;
}

.keisaibox li:hover{
	border: 2px solid #e60012;
}


/*------------------------------------------------------------------------------
GENERAL
 -------------------------------------------------------------------------------*/
/* GENERAL*/

.w60{ width:60px; }
.w237{ width:237px; }
.w239{ width:239px; }
.w475{ width:475px; }
.w400{ width:400px; }
.w600{ width:600px; }
.w1000{ width:1000px; }
.w1010{ width:1010px; }
.w300{ width:300px; }
/* MARGIN */
.m0		{  margin:0px; }
.m0a		{  margin:0px auto 0px !important; }
.m10a		{  margin:10px auto 0px !important; }
.m20a		{  margin:20px auto 0px !important; }
.mt5		{ margin-top: 5px !important; }
.mt6		{ margin-top: 6px !important; }
.mt10		{ margin-top: 10px !important; }
.mt15		{ margin-top: 15px !important; }
.mt20		{ margin-top: 20px !important; }
.mt30		{ margin-top: 30px !important; }
.mt35		{ margin-top: 35px !important; }
.mt40		{ margin-top: 40px !important; }
.mb10		{ margin-bottom: 10px !important; }
.mb20		{ margin-bottom: 20px !important; }
.mb30		{ margin-bottom: 30px !important; }
.mb35		{ margin-bottom: 35px !important; }

.mt4		{ margin-top: 4px !important; }
.ml100		{ margin-left: 100px !important; }
.ml200		{ margin-left: 200px !important; }
.ml300		{ margin-left: 300px !important; }
.ml400		{ margin-left: 400px !important; }
.ml3		{ margin-left: 3px !important; }
.ml4		{ margin-left: 4px !important; }
.ml5		{ margin-left: 5px !important; }
.ml10		{ margin-left: 10px !important; }
.ml11		{ margin-left: 11px !important; }
.ml12		{ margin-left: 12px !important; }
.ml13		{ margin-left: 13px !important; }
.ml15		{ margin-left: 15px !important; }
.ml20		{ margin-left: 20px !important; }
.ml25		{ margin-left: 25px !important; }
.ml30		{ margin-left: 30px !important; }
.mr3		{ margin-right: 3px !important; }
.mr4		{ margin-right: 4px !important; }
.mr5		{ margin-right: 5px !important; }
.mr6		{ margin-right: 6px !important; }
.mr10		{ margin-right: 10px !important; }
.mr11		{ margin-right: 11px !important; }
.mr20		{ margin-right: 20px !important; }
.mr25		{ margin-right: 25px !important; }
.mr27		{ margin-right: 27px !important; }
.mr28		{ margin-right: 28px !important; }
.mr30		{ margin-right: 30px !important; }
.mr40		{ margin-right: 40px !important; }
.mr50		{ margin-right: 50px !important; }
/* PADDING */
.pt3		{ padding-top: 3px !important; }
.pt7		{ padding-top: 7px !important; }
.pt10		{ padding-top: 10px !important; }
.pt15		{ padding-top: 15px !important; }
.pt20		{ padding-top: 20px !important; }
.pt25		{ padding-top: 25px !important; }
.pt30		{ padding-top: 30px !important; }
.pt35		{ padding-top: 35px !important; }
.pt40		{ padding-top: 40px !important; }
.pt50		{ padding-top: 50px !important; }
.pr10		{ padding-right: 10px !important; }
.pr15		{ padding-right: 15px !important; }
.pr20		{ padding-right: 20px !important; }
.pr30		{ padding-right: 30px !important; }
.pr40		{ padding-right: 40px !important; }
.pr50		{ padding-right: 50px !important; }
.pb10		{ padding-bottom: 10px !important; }
.pb15		{ padding-bottom: 15px !important; }
.pb20		{ padding-bottom: 20px !important; }
.pb30		{ padding-bottom: 30px !important; }
.pb40		{ padding-bottom: 40px !important; }
.pb50		{ padding-bottom: 50px !important; }
.pl5		{ padding-left: 5px !important; }
.pl10		{ padding-left: 10px !important; }
.pl20		{ padding-left: 20px !important; }
.pl30		{ padding-left: 30px !important; }
.pl40		{ padding-left: 40px !important; }
.pl50		{ padding-left: 50px !important; }
/* OVERFLOW */
.ofh		{ overflow: hidden !important; }
.ofa		{ overflow: auto !important; }
.ofs		{ overflow: scroll !important; }
.ofxs		{ overflow-x: scroll !important; }
.ofys		{ overflow-y: scroll !important; }
/* FONT-WEIGHT */
.b			{ font-weight: bold !important; }
.n			{ font-weight: normal !important; }
/* FONT-SIZE */
.fs8		{ font-size: 8px !important; }
.fs9		{ font-size: 9px !important; }
.fs10		{ font-size: 10px !important; }
.fs11		{ font-size: 11px !important; }
.fs12		{ font-size: 12px !important; }
.fs13		{ font-size: 13px !important; }
.fs14		{ font-size: 14px !important; line-height: 1.4;}
.fs15		{ font-size: 15px !important; line-height: 1.4; }
.fs16		{ font-size: 16px !important; line-height: 1.4; }
.fs16b		{ font-size: 16px !important;  font-weight:bold; }
.fs18		{ font-size: 18px !important; line-height: 1.4; }
.fs19		{ font-size: 19px !important; line-height: 1.4; }
.fs20		{ font-size: 20px !important; line-height: 1.4; }
.fs20b		{ font-size: 20px !important;  font-weight:bold; }
.fs21		{ font-size: 21px !important; line-height: 1.4; }
.fs22		{ font-size: 22px !important; line-height: 1.4; }
.fs23		{ font-size: 23px !important; line-height: 1.4; }
.fs24		{ font-size: 24px !important; line-height: 1.4; }
.fs25		{ font-size: 25px !important; line-height: 1.4; }
.fs25b		{ font-size: 25px !important; font-weight:bold; }
.fs26		{ font-size: 26px !important; line-height: 1.4; }
.fs27		{ font-size: 27px !important; line-height: 1.4; }
.fs28		{ font-size: 28px !important; line-height: 1.4; }
.fs29		{ font-size: 29px !important; line-height: 1.4; }
.fs30		{ font-size: 30px !important; line-height: 1.4; }
.fs36		{ font-size: 36px !important; line-height: 1.4; }
.fs38		{ font-size: 38px !important; line-height: 1.4; }
.fac			{text-align: center;}
.far			{text-align: right}

.fl		{  float:left; !important; display: inline;}
.fr		{  float:right; !important; display: inline;}

.dpi{
	display:inline;
}

.colorange{
	color: #e68700;
}

.tdn {	text-decoration: none;}

.color1{	color:#cf4192;}
.color2{	color:#e6680b;}
.color3{	color:#e64949;}
.color4{	color:#989898;}

.clf{ clear:fixed;}

.line17{
	line-height: 1.7;
}

.colblue{
	color: #2b6abe;
}

.col555{
	color: #555;
}


/*-----------------------------------------------------------------------  GENERAL*/

/* //////////////////////////////////////////////////
[8 RESET] 
////////////////////////////////////////////////// */


html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.print_next {
page-break-before: always;
}

.tal{
	text-align: left;
}

.tac{
	text-align: center;
}

.tar{
	text-align: right;
}

.clb{
	clear: both;
}

.colgreen{
	color: #13a8a4;
}

.bold{
	font-weight: bold;
}

.colblue{
	color: #0d6fb8;
}

.colfff{
	color: #fff;
}

.pt400{
	padding-top: 400px;
}

.pb400{
	padding-bottom: 400px;
}
.btn{
	text-align: center;
	margin-top: 40px;
}

.colred{
	color: #e60012;
}

.btn a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 16px 30px;
	background: -moz-linear-gradient(
		top,
		#ffc942 0%,
		#dba528);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffc942),
		to(#dba528));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #8c8c8c;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
		text-decoration: none;
	
}
/*----------------------------------------------------------------------- RESET*/
 