@charset "UTF-8";

/* Jimdo Reset
-----------------------------------------------*/
body div.n { padding: 5px 0; }
body img { vertical-align: bottom; }

div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input,
div.cc-m-form-view-sortable select,
div.cc-m-form-view-sortable textarea {
    font-family: inherit;
    font-size: 0.95em;
}
 
div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input {
    line-height: normal;
}
div.cc-m-form-view-input input[type="text"] { padding: 0 0.3em; }
div.cc-m-form-view-input textarea { padding: 0.3em; }
div.cc-m-form-view-input select[multiple="multiple"] { padding: 0.2em; }
 
div.cc-m-form-view-sortable input[type="checkbox"],
div.cc-m-form-view-sortable input[type="radio"] {
    padding: 0;
    border: none;
}
 
div.cc-m-form-view-input div.captcha input[name="captcha"] {
  font-family: inherit;
  font-size: 1.3em;
  padding: 3px 0 3px 6px;
  line-height: 1.5;
  width: auto;
}
div.cc-com-entry input[type="submit"],
div.cc-m-form-view-input input[type="submit"] {
  display: inline-block;
  padding: 0.5em 1.5em;
  margin: 1.5em auto;
  font-size: 1em;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
div.cc-com-entry input[type="submit"]:hover,
div.cc-m-form-view-input input[type="submit"]:hover {
  color: #333333;
  background-color: #e6e6e6;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
 
/*フォームラベルを2カラムにした際の幅調整*/
form.cc-m-form div.cc-m-form-view-label,
form.cc-m-form div.cc-m-form-view-label { width: 24%; }
form.cc-m-form div.cc-m-form-view-input { width: 74%; }

/* body
-----------------------------------------------*/
body {
	background: #fcfcfc;
}


/* Container
-----------------------------------------------*/
#container {
	width: 960px;
	margin: 0 auto;
}

/* Header
-----------------------------------------------*/

#header { margin: 30px 0; }

#header h1 a {
	font-size: 30px;
	text-decoration: none;
	color: #3a3a3a;
}

p#visual {}


/* Side
-----------------------------------------------*/
#side {
	float: left;
	width: 240px;
}


/* Nav
-----------------------------------------------*/
#nav {
	margin: 30px 0 0;
	background: #eeeeee;
}

#nav ul li {
	list-style-type: none;
}

#nav ul#mainNav1 {
	margin: 0;
	padding: 0; 
}

#nav ul#mainNav1 li a {
	display: block;
	padding: 10px;
	font-size: 15px;
}
#nav ul#mainNav1 li a:hover {
	background: #ae0001;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#nav ul#mainNav1 li a.current {
	background: #ae0001;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav ul#mainNav2 {
	margin: 0;
	padding: 0;
}

#nav ul#mainNav2 li a {
	display: block;
	padding: 10px 10px 10px 25px;
	font-size: 15px;
}

#nav ul#mainNav2 li a:hover {
	background: #ae0001;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#nav ul#mainNav2 li a.current {
	background: #ae0001;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav ul#mainNav3 {
	margin: 0;
	padding: 0;
}

#nav ul#mainNav3 li a {
	display: block;
	padding: 10px 10px 10px 40px;
	font-size: 15px;
}

#nav ul#mainNav3 li a:hover {
	background: #ae0001;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#nav ul#mainNav3 li a.current {
	background: #ae0001;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* Sidebar
-----------------------------------------------*/
#sidebar { margin: 0 0 60px; }
	#sidebar h1 { margin: 25px 0 20px; }
	#sidebar h2 { margin: 25px 0 20px; }
	#sidebar h3 { margin: 25px 0 20px; }
	
/* Content
-----------------------------------------------*/
#content {
	float: right;
	width: 690px;
	margin: 0 0 60px;
}
	#content h1 {
		margin: 25px 0 20px;
		padding: 5px 0 5px 15px;
		border-left: 9px solid #ae0001;
		background: url(https://u.jimcdn.com/cms/o/s09391d64f587be75/userlayout/img/bg-h1.gif?t=1379663602) 0 bottom no-repeat;
	}
	#content h2 { 
		margin: 25px 0 20px;
		padding: 5px 0 5px 15px;
		border-left: 9px solid #eb696b;
	}
	#content h3 { 
		margin: 25px 0 20px;
		padding: 0 0 4px;
		border-bottom: 1px dashed #dedede;
	}


/* Footer
-----------------------------------------------*/
#footer {
	clear: both;
	padding: 30px 0;
	border-top: 1px dashed #dedede;
}

body div#contentfooter div.inforow { margin-bottom: 0; }
#footer .leftrow { line-height: 2; }
#footer .leftrow img { vertical-align: middle; }

/* Blog
-----------------------------------------------------------------------*/
#content .blogselection h1 {
	background: none !important;
	border-left: none !important;
	border-bottom: 1px solid #cccccc !important;
	border-radius: 0 !important;
	margin: 8px 0 0 0;
	padding: 5px 0 17px;
}
.cc-page-blog #content h1 {
	background: none !important;
	border-left: none !important;
	border-bottom: 1px solid #cccccc !important;
	border-radius: 0 !important;
	margin: 38px 0 0;
	padding: 5px 0 17px;
}
.blogselection h1:before,
.cc-page-blog #content h1:before {
	border-left: none !important;
	padding: 0 !important;
}
.cc-page-blog #content h1 a {
	text-decoration: none;
}
.postmeta {
	margin: 5px auto 0;
	text-align: left;
	color: #aaa;
	font-size: small;
	border-bottom: 1px dotted #ccc;
}
body div.blogselection div.n {
	padding: 0px;
}

body div.datetime.dt-style3.dt-alignment-left {
	margin: 0px 20px 10px 3px;
}
.cc-page-blog div.datetime.dt-style3.dt-alignment-left {
	margin: 30px 20px 10px 3px;
}

body .skiptoform {
	margin: 10px;
}

bosy ul.com-list li, ul.com-list-noava li {
	border-top: none;
}

/* Copyright 
-----------------------------------------------*/
#copyright-area {
	padding: 30px 0;
	background: #ffffff;
}

#copyright img {
	display: inline;
	margin: 0 15px 0 0;
}

#copyright {
	line-height: 23px;
	text-align: center;
	color: #999;
	font-size: 14px;
}