@charset "shift-jis";
@import url(http://akikakucres.velvet.jp/jeweQ/main-story/sns/color.css);

/*----------------------------------------*/
/*            全ページに影響              */
/*----------------------------------------*/
BODY{
	color : #5d5d5d;
	font-size : 13px;
	background: url('http://akikakucres.velvet.jp/jeweQ/main-story/img/bg.jpg') center 60% / cover fixed repeat #a7c6cb;
}
TABLE,TD,DIV,P{
	color : #5d5d5d;
	line-height : 17px;
	font-family : メイリオ,Tahoma,sans-serif;
	font-size : 13px;
	margin : auto;
}
A{
	color : #5d5d5d;
	text-decoration : none;
}
A:HOVER{
	color : #eee;
}
img{
	border : 0;
}
#main{
	width : 410px;
}
P{
	text-align : center;
}
H2{
	color : #5d5d5d;
	text-align : center;
}

INPUT,select{
	font-family : tahoma,sans-serif;
}
.pu{	/* テキストエリア */
	font-size : 13px;
	border : 1px solid #ccc;
}
.pu2{
	width : 100%;
	font-size : 13px;
	border : 1px solid #ccc;
}
.bo{	/* ボタン */
	font-size : 13px;
	background-color : #5d5d5d;
	border : 1px solid #5d5d5d;
	color : white;
}
/*----------------------------------------*/
/*                skin_main               */
/*----------------------------------------*/
.menu {
	background-color : #464e66;
	width : 100%;
	padding : 4px 0;
}
.menu td{
	text-align : center;
	color : white;
	font-size : 13px;
	padding : 0px;
}
.menu A{
	border:3px #464e66 solid;
}
.menu A:HOVER{
	border-bottom : 2px solid white;
}

.list{
	width : 100%;
}
.list td{
	padding : 5px 8px;
}
.line{
	border-bottom: 1px solid #ccc;
}
.res{
	color : #999;
	font-size : 11px;
}
.talk{
	border: 1px solid #ccc;
	padding : 0 5px;
	background-color : #fff;
}

.date{
	text-align : right;
	vertical-align: top;
	color : #ccc;
	font-size : 11px;
}
.icon{
	text-align : center;
	width : 65px;
	height : 65px;
}
/*----------------------------------------*/
/*                skin_res                */
/*----------------------------------------*/
.bd{
	background-color : #FFFFFF;
	border : 1px solid #eeeeee;
	border-radius : 10px; /* 角を丸くするCSS3 */
	-webkit-border-radius : 10px; /* Safari,Google Chrome用 */
	-moz-border-radius : 10px; /* Firefox用 */
	behavior : url(../js/PIE.htc); /* IE用 */
}
#sub{
	width : 300px;
	text-align : left;
	padding-left : 10px;
}
/*----------------------------------------*/
/*                skin_form               */
/*----------------------------------------*/
textarea{
	width : 100%;
	resize: none;  
}
.puls{
	width : 50px;
	text-align : center;
	vertical-align: bottom;
}
.btn{
	background-color : #0075c2;
	border : 1px solid #0075c2;
	color : white;
	width : 30px;
	height : 20px;
}
