@charset "utf-8";
/*
Theme Name: さくらのクラウドニュース
Theme URI: http://cloud-news.sakura.ad.jp/
Description: sakura cloud news theme
Author: Hiroaki Wakatsuki
*/

/*
reset
*/
html,body,a,div,span,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,label,p,blockquote,th,td,img,header,nav,article,section,hgroup,figure,aside,time,mark,audio,video,footer{margin:0;padding:0;background:transparent;border:0;}.cf{zoom:1;}.cf:after{content:"";display:block;clear:both;}table{border-collapse:collapse;border-spacing:0;}fieldset,img,a,a img{border:0;}img,a,a img{border:none;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}hr{display:none;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-weight:normal;font-size: 1em;}abbr,acronym{border:0;}header,nav,article,hgroup,figure,section,aside,footer{display:block}input,select{vertical-align:middle;}


/* page setting */
html,body,table,td,tr,th,input,textarea {
	font: 12px/1.6 'Arial','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #666;
}
body {
	background-image: url(images/bg_body.png);
}
a {
	color: #4c88c0;
	text-decoration: none
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/* transition */
.transition,input {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/* w:980 */
.wrap {
	width: 960px;
	margin: 0 auto;
}

/* img */
img.alignnone {
	clear: both;
}
img.alignleft {
	float: left;
	margin-right: 5px;
}
img.alignright { 
	float: right;
	margin-left: 5px;
}
img.aligncenter {
	margin: auto;
	display:block;
}
p img {
	margin: 5px 0;
	border: 2px solid #eee;
}
p img:hover {
	border: 2px solid #4c88c0;
}

/* header */
#header {
	background: url(images/bg_header.png) repeat-x;
	height: 129px;
	position:relative;
}
#header h1 {
	width: 292px;
	height: 37px;
	margin-top: -40px;
	top: 50%;
	position: absolute;
}
/* nav */
#nav {
	position:absolute;
	top: 92px;
	width: 100%;
	left: 0;
	background: url(images/bg_nav.png) repeat-x;
	height: 37px;
	line-height: 37px;
}
#nav ul {
	background: url(images/bg_nav_sep.png) no-repeat;
	padding-left: 2px;
}
#nav ul li {
	float: left;
	margin-top: 2px;
	height: 32px;
	line-height: 32px;
}
#nav ul li:hover {
	background-color: #313131;
	box-shadow: 0 0 3px #222 inset;
}

#nav ul li:hover:after {
	display:block;
	content: '';
	margin-left: -1px;
	margin-right: 1px;
	border-bottom: 2px solid #265886;
}
#nav ul li a {
	display:block;
	padding: 0 15px;
	background: url(images/bg_nav_sep.png) no-repeat right -2px;
	color: #eee;
}

/* content */
#contents {
	margin: 40px auto;
	text-shadow: 1px 1px 0 #fff;
}
#content {
	width: 75%;
	float: left;
	border-radius: 2px;
	box-shadow: 0 2px 3px #ddd,0 0 1px #fff inset;
	background-color: #fff;
}
#content .entryheader {
	background: url(images/bg_maincontent.png) repeat-x bottom;
	display:block;
	padding: 15px 10px 10px 10px;
	font-size: 20px;
	border-top: 2px solid #eee;

}
#content h2 {
	float: left;
	width: 650px
}
#content h2 a {
	color: #5a5a5a
}
.date {
	background: url(images/ribbon.png);
	width: 67px;
	height: 48px;
	text-align: center;
	display:block;
	color: #fff;
	font-size: .8em;
	line-height: 15px;
	padding-top: 14px;
	text-shadow: -1px -1px 0 #333;
	font-weight: bold;
	margin: 0px 10px 0 -30px;
	float: left;
}
.date .fsizess {
	font-size: 10px
}
.entrymeta {
	margin-top: 5px;
	display:block;
	color: #999;
	font-size: .6em;
}

.socialbtn {
	text-align:right;
	margin: 10px 0px 50px 55px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.8em
}

.socialbtn ul {
	background: #fff;
	margin:0;
}

.socialbtn ul li {
	float: right;
	margin:0 5px;
	background: #fff;
}

.entrybody {
	margin: 20px 20px 30px 55px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8em
}

#respond form,.commentlist,.nocomments {
	margin: 20px 30px
}
#respond #cancel-comment-reply {
	padding: 10px 20px;
}
.comment-body {
	background-color: #f9f9f9;
	padding: 10px
}.comment-author {
	float: left;
}
.comment-meta {
	float: right;
	line-height: 30px;
	display:block;
}
.comment-awaiting-moderation {
	clear: both;
	float: left
}
.comment-body p {
	padding: 10px;
	clear:both;
	font-size: 1.1em
}


#respond input {
	width:350px
}
#respond textarea {
	width: 98%
}
#respond input[type="submit"] {
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 10px 0;
	width: 100%;
	box-shadow: 0 2px 2px #ddd , 0 1px 2px rgba(255,255,255,0.3) inset;
	border-radius: 3px;
	color: #fff;
	text-shadow: -1px -1px 0 #666;
	border: 1px solid #1e5799;
	background: #3e9bdd;
	background: -moz-linear-gradient(top, #3e9bdd 0%, #1e5799 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e9bdd), color-stop(99%,#1e5799));
	background: -webkit-linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	background: -o-linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	background: -ms-linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	background: linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9bdd', endColorstr='#1e5799',GradientType=0 );
	letter-spacing: 2px;
}

#respond h3,
#comments {
	font-size: 15px;
	background-color: #f0f0f0;
	padding: 10px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	box-shadow: 0 0 15px #e0e0e0 inset;
	text-align: center
}
.entrybody h1,
.entrybody h2,
.entrybody h3 {
	padding: 5px 0;
	border-bottom: 1px solid #ececec;
	font-weight: bold;
	margin: 10px 0
}
.entrybody h1 {
	font-size: 1.2em;
}
.entrybody h2 {
	font-size: 1.1em;
}
.entrybody h4,
.entrybody h5,
.entrybody h6 {
	border-left: 2px solid #eee;
	margin: 10px 0;
	font-weight: bold;
	padding: 5px 10px;
}
.entrybody input,.entrybody textarea,#respond input, #respond textarea {
	padding: 3px 5px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 3px #ddd,0 0 1px #fff inset;
	background-color: #fcfcfc;
	margin:  10px 10px 10px 0;
	border-radius: 3px;
}
.entrybody ul,.entrybody ol,.entrybody dl {
	border: 1px solid #f0f0f0;
	box-shadow: 0 2px 3px #eee,0 0 1px #fff inset;
	background-color: #fcfcfc;
	margin:  10px 10px 10px 0;
	border-radius: 3px;
}
.entrybody ol {
	list-style-type: decimal;
}
.entrybody ul li,.entrybody ol li {
	padding: 4px 8px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #fff;
}
.entrybody ol li {
	margin-left:30px
}
.entrybody ul li:nth-child(2n+1),.entrybody ul ol:nth-child(2n+1) {
	background-color: #fafafa;
}
.entrybody ul li:hover,.entrybody ol li:hover {
	background-color: #efefef
}
.entrybody dl {
	overflow: hidden
}
.entrybody dt {
	float: left;
	padding: 4px 10px;
	text-align: right;
	width: 150px;
	clear: left;
}
.entrybody dd {
	border-bottom: 1px solid #eee;
	padding: 4px 10px;
	clear: right;
}
.entrybody input[type="text"] {
	width: 250px
}
.entrybody input[type="submit"] {
	border: 1px solid #ccc;
	margin: 5px 0;
	padding:  10px ;
	box-shadow: 0 2px 2px #ddd , 0 1px 2px rgba(255,255,255,0.3) inset;
	border-radius: 3px;
	color: #fff;
	text-shadow: -1px -1px 0 #666;
	border: 1px solid #1e5799;
	background: #3e9bdd;
	background: -moz-linear-gradient(top, #3e9bdd 0%, #1e5799 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e9bdd), color-stop(99%,#1e5799));
	background: -webkit-linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	background: -o-linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	background: -ms-linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	background: linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9bdd', endColorstr='#1e5799',GradientType=0 );
	letter-spacing: 2px;
}
.entrybody input[type="reset"] {
	border: 1px solid #ccc;
	margin: 5px 0;
	padding:  10px ;
	box-shadow: 0 2px 2px #ddd , 0 1px 2px rgba(255,255,255,0.3) inset;
	border-radius: 3px;
	color: #fff;
	text-shadow: -1px -1px 0 #666;
	border: 1px solid #cf0404;
	background: #ff3019;
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
	background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
	background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
	background: linear-gradient(top,  #ff3019 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	letter-spacing: 2px;
}
.entrybody textarea {
	width: 80%;
	height: 150px
}
.entrybody table {
	width: 100%;
	border: 1px solid #eee;
	box-shadow: 0 2px 3px #eee,0 0 1px #fff inset;
	border-radius: 3px;
}
.entrybody table th {
	border: 1px solid #e9e9e9;
	background-color: #f0f0f0;
	padding: 5px
}
.entrybody table td {
	background-color: #fefefe;
	border: 1px solid #eee;
	padding: 5px
}
.entrybody pre,.entrybody abbr,.entrybody cite {
	margin: 10px 0
}
.entrybody cite {
	font-style: italic
}
.entrybody pre {
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote {
	margin: 30px 0px;
	padding: 0 30px 10px 30px;
	background-color: #fcfcfc;
}
blockquote:before{
	content:"“";
	font-weight: bold;
	font-size: 500%;
	display:block;
	height: auto;
	color: #ccc;
	margin:0 0 -15px -40px
}

blockquote:after{
	content: "”";
	text-align: right;
	float: right;
	height: auto;
	font-weight: bold;
	font-size: 500%;
	color: #ccc;
	display:block;
	margin: 0 -40px 0 0
}

.subscriber_side {
	padding:5px;
	font-size:11px;
}

.subscriber_side input[type="text"] {
	margin: 5px 0;
	border:1px solid #ccc;
	width:170px;
	padding: 3px 5px 3px 5px;
}

.subscriber_side input[type="submit"] {
	margin:5px 0;
	border:2px solid #069;
	background: #09C;
	color: #fff;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
}

.subscriber_side input[type="submit"]:hover {
	margin:5px 0;
	border:2px solid #069;
	background: #069;
	color: #fff;
	padding: 3px 5px 3px 5px;
}

#sidebar {
	width: 23%;
	float: right;
}
#sidebar .sidebar {
	border-radius: 2px;
	box-shadow: 0 2px 3px #ddd,0 0 1px #fff inset;
	background-color: #fff;
	margin-bottom: 20px
}
.sidebar h2 {
	background: url(images/bg_sidebar_title.png);
	line-height: 55px;
	height: 55px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.1em
}
.sidebar ul li {
	padding: 4px 8px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #fff;
}
.sidebar ul li a {
	display:block;
	font-size: 12px;
}
.sidebar ul li:nth-child(2n+1) {
	background-color: #fafafa;
}
.sidebar ul li:hover {
	background-color: #efefef
}
.sidebar ul.circle li {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 10px
}
.sidebar ul.circle li a {
	display: inline !important; 
}
#searchform {
	padding: 10px;
	background: url(images/bg_sidebar_title.png) repeat-x bottom center;
}
#searchform input {
	border: 1px solid #ddd;
	padding: 3px;
	width: 160px;
	background-color: #fff !important;
}
#searchform input[type="submit"] {
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 5px 0;
	width: 100%;
	box-shadow: 0 2px 2px #ddd , 0 1px 2px rgba(255,255,255,0.3) inset;
	border-radius: 3px;
	color: #fff;
	text-shadow: -1px -1px 0 #666;
	border: 1px solid #1e5799;
	background: #3e9bdd;
	background: -moz-linear-gradient(top, #3e9bdd 0%, #1e5799 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e9bdd), color-stop(99%,#1e5799));
	background: -webkit-linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	background: -o-linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	background: -ms-linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	background: linear-gradient(top, #3e9bdd 0%,#1e5799 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9bdd', endColorstr='#1e5799',GradientType=0 );
	letter-spacing: 2px;
}
#searchform input[type="submit"]:hover,#respond input[type="submit"]:hover {
	border: 1px solid #3b6799;
	background: #7fb6db;
	background: -moz-linear-gradient(top,  #7fb6db 0%, #3b6799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fb6db), color-stop(100%,#3b6799));
	background: -webkit-linear-gradient(top,  #7fb6db 0%,#3b6799 100%);
	background: -o-linear-gradient(top,  #7fb6db 0%,#3b6799 100%);
	background: -ms-linear-gradient(top,  #7fb6db 0%,#3b6799 100%);
	background: linear-gradient(top,  #7fb6db 0%,#3b6799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fb6db', endColorstr='#3b6799',GradientType=0 );
}
#wp-calendar {
	width: 92%;
	margin: 10px;
}
#wp-calendar caption {
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px 0;
}
#wp-calendar tr,
#wp-calendar th {
	text-align: center;
	padding: 3px
}
#wp-calendar thead {
	background-color: #f9f9f9;
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
	border: 2px solid #fff;
	background-color: #fcfcfc;
}
#wp-calendar tbody td#today {
	background-color: #f0f0f0
}
#wp-calendar td.sat {
	background-color: #f0fbff;
}
#wp-calendar td.sun {
	background-color: #fff0f0;
}
#wp-calendar td.holiday {
    background: #fff0f0;
}

#post_nav {
	clear: both;
	background-color: #f8f8f8;
	border-top: #eee 1px solid;
	margin-top: 50px;
	padding: 0 20px;
}
#post_nav .page-numbers {
	padding: 0 10px;
	line-height: 30px;
	float: left;
	width:auto;	background: -moz-linear-gradient(#f9f9f9, #f2f2f2);
    background: -ms-linear-gradient(#f9f9f9, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#f9f9f9, #f2f2f2);
    background: -o-linear-gradient(#f9f9f9, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2)";
    background: linear-gradient(#f9f9f9, #f2f2f2);
	margin: 10px 5px;
	border-radius: 3px;
	border: 1px solid #ddd;
	display:block;
}
.current,#post_nav .page-numbers:hover {
	box-shadow: 0 2px 2px #ddd inset;
}

/*footer*/
#footer {
	background: url(images/bg_footer.png);
	height: 60px;
}
#footer .wrap {
	padding-top: 20px;
}
.footernav {
}
.footernav li {
	float: left;
}
.footernav li a {
	display:block;
	font-size: .9em;
	padding: 3px 10px;
	border-left: 1px solid #444;
	color: #eee;
}