/* common CSS */
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	color: #595757;
}

.mgb10{ margin-bottom:10px;}
.mgb15{ margin-bottom:15px;}
.mgb20{ margin-bottom:20px;}
.mgb30{ margin-bottom:30px;}
.mgb40{ margin-bottom:40px;}
.mgb50{ margin-bottom:50px;}
.mgb60{ margin-bottom:60px;}
.mgb100{ margin-bottom:100px;}
a:link{}
a:visited{}
a:hover{}

strong , em{
	color: red;
	font-weight: bold;
	font-style:normal;
}

/* format CSS */
#wrapper{
	width: 100%;
	margin: 0 auto;
	max-width: 1280px;
	padding-top: 20px;
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: auto;
}

#contents{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}

#header{
	margin-bottom: 10px;
}

.logo{
	float: left;
}

.hd_tel{
	float: right;
	padding: 10px 20px 8px;
	text-align: center;
	border: #1eaa39 solid 2px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
}

.em_tel{
	font-size: 24px;
	line-height: 1.3;
	color: #2568b2;
	font-weight: bold;
	font-style: normal;
}

#navi{
	max-width: 950px;
	padding: 3px ;
	border: #2568b2 solid 2px;
	background: #fff ;
	background: rgba(255,255,255,.6);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

#navi li{
	width: 189px;
	float: left;
	border-right: #2568b2 solid 1px;
}

#navi li:last-child{
	max-width: 190px;
	border-right: 0;
}

#navi li a{
	text-align: center;
	font-size: 18px;
	color: #2568b2;
	text-align: center;
	text-decoration: none;
	display: block;
	text-decoration: none;
	padding: 10px 0 8px 0;
	margin: 0;
		-webkit-transition: 0.5s ease-in-out;  
	       -moz-transition: 0.5s ease-in-out;  
	         -o-transition: 0.5s ease-in-out;  
	            transition: 0.5s ease-in-out;
}

#navi li a:hover{
	color:#fff;
	font-weight: bold;
	background: url(../images/works_bg02.png);
	text-decoration: underline;
}

.nv_cullent{
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding: 10px 0 8px 0;
	margin: 0;
	color:#fff;
	font-weight: bold;
	background: url(../images/works_bg02.png);
}

#main {
	margin-bottom: 30px;
}
#slider{
	margin-bottom: 30px;
}
#slider .sp-thumbnails-container {
	margin-top: 4px;
}

#slider .sp-selected-thumbnail {
	border: 4px solid #000;
}

.led_banner{
	max-width: 630px;
	margin-bottom: 30px;
	float: right;
	display: inline-block;
}

.led_banner img:hover{
		-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.6);
	box-shadow: 0px 0px 20px rgba(0,0,0,.6);

}

#update{
	max-width: 296px;
	border: #2568b2 solid 2px;
	background: #fff ;
	background: rgba(255,255,255,.6);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
}

.up_title {
	color:#fff;
	background: #2568b2;
	text-align: left;
	font-size:18px;
	font-weight:normal;
	padding: 10px 0 0 30px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;	
}

.up_title02 {
	color:#fff;
	background: #2568b2;
	text-align: right;
	font-size:18px;
	font-weight:normal;
	padding: 10px 30px 10px 0;
	margin-bottom: 20px;
}

.up_his {
	text-align:center;
	margin: 0 18px 18px;
}
.up_his a{
	font-size:12px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	margin: 0 auto ;
	padding: 8px 18px;
	display: block;
	font-weight:bold;
	background: #2568b2;
	border: #2568b2 solid 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;	
}

.up_his a:hover{
	font-size:12px;
	text-decoration: underline;
	color: #3399cc;
	border: #3399cc solid 2px;
	background: #fff;
}

#update dl {
	padding: 0 18px 20px;
	height:215px;
	overflow:auto;
}

#update dt {
	font-size:14px;
	color:#fff;
	font-weight: bold;
	display: inline-block;
	padding:8px 15px 6px;
	margin-bottom: 10px;
	background: #1eaa39;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#update dd {
	font-size:15px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-left: 0;
	border-bottom: #3399cc 2px dotted;
}

#update dd:last-child{
	margin-bottom: 0;
}

.h2_title{
	clear: both;
	border: #2568b2 solid 2px;
	background: #fff;
	color: #2568b2;
	padding: 10px 18px;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#works{
	margin-bottom: 30px;
}



#works li{
	width: 184px;
	margin-right: 10px;
	float: left;
}

#works li:last-child{
	margin-right: 0;
}

#works li>a{
	background:url(../images/works_bg.png);
	text-align: center;
	padding: 10px 0;
	display: block;
	line-height: 0;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;		
}

#works li>a:hover{
	background:url(../images/works_bg_on.png);
}

.wk_box{
	border: #2538b2 solid 1px;
	padding: 9px;
}

.wk_box h3{
	color: #2568b2;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.wk_box p{
}
.wk_link {
	text-align:center;
	margin-top:20px;
}
.wk_link a{
	font-size:14px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	margin: 0 auto ;
	padding: 8px 8px;
	display: block;
	font-weight:bold;
	background: #3399cc;
	border: #3399cc solid 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;	
}

.wk_link a:hover {
	text-decoration: underline;
	color: #3399cc;
	border: #1eaa39 solid 2px;
	background: #fff;
}

#ft_navi{
	clear: both;
	max-width: 960px;
}
#ft_navi ul{
	margin-right: -20px;
}
#ft_navi li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#ft_navi li a{
	display: block;
	width: 174px;
	text-align: center;
	padding: 5px 0 3px;
	border: #1eaa39 solid 1px;
	background: #fff;
	color: #1eaa39;
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;	
}

#ft_navi li a:hover{
	font-weight: bold;
	background: #1eaa39;
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}


#footer{
	max-width: 960px;
	padding: 50px 0 30px;
	background: url(../images/works_bg05.png);
	text-align: center;
	color: #fff;
	font-size: 60%;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

/* Contents Page Common CSS */

.pagetop{
	max-width: 960px;
	margin: 30px auto;
}

.pagetop p a{
	width: 60%;
	margin: 0 auto;
	display: block;
	border: #fff solid 2px;
	font-size: 20px !important;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #3399cc;
	padding: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out;
}

.pagetop p a:hover{
	color: #fcd000;
	text-decoration: underline;
	font-weight: bold;
	background: #2568b2;
}


/* Form Page CSS */
.inquiry{
	max-width: 860px;
	margin: 0 auto 30px;
	padding: 48px;
	background: #fff;
	border: #2568b2 solid 2px;
	background: rgba(255,255,255,.85);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.inquiry h2{
	border-bottom: #2568b2 solid 2px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 24px;
}

.inquiry h2>span{
	color: #2568b2;
}

.inquiry h3{
	width: 85%;
	margin: 0 auto 30px;
	display: block;
	border: #fff solid 2px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #2568b2;
	background: rgba(37,104,178,.85);
	padding: 15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

.inquiry h4{
	margin-left: 24px;
	margin-bottom: 20px;
	font-size: 18px;
}

.inquiry_shd a{
	width: 60%;
	margin: 0 auto 20px;
	display: block;
	border: #fff solid 2px;
	font-size: 20px !important;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	background: rgba(255,0,0,.5);
	padding: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
		-webkit-transition: 0.3s ease-in-out;  
	       -moz-transition: 0.3s ease-in-out;  
	         -o-transition: 0.3s ease-in-out;  
	            transition: 0.3s ease-in-out;
}

.inquiry_shd a:hover{
	text-decoration: underline;
	font-weight: bold;
	background: rgba(37,104,178,.85);
}

.inquiry_main{
	max-width: 760px;
	padding: 27px 47px;
	border: #f00 solid 2px;
	background: #fff;
	background: rgba(255,255,255,.65);
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,.4);
	box-shadow: inset 0px 0px 10px rgba(0,0,0,.4);
}

/* clearfix CSS */
/* For modern browsers */
.cf:before,.cf:after {
    content:"";
    display:table;
}
.cf:after {clear:both;}
 /* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}