/*
Theme Name: team-m
Theme URI: http://team-m.co.jp/
Author: megumi
Version: 0.1.0
*/


/*==================================================================
	reset styles
===================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align:left;
}
*{
 　margin:0;
 　padding:0;
}

html,body{
　height: 100% ;
}

#wrapper {
　height: 100% ;
　min-height: 100%;
}

body > #wrapper {
　height: auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	min-width: 1200px;
	padding-top:184px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
  display: block;
}
iframe {
	border: none;
	max-width: 100%;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
}
a:hover, a:active {
  outline: 0;
}
a {
    /*\*/
	overflow: hidden;/**/
}
a img {
    border:none;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*==================================================================
	common styles
===================================================================*/

/*------------------------------------------------------------------
	padding
-------------------------------------------------------------------*/
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb80 {
	padding-bottom: 80px;
}
.pl05 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pr05 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}

/*------------------------------------------------------------------
	margin
-------------------------------------------------------------------*/

.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
/*------------------------------------------------------------------
	 color styles
-------------------------------------------------------------------*/
.red {
    color: #C00;
}

.gray {
    color:#666;
}

.brown {
    color:#993300;
}
/*------------------------------------------------------------------
	 fontsize styles
-------------------------------------------------------------------*/
.f0 {
	font-size:10px;
}
.f1 {
	font-size:12px;
}
.f2 {
	font-size:13px;
}
.f3 {
	font-size:14px;
}
.f4 {
	font-size:16px;
}
.f5 {
	font-size:22px;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
/*------------------------------------------------------------------
	 background
-------------------------------------------------------------------*/

.bg-title{
	background:#124780;
	margin:0 0 60px;
}
.bg-title2{
	margin:0;
}
.bg-title img{
	display:block;
	padding:30px 0;
	margin:0 auto;
}
.bg-gray{
	background:#F8F7F8;
}
.bg1{
	background:url(img/bg1.png) no-repeat center center;
}
.bg2{
	background:url(img/bg2.png) no-repeat center center;
	padding:60px 0 40px;
	margin:0 0 20px;
}
.bg3{
	background:url(img/bg3.png) no-repeat center center;
	padding:60px 0;
	margin:-1px 0;
}
/*------------------------------------------------------------------
	 hacks setting
-------------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*==================================================================
 *  wp Styles
===================================================================*/
strong{
	font-weight: bold;
}
em{
	font-style: italic;}
blockquote{
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.layout-center{
	margin:0 auto;

}
.layout-center p,
.layout-center th,
.layout-center td,
.layout-center li,
.layout-center dt,
.layout-center dd{
	line-height:200%;
}
.layout-center p{
	margin-bottom:10px;
	font-size:17px;
}



/*==================================================================
 *  Base Styles
===================================================================*/

body {
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:13px;
}

h1, h2, h3{
font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}


/*img style*/
img{
	vertical-align:bottom;
}
img {
	height: auto !important;
	width /***/: auto;
}
.contents img{
	display:block;
	margin-right:auto;
	margin-left:auto;
}
a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
.layout-center{
	width:1000px;
}
header{
	background:#fff;
}
#head{
	position:relative;
	height:120px;
}
#head .head-tel{
	position: absolute;
	top:10px;
	right:0;
}
#head .head-contact{
	position: absolute;
	top:62px;
	right:0;
}
#head .logo{
	padding:20px 0 0 0;
}
.keyv-bg{
	background:url(./img/keyv-bg.png) no-repeat center center;
	height:610px;
	position:relative;
	margin:0 0 60px;
}
.keyv-txt{
	text-align:right;
	padding-top:80px;
}



/*------------------------------------------------------------------
	sheet style
-------------------------------------------------------------------*/
table.sheet th{
	position:relative;
	vertical-align:top;
	font-weight:bold;
	font-size:15px;
}
table.sheet {
    border-collapse:collapse;
    border-spacing:0px;
    border-bottom: 1px solid #CCC;
    margin-bottom:10px;
	width:100%;
	background:#FFF;
}
.sheet th, .sheet td {
    border-top: 1px solid #CCCCCC;
	padding: 12px 20px 12px 0;
    text-align: left;
}

.sheet th {
    font-weight: normal;
	width:35%;
}

.sheet td img {
    vertical-align:middle;
}

input[type="text"],
input[type="tel"],
input[type="Email"],
textarea {
	background:#eee;
	border-radius:5px;
	border:#ccc 1px solid;
	padding:10px;
	width:400px;
	box-shadow: 1px 1px 4px #999;
}
input[type="submit"],
input[type="reset"] {
	background:#eee;
	border-radius:0;
	border:#ccc 1px solid;
	padding:10px 20px;
}
input[type="submit"]:hover,
input[type="reset"]:hover{
	background:#ccc;
	border-radius:0;
	border:#ccc 1px solid;
	padding:10px 20px;
	cursor : pointer;
}
.mandatory{
	background: #C4AF00;
    color: #FFF;
    padding: 0 10px;
    position: absolute;
    top: 8px;
    right: 40px;
    font-size: 12px;
    margin-top: 5px;
}
/*------------------------------------------------------------------
	Nav Styles
-------------------------------------------------------------------*/
#nav  {
	display:block;
	background: rgba(18,71,128,0.9) ;

}
#nav .layout-center  {
	width:1000px;
	margin: 0 auto;
}
#nav ul{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	line-height:none;
	background: url(./img/gn-line2.png) no-repeat left 50%;
}

#nav ul li{
	float:left;
	position: relative;
	z-index:100;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	height:67px;
	vertical-align: middle;
	display: flex;
  justify-content: center;
  align-items: center;
	background: url(./img/gn-line2.png) no-repeat 100% 50%;
}
#nav ul li:hover{
	background: rgba(255,255,255,0.2) ;
}
#nav ul li a:hover img{
	opacity:1;
}
#nav ul li a {
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	padding:20px 29.8px;
}





/*==================================================================
 *  page-top Styles
===================================================================*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background:url(./img/btn-pagetop.png) no-repeat 0 0;
	width:80px;
	height:72px;
	display:block;
	text-indent:-5000px;
	margin:0 0 0 auto;
}

/*------------------------------------------------------------------
ヘッダー上部固定
-------------------------------------------------------------------*/
.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10000;
}


footer{
	background:#124780;

}
footer .copy{
	color:#fff;
	padding:20px 0 ;
	text-align:center;

}

.footer-access{
	float:left;
	margin-right:20px;
}
