@charset "UTF-8";

/*-----------------------
 DEFAULT
 -----------------------*/
h1,h2,h3,h4,h5,ul,li,p{margin:0; padding:0;}

ul{
	list-style-type:none;
	clear:both;
}

body{
	background-color:#fff;
/*	background: url('../design/common/back_sm.png') 0px 0px repeat-x;*/
	color:#000;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
	zoom: 1;
	height: 100%;
	margin: 0 auto;
}

@font-face {
  font-family: "didot";
  src: url("../fonts/didot.eot?") format('eot'),
       url("../fonts/didot.woff") format('woff'),
       url("../fonts/didot.ttf")  format('truetype'),
       url("../fonts/didot.svgz") format('svg');
}

/*body.osMac {font-family: Helvetica,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;}
body.osWin,
body.osOther{
	font-family: Helvetica,"Meiryo","メイリオ",Verdana,sans-serif;
}*/
body.osMac {font-family: Helvetica,"YuGothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;}
body.osWin,
body.osOther{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}


/*-----------------------
 メインコンテンツ
 -----------------------*/
.bg_text{
	margin:0;
	width:0px;
	text-indent:-9999px;
}

/* responsive-reset */
.res-default{}

a{color:#000; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}/*#4b4b4b*/

/*::selection{background:#DEABB5;}
::-moz-selection{background:#DEABB5;}*/

span.errmes{color:red;}

p.errmesTop{
	color:red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
	margin-bottom: 15px;
}

.clearfix:after{
    content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

span.ask{
	float: right;
}