/*
Theme Name: Simplest
Description: Just about the simplest possible theme for WordPress: 83 lines of PHP and 75 lines of CSS in 4 files.
Author: Trevor Turk
Author URI: http://trevorturk.com/
Theme URI: http://trevorturk.com/2010/09/20/new-wordpress-theme-simplest/
Version: 1.3
Tags: light, white, one-column
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* http://meyerweb.com/eric/tools/css/reset */
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,font,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,caption,tfoot,thead,{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}body{}

ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* simplest */
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {}
li {}
dt {margin:1em 0; font-weight:bold;}
dd {margin:0 1em; padding-left:1em; border-left:1px solid #ddd;}
th, td {}
blockquote {margin:0 1em; padding-left:1em; border-left:1px solid #ddd;}
pre {font-family:monospace; padding:0.5em; overflow:auto;}
sup, sub {height:0; line-height:1; vertical-align:baseline; position:relative; font-size:10px;}
sup {bottom:1ex;}
sub {top:0.5ex;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}

html {margin:0; padding:0;}
body {margin:0; padding:0;}
a {text-decoration : none; }
p {line-height:1.2em;}
h1 {font-size:1.7em;}
h2 {font-size:1.3em;}
h3 {font-size:1.1em;}
h1 a {text-decoration:none;}
h1 a:hover {text-decoration:underline;}
h1,h2,h3,h4,h5,h6 {clear:both;}

#container {width:1000px; margin:0 auto 0 auto;}
#header_2page {margin:0 0 25px 0;width:100%;}
#header #description {margin-top:0px;width:100%;}
#header li {display:inline; margin:0 0.5em 0 0;}
#content {margin-top:0px;
width:980px;
}
.hentry, .meta, #respond {margin-bottom:2em; padding-bottom:1em;}
.hentry h2, .hentry h3, .hentry h4 {margin-top:2em;}

.widgets {margin-bottom:1em; }
.widget {margin-bottom:1em;}
.pagination {text-align:center; margin:2em auto 1em auto;}
.pagination a {padding:2px 2px; }

.alignleft {display:inline; float:left; margin:0 1em 1em 0;}
.alignright {display:inline; float:right; margin:0 0 1em 1em;}
.aligncenter {display:block; margin:0em auto;}
.wp-caption {text-align:center; padding:0.5em; background:#ddd;}
.wp-caption-text, .gallery-caption {font-size:0.7em; margin:3px 0;}

#comments {margin-bottom:2em; border-bottom:1px solid #ddd;}
#comments h3, #respond h3 {margin-bottom:2em;}
#comments li {list-style-type:none; margin:0 0 2em 0;}
#comments .avatar {vertical-align:middle; margin-right:2px; padding:2px; border:1px solid #ddd;}
#comments .comment-author {margin-bottom:1em;}
#comments .comment-author cite {font-weight:bold; font-style:normal; margin-top:1em;}
#comments .comment-meta {margin-bottom:1em;}
#comments .reply a {font-size:0.7em;}
#comments .children {margin:2em;}
#comments .pagination {margin-bottom:2em;}

#respond label {display:block;}
#respond .required {display:none;}
#respond #closed {font-style:italic;}
#comments li.comment #respond {margin:2em;}
#comments li.comment #respond h3 {padding-top:2em; border-top:1px solid #ddd;}
#comments li.comment #respond #cancel-comment-reply-link {font-size:0.7em; margin-left:1em;}


#dropmenu{
  list-style-type: none;
  width:1000px;
  height: 40px;
  margin: 50px auto 30px;
  padding: 0 0 0 0;
  background: #fff;
  border-left:solid 1px;
}
#dropmenu li{
  position: relative;
  width:141px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right:solid 1px;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px 0;
  color: #808080;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a{
  background:#2e8b57;
  color: #fff;
}
#dropmenu > li:hover > a{
  }
#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 40x;
	left: 1px;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background:#90ee90;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #fff;
  }
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

#footer_back {
	width:100%;
	height:100%;
	margin: 0 0 0 0;
	padding: 0;
	background: url('http://ms-espoir.heteml.jp/ms-espoir/img/footer/footer_back.jpg') 0 0 repeat;
	}
	
#footer_menu{ 
	margin: 0 auto 0 auto;
	padding:30px 0 25px 0;
	width: 1000px;
	
	text-align: center;
	color:#808080;
	font-size:12px;
list-style-type: none;}

#footer_menu a{
	color:#808080;
	font-size:12px;
		text-decoration: none;
}

#footer_menu a:hover{
	color:#808080;
	}

.footer_style1{
	width: 150px;
	float: left;
	padding: 0 30px;
	line-height: 26px;
	text-align: left;
	}

.footer_style2{
	width: 306px;
	float: left;
	padding: 0 50px 0 0;
	}

/* トップ記事一覧*/
ul {
     list-style: none;
     margin: 0;
     padding: 15px 0;

border-bottom:1px solid #CCC;
margin-top: -1px;

}
ul li {
     clear: both;
     
}
ul li span {
     display: block;
     float: left;
     width: 120px;
     margin: 0 10px 10px 0;
     padding: 3px 5px;
     text-align: center;
     font-size: 12px;
}
ul li span.cat-a {
     background: #2474b5;
color: #ffffff;
}
ul li span.cat-b {
     background: #e65ea2;
color: #ffffff;
}
ul li span.cat-c {
     background: #cdefe1;
color: #ffffff;
}
ul li span.data {
     display: inline;
     float: none;
     padding: 0 5px;
     font-size: 12px;
     color: #999;
}


.kizi_side
{
  text-align: left;
}

/* トップ記事一覧ここまで*/

/* グリーンタイトル帯ここから*/

.menuRibbon {
	margin:0 0 10px 0;
	padding:2px 8px;
	background:#0B614B;
	color:#FFFFFF;
	line-height:140%;
	font-weight:bold;
font-size:15px;
}

.menuRibbonLight {
	margin:0 0 10px 0;
	padding:2px 8px;
	background:#088A08;
	color:#5B8602;
	line-height:140%;
	font-weight:bold;
}

.menuTab {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 5px;
	border-color: #BEDC81;
	border-style:solid;
	background:#7EBA03;
	color:#F3F9E8;
	line-height:140%;
	font-weight:bold;
}

.menuTabLight {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 5px;
	border-color:#7EBA03;
	border-style:solid;
	background:#BEDC81;
	color:#5B8602;
	line-height:140%;
	font-weight:bold;
}

.menuTabDouble {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 5px;
	border-color: #BEDC81;
	border-style:solid;
	background:#7EBA03;
	color:#F3F9E8;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.menuTabDoubleLight {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 5px;
	border-color:#7EBA03;
	border-style:solid;
	background:#BEDC81;
	color:#5B8602;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.menuLine {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0;
	border-color: #BEDC81;
	border-style:solid;
	background:#7EBA03;
	color:#F3F9E8;
	line-height:140%;
	font-weight:bold;
}

.menuLineLight {
	margin:0 0 20px 0;
	padding:11px 45px;
	color:#ffffff;
	font-weight:bold;
background-image: url('http://en.ms-espoir.co.jp/wp-content/uploads/2015/06/title_back.jpg');
background-repeat: no-repeat;



}

.menuLineDouble {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color: #BEDC81;
	border-style:solid;
	background:#7EBA03;
	color:#F3F9E8;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.menuLineDoubleLightW {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color:#7EBA03;
	border-style:solid;
	background:#fff;
	color:#5B8602;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.menuLineDoubleLight {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color:#7EBA03;
	border-style:solid;
	background:#BEDC81;
	color:#5B8602;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.menuLineLightW {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#7EBA03;
	border-style:solid;
	background:#fff;
	color:#5B8602;
	line-height:140%;
	font-weight:bold;
}

/*グリーンタイトル帯ここまで*/

.table_02	{
width:980px;
margin:10px 0px 50px 0px;
border-collapse:collapse;
border:1px  solid #999999;
line-height:1.2em;
font-size:13px;
}
.table_02 th	{
width:25%;padding:20px 2px 20px 15px;
text-align:left;vertical-align:middle;color:#666666;
background-color:#EEEEEE;
border:1px solid #999999;
}
.table_02 td	{
padding:13px 2px 13px 10px;
vertical-align:middle;
border:1px  solid #999999;
}

.table_03	{
width:980px;
margin:10px 0px 50px 0px;
border-collapse:collapse;
border:none;
line-height:1.2em;
font-size:13px;

}
.table_03 th	{
width:25%;padding:20px 2px 20px 15px;
text-align:left;

}
.table_03 td	{
padding:13px 2px 13px 10px;
vertical-align: top;
    
}

.table_04	{
width:940px;
margin:10px 0px 50px 0px;
border-collapse:collapse;
border:1px  solid #999999;
line-height:1.2em;
font-size:13px;
}
.table_04 th	{
padding:20px 2px 20px 15px;
text-align:left;vertical-align:middle;color:#666666;
background-color:#EEEEEE;
border:1px solid #999999;
}
.table_04 td	{
padding:13px 2px 13px 10px;
vertical-align:middle;
border:1px  solid #999999;
background-color:#ffffff;
}

.gaiyou_style1{
	width: 150px;
	float: left;
	padding: 0 10px 0 0;
	text-align: left;
	}

.gaiyou_style2{
	width: 200px;
	float: left;
	padding: 0 10px 0 0;
	text-align: left;
	}



#searchform {
  width:100%;
  height: 28px;
padding: 1px 0px 0px 0px;
  position: relative;
  }
#searchform label {
    display: block;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px; }
#searchform #s {
    width: 200px;
    padding: 0px 0px 0px 0px;
    height: 28px;
    line-height: 1;
    border: solid 1px #cccccc;
    border-radius: 0; }
#searchform #searchsubmit {
    position: absolute;
    top: 0;
	left:200;
    border: 0 none;
    cursor: pointer;
    width: 70px;
    height: 31px;
    margin: 0px 0 0px 0;
    background: #cccccc;
    color: #FFF;
    border-radius: 0;
    -webkit-appearance: button;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 0.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em; }

#header_back {
	width:100%;
	
	margin: 0 0 0 0;
	padding: 0;
	background: url('http://ms-espoir.heteml.jp/ms-espoir/img/header/header_p_11.jpg') 0 0 repeat-x;
background-position:bottom;
	}

/* indexここから*/

#index_body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
    }

#img_back {
	width:100%;
	margin:0 0 0 0;
	padding: 0;
	background: url('http://ms-espoir.heteml.jp/ms-espoir/img/index/image_back_11.jpg') 0 0 repeat-x;
background-position:bottom;
	}
	#index {
	width:1000px;
	 margin:15px auto 10px auto;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;
	}
#index_menu { float:left;
width:650px;
padding: 0 0 0 8px;
margin:0 18px 0 0; 
   
   }
   #navi_back {
	width:100%;
	margin:0 0 0 0;
	padding: 0;
	background: url('http://ms-espoir.heteml.jp/ms-espoir/img/header/header_p_11.jpg') 0 0 repeat-x;
background-position:bottom;
	}

/* indexここまで*/

#sansom {
	background: url('http://en.ms-espoir.co.jp/wp-content/uploads/2015/06/logo_w400_5.png') ;

background-repeat: no-repeat;
background-position: center;
	}