/* Y'S GEAR | Y'S GEAR CLUB WEB : kazama.css */


/*======================================================================*
 *  [ article footer kazamaProfile ] 
 *======================================================================*/

.kazamaProfile {
	background: #ececec;
	margin: 0 0 50px 0;
	padding: 20px 30px; }

.kazamaProfile h3 {
	border-bottom: 1px solid #b2b2b6;
	float: right;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	width: 72.5%; }
.kazamaProfile h3 strong, 
.kazamaProfile h3 span { display: inline-block; }
html>/**/body .kazamaProfile h3 strong, 
html>/**/body .kazamaProfile h3 span {
    display /*\**/:inline\9 }
.kazamaProfile h3 strong { font-size: 129%; }
.kazamaProfile h3 span { font-weight: normal; }
.kazamaProfile h3 a { text-decoration: underline; }

.kazamaProfile img {
	box-sizing: border-box;
	display: block;
	float: left;
	height: auto;
	padding: 0 30px 0 0;
	width: 27.5%; }
html>/**/body .kazamaProfile img { height /*\**/:220px\9 }

.kazamaProfile dl {
	float: right;
	font-size: 86%;
	width: 72.5%; }
.kazamaProfile dd { line-height: 1.6; }


/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {
.kazamaProfile { padding: 15px 10px; }
.kazamaProfile h3 {
	float: none;
	width: auto; }
.kazamaProfile h3 br { display: none; }
.kazamaProfile img { padding: 0 10px 0 0; }
}


/*======================================================================*
 *  [ Media Queries 320 ] 
 *======================================================================*/

@media screen and (max-width: 320px) {
.kazamaProfile dl {
	float: none;
	width: auto; }
.kazamaProfile img { margin: 0 0 10px 0; }
}

