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

/*===============================================
画面の横幅が769px以下
===============================================*/
@media screen and (max-width: 768px){
	
img{
max-width: 100%;
height: auto;
width /***/:auto;　
vertical-align: bottom;
}


#area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#header {
	text-align: center;
	margin-bottom: 6px;
}
#area #header #logo_area h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#area #header #logo_area h1 .float_left  {
	display: none;
}
#header .h1sub {
	color: #FFFFFF;
	text-align: center;
	background-color: #2B66B1;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 1.73% , rgba(57,91,164,1.00)),color-stop( 27.21% , rgba(132,154,197,1.00)),color-stop( 100% , rgba(14,55,145,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(57,91,164,1.00) 1.73%,rgba(132,154,197,1.00) 27.21%,rgba(14,55,145,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(57,91,164,1.00) 1.73%,rgba(132,154,197,1.00) 27.21%,rgba(14,55,145,1.00) 100%);
	font-size: 150%;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#header .h1sub strong {
	font-weight: bold;
	font-size: 120%;
}
#header #logo_area {
	/* [disabled]padding-top: 6px; */
	/* [disabled]padding-bottom: 6px; */
}
#header h1 #logo {
	text-align: center;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header #head_tel  {
	width: 250px;
	font-size: 14px;
	float: none;
	margin: 0px auto;
}
#head_tel strong {
	font-size: 18px;
}
#header h1 #h1copy {
	margin-top: 0px;
	float: none;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}



/* Global Menu*/
#global_navi {
	background-color: #1C306A;
}
#global_navi ul {
	/* [disabled]width: 750px; */
	/* [disabled]height: 50px; */
	margin: 0px 3px 0px 0px;
	padding-left: 2%;
	padding-right: 0px;
}
#global_navi ul li {
	display: block;
	list-style: none;
	float: left;
	width: 33%;
}
#global_navi ul li a  {
	display: block;
	padding-top: 4px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 1.5em;
	padding-bottom: 4px;
}
#global_navi ul li a:hover {
	color: #FFFF33;
	background-color: #2462AF;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 1.73% , rgba(57,91,164,1.00)),color-stop( 27.21% , rgba(132,154,197,1.00)),color-stop( 100% , rgba(14,55,145,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(57,91,164,1.00) 1.73%,rgba(132,154,197,1.00) 27.21%,rgba(14,55,145,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(57,91,164,1.00) 1.73%,rgba(132,154,197,1.00) 27.21%,rgba(14,55,145,1.00) 100%);
}


/* Footer*/

#foot_navi {
	text-align: left;
	margin-top: 20px;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px solid #666666;
	padding-bottom: 10px;
}
#foot_navi ul {
	margin: 0px;
	padding: 0px;
}
#foot_navi ul li {
	font-size: 14px;
	list-style: none;
	display: inline;
}
#foot_navi ul li a {
	color: #666666;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #999999;
	display: inline-block;
}
#foot_navi ul li a:hover {
	color: #CC3300;
}
#footer .copyright {
	background-color: #1C306A;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}



/* Contents*/
#main {
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
}
.main_txt {
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	color: #333333;
	line-height: 150%;
}
.main_catch   {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 160%;
}
#twitter_area {
	width: 96%;
	margin-right: 0px;
	float: none;
	margin-left: 2%;
	margin-bottom: 10px;
}
#main .topcopy {
	width: 100%;
	margin: 20px auto;
	background-image: url(../img/leaf.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	font-size: 100%;
}
#twitter_area h3 {
	display: block;
	background-color: #258FD2;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 46px;
}
#area #main #twitter_area .twitter-timeline {
	overflow-y: scroll;
}
#fb_area {
	width: 96%;
	float: none;
	margin-left: 2%;
}
#fb_area h3 {
	background-color: #4C5C95;
	height: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#area #main #fb_area .fb-page {
	overflow-y: scroll;
}

/*works*/
h2.works {
	background-image: url(../img/h2_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 0.3em;
	text-shadow: 2px 2px 6px #333333;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
#main.works h3 {
	color: #6286c1;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#main.works h3 span {
	color: #FFFFFF;
	background-color: #2861AE;
	padding: 8px 16px;
	text-align: center;
	border-radius: 16px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(45,102,216,1.00)),color-stop( 100% , rgba(19,46,99,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(45,102,216,1.00) 0%,rgba(19,46,99,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(45,102,216,1.00) 0%,rgba(19,46,99,1.00) 100%);
	margin-right: 10px;
}
ul.big {
	margin: 0px 0px 20px;
	padding: 0px;
}
.big li   {
	list-style: none;
	width: 32%;
	display: block;
	float: left;
	font-size: 85%;
	margin-right: 1%;
	margin-bottom: 10px;
}
.big li img {
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
	width: 90%;
	height: auto;
	margin-bottom: 4px;
}
ul.small {
	clear: left;
	margin: 0px 0px 20px;
	padding: 0px;
}
.small li   {
	list-style: none;
	display: block;
	float: left;
	font-size: 85%;
	margin-right: 1%;
	width: 32%;
}
.small li img {
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
	height: auto;
	margin-bottom: 4px;
	width: 90%;
}

/*company*/
h2.company {
	background-image: url(../img/h2_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 0.3em;
	text-shadow: 2px 2px 6px #333333;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
#main.company h3 {
	display: none;
}
#gaiyo_table {
	margin-top: 20px;
	float: none;
}
#gaiyo_table caption {
	text-align: right;
	font-size: 85%;
}
#gaiyo_table td, #gaiyo_table th {
	vertical-align: top;
	border-bottom: 1px dotted #6699FF;
	padding-top: 6px;
	padding-bottom: 2px;
}
#gaiyo_table th    {
	text-align: right;
	color: #3B3399;
	padding-right: 0.5em;
	white-space: nowrap;
}
.environment {
	float: none;
	margin-top: 50px;
	display: none;
}
.environment img{
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}


/*access*/
h2.access {
	background-image: url(../img/h2_3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 0.3em;
	text-shadow: 2px 2px 6px #333333;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
#main.access h3  {
	display: none;
}
#gmap {
	width: 96%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}


/*contact*/
h2.contact {
	background-image: url(../img/h2_4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 0.3em;
	text-shadow: 2px 2px 6px #333333;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
#main.contact h3 span {
	color: #FFFFFF;
	background-color: #6699CC;
	padding: 8px 16px;
	text-align: center;
	border-radius: 16px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0.75% , rgba(111,197,245,1.00)),color-stop( 100% , rgba(12,55,75,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(111,197,245,1.00) 0.75%,rgba(12,55,75,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(111,197,245,1.00) 0.75%,rgba(12,55,75,1.00) 100%);
	margin-right: 10px;
}
#form .contact_form {
	margin-top: 20px;
}
#form .contact_form th {
	text-align: left;
	background-color: #F0F8FF;
	width: 25%;
}
#form .contact_form th, #form .contact_form td {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #6699CC;
}


.renovate {
	margin: 0px;
	padding: 0px;
}
.renovate li {
	list-style: none;
	width: 230px;
	text-align: center;
	display: block;
	height: 230px;
	float: left;
}
.renovate.clearfix li img   {
	-webkit-box-shadow: 2px 2px 4px 1px #666666;
	box-shadow: 2px 2px 4px 1px #666666;
	border: 2px solid #FFFFFF;
}

.renovate2 {
	margin: 0px;
	padding: 0px;
}
.renovate2 li {
	list-style: none;
	text-align: center;
	display: block;
	float: left;
	margin-bottom: 6px;
	margin-left: 10px;
	width: 45%;
	height: auto;
}
.renovate2.clearfix li img   {
	/* [disabled]width: 220px; */
	/* [disabled]height: 220px; */
}


}
