/* 言語用buttonの表示と非表示 */

#header_b_btn {
	float:right;
	margin-bottom:20px;
	/* 表示/非表示の切り替え */
	visibility:visible;
}

#header_b_btn ul {
	padding-top:20px;
	padding-right:20px;
}

#header_b_btn ul li {
	float:left;
}

/* 言語用buttonの表示と非表示 ここまで */

#ex_box p {
	margin-bottom:30px;
}

.text_space {
	letter-spacing:0.1em;
	line-height:2.2em;
	//padding-left:1em;
	padding-right:1em;
	text-indent:1em;
    text-align: justify;
}

.poll_text {
	float:left;
	width:380px;
    text-align: justify;
}

.img_box {
	float:right;
	padding-left:10px;
	padding-top:10px;
	text-align:right;
    width: 320px;
}

/* floatクリア */

.clf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* 大項目のナビゲーション */

#poll_nav_first {
    margin-top: -20px;
}
#poll_nav_first ul {
    width: 100%;
    border: solid 1px #2aac81;
    background:#2aac81;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
}
#poll_nav_first ul li {
    width: 14.285%;
    float: left;
    box-sizing: border-box;
    border-right: solid 1px #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
}
#poll_nav_first ul li.line2 {
    line-height: 18px;
}
#poll_nav_first ul li:last-child {
    border-right: none;
}
#poll_nav_first ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding:10px 3px;
}
#poll_nav_first ul li a.active {
    text-shadow: 1px 2px 2px #666;
    color: azure;
}

/* 小項目のナビゲーション */

#poll_nav_second {
    float: left;
    width:170px;
    height: 120%;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}
#poll_nav_second ul {
    padding-bottom: 40px;
    border-right: solid 1px #ababab;
}
#poll_nav_second ul li {
    width: 100%;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
}
#poll_nav_second ul li a {
    display: block;
    border-left: solid 6px;
    padding-left: 8px;
}
#poll_nav_second ul li a.active {
    border-color: #000000;
    color: #000000;
}
#poll_nav_second ul li a span {
    font-size: 12px;
    line-height: 12px;
}

/* メインコンテンツ部 */

.poll_body {
    float: right;
    width:730px;
    margin-top: 20px;
    padding-left: 1em;
    box-sizing: border-box;
}
.poll_title,
.poll_body dl dt {
    font-weight: bold;
    text-indent: 0;
    border-bottom: solid 1px #000;
    letter-spacing: 0.1em;
}
.poll_title:before,
.poll_body dl dt:before {
    content:'■';
    color: #3434cf;
}
.poll_body dl dd {
    margin-bottom: 1em;
    padding-left: 1em;
    letter-spacing: 0.1em;
    text-indent: 0;
}
/* pとdlのスタイルを合わせる */
#ex_box p.poll_title {
    line-height: 2.2em;
    font-size: 16px;
    padding: 0;
    margin: 0 1em 0 0;
}
.poll_title~p {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: 0;
}





table {
    margin-top: 10px;
    font-size: 13px;
}
table tr {
    border-bottom: solid 1px #ababab;
}
table th {
    border-right: solid 1px #ffffff;
    border-bottom: solid 3px #ababab;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.center {
    text-align:center;
}
.img_cap {
    font-size: 12px;
}

.font_red {
    color: #cf3434;
}
.font_blue {
    color: #3434cf;
}

.thin {
    width:300px;
}
.thin+.img_box {
    width: 400px;
}
