/*
Theme Name: CT
*/



@media screen and (min-width: 600px) {
	#main,#contents,
	#site-header .site-title span,
	.header-inner {
		margin: 0 auto;
		max-width: 960px;
		overflow: hidden;
		display: block;
	}
}


#main-navigation-inner {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	width: 960px;
}

#main-navigation-inner img {
	width:160px;
	max-width:none;
	border: 0;
	height: auto;
	vertical-align: bottom;
}
#sp-nav {
	display:none;
}
@media screen and (max-width: 600px) {
#main-navigation-inner {
	display:none;
}
	#sp-nav {
		display:block!important;
	}
		#sp-nav p img{
		max-width: 20%;
	}
}
#spNav {
	display:block;
	margin-bottom: 20px;
	position: fixed;
	top: 0px;
	z-index:100;
}
	#spNav p img{
	max-width: 20%;
}
#site-mob .mobBox h1 {
	padding-top: 60px;
}

/* ///////////////////////////////////////////////////////////////////

site

/////////////////////////////////////////////////////////////////// */

#site {
	padding: 0;
	background: #f7ffe7 url(../images/bg.png) repeat-x center 260px;
}
@media screen and (max-width: 600px) {
	#site {
		background: #FFF;
	}
}
#site-mob {
}

#site-mob .mobBox {
	padding-right: 2%;
	padding-left: 2%;
}
#site-mob .mobBox2 {
	background: #F9FFF1;
	margin-bottom: 5%;
	padding: 3% 3% 1%;
}




/* ///////////////////////////////////////////////////////////////////

header

/////////////////////////////////////////////////////////////////// */

#site-header {
	padding: 0;
	background: #fff;
}
#site-header h1.site-title {
	font-size: 14px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
	margin-bottom: 0;
	background: url(../images/0-header-bg-01.png) repeat-x;
	height: 25px;
	line-height: 26px;
	overflow: hidden;
	color: #FFF;
	padding: 0 3%;
}
#site-header h1.site-title span {
}
#site-header .header-inner {
}
#site-header .header-inner .site-logo {
	width: 60%;
	float: left;
}
@media screen and (max-width: 600px) {
	#site-header .header-inner .site-logo {
		width: 100%;
		float: none;
		text-align: center;
	}
	#site-header .header-inner p.sp-btn1 img {
		width: 90%;
		float: none;
		text-align: center;
	}
	#site-header .header-inner p.sp-btn2 img {
		width: 45%;
		float: none;
		text-align: center;
	}
	p.sp-btn2 img {
		width: 45%;
		float: none;
		text-align: center;
	}
}
#site-header .header-inner .site-detail {
	width: 40%;
	float: right;
}
@media screen and (max-width: 600px) {
	#site-header .header-inner .site-detail {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 0 0 0;
	}
}
#site-header .message {
	padding: 0 0.5rem;
	margin: 0 auto 10px auto;
	max-width: 940px;
	overflow: hidden;
	display: block;
	border: #002a5c 2px solid;
	background: #FFF;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	#site-header .message {
		margin-left: 3%;
		margin-right: 3%;
		font-size: 100%;
	}
	#site-header .message p {
		line-height: 1.5;
		padding: 0.2rem 0;
	}
}
#site-header .message p {
}
#main-navigation {
	margin-top: 0;
	text-align: center;
	background: url(../images/0-nav-bg.png) repeat-x;
	border-bottom: 1px solid #858585;
}
#main-navigation p.first {
	float: left;
	line-height: 1;
	width: 33.3333%;
	padding-top: 11px;
}
@media screen and (max-width: 600px) {
	#main-navigation p.first {
		float: none;
		width: 100%;
		padding-top: 0;
	}
}
#main-navigation ul {
	text-indent: 0;
	width: 960px;
	margin: auto;
}
@media screen and (max-width: 600px) {
	#main-navigation ul {
		text-indent: 0;
		float: none;
		width: 100%;
	}
}
#main-navigation ul li {
	line-height: 1;
	margin: 0;
	float: left;
	vertical-align: top;
	width: 160px;
	text-align: center;
}
#main-navigation ul li.nav-04 {
	border-right: none;
}
#main-navigation ul li a {
	color: #EEE;
	display: block;
	text-decoration: none;
}
@media screen and (max-width: 600px) {
	#main-navigation ul li a {
		padding: 0.3rem;
	}
}
#main-navigation a span {
	display: block;
	padding-top: 0.2rem;
	font-size: 14px;
}
@media screen and (max-width: 600px) {
	#main-navigation a span {
		font-size: 12px;
	}
}





/* ///////////////////////////////////////////////////////////////////

contents

/////////////////////////////////////////////////////////////////// */

#contents {
	padding: 0 3%;
}
@media screen and (max-width: 600px) {
	#contents {
		padding: 0 3%;
	}
}





/* ///////////////////////////////////////////////////////////////////

main

/////////////////////////////////////////////////////////////////// */

#main {
	margin: 10px 0 0;
	font-size:100%;
}
@media screen and (min-width: 600px) {
	#main {
		float: right;
		width: 69%;
		background: #FFF;
		padding: 2.08333%;
		margin: 24px 0 0;
		margin: 1.714285714rem 0 0;
	}
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content {

}

.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol {
	list-style: decimal outside;
}
.entry-content ol.list-ol {
	list-style: decimal outside;
	padding-left: 30px;
	font-weight: bold;
}
.entry-content li {
	margin: 0 0 0 25px;
	margin: 0 0 0 1.571428571rem;
}
.list-block {
	border-bottom: 2px solid #6fa51f;
}
.link-txt {
	margin-bottom: 40px !important;
	margin-right: 20px !important;
	margin-left: 20px !important;
}

.link-txt a{
	text-align: center;
	display: block;
	border: 1px solid #0082a7;
}
.txt-picup {
	padding: 10px 20px;
	border: 1px solid #0082a7;
	color: #f06;
	font-weight: bold;
	font-size: 95%;
	line-height: 1.4;
}
.video-container {
	margin-bottom: 20px;
}




#main article {
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.top-mein-box{
	background: url(../images/index-bottomBg-01.gif) no-repeat center bottom;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-right: 10px;
	margin-left: 10px;
}
.top-mein-box-ttl {
	padding-right: 10px !important;
	padding-left: 10px !important;
}


@media screen and (max-width: 600px) {
	.top-main-txt-box {
		padding-right: 0;
		padding-left: 0;
		}
	#main article {
		padding-bottom: 0;
		}
}

/* ///////////////////////////////////////////////////////////////////

parts

/////////////////////////////////////////////////////////////////// */
.message-wrap{
	border: 1px solid #CCC;
	background-color: #ffdcaa;
	padding: 0.3em;
}
.message-box{
	background-color: #fff;
	padding: 1em 0;
}
@media screen and (max-width: 600px) {
	.message-wrap{
		border: 0px solid black;
		background-color: #ffdcaa;
		padding: 0;
	}
}

/* ///////////////////////////////////////////////////////////////////

content-footer

/////////////////////////////////////////////////////////////////// */

#content-footer {
	padding: 30px 0 0 0;
	margin: 40px 0 0 0;
	background: url(../images/0-content-footer-bg-01.jpg) no-repeat 0px 0px;
}
#content-footer .main-info {
}
#content-footer .main-info:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html #content-footer .main-info {zoom: 1;}
*:first-child+html #content-footer .main-info {zoom: 1;}

#content-footer .main-info .float-img-left {
	float: left;
	width: 45%;
	margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
	#content-footer .main-info .float-img-left {
		float: none;
		width: 100%;
	}
}
#content-footer .main-info .float-txt-right {
	float: right;
	width: 52%;
	margin: 0 0 24px;
}
@media screen and (max-width: 600px) {
	#content-footer .main-info .float-txt-right {
		float: none;
		width: 100%;
	}
}
#content-footer .main-info .float-txt-right dl dt {
	background: #4a7c00;
	padding: 0 5px;
	color: #FFF;
	display: inline-block;
	font-size: 80%;
	font-weight: bold;
}
#content-footer .main-info .float-txt-right dl dd.tel {
	font-size: 190%;
	font-weight: bold;
	line-height: 1.2;
}
#content-footer table tbody tr td {
	text-align: center;
}
#content-footer .map small {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}
#content-footer .map small a {
	display: block;
	font-size: 1.5em;
	color: #ffffff;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	background: #ff893b;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #db5800;
	-moz-box-shadow:
		1px 1px 1px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		1px 1px 1px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	box-shadow:
		1px 1px 1px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	text-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		0px 1px 2px rgba(255,255,255,0.3);
}



#footer-action{
	/*display: none;*/
  position: fixed;
  width: 100%;
  margin: 0 auto;
  bottom: 0px;
  background-color: #ff9412;
  padding: 10px 5px 10px 0!important;
}
#footer-action p{
	width: 268px;
	margin: 0 auto;
}
/* ///////////////////////////////////////////////////////////////////

sidebar

/////////////////////////////////////////////////////////////////// */

div#sidebar {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
@media screen and (min-width: 600px) {
	div#sidebar {
		float: left;
		width: 25%;
	}
}


div#sidebar ul {
	margin: 0 0 20px 0;
}

div#sidebar .menu-section,
div#sidebar .menu-section2 {
	background: #f4f3f1;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
div#sidebar .menu-section h2,
div#sidebar .menu-section2 h2 {
	background: #fff;
	margin: 5px 5px 0px;
	padding: 10px 10px 5px;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
div#sidebar .menu-section h2 span,
div#sidebar .menu-section2 h2 span {
	padding: 2%;
	display: block;
}

div#sidebar .menu-section h2 span {background: #4a7c00;}
div#sidebar .menu-section2 h2 span {background: #fd9600;}


div#sidebar .menu-section ul,
div#sidebar .menu-section2 ul {
	background: #fff;
	margin: 0px 5px 5px;
	padding-bottom: 5px;
	font-size: 90%;
}



div#sidebar .menu-section ul li,
div#sidebar .menu-section2 ul li {
	border-bottom: #999 1px dashed;
	margin-left: 10px;
}

div#sidebar .menu-section ul li a,
div#sidebar .menu-section2 ul li a {
	padding: 5px 0 5px 1.5em;
	display: block;
	text-decoration: none;
}
div#sidebar .menu-section ul li a {
	background: url(../images/side-list-bg.gif) no-repeat left center;
	color: #333;
	text-decoration: underline;
}
div#sidebar .menu-section2 ul li a {
	background: url(../images/side-list-bg02.gif) no-repeat left center;
	color: #333;
	text-decoration: underline;
}

div#sidebar .menu-section ul li a:hover,
div#sidebar .menu-section2 ul li a:hover {
	text-decoration: none;	/*text-indent: 0.1rem;*/
}
div#sidebar .banner-section ul li {
	margin: 0px 0 10px;
}




/* ///////////////////////////////////////////////////////////////////

footer

/////////////////////////////////////////////////////////////////// */
#site-footer {
	background: #6fa51f;
	color: #fff;
}
@media screen and (max-width: 600px) {
	#site-footer {
		background: none;
		border: none;
	}
}
#site-footer-inner {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
	text-align: center;
}
@media screen and (max-width: 600px) {
	#site-footer-inner {
		padding: 12px;
		padding: 0.857142857rem;
	}
}
.footer-nav {
	text-align: left;
}
.footer-nav ul {
}
.footer-nav ul li {
	list-style: circle inside;
	float: left;
	width: 20%;
	margin-right: 3%;
	padding: 0 1%;
}
@media screen and (max-width: 600px) {
	.footer-nav {
	display: none;
	}
	.footer-nav ul li {
		background-color: #e6e6e6;
		background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
		border: 1px solid #d2d2d2;
		border-bottom: none;
		font-size: 14px;
		font-size: 1rem;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.footer-nav ul li:first-child {
		border-radius: 7px 7px 0 0;
	}
	.footer-nav ul li:last-child {
		border-radius: 0 0 7px 7px;
		border-bottom: 1px solid #d2d2d2;
	}
}
.footer-nav ul li a {
	color: #fff;
}
@media screen and (max-width: 600px) {
	.footer-nav ul li a {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 26px auto;
	padding: 10px;
	padding: 0.714285714rem;
	line-height: 1.42857;
	font-weight: normal;
	color: #6fa51f;
	display: block;
	text-decoration: none;
	}
}
.copyright {
	text-align: center;
	border-top: #FFF 1px solid;
	margin-top: 1rem;
	padding-top: 1rem;
	color: #FFF;
}
@media screen and (max-width: 600px) {
	.copyright {
		color: #333;
	}
}
