/*
Theme Name: kissDGW-blog-theme
Theme URI: http://kissdgw.com
Author: k2-kiki
Author URI: http://kissdgw.com
*/

html {
	height:100%;
	font-family:"ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
	font-size:16px;
}
body { margin: 0; }
p { margin: 0; }

#centerContainer {
	margin: 0 auto;
	width: 1100px;
	height: 100%;
	border-left: 1px solid rgb(220, 220, 220);
	border-right: 1px solid rgb(220, 220, 220);
}
#header {
	width: 1100px;
	background:linear-gradient(to right, rgb(255,200,0), rgb(255,255,100));
	border-bottom:1px solid rgb(220, 220, 220);
}
#topArea {
	width: 1100px;
	height: 80px;
	position:relative;
	background:linear-gradient(45deg, rgb(20,0,200), rgb(150,180,255));
}
#topArea * {
	position: absolute;
}
#topArea h1 {
	color: rgb(255,200,0);
}
.linkMemu {
	margin: 0 auto;
	width: 790px;
	height: 30px;
}
.linkMemu * {
	display: inline-block;
	width: 150px;
	text-align: center;
	margin-top: 5px;
}
.linkMemu a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: rgb(0,0,0);
    font-size: 1em;
}
.linkMemu span {
    color: rgb(250, 260, 250);
    font-size: 0.9em;
}
#footer {
	width: 1100px;
    background:linear-gradient(to right, rgb(255,200,0), rgb(255,255,100));
	border-top:1px solid rgb(220, 220, 220);
}
#bottom_area {
	width: 1100px;
	height: 70px;
	padding-top: 20px;
	background:linear-gradient(to right, rgb(20,0,200), rgb(150,180,255));
}
#footer p {
	font-size:0.9em;
	text-align:center;
	color:rgb(200,200,200);
}
#footer a:link, a:visited, a:hover, a:active {
	color:rgb(200,200,200);
	text-decoration: none;
}




#mainContents {
	width: inherit;
}
#main_area {
	width: inherit;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}
#main_area * {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#left_area {
	/*width:120px;
	min-height:650px;
	background-repeat:repeat-y;
	border-top:5px solid rgb(240,170,20);*/
}

/************************ content area *********************************/
#center_area {
	flex-grow: 2;
}
#articleBlock-title-area {
	margin-bottom:2.5em;
}

.articleBlock-title-home {
	font-size:1.5em;
	text-align: center;
	letter-spacing:0.5em;
}
.articleBlock-title-cat {
	font-size:1.5em;
	text-align: center;
}
.articleBlock-title-mon {
	font-size:1.5em;
	text-align: center;
}
.articleBlock-title-day {
	font-size:1.5em;
	text-align: center;
}

/*************** article-block ********************/
.article-block {
	margin:0 3em 4em 3em;
}
.article-header {
	display:inline-block;
	border-left:10px solid rgba(20,0,200,0.6);
	border-bottom:3px solid rgba(20,0,200,0.6);
	margin:0;
}
.article-titile {
	display:inline-block;
	word-wrap:break-word;
	font-size:1.2em;
	padding:0.3em 0.5em;
	vertical-align:bottom;
	/*max-width:380px;*/
}
.article-date {
	font-size:0.8em;
	padding:0.3em 1.3em;

}
.article-script-block {
	border-left:10px solid rgba(20,0,200,0.6);
	border-bottom:1px solid rgba(20,0,200,0.6);
	padding:1.5em;
	font-size:1em;
}

.comments-block {
	border-left:10px solid rgba(20,0,200,0.6);
	padding:0.5em 2em;
}
.comment-hdader {
	display:inline-block;
	margin-top: 15px;
	border-left:7px solid rgb(255,200,0);
	border-bottom:2px solid rgb(255,200,0);
}
.comment-author {
	padding:0.3em 0.5em;
	font-size:0.8em;
}
.comment-date {
	padding:0.3em 2.5em 0.3em 2em;
	font-size:0.7em;
	margin-left:-5px;
}
.comment {
	border-left:7px solid rgb(255,200,0);
	padding:0.5em 1em;
	margin-bottom:1.5em;
	font-size:0.9em;
}
.comment-origination-p {
	cursor:pointer;
	font-size:0.9em;
}
.comment-form-tentative-area {
	display:none;
	background-color:rgb(240,240,240);
	border:1px solid rgb(200,200,200);
	border-radius:5px;
	padding:1em 1em 0.5em 1em;
}
.author-label {
	font-size:0.9em;
	width:8em;
	text-align:right;
}
.text-for-author {
	font-size:0.9em;
	border:1px solid rgb(0,0,0);
}
.comment-label-add {
	font-size:0.8em;
	color:rgb(60,60,60);
}
.comment-parts {
	margin-top:1em;
}
.comment-label {
	font-size:0.9em;
	width:8em;
	vertical-align:top;
	text-align:right;
}
.comment-area {
	font-size:0.9em;
}
.tentative-buttons {
	width:28em;
	margin:0.5em auto 0 auto;
}
.tentative-submit {
	cursor:pointer;
	font-size:0.8em;
	background-color:rgb(200,200,200);
	border: 1px solid rgb(150,150,150);
	border-radius:3px;
	text-align:center;
	padding:0.3em 1em 0.1em 1em;
}
.tentative-cancel {
	cursor:pointer;
	font-size:0.8em;
	color:rgb(255,255,255);
	background-color: rgb(80,80,80);
	border-radius:3px;
	text-align:center;
	padding:0.3em 1em 0.1em 1em;
	margin-left:3em;
}

/*************************** code tag areaa *****************************/
.insertCode {
	background-color: rgb(220,220,220);
	padding: 0 1em;
}

code {
	font-size: 0.9em;
	line-height: 1.2em;
}

/*************************** side bar *****************************/
#right_area {
	width:12em;
	margin-right:10px;
}
#newArticles {
	font-size:0.7en;
	text-align:center;
	padding:0.3em 0.6em;
	cursor:pointer;
	background:linear-gradient(to right, rgb(20,0,200), rgb(220,190,255));
	margin-bottom:1em;
	color: rgb(255,200,0);
	border-radius:5px;
}
#right_area h4 {
	text-align:center;
	margin:0;
	padding-top:0.3em;
	padding-bottom:0.3em;
	font-weight:500;
}
#right_area a {
	text-decoration:none;
	cursor:pointer;
}
#right_area li {
	list-style:none;
	font-size:0.9em;
	cursor:pointer;
}
/********* カレンダー ***************/
#calendar-7 {
	border:1px solid rgb(20,0,200);
	border-radius:5px;
	margin-bottom:1em;
}
#calendar-7 h4 {
	color: rgb(250,100,220);
	background:linear-gradient(to right, rgb(20,0,200), rgb(220,190,255));
}
#wp-calendar {
	margin:1em auto 0 auto;
}
#wp-calendar th {
	font-weight:400;
}
#wp-calendar td {
	color:rgb(150,150,150);
}
#wp-calendar a {
	color:rgb(250,50,50);
}
/********* カテゴリー ***************/
#categories-2 {
	border:1px solid rgb(20,0,200);
	border-radius:5px;
	margin-bottom:1em;
}
#categories-2 h4 {
	color: rgb(100,200,220);
	background:linear-gradient(to right, rgb(20,0,200), rgb(220,190,255));
}
#categories-2 ul {
	margin: 0.7em auto;
}
#categories-2 a:link, a:visited, a:hover, a:active {
	color:rgb(0,0,0);
}
/************* 月別 ******************/
#archives-2 {
	border:1px solid rgb(20,0,200);
	border-radius:5px;
	margin-bottom:1em;
}
#archives-2 h4 {
	color: rgb(0,255,100);
	background:linear-gradient(to right, rgb(20,0,200), rgb(220,190,255));
}
#archives-2 ul {
	margin: 0.7em auto;
}
#archives-2 a:link, a:visited, a:hover, a:active {
	color:rgb(0,0,0);
}
