@charset "UTF-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	} 
  
body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	line-height: 1.7em;
	color: #352e27;
	font-size: 80%;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing: 1.4px; 
	}
    
a:link {
	color: #3EA0B9;
	text-decoration: none;
	}
a:active {
	color: #3EA0B9;
	text-decoration: none;
	}
a:visited {
	color: #3EA0B9;
	text-decoration: none;
	}
a:hover {
	color: #3EA0B9;
	text-decoration: underline;
	}
	
a.link02:link {
	color: #28aad6;
	text-decoration: none;
	}
a.link02:active {
	color: #28aad6;
	text-decoration: none;
	}
a.link02:visited {
	color: #28aad6;
	text-decoration: none;
	}
a.link02:hover {
	color: #28aad6;
	text-decoration: underline;
	}

a.link03:link {
	color: #9e9e9e;
	text-decoration: none;
	}
a.link03:active {
	color: #9e9e9e;
	text-decoration: none;
	}
a.link03:visited {
	color: #9e9e9e;
	text-decoration: none;
	}
a.link03:hover {
	color: #9e9e9e;
	text-decoration: underline;
	}

#wrapper {
	margin: 0px auto;
	width: 100%;
	height: auto;
	overflow: hideen;
   }   
   

/*---------------------------------------------*/
/* clearfix */
/* for modern brouser */
.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.clearfix {
        display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}
/* End hide from IE-mac */


/* layout  --------------------------------*/
#contents {
	overflow: hidden;
	position: relative;
}

header {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 4px;
	position: relative;
}

nav {
	margin: 20px auto 0;
	width: 935px;
	height: 80px;
	overflow: hidden;
}

#main {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
	height: 100%;
	overfloe: hidden;
	color: #666;
	font-size: 92%;
}

/* header index --------------------------------*/
header .caption {
	padding:2px 0 10px;
	font-size: 74%;
	color: #aeaeae;
}

header .icon_fb {
	position: absolute;
	top: 0;
	right: 50px;
}

header .icon_tu {
	position: absolute;
	top: 0;
	right: 50px;
}

.topTtl {
	color: #352e27;
	font-size: 124%;
}


/* footer  --------------------------------*/
footer {
	background-color: #eae6e4;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0;
}

footer .copy {
	padding: 32px 0 32px 0;
	font-size: 68%;
	color: #271c14;
	letter-spacing: 2px;
	text-align: center;
}





/* 汎用クラス  --------------------------------*/
.pt0 {padding-top: 0 !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pb0 {padding-top: 0 !important;}
.pb10 {padding-top: 10px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl40 {padding-left: 40px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}
.pr40 {padding-right: 40px !important;}
.pr50 {padding-right: 50px !important;}
.pr60 {padding-right: 60px !important;}
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}

.layoutC {text-align: center !important;}
.layoutL {text-align: left !important;}
.layoutR {text-align: right !important;}

.fnt_b {font-weight: bold !important;}

.txt_notice {font-size: 87% !important;}

.fnt114 {font-size: 114% !important;}
.fnt108 {font-size: 108% !important;}