.profile .global.main section { overflow: hidden; }
.profile .global.main header nav {
	border-bottom: 1px solid #cccccc;
	height: 39px;
	line-height: 39px;
}
.profile .global.main header nav a {
	font-weight: normal;
	font-size: 14px;
	color: #0499e5;
	height: 39px;
}
.profile img { vertical-align: bottom; }
.profile .photo {
	text-align: center;
	margin-bottom: 17px;
}
.profile .photo .name {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	margin: 10px 0;
}
.profile .photo .name span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.profile .global.main h2 {
	box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
	line-height: 1;
}
.profile .tab3 {
	padding: 0 6px;
	border-bottom: solid 5px #e01d7c;
	margin-bottom: 15px;
}
.profile .tab3 li {
	cursor: pointer;
	float: left;
	width: 97px;
	background: #f2f2f2;
	border: solid 1px #d2d0d1;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 16px 0 14px;
	margin: 0 1.5px;
}
.profile .tab3 li.cur {
	background: -moz-linear-gradient(top, #e44b96 0%, #e44b96 50%, #e01d7c 50%, #e01d7c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e44b96), color-stop(50%, #e44b96), color-stop(50%, #e01d7c), color-stop(100%, #e01d7c));
	background: -webkit-linear-gradient(top, #e44b96 0%, #e44b96 50%, #e01d7c 50%, #e01d7c 100%);
	background: -o-linear-gradient(top, #e44b96 0%, #e44b96 50%, #e01d7c 50%, #e01d7c 100%);
	background: linear-gradient(to bottom, #e44b96 0%, #e44b96 50%, #e01d7c 50%, #e01d7c 100%);
	color: #ffffff;
}
.profile .tab_cont {
	margin-bottom: 25px;
	border-bottom: solid 5px #e01d7c;
	position: relative;
}
.profile .tab_cont section h2 { position: relative;}
.profile .tab_cont section h2 .ex_btn {
	position: absolute;
	right: 2%;
	top: 18%;
}
.profile #tab_cont1, .profile #tab_cont2 { display: none; }
.profile .basic table { width: 100%; }
.profile .basic table tr { border-bottom: dotted 1px #cdcdcd; }
.profile .basic table tr:last-child { border-bottom: none; }
.profile .basic table th {
	font-size: 14px;
	line-height: 1.25;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 7px 0px 8px 5px;
}
.profile .basic table td {
	font-size: 14px;
	line-height: 1.25;
	text-align: left;
	vertical-align: top;
	padding: 7px 5px 8px 0px;
}
.profile .basic .link {
	background: url(../img/bg_stripe_emerald_01.gif);
	background-size: 21px 21px;
	text-align: center;
	padding: 13px 0;
}
.profile .basic .link a {
	width: 148px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 0 1px 1px black;
	background: -moz-linear-gradient(top, #54d9f9 0%, #20afec 50%, #089de7 50%, #0289cf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #54d9f9), color-stop(50%, #20afec), color-stop(50%, #089de7), color-stop(100%, #0289cf));
	background: -webkit-linear-gradient(top, #54d9f9 0%, #20afec 50%, #089de7 50%, #0289cf 100%);
	background: -o-linear-gradient(top, #54d9f9 0%, #20afec 50%, #089de7 50%, #0289cf 100%);
	background: linear-gradient(to bottom, #54d9f9 0%, #20afec 50%, #089de7 50%, #0289cf 100%);
	border-radius: 10px;
	margin: 0 6px 12px;
}
.profile .basic .link a span {
	background-image: url(../img/ico_arrow_white_01.png);
	background-repeat: no-repeat;
	background-position: 130px center;
	background-size: 11px 17px;
	width: 148px;
	display: block;
}
.profile .global.main p.more a {
	display: inline;
	float: right;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
	padding-right: 30px;
	background-image: url(../img/ico_arrow_white_01.png);
	background-repeat: no-repeat;
	background-position: 121px center;
	background-size: 11px 17px;
	width: 110px;
	height: 35px;
	text-align: center;
}
.profile .global.main p.more a span {
	display: block;
	background: #fff;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
}
.profile .global.main p.more {
	overflow: hidden;
 *zoom: 1;
	margin: 15px 0;
	padding: 1px 0 2px 0;
}
.profile .global.main section.machiuke {
	background: url(../img/profile/bg_stripe_machiuke.gif);
	background-size: 21px 21px;
}
.profile .global.main .machiuke a {
	/*font-weight: normal;*/
	font-size: 14px;
	color: #40a902;
}
.profile .global.main .machiuke p.more a {
	background-color: #66b338;
	color: #40a902;
}
.profile .global.main section.onsei {
	background: url(../img/profile/bg_stripe_onsei.gif);
	background-size: 21px 21px;
}
.profile .global.main .onsei a {
	/*font-weight: normal;*/
	font-size: 14px;
	color: #1447b0;
}
.profile .global.main .onsei p.more a {
	background-color: #1447b0;
	color: #1447b0;
}
.profile .global.main section.recent {
	background: url(../img/profile/bg_stripe_recent.gif);
	background-size: 21px 21px;
}
.profile .global.main .recent .list01 a {
	font-weight: normal;
	font-size: 14px;
	color: #0398e5;
	padding-left: 5px;
}
.profile .global.main .recent p.more a {
	background-color: #0398e5;
	color: #0398e5;
}
.profile .global.main .recent .list01 a span {
	padding-left: 32px;
	display: block;
	background-size: 28px 23px;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.profile .global.main .recent a span.blog {
	background-image: url(../img/profile/icon_blog.png);
	color: #fb7d02;
}
.profile .global.main .recent a span.theater {
	background-image: url(../img/profile/icon_theater.png);
	color: #1bb213;
}
.profile .global.main .recent a span.event {
	background-image: url(../img/profile/icon_event.png);
	color: #e736c4;
}
.profile .global.main .recent a span.item {
	background-image: url(../img/profile/icon_item.png);
	color: #f34a4a;
}
.profile .global.main section.blog {
	background: url(../img/profile/bg_stripe_blog.gif);
	background-size: 21px 21px;
}
.profile .global.main .blog a {
	font-weight: normal;
	font-size: 14px;
	color: #fb7d02;
}
.profile .global.main .blog p.more a {
	background-color: #fbac02;
	color: #fb7d02;
}
.profile .global.main section.theater {
	background: url(../img/profile/bg_stripe_theater.gif);
	background-size: 21px 21px;
}
.profile .global.main .theater a {
	font-weight: normal;
	font-size: 14px;
	color: #1bb213;
}
.profile .global.main .theater p.more a {
	background-color: #1bb213;
	color: #1bb213;
}
.profile .global.main section.event {
	background: url(../img/profile/bg_stripe_event.gif);
	background-size: 21px 21px;
}
.profile .global.main .event a {
	font-weight: normal;
	font-size: 14px;
	color: #e736c4;
}
.profile .global.main .event p.more a {
	background-color: #e736c4;
	color: #e736c4;
}
.profile .global.main section.item {
	background: url(../img/profile/bg_stripe_item.gif);
	background-size: 21px 21px;
}
.profile .global.main .item a {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}
.profile .global.main .item p.more a {
	background-color: #f34a4a;
	color: #f34a4a;
}
.profile .global.main .item ul.list01 p.images {
	display: table-cell;
	padding-right: 8px;
	vertical-align: top;
}
.profile .global.main .item ul.list01 p.images img {
	display: block;
	border: 2px solid #fa6922;
}
.profile .global.main .item ul.list01 p.texts {
	display: table-cell;
	vertical-align: middle;
}
.profile .global.main .item ul.list01 p.texts strong {
	font-weight: bold;
	font-size: 16px;
	color: #f34b4b;
}
.profile .global.main section.news {
	background: url(../img/profile/bg_stripe_news.gif);
	background-size: 21px 21px;
}
.profile .global.main .news a {
	font-weight: normal;
	font-size: 14px;
	color: #1db216;
}
.profile .global.main .news p.more a {
	background-color: #1bb213;
	color: #1bb213;
}
.profile .tab2 { padding: 0 6px; }
.profile .tab2 li span,
.profile .tab2 li a {
	float: left;
	width: 146px;
	background: #f2f2f2;
	border: solid 1px #d2d0d1;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 16px 0 14px;
	margin: 0 3px;
}
.profile .tab2 li a {
	color: #000000 !important;
}
.profile.profile_machiuke .tab2 li.cur span {
	background: -moz-linear-gradient(top, #69b43c 0%, #84c85c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69b43c), color-stop(100%, #84c85c));
	background: -webkit-linear-gradient(top, #69b43c 0%, #84c85c 100%);
	background: -o-linear-gradient(top, #69b43c 0%, #84c85c 100%);
	background: linear-gradient(to bottom, #69b43c 0%, #84c85c 100%);
	color: #ffffff;
}
.profile.profile_onsei .tab2 li.cur span {
	background: -moz-linear-gradient(top, #1648b1 0%, #6f8ecf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1648b1), color-stop(100%, #6f8ecf));
	background: -webkit-linear-gradient(top, #1648b1 0%, #6f8ecf 100%);
	background: -o-linear-gradient(top, #1648b1 0%, #6f8ecf 100%);
	background: linear-gradient(to bottom, #1648b1 0%, #6f8ecf 100%);
	color: #ffffff;
}
.profile.profile_machiuke .global.main section.machiuke {
	background: none;
	margin-top: 20px;
}
.profile.profile_onsei .global.main section.onsei {
	background: none;
	margin-top: 20px;
}
.profile.profile_machiuke .global.main section.machiuke ul.list01 {
	margin-bottom: 25px;
	border-top: solid 5px #83c75a;
	border-bottom: solid 5px #83c75a;
}
.profile.profile_onsei .global.main section.onsei ul.list01 {
	margin-bottom: 25px;
	border-top: solid 5px #6f8ecf;
	border-bottom: solid 5px #6f8ecf;
}
