@charset "utf-8";
/** ----------------------------------------------------------------------------

	@ Style Name    : /css/common/base.css

	------------------------------------------------------------------------
	@ Style Information
		- Reset		
		- Html, Body, Anchor, Variable
		- Frame
		- Navigation
		- Layout
		- Module
		@@. Clearfix
---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Reset
 *	Copyright (c) 2010, Yahoo! Inc. All rights reserved.
 *	Code licensed under the BSD License:
 *	http://developer.yahoo.com/yui/license.html
 *	version: 2.8.2r1
---------------------------------------------------------------------------- **/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
img{max-width:100%;}

/** ----------------------------------------------------------------------------
	@ EXAMPLES FONT-SIZE for default 12px
	------------------------------------------------------------------------
	77%  = 09px   85%  = 10px   93%  = 11px   100% = 12px
	108% = 13px   116% = 14px   124% = 15px   131% = 16px
	139% = 17px   147% = 18px   154% = 19px   162% = 20px
	170% = 21px   177% = 22px   185% = 23px   193% = 24px
	200% = 25px
---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Html, Body, Anchor
---------------------------------------------------------------------------- **/
html {}
body {
	color:#3d3d3d;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:12px;
	*font-size:85%;
	line-height:1.5;
	-webkit-text-size-adjust:none;
}
strong {font-weight:bold;}

/** Theme Color
---------------------------------------------------------------------------- **/
#header,
.indexArea h4,
.indexArea li a:hover,
.introIndexArea li a:hover,
#footer .navFooter a:hover,
#footer .navFooter .current>a {
	background: #e6f3ef; /* usui */
}
#header h2,
.btnIndex a:link,
.btnIndex a:visited,
.btnPagetop a:link,
.btnPagetop a:visited,
.section .captionArea a:link,
.section .captionArea a:visited,
.indexArea h4,
.indexArea li a span,
.themeColor,
.btnZoom:link,
.btnZoom:visited,
.ttlIntro,
.ttlImpressions,
.introIndexArea h4 {
	color: #00b096; /* koi */
}
.columnArea,
.btnIndex a,
.btnPagetop a,
.summaryArea,
.profileArea {
	border: 1px #00b096 solid; /* koi */
}
.ttlColumn,
.btnIndex a:hover,
.btnPagetop a:hover {
	background: #00b096; /* koi */
}
#footer .navFooter li li,
.summaryArea .summaryMessage {
	border-top: 1px #00b096 solid; /* koi */
}
.indexArea li,
.introIndexArea li,
#footer .navFooter li {
	border-bottom: 1px #00b096 solid; /* koi */
}
.section h4 {
	border-bottom: 2px #00b096 solid; /* koi */
}
.section .messageArea .assortColor {
	color: #cee0f8; /* chotto koi */
}
.coverIntroIndex {
	background: #eafcf7; /* chotto usui */
}

/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
#container {
	width: 750px;
	margin: 0 auto;
	font-size:14px;
	*font-size:116%;
}

.taC {
	text-align:center;	
}

/** Header
---------------------------------------------------------------------------- **/
.logo {
	float: left;
	width: 190px;
	margin: 40px 0 10px;
}
.ttlTheme {
	float: right;
	margin: 20px 0 10px;
}

#header {
	clear: both;
	position: relative;
	margin: 10px 0;
	padding: 4px 10px;
	border-radius: 5px;
}
#header h2 {
	font-size:16px;
	*font-size:131%;
}
#header .txtTheme {
	font-weight: bold;
	margin: 0 10px 0 0;
	font-family: 'Cabin', sans-serif;
	font-size:22px;
	*font-size:177%;
}
#header .txtSubTitle {
	margin: 0 0 0 10px;
	font-size: 12px;
	*font-size: 100%;
}
#header .btnIndex {
	position: absolute;
	right: 6px;
	top: 50%;
	margin: -16px 0 0 0;
}
.headerDesc {
	margin: 20px 0 10px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px #eee solid;
}
.btnIndex a,
.btnPagetop a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 5px;
	background: #fff;
	border-radius: 3px;
}
.btnIndex a:link,
.btnIndex a:visited,
.btnPagetop a:link,
.btnPagetop a:visited {
	text-decoration: none;
}
.btnIndex a:hover,
.btnPagetop a:hover {
	color: #fff;
}

.captionArea .captionOverflow a:hover {
	color: #fff;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}


/** Intro
---------------------------------------------------------------------------- **/
.ttlIntro {
	margin: 20px 0 20px 0;
	padding: 45px 0 45px 120px;
	font-size: 32px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background: url(../../img/research/index/ico_ttl_intro.png) 0 50% no-repeat;
}
.introKeyword {
	font-size: 42px;
}
.introMessage {
	text-indent: 1em;
}
.introIndexArea {
	margin: 40px 0;
}


/** Summary
---------------------------------------------------------------------------- **/
.summaryArea {
	margin: 5px 0 0 0;
	border-radius: 5px;
	
}
.summaryArea .ttlSummary {
	margin: 15px 20px 10px;
	font-weight: bold;
	font-size:18px;
	*font-size:147%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.summaryArea .summaryMember {
	margin: 10px 20px 15px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:16px;
	*font-size:131%;
	font-weight: bold;
}
.summaryArea .txtCareer {
	font-weight: normal;
	font-size:14px;
	*font-size:116%;
}
.summaryArea .summaryMessage {
	padding: 15px 20px;
	text-indent: 1em;
}

/** Impressions
---------------------------------------------------------------------------- **/
.impressionsArea {
	margin: 0 0 40px 0;
}
.ttlImpressions {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 10px;
}
.txtImpressions {
	text-indent: 1em;
}

/** Interlocutor
---------------------------------------------------------------------------- **/
.interlocutorArea {
	overflow: hidden;
	margin: 0 20px 20px;
}
.interlocutorArea .leftColumns {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}
.interlocutorArea .rightColumns {
	float: right;
	width: 468px;

}
.interlocutorArea .interlocutorName {
	margin: 0 0 5px 0;
	font-weight: bold;
}
.interlocutorArea .interlocutorVertically {
	display: block;
	width: 60%;
	margin: 0 auto;
}

/** Profile
---------------------------------------------------------------------------- **/
.profileArea {
	overflow: hidden;
	margin: 30px 0;
	padding: 20px;
}
.profileArea .leftColumns {
	float: left;
	width: 180px;
}
.profileArea .leftColumns .profileVertically {
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto;
}
.profileArea .rightColumns {
	float: right;
	width: 508px;
}
.profileArea .profileName {
	margin: 0 0 5px 0;
	font-weight: bold;
}
.profileArea .profileCaption {
	display: block;
	margin: 5px 0 0 0;
	padding: 5px 5%;
	background: #fafafa;
	font-size: 12px;
}
.profileAreaResearch .leftColumns {
	float: left;
	width: 300px;
	text-align: center;
}
.profileAreaResearch .rightColumns {
	float: right;
	width: 393px;
}

.profileAreaonecolm {
	width:77%;
	box-sizing:border-box;
}

.profileAreaonecolm .rightColumns {
	float:none;
	margin:0 0 10px 0;
	width:auto;
}

.profileAreaonecolm .leftColumns {
	float: none;
	width: auto;
	font-size:12px;
}

.profileAreaonecolm .leftColumns img {
	margin:0 0 10px 0;
}

 
/** Index
---------------------------------------------------------------------------- **/
.indexArea {
	overflow: hidden;
	margin: 30px 0;
}
.indexArea h4 {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 0 0 40px;
	line-height: 60px;
	border-radius: 100%;
	text-align: center;
	font-weight: bold;
}
.indexArea ol {
	overflow: hidden;
	float: right;
	width: 640px;
}
.indexArea .oneColumns {
	width: 600px;
}
.indexArea li {
	float: left;
	width: 45%;
	margin: 0 0 0 5%;
}
.indexArea .oneColumns li {
	float: none;
	width: auto;
	margin: 0;
}
.indexArea li a {
	display: block;
	padding: 5px;
}
.indexArea li a:link,
.indexArea li a:visited {
	color: #333;
	text-decoration: none;
}
.indexArea li a span {
	margin: 0 10px 0 0;
}

/** introIndex
---------------------------------------------------------------------------- **/
.introIndexArea {
	overflow: hidden;
	margin: 30px 0;
}
.introIndexArea h4 {
	letter-spacing: 1em;
	font-size: 16px;
	*font-size: 131px;
	font-weight: bold;
}
.introIndexArea h5 {
	margin: 0 0 5px;
	font-weight: bold;	
}
.introIndexArea h6 {
	margin: 20px 0 -10px;
	font-weight: bold;
}
.introIndexArea p {
	font-size: 12px;
	*font-size: 100%;
}
.introIndexArea ol {
	margin: 10px 0;
}
.introIndexArea li {
	position: relative;
}
.introIndexArea a {
	display: block;
	padding: 5px 10px;
}
.introIndexArea a:link,
.introIndexArea a:visited {
	color: #333;
	text-decoration: none;
}
.wrapIntroIndex {
	float: right;
	width: 70%;
}
.introIndexMain {
	font-size: 16px;
}
.introIndexThumb {
	float: left;
	width: 26%;
}
.introIndexSub .introIndexThumb {
	width: 22%;
	margin: 0 0 0 4%;
}
.introIndexThumb01 {
	margin: 42px 0 0 0;
}
.introIndexThumb02 {
	margin: 35px 0 0 0;
}
.coverIntroIndex {
	overflow: hidden;
	padding: 20px 20px 20px 0;
}
.introIndexNum {
	display: inline-block;
	width: 2em;
	position: absolute;
	left: -35px;
	top: 50%;
	margin: -0.5em 0 0 0;
	text-align: right;
}

/** Section
---------------------------------------------------------------------------- **/
.section {
	position: relative;
	margin: 0 0 80px 0;
}
.section h4 {
	padding: 0 0 5px 5px;
	font-size: 15px;
	*font-size: 124%;
	font-weight: bold;
}
.section h4 span {
	margin: 0 10px 0 0;
}
.section .textArea,
.section .messageArea {
	overflow: hidden;
}
.section .messageArea .speaker {
	float: left;
	width: 10%;
	padding: 20px 0 0;
	font-weight: bold;
	font-size: 13px;
	*font-size: 108%;
}
.section .messageArea .wrapMessage {
	overflow: hidden;
	padding: 20px 20px 0 0;
	width: 65%;
	border-right: 1px #ccc solid;
}
.section .textArea .wrapText {
	overflow: hidden;
	padding: 20px 20px 0 0;
	width: 75%;
	border-right: 1px #ccc solid;
}
.section .textArea .wrapTextNonBd,
.section .messageArea .wrapTextNonBd {
		padding-bottom: 40px;
		border-right: none;
		width: auto;
}
.section .textArea .wrapText p,
.section .messageArea .wrapMessage p {
/* 	margin: 0 0 1em 0; */
	text-indent: 1em;
}

.section .textArea .wrapText p.ti0,
.section .messageArea .wrapMessage p.ti0 {
/* 	margin: 0 0 1em 0; */
	text-indent:0;
}
.section .textArea .wrapText p:last-child,
.section .messageArea .wrapMessage p:last-child {
	margin-bottom: 0;
}
.section .textPhoto,
.section .textPhotoHalf,
.section .textPhotoQuarter,
.section .textPhotoHalfUp,
.section .messagePhotoLarge,
.section .messagePhotoSmall,
.section .messagePhoto {
	float: right;
	width: 240px;
	margin: 0 0 10px 10px;
}
.section .messagePhotoLarge {
	width: 230px;
}
.section .messagePhotoMidium {
	width: 200px;
}
.section .messagePhotoSmall {
	width: 130px;
}
.section .messagePhotoXSmall {
	width: 100px;
}
.section .messagePhotoL {
	float: left;
	margin: 0 10px 10px 0;
}
.section .textArea .wrapText .textPhotoHalfUp {
	width: 60%;
	text-indent: 0;
}
.section .textArea .wrapText .textPhotoHalf {
	width: 280px;
	text-indent: 0;
}
.section .textArea .wrapText .textPhotoQuarter {
	width: 25%;
	text-indent: 0;
}
.section .messageArea .wrapMessage .messagePhotoFull {
	clear: both;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	text-indent: 0;
}
.section .textArea .wrapText .textPhotoFull {
	clear: both;
	width: 320px;
	margin: 20px auto;
	text-indent: 0;
}

.section .textArea .wrapText .textPhotoLarge {
	clear: both;
	width: 380px;
	margin: 20px auto;
	text-indent: 0;
}
.section .messageArea .wrapMessage .messagePhotoFit {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	text-indent: 0;
	text-align:center;
}

.section .messageArea .wrapMessage .messagePhotoFitSmall img {
	width:320px;
}

.section .textArea .wrapText .textPhotoFit {
	clear: both;
	width: 560px;
	margin: 10px auto;
	text-indent: 0;
}

.section .textArea .wrapText .photoSpace {
	margin: 10px auto 30px;
}

.section .textArea .wrapText .textPhotoCenter {
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.txtPhotoChildMini {
	text-align: center;
}
.section .textArea .wrapText .textPhotoCaption {
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 5px 5%;
	width: 90%;
	background: #fafafa;
	font-size: 10px;
	*font-size: 85%;
}
.section .textArea .wrapText .textMovieCaption {
	display:block;
	margin: 10px auto 30px;
	width:250px;
	padding: 10px 15px;
}
.section .messageArea .wrapMessage .messagePhotoCaption {
	display:block;
	padding: 5px 0;
	width: 100%;
	font-size: 12px;
	*font-size: 100%;
	text-indent: 0;
	text-align:left;

}
.section .textArea .wrapText .textPhotoCaption em {
	font-size: 12px;
	*font-size: 100%;
	line-height: 1.8;
}
.btnPagetop {
	position: absolute;
	right: 0;
	bottom: 0;
}
.btnZoom {
	text-align: right;
	display: block;
	font-size: 100%;
}
.btnZoom:hover {
	text-decoration: none;
}
.popupPhoto {
	margin: 20px 0;
}
.popupPhotoCaption {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #fafafa;
}
.popupPhotoCaption em {
	font-weight: bold;
}
.photoCopyright {
	position: absolute;
	left: 75%;
	bottom: -3em;
	margin: 0 0 0 -7em;
}
.txtPhotoChildMini img {
	width: 65%;
}
.section .textArea .wrapText .txtPhotoChildMini .textPhotoCaption {
	text-align: left;
}
.movie {
	width:280px;
	margin:20px auto 0;
}

.messageAnnouncement {
	margin:15px 0 0 0;
	font-size: 12px;
	*font-size: 100%;	
}

.messageAnnouncement a {
	color: #00b096; /* koi */
}

.italic {
	font-style:italic;	
}

.fwN {
	font-weight:normal;	
}

.captionAuther {
	margin:5px 0 0 0;
	display:block;	
}

.section .textArea .wraptextOverflow {
	padding:20px 20px 213px 0;
}

.section .captionOverflow {
	bottom:-35px;	
}	



/*** Fade Photo
---------------------------------------------------------------------------- **/
.fadeLoopPhoto {
	position: relative;
}
.fadeLoopPhotoItem {
	position: absolute;
	left: 0;
	top: 0;
}
/* 088 Temp */
.textPhoto06 {
	position: absolute;
	left: 0;
	top: 0;
}


/*** Caption
---------------------------------------------------------------------------- **/
.section .captionArea {
	position: absolute;
	right: 0;
	top: 40px;
	width: 20%;
	font-size: 11px;
	*font-size: 93%;
	word-break: break-all;
}
.section .captionArea dt {
	margin: 0 0 5px 0;
	font-weight: bold;
}
.section .captionArea dd {
	margin: 0 0 20px 0;
}

.section .captionArea dd.marginAdjust {
	margin: 0 0 5px 0;
	text-align:center;
}

/*** Column
---------------------------------------------------------------------------- **/
.columnArea {
	padding: 3px;
}
.columnArea .textArea {
	padding: 0 0 20px 20px;
}
.ttlColumn {
	margin: 0 0 20px 0;
	padding: 5px 10px;
	color: #fff;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	*font-size: 131%;
	letter-spacing: 1px;
}
.columnArea .btnPagetop {
	right: 10px;
	bottom: 20px;
}


/** Footer
---------------------------------------------------------------------------- **/
#footer {
	overflow: hidden;
	padding: 30px 0;
	border-top: 1px #ccc solid;
}
#footer .navFooter li {
	font-weight: bold;
	font-size: 12px;
	*font-size: 100%;
}
#footer .navFooter a {
	display: block;
	padding: 5px;
}
#footer .navFooter li a:link,
#footer .navFooter li a:visited {
	color: #333;
	text-decoration: none;
}
#footer .navFooter li a span {
	margin: 0 10px 0 0;
}
#footer .navFooter li li a {
	padding-left: 5em;
}
#footer .navFooter li li {
	border-bottom: none;
}
#footer .btnIndex {
	float: right;
	display: inline;
	margin: 0 0 60px;
}
#footer .btnBanner {
	width: 296px;
	margin: 30px auto 0 20%;
}


.clearfix:after {
	visibility:hidden;
	clear:both;
	display:block;
	content:" ";
	height:0;
	font-size:0;
}
* html .clearfix {zoom:1; /* IE6 */}
*:first-child+html .clearfix {zoom:1; /* IE7 */}

/*** R Main image
---------------------------------------------------------------------------- **/
.mainArea {
	position: relative;
	margin: 0 0 30px 0;
	text-align: center;
}

.navMain {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.navMain a {
	position: absolute;
	display: block;
}

.navMain01 {
	left: 0;
	top: 0;
	width: 30%;
	height: 50%;
}

.navMain02 {
	left: 0;
	top: 50%;
	width: 30%;
	height: 50%;
}

.resultArea {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.resultArea img {
	display: none;
}


@media only screen and (max-width: 992px) and (min-width: 768px) { /* for tablet */

	#container {
		width: auto;
		padding: 0 20px;
	}
	/** Header
	---------------------------------------------------------------------------- **/
	.profileArea .leftColumns,
	.interlocutorArea .leftColumns {
		float: left;
		width: 30%;
	}
	.profileArea .rightColumns,
	.interlocutorArea .rightColumns {
		float: right;
		width: 65%;
		margin: 0 0 0 5%;
	}
	.interlocutorArea .leftColumns {
		margin: 0;
	}
	
	.profileAreaonecolm {
		width:auto;
		box-sizing:border-box;
	}

	.profileAreaonecolm .rightColumns {
		float:none;
		margin:0 0 10px 0;
		width:auto;
	}
	
	.profileAreaonecolm .leftColumns {
		float:none;
		margin:0 0 10px 0;
		width:auto;
	}
	/** Section
	---------------------------------------------------------------------------- **/
	.section .textArea .wrapText .textPhotoHalf {
		width: 50%;
	}
	
	/** Profile
	---------------------------------------------------------------------------- **/
	.profileArea {
		overflow: hidden;
		margin: 30px 0;
		padding: 20px;
	}

	.profileArea .profileName {
		margin: 0 0 5px 0;
		font-weight: bold;
	}
	
	.indexArea h4 {
		margin: 0 0 0 50px;
	}
	.indexArea ol {
		overflow: hidden;
		float: right;
		width: 80%;
		margin: -60px 0 0 0;
		padding: 0 0 0 20%;
	}
	.indexArea .oneColumns {
		width: 80%;
	}
	
	/*** R Main image
	---------------------------------------------------------------------------- **/



}
@media only screen and (max-width: 767px) { /* for smartphone */

	#container {
		width: auto;
	}
	
	/** Header
	---------------------------------------------------------------------------- **/
	.logo {
		width: 40%;
		margin: 55px 0 10px 10px;
	}
	.ttlTheme {
		width: 40%;
		margin: 20px 10px 10px 0;
		text-align: right;
	}
	#header {
		border-radius: 0;
	}
	#header h2 {
		padding: 0 110px 0 0;
		font-size:14px;
		*font-size:131%;
	}
	#header .txtTheme {
		font-size:18px;
		*font-size:177%;
	}
	#header .txtSubTitle {
		display: block;
		font-size: 12px;
		*font-size: 100%;
		margin: 0;
	}
	.snsArea {
		padding: 10px 10px;
	}
	/** Summary
	---------------------------------------------------------------------------- **/
	.summaryArea {
		margin: 10px 0 0 0;
		border-right: none;
		border-left: none;
		border-radius: 0;	
	}
	.summaryArea .ttlSummary {
		margin: 15px 10px 10px;
	}
	.summaryArea .summaryMember {
		margin: 10px 10px 15px;
	}
	.summaryArea .summaryMessage {
		padding: 15px 10px;
	}
	
	/** Interlocutor
	---------------------------------------------------------------------------- **/
	.profileArea,
	.interlocutorArea {
		overflow: hidden;
		margin: 0 10px 20px;
	}
	
	.profileArea .leftColumns {
		float: none;
		width: 60%;
		margin: 0 auto 20px;
	}
	.profileArea .rightColumns {
		float: none;
		width: auto;
		margin: 0;
	}
	
	.profileAreaonecolm {
		width:auto;
		box-sizing:border-box;
	}
	
	.interlocutorArea .leftColumns {
		float: none;
		width: 60%;
		margin: 20px auto 0;

	}
	.interlocutorArea .rightColumns {
		float: none;
		width: auto;		
		margin: 0;
	}

	.profileArea .rightColumns {
		float: none;
		width: 60%;
		margin: 0 auto 20px;
	}
	

	/** Profile
	---------------------------------------------------------------------------- **/
	.profileArea {
		overflow: hidden;
		margin: 0 10px 20px;
	}
	.profileArea .leftColumns {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
	}
	.profileArea .rightColumns {
		float: none;
		width: auto;
		margin: 0;
	}
	
	.profileAreaonecolm .rightColumns {
		float:none;
		margin:0 0 10px 0;
		width:auto;
	}
	
	/** Introduction
	---------------------------------------------------------------------------- **/
	.introArea {
		padding: 0 10px;
	}
	.ttlIntro {
		padding: 25px 0 25px 60px;
		font-size: 16px;
		background-position: 0 50%;
		-webkit-background-size: 43px 63px;
		background-size: 43px 63px;
	}
	.ttlIntro .introKeyword {
		font-size: 22px;
	}
	
	/** impressions
	---------------------------------------------------------------------------- **/
	.impressionsArea {
		padding: 0 10px;
	}
	
	/** Index
	---------------------------------------------------------------------------- **/
	.indexArea {
		margin: 30px 0;
	}
	.indexArea h4 {
		float: none;
		width: auto;
		height: auto;
		line-height: 1;
		margin: 0;
		padding: 10px 0;
		border-radius: 0;
	}
	.indexArea .oneColumns,
	.indexArea ol {
		float: none;
		width: auto;
	}

	.indexArea li {
		float: none;
		width: auto;
		margin: 0;
	}
	.indexArea li a {
		padding: 10px;
	}
	
	/** Intro Index
	---------------------------------------------------------------------------- **/
	.introIndexArea h4,
	.introIndexArea h5,
	.introIndexArea p {
		padding: 0 10px;
	}
	.wrapIntroIndex {
		float: none;
		width: auto;
	}
	.introIndexThumb {
		display: none;
		float: none;
	}
	.ttlIntro img {
		width: 30px;
		height: 30px;
	}
	.coverIntroIndex {
		padding: 20px 0;
	}
	.introIndexNum {
		display: none;
	}

	
	/** Section
	---------------------------------------------------------------------------- **/
	.section {
		margin: 0 0 100px 0;
	}
	.section .textArea,
	.section .messageArea .speaker {
		float: none;
		width: auto;
		padding: 10px 10px 5px;
	}
	.section .textArea .wrapText,
	.section .messageArea .wrapMessage {
		padding: 0 10px 10px;
		width: auto;
		border-right: none;
	}
	.section .messageAreaOdd {
		background: #fafafa;
	}
	.btnPagetop {
		position: static;
		float: right;
		display: inline;
		margin: 10px 10px 0 0;
	}
	.photoCopyright {
		position: static;
		margin: 10px 20px 0 0;
		text-align: right;
	}
	.section h4 {
		padding: 0 10px 5px 10px;
	}
	.section .textArea .wrapText .textPhotoFull,
	.section .messageArea .wrapMessage .messagePhotoFull,
	.section .textArea .wrapText .textPhotoFit,
	.section .messageArea .wrapMessage .messagePhotoFit {
		width: auto;
	}
	.section .textArea .wrapText .textPhotoQuarter,
	.section .messageArea .wrapMessage .messagePhotoQuarter,
	.section .textArea .wrapText .textPhotoHalfUp,
	.section .messageArea .wrapMessage .messagePhotoHalfUp,
	.section .textArea .wrapText .textPhotoHalf {
		width: 50%;
	}
	.section .messagePhoto {
		float: right;
		width: 180px;
		margin: 0 0 10px 10px;
	}
	.section .messagePhotoSmall {
		width: 130px;
	}
	
	.section .textArea .wrapText .textPhotoLarge {
		clear: both;
		width: auto;
		text-indent: 0;
	}
	
	.section .textArea .wrapText .textPhotoCenter {
		text-align:center;
	}
	
	.section .captionArea dd img {
		margin:0 auto;
		display:block;
	}

	
	/*** Caption
	---------------------------------------------------------------------------- **/
	.section .captionArea {
		position: static;
		right: auto;
		top: auto;
		width: auto;
		margin: 20px 10px 10px 10px;
		padding: 10px 10px 0 10px;
		font-size: 12px;
		*font-size: 100%;
		border: 1px #ccc solid;
	}

	/*** Column
	---------------------------------------------------------------------------- **/
	.columnArea {
		overflow: hidden;
		margin-right: 10px;
		margin-left: 10px;
	}
	
	/** Footer
	---------------------------------------------------------------------------- **/
	#footer .btnIndex {
		float: right;
		display: inline;
		margin: 30px 10px 60px;
	}
	#footer .btnBanner {
		margin: 30px auto;
	}
	#footer .navFooter li li a {
		padding-left: 1em;
	}
	
	/*** R Main image
	---------------------------------------------------------------------------- **/

}


@font-face {
	font-family: 'fontello';
	src: url('../../font/fontello.eot?64549251');
	src: url('../../font/fontello.eot?64549251#iefix') format('embedded-opentype'),
	url('../../font/fontello.woff?64549251') format('woff'),
	url('../../font/fontello.ttf?64549251') format('truetype'),
	url('../../font/fontello.svg?64549251#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}
 
.icon-right-open-big:before { content: '\e800'; } /* '' */
.icon-left-open-big:before { content: '\e801'; } /* '' */
.icon-search:before { content: '\e802'; } /* '' */
.icon-up-dir:before { content: '\e803'; } /* '' */
.icon-left-dir:before { content: '\e804'; } /* '' */
.icon-cancel-circled:before { content: '\e805'; } /* '' */
