/*	################################################################
リセット
################################################################# */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}

@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* {
		margin: 0;
		padding: 0px;
	}

body {
	background: #ffffff;
	margin: 0;
	color: #384452;
	font-family: 'Lato', font-family:  "Open Sans","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 62.5%;
	text-align: justify;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', font-family:  "Open Sans","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 700;
}

p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Lato', font-family:  "Open Sans","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 24px;
	color: #384452;
	margin-top: 10px;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#555555;
}

li{
	font-size: 1.4rem;
}



.xs { font-size: x-small } /* 小2 */
.xm { font-size: x-small }  /* 小1 */
.sm { font-size: small }    /* 小 */
.md { font-size: medium }   /* 標準 */
.la { font-size: large }    /* 大 */
.xr { font-size: x-large }  /* 大1 */
.xl { font-size: xx-large } /* 大2 */
.sr { font-size: smaller }  /* 一段階小さい */
.em {font-weight: bold;}
.white{color: white;}
.red{color: #ec0000;font-weight: bold;}

.mb10{margin-bottom: 10px;}

hr {
	margin:15px;
	color: #000;
}

tr{
	font-size: 1.4rem;
}

.clearleft {
	clear:left;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
/*::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}*/

.centered {
	text-align: center
}

.container2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container2 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container2 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container2 {
    width: 1300px;
  }
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*	################################################################
	NAVIGATION
################################################################# */
.navbar {
	min-height: 70px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Raleway', font-family:  "Open Sans","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-header h1{
	margin: 0;
}
.navbar-header2{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-default .navbar-nav > li > a {
	color: black;
	font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fdb813;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fdb813;
	background-color: transparent;
}

.navbar-default {
	background-color: #FFF;
	border-color: transparent;
}

.dropdown-menu {
	background: #384452;
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 2px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}

.title-yellow {
  color: #000;
  background-color: #fdb813;
  border-color: #fdb813;
  margin: 15px 0;
  padding:1px 15px;
  text-align:left;
}

.title-yellow h3 {
	font-size:21px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subtitle-gray {
  color: #444	;
  background-color: #ebebeb;
  font-size: 1.4rem;
  margin: 15px 0;
  padding:15px;
  line-height: 1.6em;
}

.subtitle-gray h2 {
	font-size:18px;
	font-weight:bold;
}
.gray_bg{
	background-color: #fdb813;
	padding: 15px 30px;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 30px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 1px solid #384452;
}

.hline-w {
	border-bottom: 1px solid #cf9200;
	margin-bottom: 25px;
}
.sidebar p{
	margin-bottom:5px ;
}
/*	################################################################
	HEADER
################################################################# */
#subtext{
	background-color: #fdb813;
	padding: 2px 0;
	text-align: right;
}

#headerwrap {
	background-color: #fdb813;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}
#headerwrap h2 {
	color:black;
	margin-bottom: 25px;
	font-size:60px;
}
#headerwrap h3 {
	color: white;
	font-weight: 400;
	font-size: 1.8rem;
	margin-bottom:30px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

#headertitle {
	background-color: #fdb813;
	min-height: 230px;
	padding-top: 100px;
	padding-bottom: 30px;
	text-align: center;
}

#headertitle h2 {
	color:black;
	font-weight: 700;
	margin-bottom: 20px;
	font-size:40px;
}
#headertitle h3 {
	color: white;
	font-weight: 400;
	font-size: 1.8rem;
	margin-bottom:30px;
}

#headertitle .img-responsive {
	margin: 0 auto;
}


/*	################################################################
	TITLE
################################################################# */
.loginsite h3{
	 margin: 30px 0 16px;
	 padding: 0 0 0 8px;
	 font-size: 18px;
	 border-left: 5px solid #fdb813;
}


/*	################################################################
	BTN
################################################################# */
#btm_banner {
	margin-top: 30px;
	margin-bottom: 30px;
}
#btm_banner h4 {
	font-size: 1.8rem;
}

.list ul{
	float: left;
	margin: 30px 0;
}
.list li{
	float: left;
	margin-right: 5px;
}
.list2 ul{
	float: right;
	margin-top: 15px;
}
.list2 li{
	float: right;
	margin-right: 5px;
}
.list3 ul{
	float: left;
	margin-top: 30px;
}
.list3 li{
	float: left;
	margin-right: 5px;
}

.list4 ul{
	float: left;
	margin-top: 15px;
}
.list4 li{
	float: left;
	margin-right: 5px;
}




/*	################################################################
	TABLE
################################################################# */
/*section table   { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }*/
 
/*----------------------------------------------------
    .long_table
----------------------------------------------------*/
.kakoi{
	border: 1px solid #ddd;
	/*padding: 20px 20px*/
	padding: 20px 
}

.long_table {margin: 30px 0;}
.long_table th  { background-color: #fdb813; }
.long_table td  { text-align: center; }
.long_table td:first-child  { text-align: left; }
@media only screen and (max-width: 800px) { 
    .long_table { 
        display: block; 
        width: 100%; 
        margin: 15px -10px;
    }
    .long_table thead{ 
        display: block; 
        float: left;
        overflow-x:scroll;
    }
    .long_table tbody{ 
        display: block; 
        width: auto; 
        overflow-x: auto; 
        white-space: nowrap;
    }
    .long_table th{ 
        display: block;
        width:auto;
    }
    .long_table tbody tr{ 
        display: inline-block; 
        margin: 0 -3px;
    }
    .long_table td{ 
        display: block;
    }
}

/*	################################################################
	SERVICE
################################################################# */
#service {
	margin-top: 30px;
	margin-bottom: 30px;
}
#service a{
	color: #008cd4;
	text-decoration:underline;
}

#service i {
	color: #00b3fe;
	font-size: 60px;
	padding: 15px;
}
#service h4 {
	color: #008cd4;
	font-size: 14px;
}
/* Portfolio Wrap */
.info {
	background-color: #f9f9f9;
	text-align: center;
	padding:30px;
	color: #008cd4;
}
.info2 {
	background-color: #fdb813;
	text-align: center;
	padding:30px;
}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fdb813;
}

#footerwrap p {
	color: #000;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #FFF;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #00b3fe
}
#footerwrap hr {
	border-color: #000;
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #00b3fe;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#blue h3 {
	color: white;
	margin-left: 15px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts {
	margin: 0px;
	padding-left: 0px;
	}

.popular-posts li {
	list-style: none;
	margin-bottom: 20px;
	min-height: 70px;
}
.popular-posts li a,
.popular-posts li a:hover {
	color:#2f2f2f;
	text-decoration: none;
	}

.popular-posts li img {
	float: left;
	margin-right: 20px;
	}

.popular-posts li em {
	font-family: 'Lato', font-family:  "Open Sans","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}

.share i {
	padding-right: 15px;
	font-size: 18px;
}

@media(min-width:1200px) {
.headerwrap {
	margin-top:150px;
}
}
@media(min-width:768px) {
.sp{display: none;}
}

@media(max-width:768px) {
p{
	font-size: 1.4rem;
	line-height: 1.4em;
}
#headerwrap h2 {
	font-size:36px;
	margin-bottom: 15px;
}
#headerwrap h3 {
	font-size:12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#service {
	margin-top: 30px;
}
#service p {
	font-size: 11px;
	line-height: 1.5em;
}
.xl{
	font-size: 20px;
}
.sm{
	font-size: 0.8em;
}
.pc{
	display: none;
}

#headertitle {
	background-color: #fdb813;
	min-height: 120px;
	padding-top: 80px;
	padding-bottom: 30px;
	text-align: center;
}

}