@charset "UTF-8";

body header {
	padding-bottom:0px;
}

#product_description_menu ul {
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	align-items: stretch;
	list-style: none;
	padding: 0px 0px 0 0;
}
@media screen and (max-width:699px){
	#product_description_menu ul {
		padding: 0px;
	}
}
/*
#product_description_menu li {
	padding:8px;
}
*/

#lead p {
	margin: 10px;
	text-align: left;
}

#product_description_menu ul li .prd_icon {
	/*
	width:30px;
	height:42px;
	font-size:24px;
	padding-top:10px;
	box-sizing: border-box;
	font-family:Arial, Helvetica, sans-serif;
	*/
	display: none;
}

#product_description_menu ul li.menu_item {
	flex-basis: 92%;
	flex-grow: 1;
	min-width:280px;
	margin: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
/*
#product_description_menu ul li.areeya {
	flex-basis: 92%;
}
*/
#product_description_menu ul li.menu_item .menu_item_title a {
	color:#333;
	text-decoration:none;
	display: block;
	padding: 12px 0;
	font-size: 18px;
	transition: .4s all;
	border-radius: 3px;
	border-width: 0;
}

#product_description_menu ul li.menu_item .menu_item_title a:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

#product_description_menu ul li.menu_item .menu_item_title {
	padding: 7px;
	/*
	margin:-4px -4px 8px -4px;
	background-color: rgba(255,255,255,0.95);
	*/
	margin-bottom:8px;
	text-align: center;
	font-weight:bold;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	border-radius: 3px;
    margin: -3px;
}


#product_description_menu ul ul {
	padding: 8px 12px;
	margin: 8px;
	background: #f4f4f4;
	font-size: smaller;
	border-radius: 2px;
	text-align: left;
}

.menu_item_body {
	/* display: none; */
	padding-top: 20px;
	text-align: center;
}

.menu_item_body p {
	margin-bottom: .4em;
}

/*

#menu li.areeya {
	background-color:#ff4500;
}
#menu li.areeya .menu_item_title{
	color:rgba(255,0,4,1);
}
#menu li.md {
	background-color:#4169e1;	
}
#menu li.md .menu_item_title {
	color:#4169e1
}
#menu li.yanhee {
	background-color:rgba(249,166,37,0.95)	
}
#menu li.yanhee .menu_item_title {
	color:rgba(249,166,37,0.95)	
}
#menu li.qanda {
	background-color:rgba(156,21,224,0.88);
	background-color:#4b0082;
}
#menu li.qanda .menu_item_title {
	color:rgba(156,21,224,0.88);
	color:#4b0082;
}
*/
@media screen and (min-width:700px){
	.menu_item .menu_item_body{
		padding: 20px 10px 10px 10px;
	}
}

#menu li.menu_item .menu_item_body {
	padding:5px 0 0 0;
	/*
	color:#fff;	
	*/
}

#menu li.menu_item .menu_item_body ul {
	margin: 10px;
	padding: 20px 40px;
	background: #f4f4f4;
	border-radius: 4px;
	font-size: 12px;
}

/*
#prd_catch_body {
	margin:0 40px 0 40px;
	text-align:left;
}
*/
#body {
	text-align: left;
	border-top:1px solid #aaa;
}

#body #information {
	text-align:left;
	padding: 15px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.98);
	margin: auto;
	/*
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
	box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
	*/
}
@media screen and (min-width:700px){
	#body #information {
		width:70%;
	}
}

#body #information #informationTitle {
	font-weight: bold;
	font-size:16px;
	white-space:.1em;
	padding-bottom: 0px;
	border-bottom: 1px dotted #ddd;
}

#prd_catch_body .twitter {
	padding: 12px;
	border-radius:6px;
	background: #f9f9f9;
	margin: 0;
	box-sizing: border-box;
}
