@charset "UTF-8";

@import "layout.css";
@import "navi.css";
@import "top.css";
@import "list.css";
@import "detail.css";
@import "contents.css";

@import "lightbox.css";
@import "jquery-fontsize-switcher.css";
@import "searchbox.css";
@import "original.css";

/*module
@import "module.css";
*/

focus {
	-moz-outline-style: none;
	}
a {
	outline: none;
	}

/************* ClearFix Styles *************/
/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
	}
/* IE 7 and MacIE*/
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/************* Reset Styles *************/
* {
	margin: 0;
	padding: 0;
	}
body, p, caption, th, td, ul, ol, li, dl, dt, dd, form, input, textarea {
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
body, th, td {
	margin: 0;
	font-size: 84%;
/*	font-size: 100%;*/
	}
th, td {
	font-size/**/: 100%;
	}
* html body, * html th, * html td { 
	font-size: 84%;
	}

* {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	vertical-align: middle;
	}
h1, h2, h3, h4, h5, h6 {
font-style: normal;
font-weight: normal;
font-size: 100%;
	}
th {
font-style: normal;
font-weight: normal;
text-align: left;
	}
/************* Share Styles *************/
.clear {
	clear: both;
	}
.c_left {
	clear: left;
	}
.c_right {
	clear: right;
	}
.f_left {
	float: left;
	}
.f_right {
	float: right;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}

hr {
	clear: both;
	height: 1px;
	border-color: #FFF;
	line-height: 1em;
	margin-bottom: 1em;
	}
