@charset "utf-8";
/*
* common.css v3.0.0
* Copyright (c) ULM design Co.,Ltd. - http://www.ulm-design.com
* Author: mitsut
*/
html,body  {
	font-size: 13px;
	color: #000;
	font:13px "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	text-align: left;
}

/* for IE6 */
* html body {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:small;
}

/* for IE7 */
*:first-child+html body {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:small
}




/*----------------------------------------------

h

-----------------------------------------------*/
h1,h2,h3,h4,h5,h6 {/*clear: both;*/ font-size: 100%; font-weight: normal;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}



/*----------------------------------------------

margin padding

-----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td { margin: 0px; padding: 0px;}


/*----------------------------------------------

block

-----------------------------------------------*/
div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address {
  display: block;
}


/*----------------------------------------------

img

-----------------------------------------------*/
img { border: none; vertical-align: bottom; margin: 0px; padding: 0px;}
img a:link { text-decoration: none; }
img a:hover { text-decoration: none; }


/*----------------------------------------------

a

-----------------------------------------------*/
a {
	color: #FF0000;
	text-decoration: underline;
	outline: none;
	border-style: none;
}
a:hover { text-decoration: none; }


/*----------------------------------------------

list

-----------------------------------------------*/
ul,dl,ol { text-indent: 0;}
li,dt,dd  { list-style: none none outside; font-size: 100%;}



/*----------------------------------------------

sup,sub

-----------------------------------------------*/
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}




/*----------------------------------------------

table

-----------------------------------------------*/
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}


/*----------------------------------------------

textarea

-----------------------------------------------*/
input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}


/*----------------------------------------------



-----------------------------------------------*/
pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}



/************************************************


@modules


************************************************/
.en-font{font-family:Georgia, "Times New Roman", Times, serif,Arial, Helvetica, sans-serif;}
.font10 { font-size:77%; }
.font11 { font-size:85%; }
.font12 { font-size:93%; }
.font13 { font-size:100%; }
.font14 { font-size:108%; }
.font15 { font-size:116%; }
.font16 { font-size:124%; }
.font17 { font-size:131%; }
.font18 { font-size:139%; }
.font19 { font-size:147%; }
.font20 { font-size:154%; }
.font21 { font-size:162%; }
.font22 { font-size:169%; }
.font23 { font-size:177%; }
.font24 { font-size:185%; }
.font25 { font-size:192%; }
.font26 { font-size:200%; }

*:first-child+html .font10{letter-spacing:-1px;line-height:1.2;};
*:first-child+html .font11{letter-spacing:-1px;line-height:1.2;};



/*----------------------------------------------

clearfix

-----------------------------------------------*/
.clearfix { /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; height:0; }



/*----------------------------------------------

float

-----------------------------------------------*/
.float-left{ float: left; }
.float-right{ float: right; }
.clear{ clear: both; }




/*----------------------------------------------

align

-----------------------------------------------*/
.align-right{
	text-align:right;
}
.align-left{
	text-align:left;
}

.align-center{
	text-align:center;
}



/*----------------------------------------------

letter-spacing

-----------------------------------------------*/
.space-none{
	letter-spacing:0;
}

.space-narrow{
	letter-spacing:0.1em;
}

.space-normal{
	letter-spacing:2px;
}




/*----------------------------------------------

list-style

-----------------------------------------------*/
/*num*/
.list-decimal{
	list-style::decimal;
}

/*ABC*/
.list-upper-alpha{
	list-style:upper-alpha;
}

/*abc*/
.list-lower-alpha{
	list-style:lower-alpha;
}

.list-none{
	list-style:none;
}


/*----------------------------------------------

sns

-----------------------------------------------*/
#social-container{
	
}

.social-btn{
	padding:0 8px 6px 0;
}


/*----------------------------------------------

a

-----------------------------------------------*/
a{text-decoration:underline;}
a:link{}
a:visited{}
a:hover{}
a:active{}

/*----------------------------------------------



-----------------------------------------------*/
.bold{ font-weight:bold;}


/*----------------------------------------------

display

-----------------------------------------------*/
.none{ display:none;}
.block{display:block;}


/*----------------------------------------------

position

-----------------------------------------------*/
.relative{position:relative;}
.margin-auto{ margin:0 auto;}


/*----------------------------------------------

png

-----------------------------------------------*/
*html .png{ behavior: url(iepngfix.htc); }


/*----------------------------------------------

guard

-----------------------------------------------*/
.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../img/spacer.gif);
}
