@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	margin: 0px;padding: 0px;
	font-family:'Noto Sans JP', sans-serif;
	font-size:14px;
	font-weight:300;
}
.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}

button, input, select, textarea {
	font-family : inherit;

}

img { border:0px; }
a {
	color:#000;
	text-decoration:none;
}
#message,#error {
	font-size:16px;
	color:#c06;
	padding:10px 0;
}
.clear { clear:both; }
br.clear{ font-size:0px; }

label img {
	width:50px;
	vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* --------------
 ポイント
-------------- */
.pts {
	border:none;
	color:#fff;
	font-size:11px;
	padding:1px 4px;
	background-color:#1DA1F2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ranking {
	border:none;
	color:#fff;
	font-size:11px;
	padding:1px 4px;
	background-color:#FF82B2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.hplink {
	border:none;
	color:#fff;
	font-size:11px;
	padding:1px 4px;
	background-color:#ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* --------------
 レイアウト
-------------- */
#wrap {
}
#content {
	width:960px;
	margin:0 auto;
}

/* --------------
 ページトップ
-------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 110px;
    right: 30px;
z-index:9999;
}
.pagetop a {
    display: block;
	width:80px;
	height:80px;
	background: url("../img/btn_pagetop.png") no-repeat ;
	text-indent:-99999px;
}
.pagetop.neko a {
	background: url("../img/btn_pagetop_neko.png") no-repeat ;
}
.pagetop.inu a {
	background: url("../img/btn_pagetop_inu.png") no-repeat ;
}
.pagetop2 {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
z-index:9999;
}
.pagetop2 a {
    display: block;
	width:80px;
	height:80px;
	background: url("../img/btn_toukou.png") no-repeat ;
	text-indent:-99999px;
}

/* --------------
 ヘッダ
-------------- */
#head {
	height:60px;
	background-color:#09f;
}
#head a{
	color:#fff;
}
#head-inner {
	width:960px;
	margin:0 auto;
	color:#fff;
	position:relative;
}
#logo {
	float:left;
	margin:5px 0 0 0;
}
#head-inner h1{
	float:left;
	margin: 13px 0 0 30px;padding: 0px;
	font-size:12px;
}
#toukou-link {
	float:right;
	margin: 18px 0 0 100px;padding: 0px;
	font-size:12px;
	position:relative;
}
#toukou-link .toukou,
#toukou-link .mypage{
position: relative;
	color:#369;
	font-size:16px;
	padding:2px 6px 2px 18px;
	background: #fff;

	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .2) inset;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#toukou-link .toukou::after,
#toukou-link .mypage::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
#toukou-link .mypage::after {
	background-color: #f69;
}
#toukou-link a:hover {
	box-shadow: none;
}

#toukou-link .alert{
	position:absolute;
	top:2px;left:-30px;
	font-size:10px;
-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#toukou-link .toukou2{
	color:#ff0;
}
#toukou-link .contest{
	color:#B0F5AB;
}

/* --------------
 ユーザーエリア
-------------- */
#userarea {
	float:left;
	width:100%;
	margin: 0px 0 0 0px;padding: 0px;
}
#userarea .userinfo{
	float:right;
	position:relative;
}
#userarea .userinfo .twitter {
	color: #1DA1F2;
}
#userarea .userinfo .regist {
	color: #f69;
}
/* --------------
 SNSボタン
-------------- */
#snsbtn {
	clear:both;
	list-style-type: none;
	overflow: hidden;
	padding:15px 0 0 0px;
}
#snsbtn li {
	float: left;
	margin-right: 4px;
	padding:0;
}
#snsbtn iframe {
	margin: 0 !important;
}

/* --------------
 検索エリア
-------------- */
#search-form {
	clear:both;
	float:left;
	width:100%;
	padding:10px 0 10px 0;
	margin:15px 0 5px 0;

/*	background-color:#ff3;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  background: -webkit-linear-gradient(top right, #E2E8E6 0%, #CDD3CD 100%), -webkit-linear-gradient(right, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: linear-gradient(to bottom left, #E2E8E6 0%, #CDD3CD 100%), linear-gradient(to left, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
  background-blend-mode: screen;
}
#search-form .search{
	float:left;
	border:1px solid #ccc;
	padding:5px 5px 6px 5px;
	margin-left:5%;
	width:80%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#search-form .searchbtn{
	float:left;
	margin: 0px 0 0 5px;
	border:1px solid #ccc;
	padding:3px 3px 6px 3px;
	width:75px;
	background-color: #ccc;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* --------------
 ジャンルエリア
-------------- */
select#genrearea{
	clear:none;
	float:left;
	margin: 0px 0 0 10%;padding: 0px;
	width:25%;

	border:1px solid #ccc;
	padding:5px;
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select#genrearea.user{
	margin-left:2%;
}

/* --------------
 ソートエリア
-------------- */
select#sortarea{
	clear:none;
	float:left;
	margin: 0px 0px 0 15px;padding: 0px;
	width:25%;

	border:1px solid #ccc;
	padding:5px;
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* --------------
 写真選択エリア
-------------- */
select#photoarea{
	margin: 0px 5%;padding: 0px;
	width:90%;

	border:1px solid #ccc;
	padding:5px;
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* --------------
 募集エリア
-------------- */
#pickuparea {
	clear:both;
	float:left;
	margin: 20px 0 0 0px;padding: 0px;
}
#pickuparea .bosyu{
	padding-left:30px;
	background: url("../img/icon_pickup.png") 5px 2px no-repeat ;
}
#pickuparea .pickuplist{
	color:#000;
	border-bottom:1px dotted #000;
}
#pickuparea a.odaitoukou{
	color:#f60;
}
#pickuparea a:hover {
	text-decoration:none;
}

/* --------------
 今日のナイス
-------------- */
#nicearea {
	clear:both;
	float:left;
	width:100%;
	padding:0px 0 15px 0;
	margin:20px 0 5px 0;
/*	background-color:#9c0;*/
/*	background: url("../img/bg_senryu1.png") repeat;*/
/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
background-image: -webkit-linear-gradient(bottom, #F4F4F4 0%, #DFDEDC 100%);
  background-image: linear-gradient(to top, #F4F4F4 0%, #DFDEDC 100%);*/
}
#nicearea h2{
color:#69c;
	margin: 0 0 0 0;padding: 7px 0 6px 65px;
	background: url("../img/icon_nice.png") 15px 15px no-repeat ;
}
#nicearea h2 span{
	color:#000;
	font-weight:100;
	font-size:14px;
}
#nicearea .nice_list {
	width:46%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 2%;
	padding: 10px 0 10px 0;
border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);

text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
/*-- 今日の一句＠ナイスエリア --*/
#nicearea .nice_list.toptoday {
	display: block;
	float:left;
	border-bottom:none;
 	box-shadow:none;
}
#nicearea .nice_list.toptoday img {
	display:block;
	margin:0px auto 0px;
	width:96%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
}

#nicearea .nice_list p{
	margin: 0 0 0 0;padding: 3px 0 3px 0;
}
#nicearea .nice_list p.comment{
	padding: 5px 0 0 0;
	color:#666;
	font-size:12px;
}
#nicearea .senryu {
	font-size:20px;
}
#nicearea .camera {
	padding-right:30px;
	background: url("../img/icon_camera.png") 100% 50% no-repeat ;
	background-size:20px;
}

#nicearea .senryu.most {
	font-weight:500;
}
#nicearea .kako {
	text-align:right;
	margin: 10px 10px 0 0;
}
/* --------------
 マイページ
-------------- */
#alertarea {
	clear:both;
	color:#f09;
	margin:0 0 15px 0;
}
#alertarea a{
	color:#f09;
	border-bottom:1px dotted #f09;
}
#renrakuarea{
	clear:both;
	line-height:200%;
	margin:0 0 15px 0;
	padding:10px 10px 10px 10px;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#renrakuarea .renraku_day{
	text-align:right;
}
#mypage {
	clear:both;
	float:left;
	width:100%;
	padding:0px 0 15px 0;
	margin:0px 0 5px 0;

	background: url("../img/bg_senryu4.png") repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#mypage h2{
	margin: 0 0 0 0;padding: 7px 0 6px 65px;
	background: url("../img/bg_ttle_mypage.png") 15px 15px no-repeat ;
}
#mypage h2 span{
	font-size:14px;
}
#mypage .menu_list {
	width:46%;
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0 2%;
	padding: 10px 0 0 0;
}
#mypage .menu_list a{
	border-bottom:1px dotted #000;
}
#mypage .menu_list a:hover{
	text-decoration:none;
	border-bottom:1px dotted #000;
}
#mypage  .menu{
	font-size:18px;
}
#mypage .menu_list p{
	margin: 0 0 0 0;padding: 0 0 0 0;
}
#mypage .menu_list p{

}
/* --------------
 コメント履歴
-------------- */
#commentlog {
	clear:both;
}
#commentlog ul{
margin: 0 0 20px 20px;
padding: 0;
}
#commentlog  .line{
	margin: 0px 0 0 0px;padding: 10px 0;
	border-top:1px solid #ccc;
	position:relative;
	font-size:18px;
}
#commentlog a:hover .line{
	background-color:#E0FF84;
}
#commentlog  .comment{
	margin:0 25px;
	font-size:14px;
	position:relative;
}
#commentlog  .comment .pts{
	color:#1DA1F2;
	font-size:14px;
	background-color:#fff;
}
#commentlog  .kidoku{
	position:absolute;
	bottom:0px;right:0px;
	font-size:12px;
	font-style:italic;
}
#commentlog  .last{
	border-bottom:1px solid #ccc;
}
/* --------------
 登録しよう
-------------- */
#registmerit {
	clear:both;
	float:left;
	width:96%;
	padding:5px 2% 10px 2%;
	margin:20px 0 15px 0;
	color:#ff9;

	background-color:#f69;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#registmerit h2{
	color:#fff;
	font-weight:100;
	margin: 0 0 0 0;padding: 5px 0 5px 0px;
}
#registmerit h2 span{
	font-size:14px;
}
#registmerit a.regist{
	color:#f69;
	display:block;
	width:100px;
	padding: 5px 0 5px 0px;
	margin: 10px auto 0 auto;
	text-align:center;
	font-size:14px;
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* --------------
 ttl_list
-------------- */
#ttl_list {
	clear:both;
	float:left;
	margin: 10px 0 10px 0px;padding: 0px;
}
#ttl_list h2{
	margin: 0px 0 0 0px;padding: 0px;
	font-size:18px;
	font-weight:300;
}
/* --------------
 川柳リスト
-------------- */
#senryuarea {
	clear:both;
}
#senryuarea a:hover{
	text-decoration:none;
}
#senryuarea .photo {
	width:100%;
	display: inline-block;
	text-align:center;
	margin-top:20px;
}
#senryuarea .photo img{
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
	width:100%;
}
#senryuarea .photo a{
	border:none;
}
#senryuarea a:hover .senryu_list{
	background-color:#E0FF84;
}
#senryuarea .senryu_list {
	margin: 0px 0 0 0px;padding: 25px 0;
	border-top:1px solid #ccc;
	position:relative;
}
#senryuarea.senryupage {
	position:relative;
}
#senryuarea.senryupage a.clipbtn {
	position:absolute;
	top:-30px;
	right:0px;
z-index: 2;

	display:block;
	width:45px;height:45px;
	border:none;
	background: url("../img/pin_open.png") top right no-repeat ;
	background-size:30px 30px;
}

#senryuarea.senryupage .senryu_list {
	border-top:none;
}

#senryuarea .senryu_list.last {
	border-bottom:1px solid #ccc;
}
#senryuarea .senryu {
	font-size:24px;
	position:relative;
}
#senryuarea .camera {
	padding-right:35px;
	background: url("../img/icon_camera.png") 100% 50% no-repeat ;
}
#senryuarea .senryu_list p .contest {
	border:none;
	color:#fff;
	font-size:11px;
	padding:1px 4px;
	background-color:#25C516;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#senryuarea .senryu_list a.sedit {
	border:none;
	color:#fff;
	font-size:12px;
	padding:1px 4px;
	background-color:#f60;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#senryuarea .senryu_list a.odaitoukou {
	border:none;
	color:#fff;
	font-size:12px;
	padding:1px 4px;
	background-color:#06a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#cotentarea span.paku{
	border:none;
	color:#E13A39;
}
#senryuarea .senryu_list .paku{
	color:#E13A39;
	font-size:20px;
	padding:0px 4px;
	background-color:#fff;
	border:1px solid #E13A39;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#senryuarea .senryu_list .pakufrom{
	border:none;
	color:#E13A39;
}
#cotentarea span.paku span,
#senryuarea .senryu_list .pakuru{
	color:#fff;
	font-size:12px;
	padding:1px 4px;
	background-color:#E13A39;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#senryuarea .senryu_list .today1{
	color:#fff;
	font-size:12px;
	padding:1px 6px 1px 27px;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../img/icon_today2.png") 3px 2px no-repeat ;
	background-size: 20px;

	background-color:#3333CC;
}

#senryuarea.senryupage .senryu {
	font-weight:400;
	text-shadow: -1px 1px 0px rgba(255,255,255,1);
/*	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}
#senryuarea a{
	border-bottom:1px dotted #000;
}

#senryuarea .senryu_info {
	position:absolute;
	top:30px;left:660px;
	width:300px;
	margin: 0px 0 0 0px;padding: 25px 0 5px 0;
	line-height:180%;
}
#senryuarea .senryu_info.user_marusenryu{
	background: url("../img/icon_unei.png") top right no-repeat ;
}
#senryuarea .senryu_info.nice_1{
	background: url("../img/icon_nice.png") top right no-repeat ;
}
a.contestlink{
/*box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;*/
	display:block;
	border:2px solid #C1E0A3;
	width:760px;
	margin:60px auto 0;
	padding:20px;
	text-align:center;
	color:#693;
	font-size:18px;
	font-weight:400;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#C1E0A3;
}
a.contestlink:hover{
	background-color:#fff;
}
.sponsor a{
/*box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;*/
	display:block;
	border:2px solid #FFB0B0;
	width:760px;
	margin:20px auto 0;
	padding:10px 20px;
	text-align:center;
	color:#f30;
	font-size:16px;
	font-weight:400;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#FFB0B0;
}
.sponsor a:hover{
	background-color:#fff;
}
div.prize1{
text-align:left;
	display:block;
	color:#000;
	font-size:20px;
	font-weight:400;
	background-color:none;
	padding:5px 0 20px 50px;
	background: url("../img/prize1.png") 0px 0px no-repeat ;
	background-size: 35px;
}
div.prize2{
text-align:left;
	display:block;
	color:#000;
	font-size:20px;
	font-weight:400;
	background-color:none;
	padding:3px 0 15px 50px;
	background: url("../img/prize2.png") 0px 0px no-repeat ;
	background-size: 35px;
}
/* --------------
 今日の一句
-------------- */

h2#todayone{
	clear:both;
	background: url("../img/icon_today.png") 10px 0px no-repeat ;
	margin:0px 0 0px 0;
	padding:0 0 0 75px;
	color:#33c;
	font-size:22px;
	text-align:left;
}
.todayimg {
	clear:both;
	display:block;
	margin:0px auto 0;
	width:500px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/*
#senryuarea .senryu_info .hakusyu{
	padding-left:30px;
	background: url("../img/icon_hakusyu.png") no-repeat ;
}
#senryuarea .senryu_info .odaitoukou{
	padding-left:30px;
	background: url("../img/icon_odaitoukou.png") no-repeat ;
}
#senryuarea .senryu_info .stamp{
	background: url("../img/icon_stamp.png") no-repeat ;
	padding-left:30px;
}
*/
/* --------------
 コメントエリア
-------------- */
#commentarea {
	clear:both;
	width:800px;
	margin: 60px auto 0 auto;padding: 0px 0;
	position:relative;
}
#commentarea textarea{
	width:800px;
	border:1px solid #ccc;
	padding:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#commentarea .code{
	border:1px solid #ccc;
	padding:4px;
	width:50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#commentarea .commentbtn{
	width:100px;
	border:1px solid #aaa;
	padding:3px;
	background-color: #aaa;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#commentarea .comment_list{
	clear:both;
	margin: 40px 0 0 0px;padding: 0px 0;
}
#commentarea .comment_list img.stamp{
	max-width:140px;
	float:left;
	margin-right:25px;
}

#commentarea .comment_list a{
	border-bottom:1px dotted #000;
}
#commentarea .comment_info{
	clear:both;
	text-align:right;
}
#commentarea .res_list{
	margin-top:10px;
	width:600px;
	padding:10px;
	background-color:#eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#commentarea .res_form{
	margin-top:10px;
}
#commentarea .res_form input[type="text"]{
	width:500px;
	border:1px solid #ccc;
	padding:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* --------------
 ページング
-------------- */
#pagearea {
	clear:both;
	margin:20px 0 ;padding: 0;
}
#pagearea p{
	display:block;
	width:250px;
	margin:0px auto ;padding: 0;
	position:relative;
}
#pagearea a,#pagearea span{
	display:block;
	margin: 0px 5px;
	padding: 3px 5px;
	border:1px solid #fc0;
}
#pagearea a{
	background-color:#fc0;
}
#pagearea .prev{
	float:left;
}
#pagearea .this{
	width:50px;
	text-align:center;
	position:absolute;
	left:90px;
	background-color:#fc0;
}
#pagearea .next{
	float:right;
}

/* --------------
 ユーザページ
-------------- */
#userpage {
	clear:both;
}
#userpage .toukouinfo{
	clear:both;
	line-height:200%;
	margin:0 0 10px 0;
	padding:10px 10px 10px 10px;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#userpage .toukouinfo .prizelist{
	margin-top:10px;
	padding:0px 0px 0 0px;
}
#userpage .toukouinfo .prizelist a{
	display:block;
}
#userpage .toukouinfo .prizelist .prize1{
	padding:0px 0 5px 30px;
	background: url("../img/prize1.png") 0px 0px no-repeat ;
	background-size: 20px;
}
#userpage .toukouinfo .prizelist .prize2{
	padding:0px 0 5px 30px;
	background: url("../img/prize2.png") 0px 0px no-repeat ;
	background-size: 20px;
}
#userpage .toukouinfo .prizelist .more {
	background: #aaa;
	color: #fff;
	width: 90%;
	text-align: center;
	padding: 10px ;
	margin:10px auto;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#userpage .toukouinfo .intro{
	padding:10px 10px 0 10px;
	border-top:2px dotted #ccc;
}
#userpage .toukouinfo .stamp{
	border-bottom:1px dotted #000;
}

/* --------------
 スタンプページ
-------------- */
#stamppage {
	clear:both;
}

/* カレンダー */
table.calender{
 border-collapse: collapse;
 margin:0px auto;
 width:96%;
}

table.calender td{
 width:10%;
 height:60px;
 font-size: 10pt;
 text-align:left;
 padding:3px 3px;
 border:1px solid #aaa;
 vertical-align:top;
}
table.calender td a{
	display:block;
	margin:5px auto 15px;
	font-size: 12pt;
	text-align:center;
	background-color: #fff;
	width:50%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
table.calender td a.nicestamp{
	background-color: #69c;
	color: #fff;
}
table.calender .non{
 color:#ccc;
}
table.calender .sun{
 color:#f00;
}
table.calender .yasumi{
 color:#f00;
}
table.calender .doyou{
 color:#33f;
}
table.calender .wdtoday{
 background-color:#eee;
}
table.calender .tdone{
 background-color:#DDE8F4;
}
table.calender tr.youbi{
 background-color:#ccc;
}
table.calender tr.youbi td{
 text-align:center;
 height:10px;
}
table.calender tr.total td{
 height:10px;
}
/*
#stamppage  .line{
	margin: 0px 0 0 0px;padding: 25px 0;
	border-top:1px solid #ccc;
	position:relative;
}
.date{
	padding: 0px 0 0 5px;
}
.today {
	background-color:#eee;
}
#stamppage .toukou {
	position:absolute;
	top:10px;
	left:25%;
	width:322px;
	height:52px;
	background: url("../img/bg_stamp_pc.png") no-repeat ;
	text-indent: -9999px;
}
#stamppage .nice {
	position:absolute;
	top:10px;
	left:75%;
	width:122px;
	height:52px;
	background: url("../img/bg_stamp_nice.png") no-repeat ;
	text-indent: -9999px;
}
#stamppage .last {
	border-bottom:1px solid #ccc;
}
*/

/* --------------
 コンテンツページ
-------------- */
#cotentarea {
	clear:both;
}
#cotentarea input,
#cotentarea select,
#cotentarea textarea{
	border:1px solid #ccc;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#cotentarea input[type="submit"]{
	border:1px solid #09f;
	padding:15px;
	background-color: #09f;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#cotentarea input.hissu{
	border:2px solid #666;
}
#cotentarea a{
	color:#f69;
}
#cotentarea a.sample{
	background-color:yellow;
	padding: 0 3px;
	color:blue;
}
#cotentarea .photo{
	display:block;
	width:300px;height:200px;
	overflow:hidden;
	float:left;
	margin-left:15px;
}
#cotentarea .photo a:hover {
	opacity: 0.5;
}
#cotentarea .link{
	clear:both;
	text-align:right;
}
#cotentarea .link img{
	width:200px;
}
#cotentarea .info{
	border-collapse: collapse;
}
#cotentarea .info th,
#cotentarea .info td{
	border:1px solid #ccc;
	padding:10px;
}
#cotentarea .info th{
	width:120px;
}
#cotentarea .info td{
	width:300px;
}
#cotentarea h2 .contest{
	color:#693;
}
#cotentarea h3{
	margin:0;
	padding:0;
}
/* --------------
 コンテストページ
-------------- */
#contestarea {
	clear:both;
	padding:30px 0 0 0;
}
#contestarea h2#ctitle{
	clear:both;
	background: url("../img/icon_contest.png") 15px 0px no-repeat ;
	margin:0px 0 20px 0;
	padding:0 0 0 65px;
	color:#25C516;
	font-size:22px;
	text-align:left;
}
#contestarea h2#ktitle{
	clear:both;
	background: url("../img/icon_book.png") 15px 0px no-repeat ;
	margin:0px 0 20px 0;
	padding:0 0 0 65px;
	color:#E7D72B;
	font-size:22px;
	text-align:left;
}
#contestarea h2{
	text-align:center;
}
#contestarea div.image{
	width:60%;
	margin:0 auto;
	text-align:center;
}
#contestarea div.image img{
	width:100%;
}
#contestarea p.explain{
	border:2px solid #ccc;
	margin:15px 2%;
	padding:15px;
	font-size:16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contestarea p.explain a{
	color:#f90;
}
#contestarea p.explain strong{
	font-weight:600;
}
#contestarea p.explain span.small{
	font-size:14px;
}
#contestarea p.explain img.present{
	display:block;
	width:50%;
	margin:0 auto;
}
#contestarea p.explain.chui{
	font-size:12px;
	background-color: #ccc;
}
#contestarea p.explain.chui strong{
	font-size:14px;
	font-weight:600;
}
#contestarea p.explain.chui a{
	text-decoration:underline;
}
#contestarea p.explain.comment{
	border:2px solid #fc0;
}
#contestarea p.explain.comment a{
	color:#000;
	font-size:20px;
}
#contestarea p.explain.comment a:hover{
	background-color:#E0FF84;
}
#contestarea p.explain.comment strong{
	font-weight:600;
	color:#fc0;
}
#contestarea h3{
	font-size:20px;
	color:#666;
	text-align:center;
}
#nicearea a.note,
#contestarea a.regist,
#contestarea a.toukou,
#contestarea span.toukou{
	display:block;
	margin:2px 10%;
	border:1px solid #693;
	padding:20px 0px;
	background-color: #693;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
#contestarea span.toukou{
	border:1px solid #666;
	background-color: #666;
}
#contestarea a.regist{
	border:none;
	padding:15px 0px;
	margin:0 20%;
	background-color:#f69;
}
#contestarea p.exp{
	text-align:center;
	margin:5px 0 25px 0;
}
#contestarea h3.status{
	font-size:20px;
	color:#fff;
	padding:10px 0px;
	text-align:center;
	background-color: #f90;
	font-weight:bold;
}
#contestarea a.listall{
	display:block;
	padding:20px 0;
	text-align:center;
	color:#f90;
}
#contestarea a.listall:hover{
	background-color:#FFDAA2;
}
#resultarea h3{
	margin:0;
	padding:0;
	color:#000;
	text-align:left;
}
#resultarea .result_list {
	margin: 0px 0 0 0px;padding: 15px 0;
}
#resultarea a:hover .result_list{
	background-color:#E0FF84;
}
#resultarea p{
	margin:0;
	padding:0;
}
#resultarea p.senryu{
	font-size:24px;
}
#resultarea p.name{
	text-align:right;
}
#contestarea.toppage{
	padding:15px 0 0 0;
}
#contestarea img.banner{
	width:300px;
	float:left;
	margin:0 10px;
	margin-bottom:15px;
}
#contestarea a img.banner:hover{
	opacity: 0.5 ;
}
#contestarea .kako {
	clear:both;
	text-align:right;
	margin: 10px 10px 0 0;
}
#contestarea a.pastlist{
	clear:both;
	display:inline-block;
	margin:5px 10px;
	border-bottom:1px dotted #000;
	font-size:18px;
}

/* amazon */
.kindle {
	display:block;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:10px;
	margin-bottom:10px;
}
p.kindle {
	border: none;
}
a.kindle:hover {
	background-color:#ccc;
}
.amazon .kindle { /* 川柳ページ */
	background-color:#fff;
	margin-top:20px;
}
/* --------------
ランキング
-------------- */
#ranking {
	border-collapse:collapse;
}
#ranking td a{
	color:#000;
	border-bottom:1px dotted #333;
}

#ranking td, #ranking th {
	font-size:16px;
	margin:0;
	padding:3px 10px;
	border:1px solid #ddd;

}
#ranking th ,
#ranking tr.bg {
	background-color:#eee;
}

/* --------------
 ピックアップ
-------------- */
.pickup{
	clear:both;
	margin:10px 0 40px 0;
	padding:5px;
	font-size:16px;
}
#ttl_list_pu {
	clear:both;
	padding: 5px 0 5px 10px;margin: 0px;
	background-color:#ccc;
}
#ttl_list_pu h2{
	color:#fff;
	margin: 0px 0 0 0px;padding: 0px;
	font-size:18px;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);

}
#ttl_list_pu h2 .odaitoukou{
	font-weight:100;
	font-size:14px;
	text-shadow: none;
}

.hotodai{
	display:block;
	margin:5px 0 5px 0;
	padding:5px;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.shohinodai{
	display:block;
	margin:5px 0 5px 0;
	padding:5px;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.shohinodai.slist{
	border:none;
}
.shohinodai:after,.shohinodai:before {
    content: "";
    clear: both;
    display: block;
}
.shohinodai .shohin {
	margin:10px;
	position: relative;
	float:left;
	width:240px;
	height:240px;
}
.shohinodai .shohin a img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/* --------------
 グーグル広告
-------------- */
#g_ad {
clear:both;
	width:800px;
	margin:20px auto 0px;
	padding:10px 0;
}

/* --------------
 フッター
-------------- */
#footer {
	clear:both;
	background-color:#09f;
	color:#fff;
	margin:20px 0 0 0;padding: 0;
}
#footer-inner {
	width:960px;
	margin:0px auto;
	padding:25px 0;
	color:#fff;
}
#footer-inner h3{
	padding:0;
	margin:0;
}
#footer-inner .foot-link a{
	color:#fff;
	border-bottom:1px dotted #fff;
}
#footer-inner .foot-link a:hover{
	text-decoration:none;
	border-bottom:0px;
}
#snsarea .tw,
#snsarea .fb,
#snsarea .in{
	width:33%;
	float:left;
	margin-bottom:20px;
	text-align:center;
}

#copyarea {
	clear:both;
	margin:40px 0 0 0;
	height:50px;
	position:relative;
}
#footlogo {
	position:absolute;
	top:0px; left:0px;
}
#footcopy{
	position:absolute;
	top:0; left:75px;
	font-size:12px;
}
#footcopy a{
	color:#fff;
}

/* --------------
 メニュー
-------------- */

nav {
display: block;
	margin-bottom:5px;
	background: #369;
	padding:0;
}
#menu {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 10px 0 10px;
	background-color: #369;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-left:1px solid #6C9DCE;
}
#menu li:last-child a{
	border-right:1px solid #6C9DCE;
}
#menu li a:hover{
	background: #4baacb;
}
#toggle {
	display: none;
}

