@charset "utf-8";

/* WORKS */
/* 
 * CSS BASE-------copyright 2016 Studio Happyvalley.
 */

 #close{
 
 }
 
/* Initialise +++++++++++++++++++++++++++++++*/

*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline: none
}

ul,
li
{
	list-style-type:none;
}

img{
	border:none;
	line-height: 0;
}

em, 
strong
{
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}

/* Conf +++++++++++++++++++++++++++++++*/

body{
	padding:20px 0;
	background:#efefef;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, 
		"Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
	font-size:14px;
	line-height:22px  ;
	color:#606060;
}

a, 
a:link
{ 
	outline: none;
	color:#a06063;
}

a:visited{
	color:#b5878c;
}

a:hover{
	color:#f7931e;
	/* color:#FF6176; */
}

/* HEADER +++++++++++++++++*/

#info{
	margin-bottom: 20px;
	font-size: 0.7rem;
	line-height: 1.1rem;
}

/* CONTAINER +++++++++++++++++*/

#base,
#container,
#wrapper
{
	margin:0 auto;
	height:auto;
	border:1px #c1c1c1 solid;
	background:#fff;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;/*ff*/
}

#container:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
	}

/* DISPLAY +++++++++++++++++*/

.inline
{
	display:inline;
}

li.block{
	display:block;
}

.textDel{
	text-indent: -9999px;
}

#info li a,
#info li{
	display: block;
	height: 24px;
}

#info li{
	border-bottom: 1px dotted #ddd;
}

#info li a{
	padding: 8px 0 8px 4px;
}

#info li a:hover{
	background: #fedbe4;
}

/*footer +++++++++++++++++++++++++++++++*/

#footer{
	height:10px;
	padding:22px 4px 8px 0;
	font:  10px/10px "ＭＳ Ｐゴシック", "Osaka"; 
	color:#b5b2b5;
	text-align:right;
}
