@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  common style in all pages
=================================================================== */

/***************** default *****************/

body {
	color: #6e6e6e;
	font-size: 12px;
	font-family: "Helvetica", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

html, body {
	height: 100%;
}



/***************** clearfix *****************/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}

.clearfix {display: inline-block;}
.clearfix {display: block;}


/***************** basic link setting *****************/

a,button {color: #6e6e6e; text-decoration: none;}
a:hover,button:hover{color: #6e6e6e; text-decoration: underline;}
button.white{background-color:white;}
button.white:hover{color:inherit;text-decoration:underline;background-color:white;}

h1{color:black;font-weight:bold}

/***************** basic btn *****************/

.btn01{
	padding: 9px;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	cursor:pointer;
}

/*#newsList .article:nth-child(1) ,#articles .article:nth-child(1){
	margin-left:15px !important;
}

#newsList .article:nth-child(2) ,#articles .article:nth-child(2){
	margin-left:10px !important;
}

#newsList .article:nth-child(3) ,#articles .article:nth-child(3){
	margin-left:15px !important;
}*/
#newsList .article:nth-child(even) ,#articles .article:nth-child(even){
	margin-left:20px;
}
#newsList .article:nth-child(odd),#articles .article:nth-child(odd){
	margin-right:20px;
}
.article .actionBtn .btn_like{
	/*display:none !important;*/
}
/*.article:hover{
	background-color:#f5f8fa;
}*/
#groupInfo .btn_like{
	display:block !important;
}
.btn_like{
	background: url(../images/common/icon_like.png) 9px 10px no-repeat;
	padding-left: 28px;
	font-size: 117%;
}
.btn_like:hover{
	background: #ed7950 url(/images/common/icon_like_on.png) 9px 10px no-repeat;
	color: #FFF;
}

.btn_comment{
	background: url(/images/common/icon_comment.png) 9px 10px no-repeat;
	padding-left: 33px;
	font-size: 117%;
	display:none !important;
}
.btn_comment:hover{
	background: #ed7950 url(/images/common/icon_comment_on.png) 9px 10px no-repeat;
	color: #FFF;
	display:none !important;
}

.btn_share{
	background: url(/images/common/icon_share.png) 14px 10px no-repeat;
	padding-left: 30px;
	font-size: 117%;
}
.btn_share:hover{
	background: #ed7950 url(/images/common/icon_share_on.png) 14px 10px no-repeat;
	color: #FFF;
}

.btn_related{
	background: url(/images/common/icon_related.png) 9px 10px no-repeat;
	padding-left: 27px;
	font-weight: normal;
	display:none;
}
.btn_related:hover{
	background: #ed7950 url(/images/common/icon_related_on.png) 9px 10px no-repeat;
	color: #FFF;
	display:none;
}

.btn_next{
	background: url(/images/common/icon_next.png) no-repeat;
	background-position: right 8px top 10px;
	padding-right: 24px;
	font-weight: normal;
}
.btn_next:hover{
	background: #ed7950 url(/images/common/icon_next_on.png) 9px 10px no-repeat;
	color: #FFF;
}


/***************** wrapper *****************/

#wrapper {
	width: 100%;
	padding-bottom:60px;
}

/***************** header *****************/

header{
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #dcdcdc;
	position: fixed;
	background-color: #f5f5f5;
	z-index: 1;
	top:0;
	left:0;
}

#headerInner {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
header .child:hover a.menu{
	text-decoration:none;
	color:black !important;
	font-weight:bold;
	background-color:transparent;
}
#searchBox {
	width: 306px;
	float: left;
	position: absolute;
	left: 25px;
	z-index: 1;
}

#searchBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}
/*#searchBox {display: inline-block;}*/
#searchBox {display: block;}

#searchBox input {
	vertical-align: middle;
}

#searchBox #searchWord{
	float: left;
	width: 256px;
	height: 24px;
	border: 1px solid #dcdcdc;
	border-right: none;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;	
}

#searchBox #searchBtn{
	float: left;
	background-color: #f68d67;
	width: 13px;
	height: 13px;
	padding: 6px  16px 5px 15px;
	border: 1px solid #ee815a;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
}

@media only screen 
and (max-device-width : 640px) {
	#searchBox{
		display:none;
	}
}
@media only screen 
and (min-device-width : 640px) {

}
#logo{
	width: 108px;
	display:inline-block;
	vartical-align:top;
	z-index: 0;
}
@media only screen 
and (max-device-width : 640px) {
	#logo{
		margin-left:-54px;
	}
}
@media only screen 
and (min-device-width : 640px) {

}
#jewel{
	float: right;
	padding-top: 2px;
}

#jewel li{
	float: left;
	display: block;
	margin-right: 19px;
	cursor:pointer;
}

.jewelPopup {
	width: 356px;
	position: absolute;
	right: 15px;
	top: 46px;
	background-color: #FFF;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	z-index: 2;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.jewelPopup:before {
	position: absolute;
	border: solid transparent;
	content: " ";
    border-bottom-color: #dcdcdc;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-right-width: 6px;
    border-left-width: 6px;
}
.jewelPopup:after {
    position: absolute;
    border: solid transparent;
    content: " ";
    border-bottom-color: #FFF;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-right-width: 6px;
    border-left-width: 6px;
}

.notificationPopup{
}
.notificationPopup:before {
	left: 70%;
	top: -24px;
}
.notificationPopup:after {
	left: 70%;
	top: -23px;
}

.notificationBox{
	padding: 15px 15px 10px 10px;
	border-bottom: 1px solid #dcdcdc;
}

.notificationBox.last{
	border-bottom: none;
	padding-bottom: 15px;
}

.notificationBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}
.notificationBox {display: inline-block;}
.notificationBox {display: block;}

.notificationSignal{
	float: left;
	width: 11px;
	height: 50px;
	margin-right: 10px;
	position: relative;
}

.notificationSignal span{
	display: block;
	width: 11px;
	height: 11px;
	position: relative;
	top: 20px;
	background-color: #f68d67;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

.notificationRight {
	float: right;
	width: 250px;
}

/**setting**/
#setting .settingPopup{
	display:none;
	width: 320px;
}
.settingPopup {
	width: 280px;
}
.settingPopup:before {
	left: 93%;
	top: -24px;
}
.settingPopup:after {
	left: 93%;
	top: -23px;
}

.settingBox{
	padding: 15px 15px 10px 15px;
}

.settingBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}
.settingBox {display: inline-block;}
.settingBox {display: block;}

.settingRight {
	float: right;
	width: 180px;
	padding-top: 10px;
}

.settingRight .userName{
	display: block;
	font-size: 117%;
	margin-bottom: 3px;
}

.settingRight .mail {
	display: block;
	font-size: 84%;
	font-style: italic;	
}

.settingBtn {
	height: 53px;
	background-color: #f5f5f5;
	position: relative;
}
.settingBtn .btn01{
	font-size: 92%;
	display: inline-block;
	background-color: #FFF;
	position: absolute;
	top: 9px;
}

.settingBtn .btn_setting { left: 15px; }
.settingBtn .btn_logout { right: 15px; }

/***************** container *****************/
@media only screen 
and (max-device-width : 640px) {
        #container {
                width: 100%;
                margin: 0 auto;
                padding-top: 75px;
                position: relative;
                z-index: 0;
                padding-bottom:75px;
        }
        #sidebar {
                display:none;
        }
}
@media only screen 
and (min-device-width : 640px) {
        #container {
                width: 1000px;
                margin: 0 auto;
                padding-top: 75px;
                position: relative;
                z-index: 0;
                padding-bottom:75px;
        }
}

#container:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}
#container {display: inline-block;}
#container {display: block;}


/***************** contents *****************/
@media only screen 
and (max-device-width : 640px) {
	#contents {
		width: 100%;
	}
}
@media only screen 
and (min-device-width : 640px) {

	#contents {
		width: 740px;
		float: left;
	}
}
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}
#contents {display: inline-block;}
#contents {display: block;}


/***************** articleBox *****************/

.article{
	margin-bottom: 30px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.articleArea{
	padding: 30px 30px 30px 30px;
}

.articleArea:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}
.articleArea {display: inline-block;}
.articleArea {display: block;}
.articleArea .firstLine{
	display:table;
}
.articleArea .firstLine > div.categoryContainer{
	width:120px;
}
.articleArea .firstLine > div{
	display:table-cell;
}
.articleArea .firstLine > div.profile{
	padding-left:20px;
	vertical-align: top;
}
.articleArea .firstLine > div.profile > a:hover > span{
	text-decoration:underline;
}
.articleArea .firstLine > div.profile > a > img{
	width: 22px;
	height: 22px;
}

.articleArea .firstLine > div.profile > a > span{
	margin-left:10px;
	height: 22px;
	vertical-align: middle;
	display: inline-block; 
}
.category {
	position: relative;
	width: 120px;
	height: 19px;
	margin: 0 0 10px -40px;
	padding: 4px 16px 0;
}
.category a {
	color: #FFF;
	font-size: 92%;
	width: 120px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-decoration:underline;
}

.category:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border: solid 5px transparent;
	border-top: solid 5px #787878;
	border-right: solid 5px #787878;
	position: absolute;
	left: 0px;
	top: 23px;
}

/* category Color */
.category_business { background-color: #508bed; }
.category_private { background-color: #f5a823; }
.category_list { background-color:#ed7950;}

@media only screen 
and (max-device-width : 640px) {
	.articlePhoto{
		-webkit-box-ordinal-group: 1;
		width: 100%;
		text-align: center;
	}
}
@media only screen 
and (min-device-width : 640px) {
	.articlePhoto{
		display:table-cell;
	}
}
.articlePhoto > a{
	max-height: 250px;
	overflow: hidden;
	display: inline-block;
}
.articlePhoto img{
	max-width: 150px;
	max-height: 250px;
} 
/*.articleRight{
	float:right;
	width: 510px;
}*/
.articleRight{
	display:table-cell;
	padding-left:20px;
	vertical-align:top;
	width: 510px;
}
@media only screen 
and (max-device-width : 640px) {
	.articleLeft{
		-webkit-box-ordinal-group: 2;
		text-align: center;
	}
}
@media only screen 
and (min-device-width : 640px) {
	.articleLeft{
		display:table-cell;
		width: 510px;
	}
}
.articleLeft{
	padding-right:20px;
	vertical-align:top;
}

@media only screen 
and (max-device-width : 640px) {

	.articleContent {
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
}
@media only screen 
and (min-device-width : 640px) {

	.articleContent {
		display:table;
	}
}
.articleContent {
	width:100%;
}
.articleArea h2{
	display: block;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
	letter-spacing: -0.04em;
	/*margin-bottom: 9px;*/
}
@media only screen 
and (max-device-width : 640px) {

	.articleArea h2 {
		font-size: 120%;
	}
}
@media only screen 
and (min-device-width : 640px) {

	.articleArea h2 {
		font-size: 120%;
	}
}
.source {
	display: block;
	margin-bottom: 9px;
}

.source img{
	margin-right: 5px;
}

.source span , span.date{
	font-size: 84%;
	color: #afafaf;
	font-style: italic;
}

.keyword{
	padding-top:9px;
	padding-bottom: 9px;
}

.keyword li{
	display: inline-block;
}
.keyword li a,.productKeywords > span > a , #sidebar a.info , nav ul li a{

	color: #3886b8;
	text-decoration: underline; 
}
.keyword li a.tag{
	background: url(/images/common/arrow_01.png) 0 0.05em no-repeat; 
	margin-right: 14px;
	padding: 2px 0 0 22px;
	font-size: 92%;
}
.keyword li a:hover{
	text-decoration: none;
}

.detail{
	line-height: 1.6;
	margin-bottom: 26px;
	word-break:break-all;
}
.detail strong {
	color:black;
}
.detail em{
	font-weight: bold;
	color: #000;
}

/* actionBtn Part */
.actionBtn {
	position: relative;
	margin-bottom: 0px;
}

/*display:none !important;*/
.actionBtn:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}
.actionBtn {display: inline-block;}
.actionBtn {display: block;}
.actionBtn .btn01{
	float: left;
	margin-right: 10px;
}

.actionBtn .btn_next{
	float: right;
	margin-right: 0;
}

/* NumOfLike */
.NumOfLike {
	position: absolute;
	top: -40px;
	left: -9px;
	background-color: #000;
	padding: 10px 15px;
	width: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	opacity: 0.80;
}

.NumOfLike:after {
	content: " ";
	position: absolute;
	border: solid transparent;
	border-top-color: #000;
	border-top-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 6px;
	border-right-width: 6px;
	left: 42%;
	bottom: -16px;
}
.NumOfLike span.image{
	background-image: url(/images/common/icon_like_02.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.NumOfLike img {
}
.NumOfLike p {
	display: inline-block;
	color: #FFF;
}
.NumOfLike p span {
	color: #f68d67;
	font-weight: bold;
}

/* comment Part */
.commentArea{
	padding: 20px 30px 25px 200px;
	background-color: #f5f5f5;
}

.commentBox{
	margin-bottom: 18px;
}

.commentBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}
.commentBox {display: inline-block;}
.commentBox {display: block;}

.userPhoto{
	float: left;
}

.commentRight{
	float: right;
	width: 465px;
}

.entryData{
	margin-bottom: 3px;
}

.userName{
	font-weight: bold;
	color: #323232;
}

.postTime{
	font-size: 84%;
	font-style: italic;	
}

.commentPost{
	width: 495px;
	height: 24px;
	padding-left: 8px;
	border: 1px solid #dcdcdc;	
}



/***************** keywordBox *****************/

/* 共通部分 */
.keywordBox ul{
	margin-bottom: 10px;
}

.keywordBox ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}
.keywordBox ul {display: inline-block;}
.keywordBox ul {display: block;}


.ttl_s{
	font-size: 109%;
	color: #323232;
	margin-bottom: 14px;
}

.keywordBox ul li{
	display: inline-block;
	width: 216px;
	float: left;
	margin-right: 14px;
}

.keywordBox li a:hover{
	text-decoration: none;
}

/*おすすめキーワード*/
.suggestionBox{
	padding: 24px;
	border: 1px solid #dcdcdc;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
}

.suggestionBox li a{
	background: url(/images/common/arrow_02.png) 0 0 no-repeat; 
	padding: 3px 0 0 34px;
	color: #3886b8;
	text-decoration: underline; 
}

/*もしかして不要？*/
.needlessBox{
	padding: 16px 24px 12px;
	border: 1px solid #dcdcdc;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
}

.needlessBox li a{
	vertical-align: middle;
	padding-left: 14px;
	font-size: 92%;
	color: #3886b8;
	text-decoration: underline; 
}


/***************** sidebar *****************/
#sidebar{
	width: 220px;
	float: right;
}

#sidebar dl{
	margin-bottom: 30px;
}

#sidebar dt{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 13px;
	margin-bottom: 5px;
}

#sidebar dt p{
	display: inline-block;
	font-size: 109%;
	color: #323232;
	margin-right: 8px;
}

#sidebar dt span{
	font-size: 84%;
	color: #afafaf;
}

#sidebar dd{
	color: #6e6e6e;
	height: 24px;
	padding: 9px 0 0 34px;
}
#sidebar dd > a {
	display:table;
	width:190px;
}
#sidebar dd:hover{
	background-color: #f0f0f0;
}
#sidebar dd span{
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	display:table-cell;
	max-width:170px;
	line-height:1em;
}
#sidebar dd span.refresh{
	width:3px;
	color: #FFF;
	font-size: 92%;
	padding: 1px 8px;
	background-color: #787878;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
}

.sidebar_group{
	background: url(/images/common/icon_category_group.png) 0 7px no-repeat;
}
.sidebar_list{
	background: url(/images/common/icon_category_list.png) 0 7px no-repeat;
}
.sidebar_private{
	background: url(/images/common/icon_category_private.png) 0 6px no-repeat;
}
.sidebar_business{
	background: url(/images/common/icon_category_business.png) 0 7px no-repeat;
}

#sidebar a.info {
	margin-right:5px;
	font-size:85%;
}
#sidebar div.infoContainer{
	border-top: 1px solid #dcdcdc;
	padding-top:10px;
}

/***************** footer *****************/

footer{
	width: 100%;
	height: 138px;
	/*margin-top: 10px;*/
	border-top: 1px solid #dcdcdc;
	background-color: #FFF;
}

#footerInner {
	width: 100%;
	margin: 0 auto;
	padding-top: 22px;
}

#footerInner:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}
#footerInner {display: inline-block;}
#footerInner {display: block;}

.copyright{
	float: left;
	background: url(/images/shisuh_logo.png) 0 7px no-repeat;
	padding-top: 100px;
	font-size: 84%;
	font-style: italic;
	color: #787878;
	height: 80px;
	width: 300px;
}

.footer_link{
	padding-top:30px;
}

.footer_link li{
	display: inline-block;
	color: #787878;
	font-size: 92%;
	padding-right: 7px;
	margin-right: 3px;
	border-right: 1px solid #787878;
}

.footer_link li a{
	text-decoration:underline;
}
.footer_link li.last{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.centerParent {
	display:table;
	width:100%;
}
.centerChild{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
/* style for menu dropdown*/
.menu-dropdown{
	position: relative;
}
.menu-dropdown-ul {
	position: absolute;
	top: 34px;
	left: -5px;
	width: 100px;
	background: #fff;
	padding: 10px;
	text-align: left;
	border: 1px solid #aaa;
	border-top-color: transparent;
	box-shadow: 0 2px 5px #aaa;
	border-radius: 0 0 4px 4px;
	line-height: 30px;
	display: none;
}
.menu-dropdown a {
	display: block;
}
.menu-dropdown:hover .menu-dropdown-ul{
	display: block;
}

.baseTextColor,.baseTextColor > a{
	background-color:#f78d66;
	color:#FFF !important;
}

.minusTextColor,.minusTextColor > a,.minusTextColor:hover,.minusTextColor > a:hover{
	background-color:#008afe !important;
	color:#FFF !important;
}

.menu:hover{
	background-color:#ed7950;
	color:white !important;
}
/*関連商品*/
.articleProduct{
	background-color: #F5F5F5; 
	border-top:1px solid #dcdcdc;
}


@media only screen 
and (max-device-width : 640px) {

}
@media only screen 
and (min-device-width : 640px) {

	.products {
		display:table;
		width:100%;
	}
}
.products {
	overflow-x:scroll;
	padding-bottom: 10px;
}
.productsHeader{
	padding:20px 10px;
	width:100%;
	color:black;
}
.productsHeader > span{
	padding-right:10px;
}
.productKeywords{
	padding-right:10px;
}

.productKeywords span{
	padding-right:10px;
}
.products > .product{
	display:table-cell;
	width:33%;
	text-align:center;
	padding:0px 10px;
	vertical-align:top;
}
.products .labelContainer{
	height:30px;
}
.product .label{
	color: #ff6633;
	margin-bottom:20px;
	display: inline-block;
}
.products > .product > .productContent{
	background-color:white;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	/*padding:20px 20px;*/
}

@media only screen 
and (max-device-width : 640px) {

	.products > .product .detailLink,.products > .product.large .productTitle{
		margin-top:20px;
	}
}
@media only screen 
and (min-device-width : 640px) {

	.products > .product.large > .productContent{
		display:table;
		width:100%;
	}
	.products > .product.large > .productContent > div{
		display:table-cell;
	}
	.products > .product.large > .productContent > div.productDesc{
		vertical-align:top;
		width:80%;
		text-align:left;
	}
}

.products > .product.large > .productContent > div{
	padding:20px;
}
.products > .product:not(.large) > .productContent{
	padding:20px;
}

.products > .product.large > .productContent > div.productDesc > div.productPrice{
	height:2.3em;
}

.products > .product > .productContent > div.productDesc > div.productPrice .price{
	color:#ed7950;
}
.products > .product.large > .productContent > div.productDesc > div.productDescription{
	max-height:160px;
	overflow:hidden;
	max-width: 400px;
}
.products > .product > .productContent > div.productDesc > div.productDescription p{
	margin-top:0.5em;
}

.products > .product .detailLink,.products > .product:not(.large) .productTitle{
	margin-top:20px;
}
.searchLink {
	display:none;
}
.searchLink img{
	margin-right:5px;
	vertical-align:middle;
}
.productImage{
	height:160px;
}
.products > .product .productTitle > a{
	color:black;
	display:inline-block;
	overflow:hidden;
	height:2.3em;
	line-height:1.2em;
}

h2.title{
	font-size:150%;
	margin-bottom:25px;
	color:black;
	font-weight:bold;
}
.staticClose {
	position:fixed;
	background-color:white;
	top:10px;
	right:10px;
	z-index:7000;
}

nav ul li {
	display: inline-block;
}
nav ul.breadcrumbs a.crumb{
	margin-right:10px;
}
nav ul.breadcrumbs li{
	margin-right:10px;
}

/**共通のタイトル**/
.pageTitleContainer{
	margin-bottom:10px;
}
h2.subTitle{
	margin-top:5px;
}

/**青いリンク**/
.articleArea .consultMenu > span a,.messages .messageHeader span.diagnosis a,a.blue{
	color: #3886b8;
	text-decoration: underline;
	cursor:pointer;
}
/**プレビュー用の共通ダイアログ**/
#imgDialog,#previewDialog{
	height: 100vh;
	background-color:white;
	z-index: 201;
	top:0 !important;
}
#previewDialog{
	width:500px;
	border:1px solid #dcdcdc;
	overflow-y:scroll;
	overflow-x:hidden;
}
#previewDialog .point{
	font-weight:bold;
}
/*#previewDialog .previewKindContainer{
	padding-bottom:20px;
	margin-bottom:20px;
}*/
/**プロフィール画像**/
.menuProfileImage{
	border-radius:50%;
}
:placeholder-shown {
    color: #f78d66; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #f78d66; }

/* Firefox 18- */
:-moz-placeholder {
    color: #f78d66; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #f78d66; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #f78d66; }

/* メッセージ */
#activity{
	width:120px;
	height:120px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:fixed;
	margin:auto;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
	border:1px solid #dcdcdc;
	background-color:white;
	z-index:301;
}
#activity .activityContainer{
	width:100%;
	height:100%;
	position:relative;
}
#activity .spinner{
	width:28px;
	height:28px;
	top: 52px;
	left: 60px;
	position: absolute;
}
#activity .activityContainer .activityLabel{
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align:center;
}

#activity g{
	stroke:rgb(110,110,110);
}
a.underline{text-decoration:underline;}
.zipcodeContainer{
	color:#CC0000;
}
