@charset "UTF-8";

/*-----------------------------------------------
 common
-----------------------------------------------*/

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

html {
	color: #000;
	overflow-y: scroll;
	overflow-x: auto;
	height: 100%;
}

body {
	margin: 0px; 
	padding: 0px; 
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*text-align: justify; */
	text-justify: auto; 
	line-height: 1; 
	font-size: 14px;
	*font-size:small;
    *font:x-small;
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#wrap {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
}

h2 {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	display: block;
}

h3 {
	line-height: 1; 
	margin: 0 0 0 0; 
	padding: 0;
	display: block;
}

h4 {
	margin: 0 0 0 0; 
	padding: 0; 
	line-height: 1; 
	display: block;
}


h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

img, fieldset { border: 0;}


a {
	color: #000;
	text-decoration: underline;
}

a:hover { 
	color: #000;
	text-decoration: underline;
}

img {border:none;}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.fnt_min {
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.fnt_12 {
	font-size: 12px !important;
}

.fnt_13 {
	font-size: 13px !important;
}


.fnt_14 {
	font-size: 14px !important;
}

.fnt_16 {
	font-size: 16px !important;
}

.fnt_18 {
	font-size: 18px !important;
}



.fnt_red { color: #df3131; }

.fntRed a { 
	color: #e3332b;
	text-decoration: underline;
}

.fnt_grn { color: #69ac7c; }
.fnt_gry { color: #8f9190; }


.txt_r {
	text-align: right;
}


.btnLink:hover { 
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}

.ptlink {
}

.clear {
	clear: both;
	height: 1px;
}

.btnTop {
	text-align: right;
	margin: 20px 40px 23px 0;
	width: auto;
	overflow: hidden;
}

.bnrTwitter {
	width: 217px;
	text-align: center;
	margin: 15px 0 0 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

.mb10 { margin: 0 0 10px 0;}
.mb15 { margin: 0 0 15px 0;}
.mb20 { margin: 0 0 20px 0;}
.mb25 { margin: 0 0 25px 0;}
.mb30 { margin: 0 0 30px 0;}
.mb35 { margin: 0 0 35px 0;}
.mb40 { margin: 0 0 40px 0;}
.mb50 { margin: 0 0 50px 0;}
.mb60 { margin: 0 0 60px 0;}
.mb70 { margin: 0 0 70px 0;}
.mb80 { margin: 0 0 80px 0;}

.w33 { width: 33.3%;}
.w50 { width:50%;} 


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
}