@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body{
	background-color:#FFFFFF;
	font-size: 12px;
	line-height: 180%;
	color:#646469;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
}
img{
	border:0;
}
p {
	margin: 0;
}
h4 {
	font-size:18px;
	color:#FF0000;
	line-height:180%;
}

.categoly{
	font-weight:800;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}


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


#wrapper{
	width:852px;
	margin:0 auto;
}
#header{
	width:234px;
	margin:45px auto;
}

#prof_photo{
	width:300px;
	float:left;
	margin-top:20px;
}
#prof_txt{
	width:550px;
	float:left;
	margin-top:20px;
}

.mb15{
	margin-bottom:15px;
}
.mb25{
	margin-bottom:25px;
}

/*テスト追加*/
#tabs li {
	float:left;
	height:44px;
	margin-right:3px;
}
#tab2,
#tab3,
#tab4
 {
	display: none;
}
/*テスト追加*/

/* タブ関係 */
#tab-block{
	margin:50px 0 0 0;
}

.btn_tab li{
	height:44px;
	float:left;
	margin-right:3px;
}

.container_tab{
	background:#E6E6E6;
	width:750px;
	padding:50px;
}

.tab-photo{
	width:440px;
	float:left;
	margin-right:30px;
}
.tab-item{
	width:145px;
	float:left;
	margin-right:20px;
	margin-bottom:35px;
}
.tab-btn{
	width:110px;
	height:auto;
	float:left;
	padding-top:4em;
}

#store-btn{
	width:244px;
	margin:30px auto;
}

p.footer{
	/*position:absolute;
	top:500px;
	left:240px;*/
	text-align:center;
	display:block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 150%;
	color: #656565;
	padding:20px 0 30px 0;
}

/* clearfix */
.cf{ /zoom : 1;}
.cf:after{ content : ''; display : block; clear : both; height:0; }