@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: #330000;
}

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


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;
}

a {
    margin:0;
    padding:0;
	color:#FFFFFF;
    font-size:100%;
    vertical-align:baseline;
    text-decoration: none;
}

/* 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 */
	}


/* header */
header {
	margin: 0 auto;
	padding: 10px 15px 10px 15px;
	text-align: center;
}
header h1 {
	margin: 0 0 10px;
}
header img{
	max-width: 100%;
}

#main-image{
	padding-bottom: 15px;
}

#main-image img{
	width: 100%;
	height: auto;
}





/* main */
#main {
	margin: 0 auto;
	text-align: center;
}
#main .blo_section p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 1.6em;
}
#main .blo_section_attention{
	font-size: 15px;
	color: #CC0000;
}


#main p.ico_flow {
	margin: 30px 0;
}
#main a {
	color: #990000;
	text-decoration: underline;
}
#main .blo_section {
	margin: 30px 0 25px;
	padding: 15px;
	background: #FFFFFF;
	border-top: solid 4px #CCCCCC;
	border-bottom: solid 4px #CCCCCC;
	text-align: center;
}
#main .blo_section h2 {
	margin: 0 0 20px;
	padding-bottom: 14px;
	border-bottom: 4px solid #E4E4E4;
}
#main .blo_section h3 {
	margin: 30px 0 15px;
}
#main .blo_section h3 img {
	max-width: 100%;
	height: auto;
}



#main .blo_section em {
	color: #CC0000;
}

#main .blo_caution {
	margin: 30px 15px;
	padding: 10px;
	border: solid 3px #99514F;
	border-radius: 5px;
	text-align: center;
	font-size: 11px;
}

#main .blo_caution p {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.6em;
}

#bottom-image{
	padding-bottom: 15px;
}
#bottom-image .bg{
	margin-bottom: 20px;
}
#bottom-image .bg img{
	width: 100%;
	height: auto;
}
#bottom-image h2{
	margin-bottom: 10px;
}
#bottom-image h3{
	margin-bottom: 15px;
}

footer {
	margin: 40px 0 0;
	padding: 20px;
	border-top: solid 3px #B2B2B2;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
footer a {
	color: #666666;
	text-decoration: none;
}
footer .logo {
	padding-bottom: 20px;
}
footer .logo img {
	margin-bottom: 5px;
}

