@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:12px;
	line-height:1.5em;
	font-family: "Adobe Garamond Pro", "Garamond", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", ＭＳ Ｐ明朝, serif;
	/*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;
	*//*はみ出したら途中で切る場合*/
	letter-spacing:1px;
}
input,textarea,select,option{
	font-family:ＭＳ Ｐゴシック,MS UI Gothic, Osaka;
	}
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,
a:visited {
	color: #55595F;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	color: #999;
	outline: 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 ディスプレイ用の記述 */
}




* 2.3.ハック */

.Offleft {
	text-indent: -9999px;
}

.OffleftHeadline { /*オフレフトしてもスペースが残る場合（h要素等）*/
	display: none;
}

.Clearfix:before,
.Clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.Clearfix:after {
	clear: both;
}

.Clearfix {
	zoom: 1;
}

br.Clearboth {
	clear: both;
}

/* 3.共通設定
--------------------------------------------------*/

#Wrapper {
	width: 100%;
	overflow: hidden;
}