@charset "UTF-8";

/*-----------------------
 COMMON 
 -----------------------*/
h1,h2,h3,h4,h5,ul,li,p{margin:0; padding:0;}

ul{
	list-style-type:none;
	clear:both;
}

small,strong {
	font-weight: inherit;
	font-size: inherit;
}

img{vertical-align: bottom;}

body{
	background-color:rgba(255,255,255,0.6);
	color:#000;
	font-family: font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif
;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	zoom: 1;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

/*body.osMac {font-family: "HiraMinProN-W6","HG明朝E","MS PMincho",sans-serif !important;}
body.osWin,
body.osOther{font-family: "HiraMinProN-W6","HG明朝E","MS PMincho",Verdana,sans-serif !important;}*/

body.osMac {font-family:
 Helvetica,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;}
body.osWin,
body.osOther{font-family: Helvetica,"Meiryo","メイリオ",Verdana,sans-serif;}


.mincho{font-family: "HiraMinProN-W6","HG明朝E","MS PMincho",sans-serif !important;}

/*-----------------------
 Web Fonts
 -----------------------*/

@font-face {
	font-family: 'ptf-nordic';
    src: url('../fonts/ptf-nordic-std-lt-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ptf-nordic-std-lt-webfont.woff') format('woff'),
        url('../fonts/ptf-nordic-std-lt-webfont.ttf')  format('truetype'),
        url('../fonts/ptf-nordic-std-lt-webfont.svg#svgId') format('svg');
}

.ptf-nordic{
	font-family:'ptf-nordic';
	/*font-weight: bold;*/
}


/*-----------------------
 メインコンテンツ
 -----------------------*/

.bg_text{
	margin:0;
	width:0px;
/*	height:0px;*/
	text-indent:-9999px;
}

a{color:#000; text-decoration:none;}
a:hover{color:#000; text-decoration:none;}

/*::selection {
	background: #fff;
}
*/
/*-----------------------
 facebook&twtter
 -----------------------*/
/*#fb_logo{padding-right:12px;}

#fb div{float:left;}

#fb{
	margin-top: -20px;
	margin-left: 25px;
}

#fb_works{
	padding-top:0px;
}*/

