@charset "utf-8";


/* reset
=============================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
abbr,acronym,fieldset {
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul {
	list-style-type: none;
}



/* font
=============================================================================*/
body {
	font-size: 14px;
}

/* for IE6 */
* html body {
	font-size: 88%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 88%;
}



/* base
=============================================================================*/
html {
	overflow-y: scroll;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:focus {
	outline:none;
}

img {
	vertical-align: bottom;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.fs10 {
	font-size: 88%;
}
.fs12 {
	font-size: 100%;
}
.fs14 {
	font-size: 120%;
}

.imgL {
	float: left;
}
.imgR {
	float: right;
}



/* color
=============================================================================*/
.red {
	color: #e7136d;
}
.blue {
	color: #04a29e;
}
.green {
	color: #6c9d04;
}
.orange {
	color: #eb6100;
}



/* clearfix
=============================================================================*/
/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */



/* print.css
=============================================================================*/
@media print { 
   body { color: #000; /*background: #fff;*/ }
}

