@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, abbr, address, dfn, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, article, aside, footer, header, menu, nav, section {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ul {
	list-style:none
}
em{ 
    font-style:normal 
}
/************************************************************************************
Body
*************************************************************************************/
body {
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#f3f3f3;
	background:#1b1c1e url(../images/bg.jpg) repeat-x left top;
	color: #333;
	min-height: 100%;
	overflow-x: hidden;
	-webkit-text-size-adjust:100%
}
a {
	color: #669;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	float:left;
	margin-left:20px;
}
h2 {
	margin-bottom:10px;
	font-size:16px;
	line-height:1;
	color:#cba253;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.box2 h2 {
	color:#fff;
}
.detail .box1 h2 {
	color:#333
}
.box4 h2 {
	color:#333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
}
.faq h2 {
	color:#169090
}
ol {
	padding:0 0 1em 2em;
}
.disc {
	padding:0 0 1em 1.5em;
	list-style:disc;
}
#pagewrap {
	padding: 15px;
	width: 990px;
	margin: 0 auto;
	background:#333;
	overflow:hidden;
}
/************************************************************************************
Header
*************************************************************************************/
#header_wrap {
	margin-bottom:15px;
	background:#333;
	height:60px;
	width:100%;
}
#header_inner {
	margin:0 auto;
	width:1020px;
}
#header_inner h1 {
	float:left;
}
#header_inner ul {
	margin-top:17px;
	float:right;
}
#header_inner ul li {
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}
#header_inner ul a {
	float: left;
	height: 25px;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	line-height:25px;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
#header_inner ul li:hover > a {
	color: #fafafa;
}
*html #header_inner ul li a:hover /* IE6 */ {
	color: #fafafa;
}
#header_inner ul li:hover > ul {
	display: block;
}
/* Sub-menu */
 
#header_inner ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 30px;
	left: -10px;
	z-index: 99999;
	background: #444;
	background: -moz-linear-gradient(top, #444, #111);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #444));
}
#header_inner ul ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}
#header_inner ul ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#header_inner ul ul a {
	padding: 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
}
*html #header_inner ul ul a /* IE6 */ {
	height: 10px;
	width: 150px;
}
*:first-child+html #header_inner ul ul a /* IE7 */ {
	height: 10px;
	width: 150px;
}
#header_inner ul ul a:hover {
	background: #0186ba;
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -moz-linear-gradient(top, #04acec, #0186ba) !important;
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#04acec', endColorstr='#0186ba'); /* IE */
}
#header_inner ul ul li:first-child a:after {
	content: '';
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #444;
}
#header_inner ul ul li:first-child a:hover:after {
	border-bottom-color: #04acec;
}
/* Clear floated elements */
#header_inner ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #header_inner ul {
	zoom: 1;
} /* IE6 */
*:first-child+html #header_inner ul {
	zoom: 1;
} /* IE7 */
/************************************************************************************
Contents
*************************************************************************************/
.column {
	float:left;
}
/* Left */
.left, .center, .right {
	margin-right:15px;
	width: 320px;
}
.new .left, .new .right2 {
	width: 485px;
	margin-right:2%;
}
.detail .left, .group .left {
	width: 655px;
}
.ranking .left, .group .left, .individual .left, .faq .left {
	width: 990px;
}
.login .left {
	width:600px;
}
/* Right */
.right {
	margin-right:0;
}
.right2 {
	margin-right:0;
	width: 655px;
}
.new .right2 {
	margin-right:0;
}
.detail .right2 {
	width:320px;
}
/* Box1 */
.box1 {
	margin-bottom:15px;
	padding:10px;
	position:relative;
	background:#ededed;
	width:auto;
	overflow:hidden;
	clear:both;
}

.home .box1 {
	width:94%;
	float:left;
	height:170px;
}
.box1, .box2, .box3, .box4 {
	-moz-box-shadow: 3px 3px 0 #000;
	-webkit-box-shadow: 3px 3px 0 #000;
	box-shadow: 3px 3px 0 #000;
}
.list .box1, .new .box1, .group .box1, .ranking .box1 {
	background:#fae6af;
}
/* Box2 */
.box2 {
	margin:0 15px 15px 0;
	padding:10px;
	width:132px;
	height:100px;
	float:left;
	position:relative;
}
.box2 span {
	margin:0;
	position:absolute;
	right:10px;
	bottom:0px;
	font-size:25px;
}
.box2 span em {
	font-size:13px;
	font-style:normal;
}
.box2 p {
	position:absolute;
	right:0;
	top:30px;
}
.ie .box2 p {
	right:5px;
}
/* Box3 */
.box3 {
	margin:0 0 15px 0;
	padding:10px;
	width:300px;
	height:100px;
	float:left;
	position:relative;
}
.group .box3 {
	width:302px !important;
}
.group .box3 {
	width:275px;
}
/* Box4 */
.box4 {
	padding:10px;
	overflow:hidden;
	background:#abe7ff;
}
/* Box */
.box2, .box3 {
	color:#fff;
}
a:hover .box2, a:hover .box3 {
	opacity:0.8;
}
.box1 p {
	margin-bottom:10px;
}
img.img50 {
	margin-right:10px;
	width:22%;
	height:auto;
	float:left;
}
img.img10 {
	width:50%;
	position:relative;
	top:10px;
}
img.img15 {
	width:10%;
}
img.bar {
	width:70%;
}
.box1 strong {
	margin-left:5px;
}
ul.home_list1 {
	margin-top:3px;
}
ul.home_list1 li {
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #ccc;
	float:right;
	width:100%;
	text-align:right;
}
a.f_right {
	float:right;
}
ul.home_list1 li a {
	float:left;
}
a.plus {
	display:block;
	position:absolute;
	right:10px;
	width:18px;
	height:18px;
	background:url(../images/plus.png);
}
.stamp {
	display:block;
	position:absolute;
	right:5px;
	width:111px;
	height:28px;
	cursor:pointer
}
.list30 li {
	margin-left:5px;
	float:left;
}
.deadline {
	padding:0 3px;
	display:inline-block;
	white-space:nowrap;
	text-align:center;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
ul .deadline {
	width:4em;
}
.adding a img {
	width:100%;
}
.adding a:hover {
	opacity:.7;
}
.adding {
	text-align:center;
}
.home .adding a img {
	width:90%;
}
.new img.adding {
	margin:2px 20px 1px;
	width:99px;
	height:auto;
}
.last {
	margin-right:0 !important;
}
#p_top_jqplot_graph {
	height: 110px;
	width: 300px;
}
.graph_notification {
	margin-top:-25px;
	float:right;
}
.box4 dl {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #aaa;
	overflow:hidden;
}
.box4 dl dd{
word-wrap: break-word;
}
.box4 dl dt img {
	float:left;
	width:18%;
}
.box4 dl h3 {
	margin:0 0 10px 21%;
	line-height:1;
	width:11em;
}
.box4 dl dd p {
	margin:0 0 10px 21%;
}
.home .box4 dl dd p {


	margin:0 0 0 21%;
}
.box4 dl dd p.meta {
	float:right;
	margin-top:-24px;
}
.home .box4 dl dd p.meta, .detail .box4 dl dd p.meta {
	margin-top:-28px;
}
.box4 dl .btn {
	margin-top:10px;
	float:right !important;
}
.home .box4 dl .btn {
	margin-top:0;
}
.box4 dl dt img {
	width:15%;
}
.box4 .stamp {
	position:relative;
	top:-32px;
	left:115px;
}
.box4 .img_thumb img {
	max-width:250px;
	height:auto;
}
.close a {
	width:16px;
	height:16px;
	display:inline-block;
	background:url(../images/close.gif) no-repeat right center;
	text-indent:-999em;
}
.sys {
	color:#e4007f;
}
fieldset {
	margin-bottom:20px;
}
.board_textarea {
	margin-bottom:10px;
	padding:3px;
	border:1px solid #ccc;
	width:290px;
}
.loading {
	margin-top:5px;
	width:16px;
	height:16px;
	text-indent:-999em;
	background: url(../images/loading.gif) no-repeat left center;
	clear:both;
}
.home .loading{
float:right;
clear:none;
}
.list .loading{
float:right;
clear:none;
}
.next a {
	float:right;
	display:block;
}
.here {
	background:#098482;
}
.list .calendar .here, .list .calendar td:hover {
	background:#FCE39F;
}

/************************************************************************************
Footer
*************************************************************************************/
#footer {
	clear: both;
}
#footer_wrap {
	margin-top:20px;
	width:100%;
	background:#333;
}
#footer_inner {
	margin:0 auto;
	padding:20px 0;
	width:1020px;
	overflow:hidden;
}
#footer_inner ul li {
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #ccc;
	float:left;
	color:#999;
	line-height:1;
}
#footer_inner ul li:nth-child(3) {
border-right:none;
}
#footer_inner ul li#copy {
	margin-right:0;
	padding-right:0;
	border-right:none;
	float:right;
}
#footer_inner a {
	color:#fff;
}
/* Color */
.orange {
	background:#ff682d;
}
.m_orange {
	background:#ff682d;
	color:#fff;
}
.yellow {
	background:#ffc91d;
}
.beige {
	background:#fae6af;
}
.l_green {
	background:#66b248;
}
.e_green {
	background:#10adab;
	color:#fff;
}
.red, a .red {
	background:#ff0000;
	color:#fff;
}
.l_blue {
	background:#abe7ff !important;
}
.purple {
	background:#669 !important;
	color:#fff !important;
}
.khaki {
	background:#b7aa00 !important;
	color:#fff !important
}
.orange strong {
	vertical-align:middle;
}
/* Button */
.btn, button {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
	font: bold 13px Helvetica, Arial, sans-serif;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	white-space: nowrap;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	z-index: 10;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333');
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	overflow: visible;
	outline: none;
}
.btn:hover, button:hover {
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
	text-decoration:none
}
.btn:active, button:active {
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.btn-red, .btn-green, .btn-blue, .btn-yellow {
 -webkit-transition: border-color .218s;
 -moz-transition: border .218s;
 -o-transition: border-color .218s;
 transition: border-color .218s;
}
.btn-red {
	border: solid 1px #b8473d;
	background: #f36c4d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f36c4d), to(#ef3e29));
	background: -moz-linear-gradient(top, #f36c4d, #ef3e29);
	background: -ms-linear-gradient(top, #f36c4d, #ef3e29);
	background: -o-linear-gradient(top, #f36c4d, #ef3e29);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29')";
}
.btn-red:before {
	border: solid 1px #f67b5f;
	border-color: rgba(255, 255, 255, 0.35);
}
.btn-red:hover {
	color: #fff;
	border: solid 1px #90332b;
	background: -webkit-gradient(linear, left top, left bottom, from(#fb856a), to(#f7523f));
	background: -moz-linear-gradient(top, #fb856a, #f7523f);
	background: -ms-linear-gradient(top, #fb856a, #f7523f);
	background: -o-linear-gradient(top, #fb856a, #f7523f);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fb856a', EndColorStr='#f7523f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fb856a', EndColorStr='#f7523f')";
}
.btn-red:active {
	color: #fff;
	border: solid 1px #90332b;
	background: -webkit-gradient(linear, left top, left bottom, from(#ef3e29), to(#f36c4d));
	background: -moz-linear-gradient(top, #ef3e29, #f36c4d);
	background: -ms-linear-gradient(top, #ef3e29, #f36c4d);
	background: -o-linear-gradient(top, #ef3e29, #f36c4d);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ef3e29', EndColorStr='#f36c4d');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ef3e29', EndColorStr='#f36c4d')";
}
.btn-green {
	border: solid 1px #00922d;
	background: #00b638;
	background: -webkit-gradient(linear, left top, left bottom, from(#50de76), to(#00b638));
	background: -moz-linear-gradient(top, #50de76, #00b638);
	background: -ms-linear-gradient(top, #50de76, #00b638);
	background: -o-linear-gradient(top, #50de76, #00b638);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638')";
}
.btn-green:before {
	border: solid 1px #78e695;
	border-color: rgba(255, 255, 255, 0.35);
}
.btn-green:hover {
	color: #fff;
	border: solid 1px #006e22;
	background: -webkit-gradient(linear, left top, left bottom, from(#5cec82), to(#00c43c));
	background: -moz-linear-gradient(top, #5cec82, #00c43c);
	background: -ms-linear-gradient(top, #5cec82, #00c43c);
	background: -o-linear-gradient(top, #5cec82, #00c43c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c')";
}
.btn-green:active {
	color: #fff;
	border: solid 1px #006e22;
	background: -webkit-gradient(linear, left top, left bottom, from(#00b638), to(#50de76));
	background: -moz-linear-gradient(top, #00b638, #50de76);
	background: -ms-linear-gradient(top, #00b638, #50de76);
	background: -o-linear-gradient(top, #00b638, #50de76);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76')";
}
.btn-blue {
	border: solid 1px #0870c0;
	background: #007bda;
	background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#007bda));
	background: -moz-linear-gradient(top, #00c6ff, #007bda);
	background: -ms-linear-gradient(top, #00c6ff, #007bda);
	background: -o-linear-gradient(top, #00c6ff, #007bda);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#007bda');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#007bda')";
}
.btn-blue:before {
	border: solid 1px #3bb4ec;
	border-color: rgba(255, 255, 255, 0.35);
}
.btn-blue:hover {
	color: #fff;
	border: solid 1px #065491;
	background: -webkit-gradient(linear, left top, left bottom, from(#21cdff), to(#0387ec));
	background: -moz-linear-gradient(top, #21cdff, #0387ec);
	background: -ms-linear-gradient(top, #21cdff, #0387ec);
	background: -o-linear-gradient(top, #21cdff, #0387ec);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#21cdff', EndColorStr='#0387ec');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#21cdff', EndColorStr='#0387ec')";
}
.btn-blue:active {
	color: #fff;
	border: solid 1px #065491;
	background: -webkit-gradient(linear, left top, left bottom, from(#007bda), to(#00c6ff));
	background: -moz-linear-gradient(top, #007bda, #00c6ff);
	background: -ms-linear-gradient(top, #007bda, #00c6ff);
	background: -o-linear-gradient(top, #007bda, #00c6ff);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#007bda', EndColorStr='#00c6ff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#007bda', EndColorStr='#00c6ff')";
}
.btn-yellow {
	border: solid 1px #db8300;
	background: #ff9900;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ff9900));
	background: -moz-linear-gradient(top, #ffcc00, #ff9900);
	background: -ms-linear-gradient(top, #ffcc00, #ff9900);
	background: -o-linear-gradient(top, #ffcc00, #ff9900);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900')";
}
/*
.btn-yellow:before {
	border: solid 1px #ffc63b;
	border-color: rgba(255, 255, 255, 0.35);
}
*/
.btn-yellow:hover {
	color: #fff;
	border: solid 1px #ad6800;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd322), to(#ffa51f));
	background: -moz-linear-gradient(top, #ffd322, #ffa51f);
	background: -ms-linear-gradient(top, #ffd322, #ffa51f);
	background: -o-linear-gradient(top, #ffd322, #ffa51f);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f')";
}
.btn-yellow:active {
	color: #fff;
	border: solid 1px #ad6800;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffcc00));
	background: -moz-linear-gradient(top, #ff9900, #ffcc00);
	background: -ms-linear-gradient(top, #ff9900, #ffcc00);
	background: -o-linear-gradient(top, #ff9900, #ffcc00);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00')";
}
.btnsmall {
	padding: 0 5px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}
.individual .btn {
	margin:20px 0;
}
.disabled, .disabled:hover, .disabled:active {
	color:#777;
	text-shadow: none;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
/************************************************************************************
List
*************************************************************************************/
.list_list1 li {
	margin-right:10px;
	float:left;
}
.list_list1 li a {
	text-align:center;
	display:block;
	width:93px;
	background:#f7d674;
	height:50px;
	line-height:50px;
}
.new .list_list1 li a {
	width:88px;
}
.group .list_list1 li a {
	width:120px;
	font-size:18px;
}
.list_list1 li.last a {
	margin-right:0;
}
.new .list_list1 li.last {
	padding:38px 0 0 0;
	line-height:1;
}
.list_list1 li a:nth-child(4) {
}
.list_list1 li a:hover {
	text-decoration:none;
	background:#00cccc;
	color:#fff;
}
.list_list2 {
	padding:10px;
	overflow:hidden;
}
.list_list2 li {
	margin-right:20px;
	float:left;
	color:#000;
}
.list_list2 li a {
	display:block;
	width:30px;
	height:30px;
	background:#f7d674;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	rotation:-45deg;
	position:relative;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:20px;
}
.list_list2 li a span {
	display:block;
	width:30px;
	height:30px;
	background:#f7d674;
	-webkit-transform:rotate(22.5deg);
	-moz-transform:rotate(22.5deg);
	rotation:22.5deg;
}
.list_list2 li a:hover {
	background:#01bbab !important;
	text-decoration:none;
	color:#fff;
}
.list_list2 li a:hover span {
	background:#00cccc !important;
	text-decoration:none;
}
.cur, .cur a, .cur a span {
	background:#00cccc !important;
	color:#fff;
}
.list .calendar .cur {
background:#E2BC53 !important;
color:#333;
}
.list_list2 li.last {
	margin-right:0;
}
ul.page_navigation {
	padding-bottom: 30px;
	overflow:hidden;
}
ul.page_navigation li a{
	margin-bottom:10px
}
ul.page_navigation li{
margin-right:4px;
float: left;
}
ul.page_navigation a {
padding:3px 5px;
color:#fff;
text-decoration:none;
background:#DB5C04;
display:block;
}
ul.page_navigation a:hover {
	opacity:.8;
}
ul.page_navigation .cur {
	background:none !important;
	color:#000 !important;
}
.page_navigation a{
cursor:pointer;
}
.page_navigation a.cur{
cursor:default;
}

/************************************************************************************
Form
*************************************************************************************/
input[type="text"], input[type="password"], textarea, select {
	padding:3px;
	border: solid 1px #85b1de;
	font-size:16px;
}
input[type="text"], input[type="password"] {
	height:28px;
	line-height:28px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #33677F;
}
input[type="submit"] {
	cursor:pointer
}
.list input[type="text"] {
	margin-right:5px;
	width:400px;
	float:left
}
.new input[type="text"], .new textarea {
	margin-bottom:10px;
	width:455px;
}
.new textarea {
	height:128px;
}
.login input[type="text"], .login input[type="password"], .login textarea {
	margin-bottom: 5px;
	display: block;
	width: 300px;
}
.detail .right2 textarea {
	margin-bottom:5px;
	width:293px;
}
.detail .right2 input[type="file"] {
	margin-bottom:10px;
	display:block;
	width:100%
}
.search_btn {
	margin:0;
	width:100px;
	height:36px;
	line-height:36px;
	float:left;
}
.icon_search {
	margin-right:5px;
	float:left;
}
.table1 {
	margin-bottom:10px;
	width:100% !important;
	border-collapse: collapse;
	border-spacing: 0;
}
.table1 thead{
	text-align:left;
}
.table1 th, .table1 td {
	padding:10px 5px;
	background:#fff;
}
.table1 td.icon_repeat_day {
	padding-right:30px;
	background: #fff url(../images/icon_repeat_day.png) no-repeat right center;
}
.table1 td.icon_repeat_week {
	padding-right:30px;
	background: #fff url(../images/icon_repeat_week.png) no-repeat right center;
}
.table1 td.icon_repeat_month {
	padding-right:30px;
	background: #fff url(../images/icon_repeat_month.png) no-repeat right center;
}
.table1 td.icon_repeat_tei {
	padding-right:30px;
	background: #fff url(../images/icon_repeat_tei.png) no-repeat right center;
}
.td1, .table1 thead {
	border-bottom:10px solid #abe7ff;
}
.table1 thead a {
	text-decoration:none;
}
.td1 {
	text-align:right;
	color:#777;
}
 table.table1 tr td:nth-child(4) ul {
 width:6em;
}
.table1 .deadline {
	margin-left:10px;
}
table.table1 {
	width: 530px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table.table2 {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
table.table2 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
table.table2 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
.individual table.table2 th {
	padding: 10px;
	vertical-align:middle;
}
.individual table.table2 td {
	padding: 10px;
	vertical-align:middle;
	text-align:left;
}
table.table2 tbody th {
	text-align: left;
}
table.table2 tbody th img {
	margin-right:15px;
}
.table1 tbody a {
	text-decoration: underline;
}
.calendar .nav, .calendar .nav a {
	font: bold 28px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
.calendar {
	margin-bottom:10px;
	border-left: 1px solid #fae6af;
	width:100%;
	background:#f7d674;
}
.calendar caption {
	width:100%;
	background:#f7d674;
	text-align: center;
	font-size:20px;
}
.calendar th {
	color: #616B76;
	background:#f7d674;
	border-right: 1px solid #fae6af;
	border-bottom: 1px solid #fae6af;
	border-top: 1px solid #fae6af;
}
.calendar td {
	border-right: 1px solid #fae6af;
	border-bottom: 1px solid #fae6af;
	width: 20px;
	height: 50px;
	text-align: center;
	cursor:pointer;
}
.calendar td:hover {
	background: #eee;
}
.calendar tbody {
	font-size:18px;
}
.new .calendar {
	border-left: none;
	background:#0ca09e;
	color:#fff;
	font-weight:700;
	-moz-box-shadow: 1px 1px 0 #088e8c;
	-webkit-box-shadow: 1px 1px 0 #088e8c;
	box-shadow: 1px 1px 0 #088e8c;
}
.new .calendar caption {
	background:#0ca09e;
	-moz-box-shadow: 1px 1px 0 #088e8c;
	-webkit-box-shadow: 1px 1px 0 #088e8c;
	box-shadow: 1px 1px 0 #088e8c;
}
.new .calendar th {
	color: #fff;
	background:#0ca09e;
	border-right: 1px solid #088e8c;
	border-bottom: 1px solid #088e8c;
	border-top: 1px solid #088e8c;
}
.new .calendar td {
	border-right: 1px solid #088e8c;
	border-bottom: 1px solid #088e8c;
}
.new .calendar td:hover {
	background:#00cccc;
}
td.star ul {
	width:5em;
}
td.star ul li {
	float:left;
}
/* list_list3 */
.list_list3 {
	float:left;
}
.list_list3 li {
	margin:0 10px 10px 0;
	float:left;
}
.list_list3 img {
	padding-right:5px;
	width:50px;
	vertical-align:middle;
	float:left;
}
.list_list3 li {
 background:#fff;
 height:auto;
}
.list_list3 li a {
 padding:2px;
 display:block;
}
.list_list3 li a:hover {
	text-decoration:none;
	background:#f8f8f8;
}
.list_list3 li p {
 vertical-align: middle;
float:right;
word-break: break-all;
}
.new .list_list3 li p {
width:80px;
}

.list .list_list3 li p {
width:82px;
}

.list .list_list3 {
	margin:0 10px 0 0;
}
.list .list_list3 li {
	margin-right:0;
	float:none;
}
.list .list_list3:nth-child(2) {
margin:0;
}
.list .list_list3 li h3 {
	margin-bottom:10px;
	text-align:center;
	font-size:1.2em;
	position:relative;
}
.list .list_list3 li strong {
	left:135px;
	position:absolute;
	font-size:20px;
	line-height:1;
}
.list .list_list3 li a {
	width:140px;height:50px;
}
.ie .list .list_list3 li a {
	width:135px;
}
.list_list3 li a p {
	width:100%;
}
.new .list_list3 li a {
	width:143px;
}
.new .list_list3 li.nn3 {
margin-right:0;
}
.detail .list_list3 li a {
	width:201px;
}
 .detail .list_list3 li.nn3 {
	margin-right:0;
}
.detail .list_list3 li a span {
	position:absolute;
	top:2px;
	left:0;
	padding: 0 5px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
	height: 24px;
	text-decoration: none;
	line-height: 24px;
	white-space: nowrap;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
	font-size:11px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333');
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	overflow: visible;
	outline: none;
	border: solid 1px #b8473d;
	background: #f36c4d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f36c4d), to(#ef3e29));
	background: -moz-linear-gradient(top, #f36c4d, #ef3e29);
	background: -ms-linear-gradient(top, #f36c4d, #ef3e29);
	background: -o-linear-gradient(top, #f36c4d, #ef3e29);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29')";
}

/* list_list8 */
.list_list8  {
	overflow:hidden;
	height:auto !important;
	clear:both;
}
.list_list8 li {

	margin:0 10px 10px 0;
	float:left;
	padding:2px;
	background:#fff;
	width:201px;
	line-height:1.1;
}
.list_list8 img {
	padding-right:5px;
	width:50px;
	vertical-align:middle;
	float:left;
}
 .detail .list_list8 li.nn3 {
	margin-right:0;
}
.list_list8 li a span {
	top:2px;
	left:0;
	padding: 0 5px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
	height: 24px;
	text-decoration: none;
	line-height: 24px;
	white-space: nowrap;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
	font-size:11px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333');
	border: solid 1px #b8473d;
	background: #f36c4d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f36c4d), to(#ef3e29));
	background: -moz-linear-gradient(top, #f36c4d, #ef3e29);
	background: -ms-linear-gradient(top, #f36c4d, #ef3e29);
	background: -o-linear-gradient(top, #f36c4d, #ef3e29);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29')";
}
.list_list8 li a:hover {
	text-decoration:none;
}

/* list_list9 */
.list_list9  {
	overflow:hidden;
	height:auto !important;
	clear:both;
}
.list_list9 li {
	margin:0 10px 10px 0;
	float:left;
	padding:5px;
	background:#fff;
	width:195px;
	height:42px;
	line-height:1.1;
	position:relative;
}

.list_list9 li img{
	border:1px solid #999;
	position:absolute;
	top:5px;
	right:5px;
}
 .detail .list_list9 li.nn3 {
	margin-right:0;
}
.list_list9 li a span {
	top:2px;
	left:0;
	padding: 0 5px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
	height: 24px;
	text-decoration: none;
	line-height: 24px;
	white-space: nowrap;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
	font-size:11px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333');
	border: solid 1px #b8473d;
	background: #f36c4d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f36c4d), to(#ef3e29));
	background: -moz-linear-gradient(top, #f36c4d, #ef3e29);
	background: -ms-linear-gradient(top, #f36c4d, #ef3e29);
	background: -o-linear-gradient(top, #f36c4d, #ef3e29);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29')";
}
.list_list9 li a:hover {
	text-decoration:none;
}

.detail .box1 h2{
float:left;
line-height:35px;
}
.stamp1{
margin-left:10px;
float:left;
}
.stamp1 a{
	padding: 0 10px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
	height: 24px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size:11px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333');
	border: solid 1px #db8300;
	background: #ff9900;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ff9900));
	background: -moz-linear-gradient(top, #ffcc00, #ff9900);
	background: -ms-linear-gradient(top, #ffcc00, #ff9900);
	background: -o-linear-gradient(top, #ffcc00, #ff9900);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900')";
	display: inline-block;
	font: bold 13px Helvetica, Arial, sans-serif;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	user-select: none;
	overflow: visible;
	outline: none;
}
.stamp1 a:hover {
	color: #fff;
	border: solid 1px #ad6800;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd322), to(#ffa51f));
	background: -moz-linear-gradient(top, #ffd322, #ffa51f);
	background: -ms-linear-gradient(top, #ffd322, #ffa51f);
	background: -o-linear-gradient(top, #ffd322, #ffa51f);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f')";
}
.stamp1 a:active {
	color: #fff;
	border: solid 1px #ad6800;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffcc00));
	background: -moz-linear-gradient(top, #ff9900, #ffcc00);
	background: -ms-linear-gradient(top, #ff9900, #ffcc00);
	background: -o-linear-gradient(top, #ff9900, #ffcc00);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00')";
}

.none1 {
	display:block;
}
.none2 {
	display:none;
}
.new h2 {
	clear:both;
}
select.week_select {
	margin-bottom:10px;
	padding:10px 5px;
	font-size:16px;
}

/************************************************************************************
New
*************************************************************************************/
.task {
	margin-top:20px;
	text-align:center;
	font-size:1.8em;
	line-height:1;
	color:#fff;
	clear:both
}
#simpleAccordion p{ cursor:pointer;
float:left;
width:36px;
}
.clock_wrap{
overflow:hidden;
}
.day{ 
margin-bottom:20px;
float:right;
}
#simpleAccordion div{ 
margin-bottom:20px;
clear:both;
float:left;
}
.new .calendar {
	margin-bottom:15px;
}
.col_star {
	margin:10px 0 0;
}
.col_star h2 {
	margin-right:20px;
	float:left;
	line-height:45px;
}
.adding3 {
	margin-top:5px;
	padding-left:20px;
	height:16px;
	display:block;
	background: url(../images/icon_add.png) no-repeat left center;
}
.day, .day2, .day3, .day4, .day5 {
	margin:0 auto 10px;
	text-align:center;
	height:50px;
	color:#fff;
}
.day li, .day2 li, .day3 li, .day4 li, .day5 li {
	margin-right:10px;
	float:left;
	line-height:50px;
}
.day li a, .day2 li a, .day3 li a, .day4 li a, .day5 li a {
	display:block;
	width:74px;
	background:#0ca09e;
	height:50px;
	line-height:50px;
	color:#fff;
	font-weight:700;
	-moz-box-shadow: 1px 1px 0 #088e8c;
	-webkit-box-shadow: 1px 1px 0 #088e8c;
	box-shadow: 1px 1px 0 #088e8c;
}
.day li a:hover, .day2 li a:hover, .day3 li a:hover, .day4 li a:hover, .day5 li a:hover {
	background:#00cccc;
	text-decoration:none;
}

.day60 {
float:right;height:50px;
 line-height:50px;
}
.day60 li {
 margin:0 10px 0 0;
 float:left;
height:50px;
 line-height:50px;
}
.list_list1.day60 li a {
margin:0;
 display:block;
 width:74px !important;
 font-weight:700;
 -moz-box-shadow: 1px 1px 0 #088e8c;
 -webkit-box-shadow: 1px 1px 0 #088e8c;
 box-shadow: 1px 1px 0 #088e8c;
}
.day60 li.last {
margin:0 !important;
padding:0 !important;
line-height:50px !important;
}

.day2 {
	margin-bottom:30px;
}
.day2 li a {
	width:105px;
}
.day li.day10 a {
	width:38px;
	background:none;
	height:50px !important;
	line-height:50px !important;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.day3{
	clear:both;
}
li.day11 {
	width:38px;
}
.day4 li a {
	width:57px;
}
.day5 li a {
	width:51px;
}
.day li a:hover {
	text-decoration:none;
	opacity:.8;
}
#p_todo_edit_expired_at_detail_time{
	clear:both;
}

.list_30 {
margin-bottom:10px;
overflow:hidden;
}
.list_30 li{
margin-right:5px;
float:left;
line-height:1.8;
}

/* Tab */
.boxtab {
	font-size:16px;
	padding:0px;
	background:#10adab !important;
}
ul.simpleTabsNavigation {
	background:#fff;
}
ul.simpleTabsNavigation li {
	list-style:none;
	float:left;
	width:119.6px;
	border-right:2px solid #fff;
}
.individual ul.simpleTabsNavigation li {
	width:328.7px;
}
ul.simpleTabsNavigation li.last {
	border-right:none;
}
ul.simpleTabsNavigation li a {
	padding:3px 6px 0;
	height:40px;
	line-height:40px;
	background:#fae6af;
	font-size:16px;
	display:block;
	text-align:center;
	font-weight:700;
}
ul.simpleTabsNavigation li a:hover {
	background:#12c2c0;
	text-decoration:none;
}
ul.simpleTabsNavigation li a.current {
	background:#10adab;
	color:#fff;
}
div.simpleTabsContent {
	padding:5px 15px 15px;
	margin-top:3px;
	display:none;
}
div.simpleTabsContent.currentTab {
	margin:0;
	padding:60px 10px 10px;
	display:block;
}
.opa1 {
	opacity:.7;
}
.opa2 {
	opacity:.4;
}
.simpleTabs h2 {
	margin-top:20px;
}
.day3, .day10{
margin-top:10px;
cursor:pointer;
}
#p_todo_edit_expired_at_repeat_nthweek_select_time_detail_time,
#p_todo_edit_repeat_everyweek_select_time_detail_time{
clear:both;
}

/************************************************************************************
Detail
*************************************************************************************/
.list_list6 {
	margin:20px 0;
	overflow:hidden;
        clear:both;
}
.list_list6 dt {width:7em;
	float:left;clear:left;
	font-weight:700;line-height:2;
}
.list_list6 dd {
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #aaa;line-height:2;
}
.list_list6 dd span {
	display:inline-block;
}
.list_list6 dd img {
	margin-right:10px;
	vertical-align:middle;
}
.list_list6 dd em {
	margin-left:7em;
	font-style:normal
}
.list_list6 dd button {
	margin-left:30px;
}
.individual .list_list7 li {
	margin-bottom:5px;
	height:30px;
	line-height:30px;
}
.list_btn2 {
	margin-bottom:20px;
	overflow:hidden
}
.list_btn2 li {
	margin-right:10px;
	float:left;
}
.list_btn2 li.last {
	margin-right:0;
}
.list_btn2 li a {
	height:50px;
	line-height:50px;
	width:204px;
	background:#fff;
	display:block;
	text-align:center;
}
.list_btn2 li a:hover {
	text-decoration:none;
	opacity:.8;
}
.detail .right2 .orange {
	color:#fff;
}
.detail .right2 .box1 img {
	vertical-align:middle;
}
.detail .right2 .box1 strong {
	font-size:2em;
}
.detail .right2 form {
	margin-bottom:20px;
}
li.approved {
	background: #f9f9f9 url(../images/approved.png) no-repeat 86px -10px;
}
li.reported {
	background: #f9f9f9 url(../images/reported.png) no-repeat 86px -10px;
}
li.approved:hover {
	background: #f6f6f6 url(../images/approved.png) no-repeat 86px -10px;
}
li.reported:hover {
	background: #f6f6f6 url(../images/reported.png) no-repeat 86px -10px;
}
/************************************************************************************
Ranking
*************************************************************************************/
.ranking h2 {
	float:left;
}
.ranking .meta {
	float:right;
}
.col_rank {
	margin:0 auto;
	width:80%;
	overflow:hidden;
	clear:both;
}
.col_rank img {
	float:left;
}
.col_rank ul {
	margin-top:30px;
	float:right;
}
.col_rank ul li {
	margin-bottom:20px;
	display:block;
}
.con {
	font:24px Calibri, Arial, sans-serif;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.4);
	white-space:nowrap;
	display:block;
	padding:10px 30px;
	background-repeat:no-repeat;
	background-image:url('../images/bubble_bg.png');
	background-position:bottom left, top right, 0 0, 0 0;
	background-clip:border-box;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow:0 0 1px #fff inset;
	-webkit-box-shadow:0 0 1px #fff inset;
	box-shadow:0 0 1px #fff inset;
	-webkit-transition:background-position 1s;
	-moz-transition:background-position 1s;
	transition:background-position 1s;
}
.green9.con {
	color:#345903 !important;
	border:1px solid #96a37b !important;
	background-color: #79be1e;
	background-image:url('../images/bubble_bg.png'), url('https://app.todous.jp/css/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(162, 211, 30, 1) 0, rgba(162, 211, 30, 0) 100px), -moz-linear-gradient(#82cc27, #74b317);
	background-image:url('../images/bubble_bg.png'), url('https://app.todous.jp/css/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162, 211, 30, 1)), to(rgba(162, 211, 30, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));
}
.orange9.con {
	color:#693e0a !important;
	border:1px solid #bea280 !important;
	background-color: #e38d27;
	background-image:url('../images/bubble_bg.png'), url('https://app.todous.jp/css/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(232, 189, 45, 1) 0, rgba(232, 189, 45, 0) 100px), -moz-linear-gradient(#f1982f, #d4821f);
	background-image:url('../images/bubble_bg.png'), url('https://app.todous.jp/css/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232, 189, 45, 1)), to(rgba(232, 189, 45, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
}
/************************************************************************************
Group
*************************************************************************************/
.list_list4 {
	height:100px;
	font-size:22px;
	overflow-y:scroll;
}
.list_list4 dt {
	float:left;
	width:8.5em;
}
.list_list4 dd {
	font-weight:700;
}
.calender2 {
	font-size:30px;
	text-align:center;
	margin:5px 0;
	height:32px;
	line-height:32px;
}
.calender2 a {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #d4d4d4;
	margin: 0 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	font-size:13px;
	vertical-align:middle;
	color: #333;
	cursor: pointer;
	outline: none;
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
	background-image: -moz-linear-gradient(#f4f4f4, #ececec);
	background-image: -o-linear-gradient(#f4f4f4, #ececec);
	background-image: linear-gradient(#f4f4f4, #ececec);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	/*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	/* IE hacks */
    zoom: 1;
 *display: inline;
	height:32px;
	line-height:32px;
}
.calender2 a:hover, .calender2 a:active {
	border-color: #3072b3;
	border-bottom-color: #2a65a0;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	color: #fff;
	background-color: #3072b3;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
	background-image: -moz-linear-gradient(#599bdc, #3072b3);
	background-image: -o-linear-gradient(#599bdc, #3072b3);
	background-image: linear-gradient(#599bdc, #3072b3);
}
.calender2 a.active {
	border-color: #2a65a0;
	border-bottom-color: #3884CF;
	color: #fff;
	background-color: #3072b3;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
	background-image: -moz-linear-gradient(#3072b3, #599bdc);
	background-image: -o-linear-gradient(#3072b3, #599bdc);
	background-image: linear-gradient(#3072b3, #599bdc);
}

/* overrides extra padding on button elements in Firefox */
.calender2 a::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.calender2 strong {
	margin:0 20px;
	font-weight:200;
}
.group .td1, .group .table1 thead {
	border-bottom:10px solid #fae6af;
}
.td2 {
	float:left;
}
/************************************************************************************
Login
*************************************************************************************/
.login #pagewrap {
	width:600px;
}
.bnr_welcome {
	margin-bottom:40px;
	background:#000;
	text-align:center;
}
.login h2 {
	margin-bottom:30px;
}
.login dl dt {
	padding-top:3px;
	float:left;
	width:9em;
}
.login dl dd {
	margin:0 0 20px 9em;
}
.reg {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
h3 {
	font-size:16px;
	color:#333;
}
.login h3 {
	font-size:20px;
	color:#333;
}
.login a:hover img {
	opacity:.9;
}
/************************************************************************************
Error 表示
*************************************************************************************/
.error_message {
	margin-left:10px;
	padding:1px 3px;
	border:1px solid #ff0000;
	color:#ff0000;
}
.login .error_message {
	padding:1px 3px;
	border:1px solid #ff0000;
	display:inline-block;
	color:#ff0000;
}

.home #p_group_commenterror_message_area{
margin:0 0 10px;
}
.home .error_message {
	margin-left:0;
}
.new .error_message {
	margin:0 0 10px;
display:inline-block;
}

/************************************************************************************
Accordion
*************************************************************************************/
#accordion {
	width:100%;
	margin:10px auto 30px;
	border:1px solid #117676;
	border-top:none;
	clear:both
}
.accordion {
	width:100%;
	color:#333
}
.accordion dt {
	padding:4px 6px;
	font-weight:bold;
	cursor:pointer;
	background-color:#169090;
	background-image:url(https://app.todous.jp/images/arrow_down.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#fff;
	border-top:1px solid #117676
}
.accordion dt:hover {
	background-color:#1aa8a8
}
.accordion .open {
	background-color:#169090;
	background-image:url(https://app.todous.jp/images/arrow_up.gif)
}
.accordion dd {
	overflow:hidden;
	background:#fff
}
.accordion span {
	display:block;
	border-top:none;
	padding:15px
}
.accordion ul {
	list-style:disc;
	padding-left:1.6em
}
.accordion blockquote{
margin:0;
}
.accordion span span{
	padding:0px;
	display:inline;
}
.accordion img{
	overflow:hidden;
}
.home .box3 img{
	position:relative;
	top:25px;
	left:-15px;
	z-index:10;
}
.home .box3 iframe{
	position:absolute;
	top:0;
	z-index:1;
}

/*
-----------------------------------
Modal box
-----------------------------------
*/
#lean_overlay {
	position: fixed;
	z-index: 0;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}
#modal {
	width: 220px;
	padding: 15px;
	display:none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}
#modal ul{
	margin-bottom:10px;
}
#modal textarea{
	margin-bottom:10px;
	width:215px;
	height:100px;
}
.modal_close {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 29px;
	height:29px;
	background: url(https://app.todous.jp/images/modal_close.png);
	z-index: 2;
}
#modal2 {
	width: ;
	padding: 15px 10px 5px;
	display:none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}
#modal ul li{
	margin-bottom:10px;
}
#modal2 ul.list10{
	width:288px;
}
#modal2 ul.list10 li{
	margin:0 5px 5px;
	float:left;
}
#modal2 ul.list10 li img{
	border:1px solid #ccc;
}
#modal input[type="checkbox"] {
	margin: 0px 10px 5px 0;
	-webkit-transform: scale(1.7);
}

.dropdown{z-index:1000;}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 1080px or less */
@media screen and (max-width: 1080px) {
#header_inner {
width:98%;
}
#pagewrap {
width: 860px;
}
.left, .center, .right {
margin-right:13px;
margin-bottom:0 !important;
width: 278px;
}
.ranking .left, .group .left, .individual .left, .faq .left {
width:860px;
}
 .detail .left {
 width:503px;
}
.right {
margin-right:0;
}
.new .left, .new .right2 {
width:421px;
}
.list .right2 {
width: 564px;
}
.detail .right2 {
 width:344px;
}
.box2 {
margin:0 15px 15px 0;
width:111px;
height:110px;
}
.box3 {
width:257px;
height:110px;
}
.group .box3 {
 width:256px !important;
}
.box2 img {
margin-top:55px;
width:50%;
position:absolute;
top:0px;
left:9px;
}
.box2 span img {
width:100%;
position:relative;
top:2px;
left:1px;
}
.list_list1 li a {
width:80px;
}
.day2 li a {
width:89px;
}
.day li a, .day3 li a {
width:61px;
}
.day4 li a {
	width:48px;
}
.day5 li a {
width:40px;
}

.list_list1.day60 li a {
 width:60px !important;
}

.new .list_list1 li a {
width:72px;
}
 div#p_top_jqplot_graph {
height: 110px;
width: 260px;
}
.board_textarea {
width:250px;
}
 .list input[type="text"] {
 width:280px;
}
.new input[type="text"], .new textarea {
 width:390px;
}
img.bar {
width:180px;
}
img.img50 {
width:65px;
}
.deadline {
font-size:10px;
}
#footer_inner {
width:98%;
}
.list .left {
width:283px;
}
table.table1 tr td:nth-child(3) {
white-space: nowrap;
}
.list_list2 {
padding:5px;
}
.list_list2 li {
margin-right:13px;
}
.list_list2 li a {
width:28px;
height:28px;
font-size:18px;
}
.list_list2 li a span {
width:28px;
height:28px;
}
 .list .list_list3 li a {
width:121px;
height:45px;
font-size:.9em;
}
.list .list_list3 li strong {
left:118px;
}
.list_list3 li img {
width:45px;
}
.new .list_list3 li a {
width:122px;
}
.new img.adding {
margin:0 0 0 15px;
width:94px;
}
.detail .list_list3 li a {
width:149px;
}
.detail .list_list3 li:nth-child(3n) {
margin-right:0;
}
.detail .list_list3 li:nth-child(4n) {
margin-right:10px;
}
.detail .list_list8 li  {
width:149px;
}
.detail .list_list9 li  {
width:144px;
}
 ul.simpleTabsNavigation li {
width:103.5px;
}
.individual ul.simpleTabsNavigation li {
 width:285.4px;
}
 .list_btn2 li a {
 width:153px;
}
.detail .right2 textarea {
 width:318px;
}
 .list_list4 {
 height:100px;
 font-size:18px;
}
.list_list4 dt {
 width:9em;
}
.group .calender2 {
font-size:24px;
}
.box4 dl h3 {
	width:9em;
}


li.approved {
	background: #f9f9f9 url(../images/approved.png) no-repeat 70px -10px;
}
li.reported {
	background: #f9f9f9 url(../images/reported.png) no-repeat 70px -10px;
}
li.approved:hover {
	background: #f6f6f6 url(../images/approved.png) no-repeat 70px -10px;
}
li.reported:hover {
	background: #f6f6f6 url(../images/reported.png) no-repeat 70px -10px;
}

.new .list_list3 li p {
width:70px;
}

.list .list_list3 li p {
width:70px;
}


}

/* for 910px or less */
@media screen and (max-width: 910px) {
#pagewrap {
padding: 10px;
width:710px;
}
.left, .center {
margin:0 10px 10px 0;
width:350px;
}
.center {
margin-right:0 !important;
}
.right {
width: auto;
float: none;
clear:both;
}
.home .left, .center {
margin:0 10px 10px 0;
width:350px;
}
.list .left {
margin:0 10px 10px 0;
width:240px;
}
 .group .left, .ranking .left, .individual .left, .faq .left {
 width: 710px;
}
 .list .right2 {
width: 460px;
}
.new .left, .new .right2 {
margin-right:2%;
width: 347px;
}
.new .right2 {
margin-right:0;
}
.detail .right2 {
 width:280px;
}
.home .box2 {
width:147px;
}
.group .box2 {
width:201px;
}
 .home .box3 {
width:329px;
}
.group .box3 {
width:438px !important;
}
.box2 img {
margin-top:58px;
width:40%;
position:absolute;
left:9px;
}
img.img10 {
width:40%;
position:relative;
left:1px;
}
.home img.img10 {
top:-30px;
}
.group img.img10 {
top:-50px;

}
div#p_top_jqplot_graph {
height: 110px;
width: 320px;
}
.board_textarea {
width:400px;
float:left;
}
.home .board_textarea {
width:680px;
float:left;
}
.detail .board_textarea{
float:none;
}
.list .board_textarea {
width:580px;
float:left;
}
.box4 .btn {
margin:57px 0 0 15px;
}
.home .box4 .btn {
margin:5px 0 0 0;
}
.detail .box4 .btn {
margin:0;
}
table.table1 tr td:nth-child(3) {
white-space: nowrap;
}
table.table1 tr th:nth-child(5), table.table1 tr td:nth-child(5), table.table1 tr th:nth-child(6), table.table1 tr td:nth-child(6) {
display:none;
}
.list .list_list1 li a, .new .list_list1 li a {
padding:3px;
width:46px;
height:30px;
line-height:30px;
width:59px;
}
 .list_list2 {
padding:5px;
}
.list_list2 li {
margin-right:9px;
}
.list_list2 li {
margin-right:12px;
}
.list_list2 li a {
width:24px;
height:24px;
font-size:18px;
}
.list_list2 li a span {
width:24px;
height:24px;
}
.list_list3 li a {
display:table !important;
height:auto !important;
}
.list .list_list3 li a {
width:99px;
display:table;
height:auto;
}
.list .list_list3 li strong {
left:95px;
}
.list .list_list3 li img {
width:33px;
}
.new .list_list3 li a {
width:153px;
}
.new .list_list3 li {
margin:0 6px 10px 0;
}
.new .list_list3 li.nn3 {
margin-right:6px;
}
.new img.adding {
margin:0 0 0 30px;
width:95px;
}
.detail .list_list8 li  {
width:121px;
}
.detail .list_list9 li  {
width:116px;
}
.list_list8 li a span {
letter-spacing:-1px;
font-size:10px;
}
ul.simpleTabsNavigation li {
width:84px;
}
.individual ul.simpleTabsNavigation li {
width:235px;
}
.new .list_list1 li a {
width:47px;
height:30px;
line-height:30px;
}
.day2 li a {
width:71px;
}
.day li a, .day3 li a {
width:46px;
font-size:13px;
letter-spacing:-1px;
}
.day4 li a {
	width:38px;
}
.day5 li a {
width:30px;
}
.list_list1.day60 li a {
 width:40px !important;
height:44px;
line-height:44px;
}
.new .list_list1 li a {
width:45px;
}
.new .list_list1 li.last {
padding:24px 0 0 0;
}
.detail .left {
width: 420px;
}
.list_btn2 li a {
width:125px;
}
.detail .right2 textarea {
width:255px;
}
.col_rank {
width:95%;
}
.list_list4 dt {
width:18.5em;
}
 .group .calender2 {
font-size:20px;
}
.new input[type="text"], .new textarea {
 width:320px;
}
.box4 dl h3 {
	width:30em;
}
li.approved {
	background: #f9f9f9 url(../images/approved.png) no-repeat 62px -10px;
}
li.reported {
	background: #f9f9f9 url(../images/reported.png) no-repeat 62px -10px;
}
li.approved:hover {
	background: #f6f6f6 url(../images/approved.png) no-repeat 62px -10px;
}
li.reported:hover {
	background: #f6f6f6 url(../images/reported.png) no-repeat 62px -10px;
}

.new .list_list3 li p {
width:100px;
}

.list .list_list3 li p {
width:60px;
}

}







/* for 760px or less */
@media screen and (max-width: 760px) {
#pagewrap {
padding: 10px;
width:430px;
}
.login #pagewrap {
width:460px;
}
 .left, .center, .home .right, .list .right2, .new .left, .new .right2, .ranking .left, .detail .right2 {
width: 430px !important;
}
.box4 {
width: 405px;
}
.login .left {
width:460px !important;
}
.detail .right2 {
width:344px;
}
.box1 {
clear:both;
width:auto;
}
.box2 {
margin-right:10px;
padding:5px;
float:left;
width:87px!important;
height:125px;
position:relative;
}
.group .box3 {
width:410px !important;
display:block;
}
.center .box2, .box3 {
display:none;
}
h2 {
margin-bottom:10px;
font-size:14px;
}
.login h3 {
font-size:16px;
}
 .home .box1 {
 height:auto;
}
 .home .adding {
margin:0 auto 15px;
text-align:center;
}
.home .adding a img {
width:40%;
}
.new img.adding {
margin:0 0 0 15px;
width:95px;
}
img.img50 {
margin-right:20px;
width:16%;
}
img.img10 {
position:absolute;
top:-10px !important;
left:5px;
width:60%;
}
.home .box2.last {
margin:0 10px 10px 0 !important;
}
 #footer_inner ul li#copy {
padding-top:10px;
float:left !important;
clear:both;
}
.box2 p {
top:20px;
}
.box2 span img {
width:100%;
position:static;
}
input.search_btn {
width:90px;
}
.list .list_list1 li a {
width:123px;
}
.group .list_list1 li a {
width:80px;
}
.list_list2 {
padding:10px;
}
.list_list2 li {
margin-right:20px;
}
.list_list2 li a {
width:36px;
height:36px;
font-size:28px;
}
.list_list2 li a span {
width:36px;
height:36px;
}
.list .list_list3 li a {
width:194px;
}
.list .list_list3 li strong {
left:190px;
}
.list .list_list3 li img {
width:60px;
}
.new .list_list3 li{
margin:0 10px 10px 0;
}
.new .list_list3 li a {
width:125px;
}
.new .list_list3 li{
margin:0 6px 10px 0;
}
.new .list_list3 li.nn2{
margin-right:6px;
}
.new .list_list3 li.nn3 {
margin-right:6px;
}
.list_list8 li {
width:125px;
}
.detail .list_list9 li {
width:120px;
}
.day5 li a {
width:42px;
}
.none1 {
display:none;
}
.none2 {
display:block;
}
.box4 .btn {
margin:0;
}
.new .search_text, .new .search_textarea {
width:400px;
}
 ul.simpleTabsNavigation li {
width:106px;
}
.individual ul.simpleTabsNavigation li {
width:142px;
}
.new .list_list1 li a {
width:58px;
}
.new .list_list1 li.last {
padding:20px 0 0 0;
line-height:1;
}
.day2 li a {
width:90px;
}
.day li a, .day3 li a {
width:63px;
}
.day4 li a {
	width:49px;
}
.list_btn2 li a {
width:129px;
}
.detail .right2 textarea {
width:400px;
}
.col_rank {
margin:0 auto;
width:100%;
overflow:hidden;
clear:both;
}
.col_rank img {
width:18%;
height:auto;
}
.col_rank ul {
margin-top:0px;
}
.con {
font:16px Calibri, Arial, sans-serif;
padding:10px 20px;
}
.list_list4 dt {
width:16.5em;
}
.box2 .mr0 {
margin-right:0;
}
.calender2 {
margin: 0;
height:50px;
line-height:50px;
font-size:14px;
}
.calender2 a {
padding:0 3px;
font-size:16px;
}
.calender2 strong {
margin:0;
}
.group .calender2 {
font-size:14px;
}
.list_list4::-webkit-scrollbar {
background: transparent;
height: 5px;
overflow: visible;
width: 8px;
}
.list_list4::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
}
.list_list4::-webkit-scrollbar-thumb {
}
.list_list4::-webkit-scrollbar-corner {
background: transparent;
}
.list input[type="text"] {
 width:250px;
}
.new input[type="text"], .new textarea {
 width:400px;
}
.home .board_textarea {
width:400px;
}
.box4 dl h3 {
	width:16em;
}
.list_list1.day60 li a {
 width:56px !important;
}
.new .list_list3 li p {
width:70px;
}

.list .list_list3 li p {
width:120px;
}

}

/* for 480px or less */
@media screen and (max-width: 480px) {
#pagewrap {
padding: 10px;
width:290px;
}
.login #pagewrap {
width:300px;
}
#header_inner {
width:100%;
}
#header_wrap {
height:90px;
}
#header_inner ul {
margin:0 0 5px 10px;
font-size:11px;
float:left;
clear:both;
}
.left, .center, .home .right, .list .right2, .detail .left, .new .left, .new .right2, .ranking .left, .detail .right2 {
width:290px !important;
}
.login .left {
width:300px !important;
}
.box2 {
margin-right:5px;
width:57px !important;
height:57px;
}
.home .box2.last {
margin-right:5px !important;
}
.group .box3 {
width:270px !important;
}
.center .box2, .box3 {
display:none;
}
img.img50 {
margin-right:10px;
width:60px;
}
img.bar {
width:190px;
}
 .box2 p, .kazu {
display:none;
}
.box2 img {
margin-top:10px;
width:70% !important;
position:absolute;
top:0px;
left:9px;
}
.box2 span img {
position:relative;
top:2px;
left:1px;
}
img.img10 {
margin-top:20px;
width:40%;
}
.box2 h2 {
position:relative;
line-height:1.1;
text-shadow: 0 2px 1px rgba(0, 0, 0, 0.9);
font-size:11px;
z-index:10;
}
.box2 h2 .title_for_mobile {
display:block;
}
 .box4 dl dt img {
width:15%;
}
 .box4 {
width:272px;
}
 .board_textarea {
width:264px;
}
.home .board_textarea {
width:260px;
}
.right input[type="button"] {
float:left;
clear:both;
}
.search_btn {
width:65px;
font-size:12px;
}
td.star ul {
width:1em;
}
td.star ul li {
float:none;
line-height:1;
}
table.table1 tr th:nth-child(3), table.table1 tr td:nth-child(3), table.table1 tr th:nth-child(4), table.table1 tr td:nth-child(4) {
width:1em;
white-space:normal;
}
table.table1 tr th:nth-child(3) a {
width:1em;
display:inline-block;
}
table.table1 tr td.star {
width:1em;
font-size:.9em;
}
table.table1 tr td.star ul {
width:1em !important;
}
.deadline {
margin:0;
font-size:.8em;
}

/* list */
.list .list_list1 li a {
width:75px;
}
.list_list2 {
padding:5px;
}
.list_list2 li {
margin-right:15px;
}
.list_list2 li a {
width:28px;
height:28px;
font-size:20px;
}
.list_list2 li a span {
width:28px;
height:28px;
}
.list .list_list3 li a {
width:124px;
}
.list .list_list3 li strong {
left:119px;
}
.new .list_list3 li a {
width:124px;
}
.new .list_list3 li:nth-child(odd) {
margin-right:10px !important;
}
.new .list_list3 li:nth-child(even) {
margin-right:0px !important;
}
.home .adding a img {
width:70%;
}
.new img.adding {
margin:0 0 0 15px;
width:95px;
}
.list_list8 li  {
width:126px !important;
}
.list_list8 li:nth-child(odd) {
margin-right:10px !important;
}
.list_list8 li:nth-child(even) {
margin-right:0px !important;
}
.detail .list_list9 li  {
width:120px ;
}
.detail .list_list9 li:nth-child(odd) {
margin-right:10px;
}
.detail .list_list9 li:nth-child(even) {
margin-right:0px;
}
.boxtab {
font-size:14px;
}
ul.simpleTabsNavigation li {
width:71px;
}
.individual ul.simpleTabsNavigation li {
 width:95.4px;
}
ul.simpleTabsNavigation li a {
font-size:13px;
}
.new .list_list1 li a {
width:35px;
height:25px;
line-height:25px;
font-size:12px;
}
.new .list_list2 {
padding:5px;
}
.new .list_list2 li {
margin-right:10px;
}
.new .list_list2 li a {
width:22px;
height:22px;
font-size:16px;
}
.new .list_list2 li a span {
width:22px;
height:22px;
}
.day2 li a {
width:56px;
}
.day li a, .day3 li a {
width:35px;
font-size:11px;
letter-spacing:-1px;
}
.day4 li a {
	width:29px;
}
.detail .right2 textarea {
width:260px;
}
.list_btn2 li a {
width:82px;
}
.detail .list_list3 li a {
width:119px;
}
.col_rank {
width:100%;
}
.col_rank img {
width:12%;
}
.con {
font-size:12px;
padding:8px 5px;
}
.list_list4 dt {
width:9.5em;
}
.mr0 {
margin-right:0;
}
.calender2 {
height:auto;
 line-height:auto;
}
.calender2 a {
padding:0 6px;
font-size:16px;
}
.group .list_list1 li a {
width:130px;
}
.day5 li a {
width:22px;
}
.login dl dt {
padding-top:3px;
float:none;
width:auto;
font-weight:700;
}
.login dl dd {
margin:0 0 20px 0;
}
.login .error_message {
margin-left:0;
}
.login input[type="text"], .login input[type="password"], .login textarea {
width: 265px;
}
.list input[type="text"] {
margin-bottom:10px;
width:220px;
}
.new input[type="text"], .new .search_textarea {
 width:260px;
}
.taskmenu{
	display:none
}
.box4 dl h3 {
	width:10em;
}
.list_list1.day60 li  {
margin-right:6px;
}
.list_list1.day60 li a {
 width:32px !important;
height:44px;
line-height:44px;
}
.list_list1.day60 li.last {
font-size:11px;
}

.list .list_list3 li p {
width:56px;
}

}
/************************************************************************************
Calender
*************************************************************************************/
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(https://app.todous.jp/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(https://app.todous.jp/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(https://app.todous.jp/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(https://app.todous.jp/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #212121;
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(https://app.todous.jp/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(https://app.todous.jp/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(https://app.todous.jp/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(https://app.todous.jp/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
	background-image: url(https://app.todous.jp/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(https://app.todous.jp/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(https://app.todous.jp/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(https://app.todous.jp/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(https://app.todous.jp/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(https://app.todous.jp/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(https://app.todous.jp/css/images/ui-icons_cd0a0a_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
	background-position: 0 0;
}
.ui-icon-carat-1-ne {
	background-position: -16px 0;
}
.ui-icon-carat-1-e {
	background-position: -32px 0;
}
.ui-icon-carat-1-se {
	background-position: -48px 0;
}
.ui-icon-carat-1-s {
	background-position: -64px 0;
}
.ui-icon-carat-1-sw {
	background-position: -80px 0;
}
.ui-icon-carat-1-w {
	background-position: -96px 0;
}
.ui-icon-carat-1-nw {
	background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}
.ui-icon-arrow-4 {
	background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}
.ui-icon-extlink {
	background-position: -32px -80px;
}
.ui-icon-newwin {
	background-position: -48px -80px;
}
.ui-icon-refresh {
	background-position: -64px -80px;
}
.ui-icon-shuffle {
	background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}
.ui-icon-folder-open {
	background-position: -16px -96px;
}
.ui-icon-document {
	background-position: -32px -96px;
}
.ui-icon-document-b {
	background-position: -48px -96px;
}
.ui-icon-note {
	background-position: -64px -96px;
}
.ui-icon-mail-closed {
	background-position: -80px -96px;
}
.ui-icon-mail-open {
	background-position: -96px -96px;
}
.ui-icon-suitcase {
	background-position: -112px -96px;
}
.ui-icon-comment {
	background-position: -128px -96px;
}
.ui-icon-person {
	background-position: -144px -96px;
}
.ui-icon-print {
	background-position: -160px -96px;
}
.ui-icon-trash {
	background-position: -176px -96px;
}
.ui-icon-locked {
	background-position: -192px -96px;
}
.ui-icon-unlocked {
	background-position: -208px -96px;
}
.ui-icon-bookmark {
	background-position: -224px -96px;
}
.ui-icon-tag {
	background-position: -240px -96px;
}
.ui-icon-home {
	background-position: 0 -112px;
}
.ui-icon-flag {
	background-position: -16px -112px;
}
.ui-icon-calendar {
	background-position: -32px -112px;
}
.ui-icon-cart {
	background-position: -48px -112px;
}
.ui-icon-pencil {
	background-position: -64px -112px;
}
.ui-icon-clock {
	background-position: -80px -112px;
}
.ui-icon-disk {
	background-position: -96px -112px;
}
.ui-icon-calculator {
	background-position: -112px -112px;
}
.ui-icon-zoomin {
	background-position: -128px -112px;
}
.ui-icon-zoomout {
	background-position: -144px -112px;
}
.ui-icon-search {
	background-position: -160px -112px;
}
.ui-icon-wrench {
	background-position: -176px -112px;
}
.ui-icon-gear {
	background-position: -192px -112px;
}
.ui-icon-heart {
	background-position: -208px -112px;
}
.ui-icon-star {
	background-position: -224px -112px;
}
.ui-icon-link {
	background-position: -240px -112px;
}
.ui-icon-cancel {
	background-position: 0 -128px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-plusthick {
	background-position: -32px -128px;
}
.ui-icon-minus {
	background-position: -48px -128px;
}
.ui-icon-minusthick {
	background-position: -64px -128px;
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-icon-key {
	background-position: -112px -128px;
}
.ui-icon-lightbulb {
	background-position: -128px -128px;
}
.ui-icon-scissors {
	background-position: -144px -128px;
}
.ui-icon-clipboard {
	background-position: -160px -128px;
}
.ui-icon-copy {
	background-position: -176px -128px;
}
.ui-icon-contact {
	background-position: -192px -128px;
}
.ui-icon-image {
	background-position: -208px -128px;
}
.ui-icon-video {
	background-position: -224px -128px;
}
.ui-icon-script {
	background-position: -240px -128px;
}
.ui-icon-alert {
	background-position: 0 -144px;
}
.ui-icon-info {
	background-position: -16px -144px;
}
.ui-icon-notice {
	background-position: -32px -144px;
}
.ui-icon-help {
	background-position: -48px -144px;
}
.ui-icon-check {
	background-position: -64px -144px;
}
.ui-icon-bullet {
	background-position: -80px -144px;
}
.ui-icon-radio-off {
	background-position: -96px -144px;
}
.ui-icon-radio-on {
	background-position: -112px -144px;
}
.ui-icon-pin-w {
	background-position: -128px -144px;
}
.ui-icon-pin-s {
	background-position: -144px -144px;
}
.ui-icon-play {
	background-position: 0 -160px;
}
.ui-icon-pause {
	background-position: -16px -160px;
}
.ui-icon-seek-next {
	background-position: -32px -160px;
}
.ui-icon-seek-prev {
	background-position: -48px -160px;
}
.ui-icon-seek-end {
	background-position: -64px -160px;
}
.ui-icon-seek-start {
	background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}
.ui-icon-stop {
	background-position: -96px -160px;
}
.ui-icon-eject {
	background-position: -112px -160px;
}
.ui-icon-volume-off {
	background-position: -128px -160px;
}
.ui-icon-volume-on {
	background-position: -144px -160px;
}
.ui-icon-power {
	background-position: 0 -176px;
}
.ui-icon-signal-diag {
	background-position: -16px -176px;
}
.ui-icon-signal {
	background-position: -32px -176px;
}
.ui-icon-battery-0 {
	background-position: -48px -176px;
}
.ui-icon-battery-1 {
	background-position: -64px -176px;
}
.ui-icon-battery-2 {
	background-position: -80px -176px;
}
.ui-icon-battery-3 {
	background-position: -96px -176px;
}
.ui-icon-circle-plus {
	background-position: 0 -192px;
}
.ui-icon-circle-minus {
	background-position: -16px -192px;
}
.ui-icon-circle-close {
	background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}
.ui-icon-circle-check {
	background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.ui-corner-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.ui-corner-right {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.ui-corner-left {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(https://app.todous.jp/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter:Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(https://app.todous.jp/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter:Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}/*
 * jQuery UI Resizable 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}/*
 * jQuery UI Selectable 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border:1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
	width: 100%;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}
/*
 * jQuery UI Autocomplete 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
	position: absolute;
	cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
	width:1px;
} /* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.9
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
} /* the overflow property removes extra width in IE */
.ui-button-icon-only {
	width: 2.2em;
} /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
	width: 2.4em;
} /* button elements seem to need a little more width */
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
input.ui-button {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-dialog {
	position: absolute;
	padding: .2em;
	width: 300px;
	overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position:absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left:2px;
}
.ui-datepicker .ui-datepicker-next {
	right:2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left:1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right:1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size:1em;
	margin:1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin:0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding:0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width:auto;
	overflow:visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width:auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float:left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width:95%;
	margin:0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width:50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width:33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width:25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear:left;
}
.ui-datepicker-row-break {
	clear:both;
	width:100%;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;

	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear:right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}
.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 200px;
	height: 200px;
}
.ui-progressbar {
	height:2em;
	text-align: left;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height:100%;
}



/**** LINK-tag style sheet p.css?v=2.0 ****/

@charset "utf-8";
/* CSS Document */

@CHARSET "Shift_JIS";

.p_hidden{
	display: none;
}


/**** LINK-tag style sheet jquery.notifyBar.css ****/

/*
*  Notify Bar - jQuery plugin
*
*  Copyright (c) 2009-2010 Dmitri Smirnov
*
*  Licensed under the MIT license:
*  http://www.opensource.org/licenses/mit-license.php
*  
*  Version: 1.2
*
*  Project home:
*  http://www.dmitri.me/blog/notify-bar
*/

.jquery-notify-bar {
  width:100%;
  position:fixed;
  top:200px;
  left:0;
  z-index:32768;
  background-color:#efefef;
  font-size:18px;
  color:#000;
  text-align:center;
  font-family: Arial, Verdana, sans-serif;
  padding:20px 0px;
  border-bottom:1px solid #bbb;
  cursor: pointer;
}
.jquery-notify-bar.error {
  color:#f00;
  background-color:#fdd;
}
.jquery-notify-bar.success {
  font-size:30px;
  font-weight:bold;
  color: #FFF;
  background-color:#80bf67;
}
.notify-bar-close {
  position:absolute;
  left:95%;
  font-size:11px;
}

img.stamp_img{
padding:2px;
width:36px;
height:36px;
background: white;
border: 1px solid;
border-color: #e5e5e5 #dbdbdb #d2d2d2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
}
img.stamp_img:hover{
opacity:.7;
}
img.stamp_img:active{
border: 1px solid #ccc;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
}

img.list10_stamp_img{
background: white;
border: 1px solid;
border-color: #e5e5e5 #dbdbdb #d2d2d2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
cursor: pointer;
}
img.list10_stamp_img:hover{
opacity:.7;
}
img.list10_stamp_img:active{
border: 1px solid #ccc;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
}