@charset "utf-8";
/***********************************************************
sphone interview.css
***********************************************************/

#g_main .header_title {
	background-color:#ffffff;
	height:50px;
	position:relative;
	width:100%;
	border-bottom: 1px solid #cccccc;
	}
#g_main .header_title h2 {
	background: url(../s_images/common/header_title_interview.png) no-repeat;
	background-size:cover;
	display:block;
	margin:auto;
	position:absolute;
	text-indent:-9999px;
	top:0px;left:0px;right:0px;bottom:0px;
	height:33px;
	width:225px;
	}

#g_main .header_button {
	background-color:#eeeeee;
	color:#333333;
	display:block;
	height:50px;
	position:relative;
	width:100%;
	}
#g_main .header_button p{
	height:1em;
	line-height:1em;
	margin:auto;
	position:absolute;
	text-align:center;
	top:0px;left:0px;right:0px;bottom:0px;
	}


/* 共通 タイトル  ****************************************/
#g_main .g_main_inner h3.title{
	border-bottom:5px solid #cccccc;
	color:#333333;
	display:block;
	font-weight:bold;
	margin-bottom:15px;
	padding:15px 0px 15px 5px;
	font-size:1.0em;
	}
#g_main .g_main_inner h3.title span{color:#afafaf; font-size:0.8em; padding-left:20px;}

#g_main .g_main_inner .chg_order_title {color:#999999; padding-bottom:10px;}
#g_main .g_main_inner .chg_order {}
#g_main .g_main_inner .chg_order:after{content:''; display:table; clear:both;}
#g_main .g_main_inner .chg_order {border: 2px solid #333333;border-radius:5px;margin-bottom:20px}
#g_main .g_main_inner .chg_order:after {clear:both;content:'';display:table;}
#g_main .g_main_inner .chg_order li {
	color:#333333;
	float:left;
	font-weight:bold;
	padding:5px 0px;
	text-align:center;
	width:50%;
	}
#g_main .g_main_inner .chg_order li:not(:last-of-type) {border-right:2px solid #333333;}
#g_main .g_main_inner .chg_order li.on {background-color:#333333;color:#ffffff;}
#g_main .g_main_inner .chg_order li span.en {display:none;}


/* 共通 リンク  ****************************************/
#g_main .g_main_inner .link {
	border:1px solid #cccccc;
	color:#333333;
	display:block;
	padding:20px 50px 20px 20px;
	position:relative;
	text-align:center;
	}
#g_main .g_main_inner .link:after {
	background: url(../s_images/common/g_icon_arrow04.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height:14px;
	margin: auto 0px;
	position: absolute;
	right: 20px;
	top: 0px;
	width:25px;
	}

/* 共通 アーカイブリスト  ****************************************/

#g_main #archive {
	background-color:#333333;
	border-radius: 5px;
	border: none;
	color: #cccccc;
	font-size: 120%;
	padding: 8px 5px 8px 15px;
	width:100%;
	}

#g_main .select_wrap{position:relative;background: #000000;margin-bottom:16px;padding:10px;}
#g_main .select_wrap:after{
	background:url(../s_images/common/g_icon_arrow06.png) no-repeat;
	background-size:cover;
	bottom:0px;
	content:'';
	height:6px;
	margin:auto 0px;
	position:absolute;
	right:20px;
	top:0px;
	width:10px;
	}

/*	共有　記事ページ****************************************/
#g_main .g_main_inner .txt-contents{
	padding:0 0 21px;
}

#g_main .g_main_inner .txt-contents .txt_title{
	font-weight: bold;
	font-size: 120%;
}

#g_main .g_main_inner .txt-contents .txt_body p{
	margin-bottom:15px;
}

#g_main .g_main_inner .txt-contents .interview_img{
	text-align: center;
	margin-bottom: 21px;
}

#g_main .g_main_inner .txt-contents p img{
  max-width: 100%;
	height:auto;
}
