@charset "utf-8";

/*
Theme Name: MSA GLOBAL MANAGEMENT
Theme URI: 
Description: MSA GLOBAL MANAGEMENTのWPテーマ
Version: 1.0
Author: Koichi Kamo
Author URI: https://www.instagram.com/kamonohashi/
*/


/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */progress,sub,sup{vertical-align:baseline}button,hr,input,select{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1,h2,h3,h4,h5,h6,h7,p,dl,dt,dd{font-size:100%;margin:0;padding:0;line-height:1;}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}

/* -----------------------------------------------------------
	Basic Settings
----------------------------------------------------------- */
body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #333;
}

.clear{
	clear:both;
}

img{vertical-align: top;}

/* rollover */
.rollover a img:hover{
	filter: alpha (opacity=70);
	-moz-opacity: 0.70;
	-webkit-opacity: 0.70;
	opacity: 0.70;
}

/* Clearfix */
header:after,
#gNav:after,
#management .detail:after,
#article_head ul:after,
#official_partner_list:after,
#partner_list:after,
#talent_list ul:after,
#talent_photo:after,
#main:after,
.clearfix:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
}

/* -----------------------------------------------------------
	Header
----------------------------------------------------------- */
header{
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
}
#h_wrap{
  width: 960px;
  margin: 0 auto;
}
#h_logo{
  width: 150px;
  padding: 10px 0;
  float: left;
  margin-right: 26px;
}
#h_logo img{
  max-width: 100%;
  height: auto;
}

/* -----------------------------------------------------------
	Global Navigation
----------------------------------------------------------- */
#gNav{
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  position: relative;
}
#gNav li{
  float: left;
  line-height: 1;
}
#gNav li p{
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}
#gNav li a{
  display: block;
  text-align: center;
  padding: 26px 10px;
  text-decoration: none;
  color: #333;
}
#gNav li a:hover{
  color: #fff;
  background: #f00;
}
#gNav li a p{
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}
#gNav li a span{
  display: block;
  font-size: 10px;
}
#gNav ul li{
  font-size: 16px;
  float: none;
  text-align: left;
  border-bottom: 5px solid #eee;
}
#gNav ul{
  padding:0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border-top: 5px solid #eee;
  border-left: 5px solid #eee;
  border-right: 5px solid #eee;
  display: none;
}
#gNav ul li a{
  font-size: 14px;
  text-align: left;
  padding: 21px 16px;
}

/* -----------------------------------------------------------
	Main
----------------------------------------------------------- */
#topimage{
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  position:relative;
}
#topimage p{
  width: 100%;
  position:absolute;
  text-align: center;
  opacity: 0;
}
#main{
  width: 960px;
  margin: 0 auto 60px;
}
#breadcrumb{
  width: 960px;
  font-size: 12px;
  margin: 0 auto;
  padding: 2em 0 3em 0;
  color: #666;
}
#breadcrumb a{
  color: #333;
}
/* -----------------------------------------------------------
	Contents
----------------------------------------------------------- */
#contents{
  width: 640px;
  float: left;
}
/* basic */
#contents .tl_bar{
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  margin-bottom: 15px;
}
#contents_body{
  width: 100%;
}
#contents_body img{
  max-width: 100%;
  height: auto;
}
#contents_body p{
  line-height: 1.5;
  margin-bottom: 1em;
}
/* single */
#article_head{
  padding-top: 12px;
  border-top:2px solid #333;
  border-bottom:2px solid #333;
  margin-bottom: 24px;
}
#article_head .date{
  font-size: 10px;
  color: #666;
  margin-bottom: 5px;
}
#article_head h1{
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 12px;
}
#article_head ul{
  margin: 0;
  padding: 0 0 12px 0;
  list-style: none;
  line-height: 1;
  height: 25px;
}
#article_head li{
  float: left;
  margin-right: 12px;
}
#article_body{
  color: #333;
  margin-bottom: 60px;
}
#article_body img{
  width: 100%;
  height: auto;
}
#article_body p{
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 1em;
}
/* service */
.service_box{
  margin-bottom: 30px;
}
.btn_arrow{
  width: 300px;
  text-align: center;
  border-radius: 5px;
  background:#00344c url(img/icon_arrow.png) no-repeat 94% 50%;
}
.btn_arrow:hover{
  opacity: 0.70;
}
.btn_arrow a{
  color: #fff;
  font-size: 13px;
  display: block;
  padding: 12px;
  text-decoration: none;
}
.h2_service{
  padding: 0.5em 1em;
  font-size: 20px;
  border-left: 5px solid #333;
  margin-bottom: 15px;
}
.h3_service{
  padding: 0.5em;
  font-size: 16px;
  margin-bottom: 0.5em;
  background: #eee;
}
#agent h3{
  font-size: 22px;
  margin-bottom: 1em;
  padding-top: 1em;
}
#agent h4{
  font-size: 18px;
  margin-bottom: 5px;
}
#management .detail{
  width: 100%;
}
#management .detail .left{
  width: 49%;
  float: left;
}
#management .detail .left .btn_arrow{
  margin-bottom: 15px;
}
#management .detail .right{
  width: 49%;
  float: right;
}

/* top */
#news_list{
  margin: 0;
  padding: 0;
  list-style: none;
}
#news_list img{
  width: 100%;
  height: auto;
}
#news_list .thumb{
  height: 135px;
  overflow: hidden;
  margin-bottom: 4px;
}
#news_list li{
  width: 200px;
  margin-bottom: 30px;
  float: left;
}
#news_list h3{
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 4px;
}
#news_list h3 a{
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
#news_list h3 a:hover{
  color: #f00;
}
#news_list p{
  font-size: 11px;
  color: #888;
}
#news_list li:nth-of-type(3n-1),
#news_list li:nth-of-type(3n){
  margin-left: 20px;
}
/* company */
#company_table{
  font-size: 14px;
  border-collapse: collapse;
}
#company_table th{
  width: 100px;
  padding: 1em;
  background: #eee;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
}
#company_table td{
  padding: 1em;
  border: 1px solid #ccc;
}
/* talent */
#talent_list ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#talent_list li{
  width: 32%;
  float: left;
  margin-bottom: 24px;
}
#talent_list li:nth-child(3n),
#talent_list li:nth-child(3n-1){
  margin-left: 2%;
}
#talent_list .photo{
  border:1px solid #333;
  margin-bottom: 12px;
}
#talent_list .photo img{
  width: 100%;
  height: auto;
}
#talent_list h2{
  font-size: 24px;
  margin-bottom: 5px;
  text-align: center;
}
#talent_list p{
  font-size: 12px;
  text-align: center;
  color: #666;
  font-family: 'Oswald', sans-serif;
}
.profile_head{
  width: 100%;
  display: table;
  margin-bottom: 48px;
  background: #efefef;;
}
.profile_head .photo{
  width: 32%;
  display: table-cell;
  border:1px solid #999;
}
.profile_head .photo img{
  width: 100%;
  height: auto;
}
.profile_head .text{
  width: 64%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 3%;
}
.profile_head .text h1{
  font-size: 48px;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  margin-bottom: 8px;
}
.profile_head .text p{
  font-size: 18px;
  text-align: center;
  color: #666;
  font-family: 'Oswald', sans-serif;
}
.profile_body{
  margin-bottom: 48px;
}
.profile_body h2{
  padding: 25px 20px 3px 60px;
  font-size: 24px;
  height: 33px;
  margin-bottom: 24px;
  background: url(img/icon_profile.png) left top no-repeat;
}
.profile_body h3{
  font-size: 18px;
  margin-bottom: 0.5em;
}
.profile_body p{
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.7;
}
.profile_body .media{
  margin-bottom: 40px;
}
.profile_body .media li{
  margin-bottom: 10px;
}
.profile_body .media a{
  color: #444;
}
.profile_body .media a:hover{
  text-decoration: none;
}
#talent_photo{
  margin: 0;
  padding: 0;
  list-style: none;
}
#talent_photo li{
  width: 49%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
  float: left;
}
#talent_photo li:nth-child(2n){
  margin-left: 2%;
}
#talent_photo img{
  max-width: 100%;
  height: auto;
}

.profile_body .btn_arrow{
  margin-bottom: 40px;
}
/* supporter */
.supporter{
  padding-top: 26px;
}
.tl_supporter{
  font-size: 20px;
  padding: 12px;
  background: #eee;
  margin-bottom: 15px;
}
#official_partner_list{
  margin: 0;
  padding: 0;
  list-style: none;
}
#official_partner_list img{
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
#official_partner_list li{
  width: 48%;
  margin-bottom: 15px;
  float: left;
}
#official_partner_list li:nth-of-type(2n){
  margin-left: 4%;
}
#partner_list{
  margin: 0;
  padding: 0;
  list-style: none;
}
#partner_list img{
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
#partner_list li{
  width: 200px;
  margin-bottom: 15px;
  float: left;
}
#partner_list li:nth-of-type(3n-1),
#partner_list li:nth-of-type(3n){
  margin-left: 20px;
}
/* job */
#job img{
  max-width: 100%;
  height: auto;
}
#job p{
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 1.5em;
}

/* contact */
#contact_form{
  width: 100%;
  margin-bottom: 15px;
}
#contact_form th{
  width: 100%;
  display: block;
  padding: 10px 0;
  text-align: left;
}
#contact_form td{
  width: 100%;
  padding-bottom: 10px;
  display: block;
}
#contact_form .name input{
  width: 50%;
  padding: 10px 2%;
}
#contact_form .email input{
  width: 80%;
  padding: 10px 2%;
}
#contact_form span{
  font-weight: bold;
  color: #f00;
}
#contents_body .naiyou textarea{
  width: 80%;
  padding: 10px 2%;
}
#contact_submit input{
  width: 40%;
  padding: 10px 0;
  background: #F57F17;
  border:0;
  color: #fff;
  -webkit-appearance: none;
}
/* -----------------------------------------------------------
	Sidebar
----------------------------------------------------------- */
#sidebar{
  width: 300px;
  float: right;
}
#sidebar h3{
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  margin-bottom: 15px;
}
#sidebar .widget{
  margin-bottom: 30px;
}

/* -----------------------------------------------------------
	Footer
----------------------------------------------------------- */
#copyright{
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #666;
  padding: 3em 0;
  border-top: 1px solid #eee;
}