@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:#fff;
	color:#000;
	font-family: "Meiryo",Helvetica,Verdana,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	zoom: 1;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

body.osMac {
	font-family: Helvetica,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
	
}

body.osWin,
body.osOther{
	font-family: Helvetica,"Meiryo","メイリオ",Verdana,sans-serif;
}

/*-----------------------
 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:#E85512; text-decoration:none;}

::selection {
	background: #E85512;
}

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

#fb div{float:left;}

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

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

