/*
Theme Name: JMCIA 2013
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#right-column ul li {
	margin: 2px 0 5px 25px !important;
}



.qanda_page .desp {
	font-size: 110%;
	margin: 0 0 50px 0;
}
.qanda_page .desp span {
text-decoration: underline;
}
.qanda_page .txtop {
	font-size: 110%;
	padding: 30px 0 0 0;
}
.qanda_page .article-text-box {
	padding: 20px 10px 30px 0;
}

.qanda_area {
	dsiplay: block;
}
.qanda_area li:nth-child(1) {
	border-top: 1px dotted #cccccc;
}
.qanda_area li {
	dsiplay: block;
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.qanda_block h2,
.qanda_block h4 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #187fc3;
	font-size: 110%;
	font-weight: bold;
}
.qanda_block > p {
	margin: 0 0 10px 0;
}
.qanda_block strong {
	font-weight: bold;
	color: #000000;
	font-size: 110%;
}
.qanda_block > a {
	font-size: 90%;
	text-decoration: underline;
}
#gnav nav ul li a {
	display: table-cell !important;
	vertical-align: middle;
	padding: 3px 16px 3px 16px !important;
	text-align: center;
	line-height: 1;
	height: 26px;
}
@media screen and (max-width: 767px) {



	#gnav nav ul li a {
		display: block !important;
		padding: 7px 20px 5px !important;
		font-size: 90%;
		border-left: none;
		border-right: none;
		border-bottom: solid 1px #fff;
		border-top: solid 1px #fff;
		background: url(https://www.jmcia.or.jp/images/icon_arrow_01.gif) no-repeat right center;
		*zoom: 1;
		text-align: left;
		height: auto;
	}


}