/* float設定 */
.floatL { float:left; }
.floatR { float:right; }

/* font設定 */
body {
	font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}

.font_xs  { font-size:84%; } /*10px*/
.font_s { font-size:92%; } /*11px*/
.font_l { font-size:109%; } /*13px*/
.font_xl { font-size:117%; } /*14px*/

/* ここから下に各ページオリジナルの設定を書いて下さい */
body {
	overflow:hidden;
	background-color:#ffffff;
}
#content {
	width: 320px;
	margin: 0 auto;
	padding: 0;
}
#ecContent {
	text-align:center;
	font-size:13px;
	line-height:161%;
}

#btnHeadlogo {
	text-align:right;
}
#btnHeadlogo img {
	width:50%;
}
#ecHeader {
	margin:0 0 20px 0;
}
#imgHeader {
	margin:0 0 20px 0;
}
#txtHeader {
	text-align:left;
	width:92%;
	margin:0 auto;
}

#blkProf {
	text-align:left;
	line-height:150%;
	background-color:#d9d9d9;
	padding:10px 0;
	margin:0 0 43px 0;
}
#blkProf ul {
	width:90%;
	margin:0 auto;
}
#blkProf ul.listEnd {
	margin-bottom:13px;
}
.ttlName {
	font-size:92%;
	font-weight:bold;
	line-height:130%;
	width:171px;
	margin:10px 0 4px 0;
}
.txtSmall {
	font-size:77%;
}
.txtName {
	font-size:77%;
	line-height:140%;
	width:171px;
}

#blkPage {
	margin:0 0 30px 0;
}
.imgPage {
	margin-bottom:17px;
}
.ttlPage {
	text-align:left;
	font-size:131%;
	font-weight:bold;
	width:92%;
	margin:0 auto 17px auto;
}
.txtPage {
	text-align:left;
	width:92%;
	margin:0 auto;
}

.blkItem {
	margin-bottom:41px;
}
.imgItem {
	margin-bottom:9px;
}
.btnItem {
	margin-bottom:34px;
}
ul.btnItem05 {
	width:90%;
	margin:0 auto 34px auto;
}
ul.btnItem05 li {
	width:138px;
}
.txtTalk {
	text-align:left;
	width:92%;
	margin:0 auto 17px auto;
}
.txtMan {
	font-weight:bold;
}

#ecFooter {
}
ul#sns {
	width:100%;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
ul#sns li a {
	display:block;
	text-align:center;
}
li#fb a {
	border-right:1px solid #000000;
	padding:15px 75px;
}
li#tw {
	padding:15px 69px;
}
#btmFooter {
	background-color:#eeeeee;
	padding:21px 0 15px 0;
}
#logoFooter {
	margin-bottom:24px;
}


/*#header {
	display:none;
}*/
.footer {
	display:none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ユーザーエリア */
#user_area { display:none; }
/* 検索 */
#search_area { display:none; }

/* 各ページオリジナルの設定はここまで */