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


/* ==================================================================================

		Browser Reset
		Last Up Date 2013/09/26

================================================================================== */


/* reset margin */
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;
}

/* font size setting */
body {font: 13px "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ", sans-serif;}
/* for WinIE6*/
* html body {font-size: small; vertical-align:baseline;}
/* for WinIE7*/
*:first-child+html body {font-size: small;}

/* line height setting */
body {
    line-height:1.5;
}

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


/* ins reset and you can change the color */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* mark reset and you can change the color */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

/* uchikeshisen */
del {text-decoration: line-through;}

/* for IE, underline and helpcursor appear when mouse over */
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/* table reset */
table {border-collapse:collapse;border-spacing:0;}
th,td {text-align:left; vertical-align: top;}

/* hr - solid */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/* centering */
input, select {
    vertical-align:middle;
}


/*-----------hack-------------*/

/* modern browser except IE */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

/* IE7 and Mac IE5 */
.clearfix {display:inline-block;}

/* IE6 preIE6 */
/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/*-----------hack-2-------------*/

/* modern browser except IE */
.sec-bloc:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

/* IE7 and Mac IE5 */
.sec-bloc {display:inline-block;}

/* IE6 preIE6 */
/* Hides from IE-mac \*/
*html.sec-bloc{height:1%;}
.sec-bloc {display:block;}
/* End hide from IE-mac */

/*-----------For JS-------------*/
.imgover {}

/*-----------Other-------------*/
ul,dl,ol {
	text-indent: 0px;
}
li {list-style: none}
address,caprion,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
.clear {clear: both; font-size: 1px; line-height: 1px;}

/*-------- no margin for image -----*/
img {border-style: none;vertical-align: top;font-size:0;line-height: 0;}a {
}
body {
	background-image: url(../image/common/bg_ricepaper_v3.png);
}
