@charset   "UTF-8";

/***************　reset　****************/

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-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

html{
	overflow-y: scroll;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-size:100.01%;
	font-size:14px;
	line-height:1.4em;
	letter-spacing:2px;
	font-family: open sans,'Meiryo','メイリオ',trebuchet ms,'ヒラギノ丸ゴ ProN W4','HiraMaruProN-W4','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;*/
	/*font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;*/
	text-align:center;
	-webkit-text-size-adjust: 100%;
	/*word-wrap: break-word;*//*英文を途中で折り返す時*/
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*//*はみ出したら途中で切る場合*/
}
table {
	border-collapse: collapse;
	border-spacing:0;
	width: 100%;
}
ol, ul{
    list-style:none;
}

a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

a img {
  border: none;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
	max-width:100%;
}
.img_max{
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
}
.clearfix {
	min-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
.text_left{
	text-align:left;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
/* Retina ディスプレイ用の記述 */
}