﻿@charset "utf-8" ;

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
    background:transparent;
}
/* HTML5 display-role reset for older browsers */
body {
    line-height:1;
	background : #FFFFFF;
	font : 62.5% Osaka, 'Lucida Grande', Helvetica, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif ;
	color:#333333;
	}

	/* for IE7 */
	/**+html body { font-family : "メイリオ", "ＭＳ Ｐゴシック" ; }*/
	*+html body { font-family : "ＭＳ Ｐゴシック" ; }

	/* for IE6 */
	* html body { font-family : "ＭＳ Ｐゴシック" ; }

	/* for safari */
	html:\66irst-child body { font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif ; }

h1,h2,h3,h4,h5,h6{
	font-weight:400;
	}

img {
	vertical-align : top ;
	border : none ;
}

a:hover img { opacity:0.8; }


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

p {
    font-size: 1.3em;
    line-height: 1.8em;
}

a {
    margin:0;
    padding:0;
	color:#003366;
    font-size:100%;
    vertical-align:baseline;
}
a:hover{
	color:#005588;
	}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

address, em { font-style : normal ; font-weight:400; }

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*---- [ 汎用利用クラス ] -----------------------------------------------*/
.clear {
	overflow:hidden; /* 回り込み解除指定 */
	zoom:1; /* 回り込み解除指定 IE6-7 */
	}


/* 左右配置 */
.Left_box,
.Left_item { float : left !important; }
.Right_box,
.Right_item { float : right ; }

/* 水平配置 */
.A_Left { text-align : left ; }			/* 左 */
.A_Center { text-align : center ; }		/* 中 */
.A_Right { text-align : right ; }		/* 右 */


/* margin-bottom */
.mb-1{ margin-bottom: 6px;}
.mb-2{ margin-bottom: 12px;}
.mb-3{ margin-bottom: 18px;}
.mb-4{ margin-bottom: 24px;}
.mb-5{ margin-bottom: 30px;}
.mb-6{ margin-bottom: 36px;}
.mb-7{ margin-bottom: 42px;}
.mb-8{ margin-bottom: 48px;}
.mb-9{ margin-bottom: 54px;}
.mb-10{ margin-bottom: 60px;}
.mb-11{ margin-bottom: 66px;}
.mb-12{ margin-bottom: 72px;}
