@charset "utf-8";

/* Reset */
/* ------------------------------------------------------------------------- */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

li { list-style-type:none; }

/* FireFox リンク選択時の点線を消す */
a {
    overflow: hidden;
    outline: none;
}

/* アニメーション */
a {
	-webkit-transition:all 200ms linear 0s;
	-moz-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	-ms-transition:all 200ms linear 0s;
	transition:all 200ms linear 0s;
}

/* Body
----------------------------------------------------*/

body { background:url(./bg.gif) 0 0 repeat; font-family:"Ubuntu","Lucida Grande","Droid Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight:500; }


/*----- 構造設定 ----------------------------------------------------*/

#pagewrap { width:100%; margin:0 auto; padding-top:50px; }

#pagewrap h1{ width:100%; text-align:center; }
#pagewrap h1 img{ width:80%; max-width:300px; margin:50px auto 0 auto; }

div.banner { width:100%; margin:10px 0 0 0; padding-top:100px; text-align:center; background:url(/img/arrow.png) center top no-repeat; background-size:100px 100px; float:left; }
div.banner img{ width:200px; height:200px; margin:0 auto; background:url(/img/common/w-o50_bg.png) 0 0 repeat; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px; }

/*----- 650px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:650px) {

	#pagewrap { padding-top:0; }

}