@charset "UTF-8";

/*/////////////////////////////////////////////////////////////
ねみんぐす
Copyright (C) KAYAC Inc. All Rights Reserved.
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	Import Common CSS
------------------------------------------------------------ */

@import url("/css/common/base.css");
@import url("/css/common/layout.css");
@import url("/css/common/module.css");

/* ------------------------------------------------------------
	homepage
------------------------------------------------------------ */
h1#sitemname {
	width: 375px;
	height: 81px;
	background: url(/img/homepage/logo.png);
}

/* hoge
------------------------------------------------- */


/* ------------------------------------------------------------
	Question detail
------------------------------------------------------------ */
div#boxQHead {}
div#boxQHead div.unitQ ul.listInfo {
	padding-right: 12px;
}

div#boxPostNaming {}
div#boxPostNaming textarea {
	width: 540px;
	height: 120px;
	border: 2px solid #000;
	padding: 4px;
	background: #FFC;
	font-size: 147%;
}
div#boxPostNaming textarea:focus {
	background: #FFF;
}
div#boxPostNaming .inputNaming {
	float: left;
	width: 560px;
}
div#boxPostNaming ul.listPost {
}
div#boxPostNaming ul.listPost li.post input {
	width: 106px;
	padding: 6px 0;
	border: 2px solid #000;
	border-width: 1px 2px 2px 1px;
	background: #34A0B4;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	outline: none;
}
div#boxPostNaming ul.listPost li.post input:hover {
	background: #FF3;
	color: #000;
}
div#boxPostNaming ul.listPost li.twitter label {
	font-size: 93%;
	padding: 2px;
	background: #D4F4F4;
}
div#boxPostNaming ul.listPost li.twitter input {
	vertical-align: middle;
	margin-right: 4px;
	padding-top:5px;
}
div#boxPostNaming p.notes {
	clear: both;
	width: auto;
	padding-top: 5px;
	font-size: 93%;
}

h2 strong.tag {
	margin-right: 5px;
	padding: 2px 3px;
	background: #FF3;
	font-weight: bold;
	font-size: 208%;
}


/* ------------------------------------------------------------
	Login
------------------------------------------------------------ */
div#boxLogin {
	position: relative;
	width: 700px;
	margin: 0 125px 10px;
	padding: 0 0 20px;
	background: url(/img/common/bg_q_b_n.png) no-repeat 0 100%;
}
div#boxLogin h1 {
	margin: 0;
	padding: 0 0 50px;
	background: url(/img/common/bg_q_t.png) no-repeat 0 100%;
}
div#boxLogin .wrapper {
	padding: 10px 40px 15px;
	font-weight: normal;
	text-align: left;
	background: url(/img/common/bg_q_m.png) repeat-y 0 0;
}
div#boxLogin p.plain,
div#boxLogin p.inputPlain,
div#boxLogin p.select {
	padding: 0 0 20px;
}
div#boxLogin p.btnPlain {
	padding: 10px 0 0;
	border-top: 2px solid #333;
	text-align: center;
}
div#boxLogin p.btnPlain input {
	width: 106px;
	padding: 6px 0;
	border: 2px solid #000;
	border-width: 1px 2px 2px 1px;
	background: #34A0B4;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	outline: none;
}
div#boxLogin p.btnPlain input:hover {
	background: #FF3;
	color: #000;
}

div#boxLogin select#OpenidUrlOpenid,
div#boxLogin input#UserNickname {
	padding: 3px;
	border: 3px solid #000;
	font-size: 170%;
	font-weight: bold;
	background: #FFC;
}
div#boxLogin input#UserNickname {
	margin-left: 6px;
}

div#boxLogin p#imgMouse {
	position: absolute;
	bottom: -15px;
	right: 20px;
	width: 108px;
	padding: 0;
	margin: 0;
}
div.terms {
	margin: 0 0 20px;
	padding: 6px;
	height: 90px;
	border: 2px solid #CCC;
	background: #EEE;
	overflow: scroll;
	font-size: 85%;
	color: #666;
}

