@charset "shift_jis";
/* CSS Document */

/* ---------------------------------------------

               共通

---------------------------------------------- */

html, body, 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;*/
}

p {
line-height: 150%;
letter-spacing: 0.02em;
text-align: left;
}




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;
}

body {
margin: 0px;
padding: 0px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 15px;
text-align: left;
color: #444;
line-height: 1.7;
}

a:link{
	text-decoration:none;
	background-image:none;
	color:#444;
}


a:visited{
	text-decoration:none;
	background-image:none;
	color:#444;
}	   

a:hover{
	text-decoration:underline;
	background-image:none;
	color:#FF9D0D;
}	   

a:active{
	text-decoration:underline;
	background-image:none;
	color:#444;
}

.orange { color:#FF9D0E; }
.gray { color:#CCC; }
.gray02 { color:#999; }
.red { color:#F66; }


/*-----pudding----*/
.padT10 { padding-top: 10px; }
.padT15 { padding-top: 15px; }
.padT20 { padding-top: 20px; }
.padR10 { padding-right: 10px; }
.padR15 { padding-right: 15px; }
.padU10 { padding-bottom: 10px;}
.padU20 { padding-bottom: 20px;}
.padL10 { padding-left: 10px;}
.padL15 { padding-left: 15px;}
.padL20 { padding-left: 20px;}

/*-----margin----*/
.marT10 { margin-top: 10px;}
.marT15 { margin-top: 20px; }
.marT20 { margin-top: 20px; }
.marU10 { margin-bottom: 10px;}
.marU20 { margin-bottom: 20px;}
.marU30 { margin-bottom: 30px;}
.marU40 { margin-bottom: 40px;}
.marU50 { margin-bottom: 50px;}



/* ---------------------------------------------

               Micro clear fix

---------------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

*:first-child+html .clearfix { zoom: 1; } /*--IE7対策--*/