@charset "UTF-8";

/*

Cascading Style Sheets : common.css

- Last Updated on 2014. 08. 28
- (c) coro film - https://fochoshi.me/

*/



/* 1. Reset style -----------------------------*/

/* 1.1. Layout */

/***************　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{
	line-height:1
	overflow-y: scroll;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: 13px;
	line-height: 1.231;
	*font-size: small;
	*font: x-small;
	/*font-size:14px;
	line-height:180%;
	letter-spacing:2px;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",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;
	*//*はみ出したら途中で切る場合*/
}
table {
	border-collapse: collapse;
	border-spacing:0;
	width: 100%;
}
ol, ul{
    list-style:none;
}

a img {
  border: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

nav ul {
	list-style:none;
}
.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;
}

/* 2.2. Anchor */

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:visited {
	outline: none;
}

a:hover {
	color:  #FFF;
	outline: none;
}

a:focus,
a:active {
	color:  #999;
	outline: none;
}

/* 2.3. Offleft */

.Offleft {
	text-indent: -9999px;
	overflow: hidden; /*Firefox*/
}

.OffleftHeadline { 
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* 2.4. Clearfix */

.Clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.Clearfix {
	min-height: 1px;
	zoom: 1;
}

/* 3. Common style ----------------------------*/

#Wrapper {
	width: 100%;
	min-width: 980px;
	overflow: hidden;
}

h1 {
	display: none;
}

