@charset "UTF-8";

/* ****************************************************************** 

	--detail.css--

	1. Layout setting
		1-1. Main styles
		1-2. Mobile styles

****************************************************************** */

/*==================================================================
	1. Style setting
===================================================================*/

/* ------------------------------------------------------------------
	1-1. Main styles
-------------------------------------------------------------------*/

#content .detailBox {
	background-color:#fff;
	padding:22px 0;
	margin:0 15px 23px 0;
}

#content .detailInner {
	margin:0 auto;
	width:690px;
}

#content .leftPhoto {
	float:left;
	width:333px;
}

#content .leftPhoto img {
	width:100%;
}

#content .rightText {
	float:right;
	font-size:90%;
	line-height:1.6;
	color:#818181;
	width:332px;
}

#content .rightText h1 {
	background:url(/img/common/ico_window.gif) left 2px no-repeat;
	font-weight:bold;
	font-size:140%;
	margin:19px 0 4px 0;
	padding-left:31px;
}

#content .rightText .tagBox {
	background:url(/img/common/bg_dottedline.gif) left top repeat-x;
	padding:13px 0 10px 0;
}

#content .rightText .tagBox p span {
	font-weight:bold;
	padding-right:5px;
}

#content #contactBtn02 {
	padding-top: 20px;
	text-align: center
}


/* ------------------------------------------------------------------
	1-2. Mobile styles
-------------------------------------------------------------------*/

@media screen and (max-width: 699px) {
#content .detailBox {
	background-color:#fff;
	padding:0;
	margin:0 0 20px 0;
}

#content .detailInner {
	width:100%;
}

#content .leftPhoto {
	float:none;
	width:100%;
}

#content .leftPhoto img {
	width:100%;
}

#content .rightText {
	float:none;
	padding:4%;
	width:100%;
}

#content .rightText h1 {
	margin:0 0 2px 0;
}

#content .rightText .tagBox {
	background:url(/img/common/bg_dottedline.gif) left top repeat-x;
	padding:8px 0;
}

#content .rightText .tagBox p span {
	font-weight:bold;
	padding-right:5px;
}
}