@charset "UTF-8";
/* CSS Document */

body{
	background-color: #EEE;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}
#header{
}
#header h1{
	margin-left: -20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header-right{
	color: #FFF;
	text-align: right;
	margin-top: 8px;
}
#header-right h2{
	font-size: 1.1em;
	margin-bottom: 5px;
	line-height: 1.1em;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header-tel{
	font-size: 2.3em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0px;
}
#header-tel img{
	vertical-align:baseline;
}
#header-bottom{
	font-size: 13px;
	margin-bottom: 0;
}
#header-sub-navi{
	margin: 0px;
}
#header-sub-navi li{
	display: inline;
}
#header-sub-navi li a{
	color: #FFF;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF716C;
	font-size: 13px;
}
#header-sub-navi li a:hover{

}
#wrapper{
	padding-right: 20px;
	padding-left: 20px;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	background-color: #FFF;
	position: relative;
	z-index: 10;
	behavior: url(/htc/PIE.htc);
}

#header-navi{
	margin: 0px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	width: 980px;
	position: relative;
	height: 45px;
	overflow: hidden;
	behavior: url(/htc/PIE.htc);
}
#header-navi ul{
	margin: 0px;
}
#header-navi li{
	display: inline;
}
#header-navi li a{
	color: #333;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E2E2;
	font-size: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	line-height: 15px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
	padding-top: 15px;
	padding-bottom: 15px;
}
#header-navi li a:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	behavior: url(/htc/PIE.htc);

}
#header-navi .dropdown-menu{
	position: absolute;
	top: 30px;
	left: 0px;
}
#header-navi .dropdown-menu li{
	display: block;
}
#header-navi .dropdown-menu li a{
	float: none;
	font-size: 13px;
	padding: 2px;
}
#header-navi .dropdown-menu li a:hover{
}

#header-navi-dropdown{
	background-color: #333;
	width: 980px;
	margin: 0px;
}
#header-navi-dropdown ul{
	margin: 0px;
	padding:10px;
}
#header-navi-dropdown li{
	display: inline;
}
#header-navi-dropdown li a{
	white-space:nowrap;
	color: #FFF;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 28px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#header-navi-dropdown li a:hover{
	text-decoration: none;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#header-navi-bottom{
	width: 980px;
	margin: 0px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
}
#header-navi-bottom a{
	color: #333;
	margin-left: 10px;
}
#header-navi-bottom a:hover{

}
#header-navi-dropdown{
	display:none;
}
/* rslides */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
a.home-menu-box{
	border: 1px solid #CCC;
	background: #fffcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fffcfc 17%, #ede6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#fffcfc), color-stop(100%,#ede6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffcfc 17%,#ede6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffcfc 17%,#ede6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffcfc 17%,#ede6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fffcfc 17%,#ede6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#ede6e6',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	behavior: url(/htc/PIE.htc);
}
a.home-menu-box{
	padding:3px;
	color: #333;
	display: block;
}
a.home-menu-box:hover{
	text-decoration: none;
	background: #FFF;
}
a.home-menu-box img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
a.box-small .img_box{
	height: 100px;
}

a.home-menu-box .comment-large{
	margin: 0px;
	font-size: 12px;
}
.home-menu-title-large{
	font-size: 22px;
	margin-top: 15px;
	font-weight: bold;
	letter-spacing: 4px;
}
.home-menu-title-large i{
	margin-right: 4px;
}
.home-menu-title-small{
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
a.box-small .works-title-small{
	font-size: 13px;
	margin-top: 10px;
	font-weight: normal;
	letter-spacing: 0px;
	margin-bottom: 2px;
	line-height: 15px;
	text-align: center;
	height: 30px;
}
.qa-list-q{
	background-image: url(../img/qa_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	font-weight: bold;
	padding-top: 2px;
	color: #008AE6;
	text-decoration: underline;
	cursor:pointer;
}
.qa-list-q:hover{
	color: #03F;
}
.qa-list-a{
	background-image: url(../img/qa_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #666;
}
.box-comment{
	font-size: 0.9em;
	background-color: #EDEDED;
	padding: 10px;
	border: 1px solid #CCC;
	color: #666;
}
.home-menu-title-small i{
	margin-right: 4px;
	margin-top: -2px;
}
a.home-menu-box .comment-small{
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	padding-left: 3px;
	height: 90px;
}
#home-sonota-link .btn{
	margin-right: 2px;
	margin-bottom: 7px;
	font-size: 13px;
}
#home-news{

}
#home-news li{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#home-news li .title{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
#home-news li .title a{
	color: #333;
	text-decoration: underline;
}

#home-news li .body{
	font-size: 11px;
	color: #666;
	margin-bottom: 5px;
	line-height: 13px;
}
a.home-list-link{
	font-size: 13px;
	color: #FFF;
}
a.home-list-link:hover{
	color: #FFF;
}
#home-link{
	padding: 5px;
}
#home-link li{
	float: left;
	width: 33%;
	margin-bottom: 2px;
}
#home-link li i{
	margin-top: -1px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#home-link li a{
	color: #333;
	font-size: 11px;
	line-height: 11px;
}
#footer{
	color: #FFF;
	background-color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
}
/* #footer-navi */
#footer-navi{
	margin-bottom: 10px;
}
#footer-navi li{
	display: inline;
}
#footer-navi li a{
	color: #FFF;
	float: left;
	padding-right: 10px;
	font-size: 15px;
}
#footer-navi li a:hover{

}

/* #footer-navi-sub */
#footer-navi-sub{
	margin-bottom: 10px;
}
#footer-navi-sub li{
	display: inline;
}
#footer-navi-sub i{
	margin-top:-1px;
}
#footer-navi-sub li a{
	color: #FFF;
	float: left;
	padding-right: 10px;
	font-size: 12px;
}
#footer-navi-sub li a:hover{

}

/* #footer-navi-sonota */
#footer-navi-sonota{
	margin-bottom: 10px;
}
#footer-navi-sonota li{
	display: inline;
}
#footer-navi-sonota i{
	margin-top:-1px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#footer-navi-sonota li a{
	color: #CCC;
	float: left;
	padding-right: 10px;
	font-size: 12px;
}
#footer-navi-sonota li a:hover{

}

/* #footer-navi-topics */
#footer-navi-topics{
	margin-bottom: 10px;
}
#footer-navi-topics li{
}
#footer-navi-topics i{
	margin-top:-1px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#footer-navi-topics li a{
	color: #CCC;
	padding-right: 10px;
	font-size: 12px;
}
#footer-navi-topics li a:hover{

}
#footer-copyright{
	color: #999;
	text-align: center;
	margin-top: 10px;
}


h3{
	font-size: 24px;
	color: #333;
	line-height: 30px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.midashi-1{
	font-size: 16px;
	color: #666;
	line-height: 20px;
}
.table th{
	background-color: #E6E6E6;
}
#phone-tel{
	background-color: #FFF;
	text-align: center;
	padding: 5px;
	letter-spacing: 1px;
}
#phone-tel a{
	color:#FFF;

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.hidden-md{
		display: none;
	}
	#header{
	}
	#header h1 img{
	}
	#header-right{
		margin-top: 5px;
	}
	#header-right h2{
		font-size: 0.8em;
	}
	#header-tel{
		font-size: 2.2em;
	}
	#header-navi{
		width: 764px;
	}
	#header-navi li a{
		padding-right: 6px;
		padding-left: 6px;
		font-size: 13px;
	}
	#header-navi-dropdown,#header-navi-bottom{
		width: 764px;
	}
	a.home-menu-box .comment-large{
		font-size: 11px;
		line-height: 16px;
	}
	.home-menu-title-large{
		font-size: 20px;
	}
	.home-menu-title-large i{
		margin-top: -2px;
	}
	.home-menu-title-small{
		font-size: 14px;
	}
	.home-menu-title-small i{
		margin-top: -3px;
	}
	a.home-menu-box .comment-small{
		font-size: 11px;
	}
	#home-link li{
		width: 50%;
	}

	#header-sub-navi li a{
		padding-right: 3px;
		padding-left: 3px;
		font-size: 11px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body{
		background-color: #FFF;
		background-image: none;
		padding: 0px;
	}
	#header{
		background-color: #F50019;
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	#header h1{
		margin-left: 0px;
	}
	#wrapper{
		-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
		-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
		-o-box-shadow: 0px 0px 0px rgba(0,0,0,0);
		-ms-box-shadow: 0px 0px 0px rgba(0,0,0,0);
		margin: 0px;
		padding: 0px;
	}
	#content{
		padding: 20px;
	}
	#header-navi-box{
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	.box-large img{
		width: 120px;
	}
	.home-menu-title-large{
		font-size: 14px;
		margin-top: 2px;
		margin-bottom: 2px;
		letter-spacing: 1px;
	}
	.home-menu-title-large i{
		margin-top: -1px;
	}
	a.home-menu-box .comment-large{
		font-size: 10px;
		line-height: 15px;
	}
	.home-menu-title-small{
		font-size: 14px;
	}
	.home-menu-title-small i{
		margin-top:-3px;
	}
	a.home-menu-box .comment-small{
		font-size: 10px;
		height: 80px;
	}
	#header-phone{
		position: relative;
	}
	#header-phone-left{
		float: left;
		width: 80%;
	}
	#header-phone-right{
		float: right;
		width: 20%;
	}
	#header-phone-right span{
		padding-top: 10px;
		padding-bottom: 10px;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -20px;
	}
	#header-navi{
		height: 100px;
		overflow: visible;
	}
	#header-navi-box{
		display:none;
	}
	#header-navi,#header-navi-dropdown{
		display:block;
		width:100%;
		margin: 0px;
	}
	#header-navi li{
		display: block;
		width:50%;
		float:left;
	}
	#header-navi li a{
		display: block;
		float: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #E2E2E2;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #FFF;
		text-align: center;
		font-size: 14px;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	}
	#header-navi li a:hover{
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 100%); /* W3C */

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
		text-decoration: none;

	}
}