@charset "UTF-8";

/*====================================================================
  このファイルはutf-8です
====================================================================*/
/*====================================================================
  all
====================================================================*/
*
{
	margin : 0px;
	padding: 0px;
	line-height      :1.5em;
}
* { box-sizing : border-box }
* { -moz-box-sizing : border-box }

body
{
	background          :#FFFFFF;
	font-family         : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
	font-size           :14px;
	color               :#333333;
	text-align          :center;
}

img
{
	border              :0px solid #000000;
	vertical-align      :bottom;
}
object,
embed
{
	vertical-align      :bottom;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size  : 100%;
	font-style : normal;
	font-weight: normal;
	text-align  :left;
}

div,
blockquote,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd
{
	border: 0;
	list-style: none;
	
}

table
{
	border-collapse: collapse;
	border-spacing : 0px;
	empty-cells    : show;
	font-size      : 14px;
}

td
{
	vertical-align   :top;
}
p           { text-align    :left; }
strong      { font-weight:bold;}
.caution    { color     :#F05883;}
.pt         { color     :#3399FF;}
.notes      { font-size :10px;}
.mini       { font-size :10px;}

/* ===================================================================
	Link
=================================================================== */
a
{
	text-decoration :underline;
	overflow        : hidden;
}
a:link,
a:visited {color:#917056; text-decoration :underline; }
a:hover,
a:active  {color:#B19076; text-decoration :underline; }

a:hover img.link
{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*====================================================================
    
====================================================================*/
.clearfix:after
{
	content : "."; 
	display : block; 
	height  : 0; 
	clear   : both; 
	visibility: hidden;
}
.clearfix
{
	display     : inline-table;
	min-height  : 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* ===================================================================
	
=================================================================== */
.cmn-block-clear
{
	font-size  :0;
	line-height:0;
	clear      :both;
	
}

/* ===================================================================
	
=================================================================== */

