@charset "UTF-8";

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

/* 
  Reset: margin, padding propaty
-----------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h4,h5,h6,pre,form,fieldset,input,p,blockquote {
	margin:0;padding:0; } 

/* 
  Reset: border propaty
-----------------------------------------------------------------*/
abbr,acronym,fieldset,img {
	border:0; } 

/*
  Reset: [table] selector
-----------------------------------------------------------------*/
table {
	 border-collapse:collapse; border-spacing:0; } 
 
table,th,td,h3 {
	margin:0;padding:0; } 

caption,th,td {
	text-align:left; } 

/*
  Reset: List selector
-----------------------------------------------------------------*/
ol,ul {
	list-style:none; }


/*
  フォントの基本設定
=================================================================*/
/*
  Reset: font-size, line-height propaty
-----------------------------------------------------------------*/
body {
	font-size:14px;
	line-height:1.7em;
}
h1,h2,h3,h4,h5,h6 {
	font-size:14px;
	line-height:1.7em;
}
div,p,li,dt,dd {
	font-size:14px;
	line-height:1.7em;
}
table,caption,th,td {
	font-size:14px;
	line-height:1.7em;
}

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


/*
  フロート操作によるボックスの高さ調整
=================================================================*/
.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 */

/*
  画像の隙間をなくす
=================================================================*/
img{
	border:none;
	vertical-align:top;
}

/*
  IE対策
=================================================================*/
* {
	zoom: 1;
}
ul,ol,li {
	zoom: normal;
}

/*
  main css
=================================================================*/
html{
	height:100%;
}
body{
	height:100%;
	color:#333;
}
#popup{
	margin:0 auto;
	width:491px;
	position:relative;
}
.popup_contents{
	width:421px;
	margin:35px;
}
.popup_contents dd{
	margin-bottom:10px;
}
.popup_contents dt{
	font-weight:bold;
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center;
	margin-bottom:10px;
}
.pop_navi{
	margin-left:35px;
}
.pop_navi li{
	float:left;
	height:40px;
	line-height:40px;
	width:50px;
	text-align:center;
}
.pop_navi #all{
	width:320px;
	border:1px solid #4C2C1F;
	font-size:14px;
}
.pop_navi #all input{
	border:none;
	width:320px;
	height:40px;
	line-height:40px;
	background:none;
	font-size:14px;
}
.pop_navi #prev,.pop_navi #next{
	font-size:30px;
}
a{
	color:#4C2C1F;
	text-decoration:none;
}
