@charset "utf-8";
/*

	Theme Name: Robin Design 

	Theme URI: http://webpiece.jp/

	Description: http://webpiece.jp/

	Version: 1.0

	Author: ETNET Co., Ltd.

	Author URI: http://webpiece.jp/

*/

/* general styles */
*{
	color: #333333;
	font-size: 100%;
	margin:	 0;
	padding: 0;
}

body {
	font-size: 80%;
	background: #FFFFFF;
}

img {
	border-width:0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #009900;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.middle {
	vertical-align: middle;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.none {
	display: none;
}

.block {
	display: block;
}

.bold {
	font-weight: bold;
}

.link {
	border: 1px solid #EEEEEE;
}

.cite {
	border: 1px dashed #CCCCCC;
	background-color: #EEEEEE;
	padding: 10px;
	margin: 10px;
}

.img {
	border: 1px solid #000000;
}

/* Header */
#header 				{ width: 800px; height: 483px; margin: auto; position: relative; background: #FFFFFF url("images/header.jpg") no-repeat center; line-height: 1.5em; }
#header #title			{ width: 800px;	height: 483px; margin: 0; padding: 0; border: 0; text-indent: -9999px; }
#header #title a		{ overflow:auto; display: block; width: 800px; height: 483px; margin: 0; padding: 0; border: 0;	text-decoration:none; }
#header div#description { width: 780px;	color: #FFFFFF;	/* padding: 10px; */ text-indent: -9999px; }

#header_child			{ width: 800px; height: 200px; margin: auto; position: relative; line-height: 1.5em; }
#header_child #title	{ width: 800px;	height: 200px; margin: 0; padding: 0; border: 0; text-indent: -9999px; }
#header_child #title a	{ overflow:auto; display: block; width: 800px; height: 200px; margin: 0; padding: 0; border: 0;	text-decoration:none; }
#header_child div#description { width: 780px;	color: #FFFFFF;	/* padding: 10px; */ text-indent: -9999px; }

.header1				{  background: #FFFFFF url("images/header1.jpg") no-repeat center; }
.header2				{  background: #FFFFFF url("images/header2.jpg") no-repeat center; }
.header3				{  background: #FFFFFF url("images/header3.jpg") no-repeat center; }
.header4				{  background: #FFFFFF url("images/header4.jpg") no-repeat center; }
.header5				{  background: #FFFFFF url("images/header5.jpg") no-repeat center; }
.header6				{  background: #FFFFFF url("images/header6.jpg") no-repeat center; }
.header7				{  background: #FFFFFF url("images/header7.jpg") no-repeat center; }


/* Main contents */
#contents p,
#contents table,
#contents blockquote,
#contents dl {
	margin: 0;
	padding: 0;
}

#contents ul,
#contents ol {
	list-style: outside;
	margin: 15px 10px 15px 35px;
	padding: 0px;
}

#contents_wrapper {
	width: 800px;
	margin: 15px auto;
	background: #FFFFFF;
}

#contents {
	width: 590px;
	float: right;
	line-height: 1.6;
	overflow:hidden;
}

#contents h1, #contents h2 {
	margin: 10px 0px 10px 0px;
	padding: 5px 0px;
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

#contents .topimage {
	width: 170px;
	margin: 10px;
	float: left;
	text-align: center;
}

#contents h3 {
	margin-bottom: 0;
}

#contents .breadcrumb {
	margin: 5px 10px -10px 5px;
	line-height: 1.5em;
}

#contents .service {
	margin: 20px 10px;
}

#contents div.entry {
	margin-top: 20px;
	margin-bottom: 10px;
	padding:0 5px;
}

#contents p.entry-footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:right;
}


#contents .indent {
	padding: 10px 10px;
}

#contents .ddsg-wrapper ul, #contents .ddsg-wrapper li {
	margin-left: 20px;
}

#contents .leading {
	background: #EEEEEE;
	border: 2px dashed #666666;
	margin: 10px 25px;
	padding: 10px;
	text-align: center;
}

#contents .pagenavi {
	text-align:center;
}

#contents div.post_previous {
	width: 230px;
	margin: 10px 5px 10px 10px;
	text-align: left;
	float: left;
}

#contents div.post_next {
	width: 230px;
	margin: 10px 5px 10px 10px;
	text-align: right;
	float: left;
}


#comments {
	margin: 10px 0 10px 0;
}

#comments p {
	margin-left: 20px;
}

#comments ul.related_post {
	list-style:url(images/post.gif) outside;
	margin-left: 45px;
	padding: 5px 0px 0px 5px;
}

#comments ul.related_post li {
	padding-left: 10px;
}

#contents .recordimg {
	border: 1px solid #000000;
	margin: 0;
	float: left;
	width: 200px;
	display: inline;
}

#contents .recordtext {
	width: 350px;
	float: right;
}


/* Sidebar */
.sidebar {
	line-height: 1.5em;
	width: 200px;
	background: #ffffff;
	text-align: left;
}

.sidebar h4 {
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	text-align: left;
}

.sidebar ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

.sidebar ul li.box {
	margin-bottom: 10px;
}

.sidebar ul li.box ul {
	margin: 0 10px 0 20px;
}

.sidebar p {
	padding: 0 10px 10px 10px;
}

.wpcf7 label {
	font-weight: bold;
}

ul.sidebarnav {
	list-style: none;
	margin: 0px;
	padding: 5px;
	display: block;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}

ul.sidebarnav li {
	margin: 0 auto 5px auto;
	padding: 0;
	text-align: center;
	display: block;
	width: 160px;
}

ul.sidebarnav .current_page_item a, ul#sidebarnav .current_page_item a:visited{
	color: #000000;
	border-bottom: 1px dashed #000000;
	padding: 5px 0px;
	font-size: 12px;
	display: block;
}

ul.sidebarnav .page_item a{
	color: #000000;
	border-bottom: 1px dashed #000000;
	padding: 5px 0px;
	font-size: 12px;
	display: block;
}

ul.sidebarnav .current_page_item a:hover, ul.sidebarnav .page_item a:hover {
	color: #999999;
	border-bottom: 1px dashed #999999;
}


/* Footer */
#footer {
	clear: both;
	padding: 30px 0 10px 0;
	width: 800px;
	margin: auto;
	text-align: center;
	line-height: 1.5em;
	background: #FFFFFF;
}

a.external_link {
	padding-right: 20px;
	background: url(images/link_go.png) no-repeat center right;
}

/* Begin Images */
p img {padding: 0; max-width: 100%;}
img.centered {display: block; margin-left: auto; margin-right: auto;}
img.alignright {padding: 4px; margin: 0 0 2px 7px; display: inline;}
img.alignleft {padding: 4px; margin: 0 7px 2px 0; display: inline;}
.alignright {float: right;}
.alignleft {float: left	}
/* End Images */
