@charset "utf-8";

/*----base----*/
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,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img, svg {
  vertical-align: bottom; }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  background-color: transparent;
  outline: 0;
  resize: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  border: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  cursor: pointer; }


html{
	padding: 0;
	height: auto;
  overflow-x: auto;
  overflow-y: scroll;
}

body{
	width:auto;
	height:auto;
	font-feature-settings: "palt";
	font-family: 'proxima-nova', "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	min-height: 100%;
	/* margin: 0 auto; */
	/* padding: 0; */
	/* vertical-align: middle; */
	color: #b3b3b3;
	line-height: 1.7;
	font-size-adjust:0.58;
	letter-spacing: 0.1em;
	font-size: .70em;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


a{
color: #cdcdca;
text-decoration: none;
}

p a{
border-bottom: solid 1px #ccc;
padding-bottom: 1px;
}

ul#social li a{
border-bottom: solid 1px #ccc;
padding-bottom: 1px;
}

ul#social li a:hover{
border-bottom: none;
padding-bottom: 1px;
}

p a:hover {
border-bottom: none;
padding-bottom: 1px;
}


p {
	font-weight: 400;
	margin: 0 0 2px 0;
}

.noborder{
text-decoration:none;
border: 0;
}

p.bold{
font-family: 'Raleway';
font-weight: 600;
}

h1.title{
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	color: #645e5e;
}

h2.caption {
  font-family: "proxima-nova";
  font-size: 120%;
  font-weight: 100;
  font-style: normal;
  margin-bottom:20px;
}


.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}

.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}