@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-style: normal;
	font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	margin: 0px;
	word-break: normal;
letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
color:#fff;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}

nav ul {
    list-style:none;
}

li {
    list-style:none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#fff;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#fff;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border color to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/*=======================================================================
Ancher
=======================================================================*/

a {
	outline: none;
}

a:link {
	text-decoration: none;
    color:#fff;
}
a:visited {
	text-decoration: none;
    color:#fff;
}
a:hover {
    color:#fff;
}
a:active {
	text-decoration: none;
    color:#fff;
}


/*=======================================================================
clear　clearfix
=======================================================================*/

.clear { clear: both;	visibility: visible;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

/* 作成しアップロード後に[overflow:hidden;]は削除（DWデザインビュー用の為） */
.clearfix {
  display: block;
  overflow:hidden;
}


/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}


/*=======================================================================
font settings
=======================================================================*/

.jp_font_min {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.jp_font_gothic {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.en_font_min {
	font-family: 'Athelas', serif;
}

.en_font_gothic {
	font-family: 'Lato', sans-serif;
}



.font_s_12 {
	font-size: 12px;
}
.font_s_13 {
	font-size: 13px;
}
.font_s_15 {
	font-size: 15px;
}

.font_bold {
	font-weight: bold;
}


/*=======================================================================
icomoon
=======================================================================*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?s12xz2');
  src:  url('fonts/icomoon.eot?s12xz2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?s12xz2') format('truetype'),
    url('fonts/icomoon.woff?s12xz2') format('woff'),
    url('fonts/icomoon.svg?s12xz2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e901";
}
.icon-x:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-vimeo:before {
  content: "\eaa0";
}


/* ================ clear　clearfix ================ */

.clear { clear: both;	visibility: visible;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
