@charset "utf-8";

/* スマホ・タブレット・PCの記述（特に記述無し） */

/* @media screen and (min-width : 768px){ */
/* ここにタブレット・PCの記述 */ 
/* }


/* @media screen and (min-width : 1024px) { */
/* ここにPCの記述 */
/* } */





#pc-on{
margin:0 auto;
}

#pc-wrapper{
margin:0 auto;
text-align:center;
}

.for-tablet{
margin:0 auto;
text-align:center;
font-size:14px;
}


#smart_wrapper{
display:none;
}

.for-smart_no{
display:none;
}


.concept-smart h4{
display:none;
}


.shopsmart_wrapper{
display:none;
}

#smart-on{
display:none;
}


.for-pc_no.ticker ul li {
	margin: 0 auto;
	padding-right: 10px;
	display: none;
	font-size: 14px;
	color: #fff;
}




.concept-pc {
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 0 20px;
    text-align: center;
}






/* =================================プロフィールページ ================================================================= */
dl#table3 {
	margin-top: -1em;
	margin-bottom: -1em;
	border: none;
	border-top: none;
	/* width: 300px; */
}
dl#table3 dt{
	border-top: none;
	float: left;
	width: 10em;
  text-align: right;
}

dl#table3 dd{
	border-left: none;
	border-top: none;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	margin-left: 12em;
	margin-bottom: 0.5em;
}
.tablema{
	margin-right: 6em;
}
p.title{
	font-size: 15px;
	font-weight: bold;
	margin: 0 100px 0 100px;
}

p.gyou15 {
	margin: 0 100px 1em 100px;
  line-height: 17px;
}
h4.h4title {
	margin: 0 100px 0 100px;
  padding: 5px 20px;
  text-align: center;
  line-height: 20px;
	border: 1px dotted #666;
	border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5x;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
	background-color: #ccc;
}







/*以下は画像などの表示制御クラス*/
.pc_img_class{
display:inline;
}
.smart_img_class{
display:none;
}



