/*
	Minimaxing by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	body {
		font-size: 13.5pt;
		font-family: sans-serif;
		background-color: #e3e9dc;
		font-family: 'Ubuntu Condensed', sans-serif;
		color: #878e83;
		letter-spacing: 2px;
	}

	h1,h2,h3,h4 {
		color: #8D4DED;
		font-weight: normal;
	}

	h1,h2 {
		text-transform: lowercase;
	}

	h2 {
		font-size: 1.6em;
		letter-spacing: -1px;
		font-weight: bold;
		margin-bottom: 1em;
	}

	h3,h4 {
		color: #8D4DED;
		margin-bottom: 0.5em;
	}

	h3 {
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}

	h4 {
		font-size: 1em;
	}

	p, ul {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
	}

	strong {
		color: #474e43;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	ul {
		padding: 0.25em 0 0 0;
	}

	a {
		color: #8D4DED;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	* > p:last-child {
		margin-bottom: 0 !important;
	}

/* Reusable */

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url('images/icon-bubble.png') no-repeat;
		}

	ul.small-image-list {
	}

		ul.small-image-list li {
			overflow: hidden;
			margin-bottom: 1.5em;
		}

	ul.big-image-list {
	}

		ul.big-image-list li {
			overflow: hidden;
			margin-bottom: 2em;
		}

	ul.link-list {
	}

		ul.link-list li {
			border-top: solid 1px #ced0b7;
			padding: 0.75em 0 0 0;
			margin: 0.75em 0 0 0;
		}
		
		ul.link-list li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	.button {
		display: inline-block;
		padding: 15px 25px 15px 25px;
		text-shadow: 0px 0 0px #000;
		/* background-color: #007b9d; */
		background-image: -moz-linear-gradient(top, #008dad, #007b9d);
		/* background-image: -webkit-linear-gradient(top, #008dad, #007b9d); */
		/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dad), to(#007b9d)); */
		background-image: -ms-linear-gradient(top, #008dad, #007b9d);
		background-image: -o-linear-gradient(top, #008dad, #007b9d);
		background-image: linear-gradient(top, #008dad, #007b9d);
		border-radius: 0px;
		text-transform: lowercase;
		text-decoration: none;
		color: #8D4DED;
		font-size: 1.2em;
		letter-spacing: 0px;
		/* border: solid 1px #006e8b; */
		/* box-shadow: inset 0px 0px 0px 1px #18a8c8; */
	}


	/*==================================================================1st用*/
body {
	font-size: 14px;
	background: #E4F2FC;
}
#header h1 a {
	color: #8D4DED;
}
#header h1 a:hover {
		color: #54F9A8;
}
a,h1 a, #copyright a {
	color: #8D4DED;
	text-decoration: none;
}
a:hover,h1 a:hover, #copyright a:hover , .button:hover {
	color: #E48282;
}
#navi li a {
	background: #fff;
	text-align: center;
	padding: 5px 0;
	text-align: center;
	display:block;
}
#navi li a:hover {
	transition: all 0.5s;
	background: #F9ACAC;
	color: #fff;
}
#navi li:first-child {
	letter-spacing: 16px;
}
.button:hover {
	color: #E48282;
}
.row.main-row {
	border: 4px dotted #8D4DED;
	margin-bottom: 20px;
}
.row>* {
	padding: 20px;
}
#header h1 {
	  font-weight: bold;
	  color: #fff;
	  text-align: center;
}
/*==================================================================/1st用*/
