/* style.css
 * author: saito
 * 2011/01/23
 *
 */

@charset "utf-8";
/* ===================================================================
fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */


/*----------------------------------------------------
	共通
----------------------------------------------------*/

/* 見出し
----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: normal;
}

em {
	color: #511;
}


/* ベースリンクカラー
----------------------------------------------------*/
a {
	color: #039;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

a:link { color: #039; text-decoration: none; }
a:visited { color: #039; text-decoration: none; }
a:hover { color: #039; text-decoration: underline; }
a:active { color: #039; text-decoration: underline; }


/* pagetopへリンクカラー
----------------------------------------------------*/
#main .pageTop {
	color: #000;
	text-decoration: none;
}

#main .pageTop a {
	color: #000;
	text-decoration: none;
}

#main .pageTop a:visited {
	color: #000;
}

#main .pageTop a:hover {
	color: #92272B;
	text-decoration: none;
}



/* 画像
----------------------------------------------------*/
img {
	vertical-align: top;
}
a img.alpha {
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
a:hover img.alpha {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}



/* タイトル
----------------------------------------------------*/
#main img.title {
	display: block;
	margin: 65px 0 40px 98px;
}

#main img.interview {
	display: block;
	margin-bottom: 40px;
}


/* 記事本文
----------------------------------------------------*/
#main .articleBody {
	font-size: 93%;
	margin: 0 0 45px 98px;
	line-height:2;
}


#main .articleBody2 {
	margin: 0 0 35px 98px;
}

#main .articleBody3 {
	margin: 0 0 45px 98px;
}

#main .articleBody3_company {
	margin: 0 0 45px 98px;
	clear:left;
}

#main h3 {
	margin-bottom: 10px;
	font-weight:bold;
	font-size: 131%;
}

#main h4 {
	margin-bottom: 10px;
	font-size: 108%;
}

#main h5 {
	font-size: 108%;
}

#main .small {
	font-size: 90%;
	line-height:1.8;
}

#main .normal_b {
	margin-bottom:2px;
	font-size: 93%;
	font-weight:bold;
	line-height:2;
}

#main .small2 {
text-decoration:none;
	margin-bottom:2px;
	font-size: 90%;
	line-height:1.8;
}

#main .small_normal {
text-decoration:none;
	margin-bottom:2px;
	font-size: 90%;
	line-height:2;
}

----------------------------------------------------*/
#main .left {
	float:left;
	width: 385px;
}

#main .right {
	float: right;
	width: 205px;
	margin: 0.5em 0 0.5em 25px;
}


----------------------------------------------------*/
#main .left2 {
    text-align:left;
	float:left;
	width: 455px;
}

#main .right2 {
	float: right;
	width: 160px;
}



#main img.underline {
	display: block;
	border: 0;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 15px;
	padding: 0;
}

#main img.underline2 {
	display: block;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 12px;
	padding: 5px 0;
}

.outline{
float: left;
font-size: 90%;
line-height:1.5;
}


.outline_left{
float: left;
}

.outline_main{
text-align:left;
float:left;
margin-left:60px;
}

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


/*----------------------------------------------------
        main contents
----------------------------------------------------*/
#maincontents {
              float: none;
              width: 970px;
              display: inline;
              overflow: scroll;
              margin-top: 20px;
              margin-bottom: 20px;
              height: 350px;
              margin-right: 20px;
}
#maincontents hr {
              margin-top: 20px;
              margin-bottom: 20px;
}

#maincontents h2 {
              margin-bottom: 20px;
}
#leftColumn {
  width:350px;
  padding:10px;
  float:left;
}

#textcontent {
  margin:0 0 0 380px;
  padding:10px;
  background:#eeffee;
}

#textcontent h3 {
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #339999;
        font-size: 150%;
	font-weight: bold;
}

#textcontent h4 {
	     font-weight: bold;
	     font-size: 120%;
	     color: #000066;
}

#textcontent h5 {
        font-size: 100%;
        font-weight: normal;
	margin-left: 50px;
}

/*----------------------------------------------------
        top contents
----------------------------------------------------*/
#topcontents {
              float: none;
              width: 970px;
              display: inline;
              overflow: scroll;
              margin-top: 20px;
              margin-bottom: 20px;
              height: 350px;
              margin-right: 20px;
}

#topcontents hr {
              margin-top: 20px;
              margin-bottom: 20px;
}

#topcontents h2 {
              margin-bottom: 20px;
}


#top_picture {
  width:720px;
  height:350px;
  float:left;
}

#twitter_widget {
  margin:0 0 0 720px;
  width:250px;
  padding:0px;
  background:#000000;
}

#textcontent {
  margin:0 0 0 380px;
  padding:10px;
  background:#eeffee;
}

#textcontent h3 {
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #339999;
        font-size: 150%;
	font-weight: bold;
}

#textcontent h4 {
	     font-weight: bold;
	     font-size: 120%;
	     color: #000066;
}

#textcontent h5 {
        font-size: 100%;
        font-weight: normal;
	margin-left: 50px;
}



/* 非表示
----------------------------------------------------*/
.hidden {
		display:none;
}



/*.LEWOnewTOP {
	font-size: small;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.under {
	background: #0033CC;
	padding: 3px 15px 3px 3px;
	width: auto;
}
.header {
	background: #0033CC;
	padding: 20px 10px 5px;
	width: auto;
}
.container {
	font-size: small;
	width: 700px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contents {
	font-size: small;
}
.main {
	font-size: x-small;
	float: left;
	position: static;
	width: auto;
	padding-right: 20px;
	padding-left: 5px;
}
.Slider {
	font-size: x-small;
	background: #FFCC00;
	padding: 3px;
	width: auto;
	height: 10px;
}
.left {
	font-size: x-small;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	width: 160px;
}
.member {
	float: right;
}
*/

/* 2012/07/08 contact, sitemap added - start */
#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 12px 2px 0px;
  font-size: 15px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}
/* 2012/07/08 contact, sitemap added - end */

/* 2013/05/27 ツイートボタンの右余白調整*/
iframe.twitter-share-button {
	width: 105px!important;
}

/* 2014/05/17 練習日程tableタグ用 */
table {
	border-collapse: collapse;
/* 	width: 150px; */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
table #red{
	color: red;
}
td {
	//border: solid 1px;
	padding: 0.3em;
	font-size: 13px;
	text-align: left;
}

/* 2015/03/13 募集パート整形用 */
.col1{width:100px;} /* パート名 */
.col2{width:50px;} /* ○× */
.table{
	list-style: none;
	mergin: 0;
	padding: 0;
}
.table li{
	clear: both;
}
.table li div{
	display:block;
	float:left;
	padding: 1px;
	font-size: 13px;
}
