@charset "UTF-8";


/* ヘッダ */
#header {
	background: url(/img/common/header/bg.png) repeat-x;
}

#header_inner {
	margin: 0 auto;
	background: url(/img/common/header/inner_bg.png) no-repeat;
}


ul#header_lower_menu {
	background: url(/img/common/header/menu_bg.png) repeat-x;
	list-style: none;
}

ul#header_lower_menu li {
}



/* 本体外枠 */
#main {
	background: url(/img/common/bg.png) repeat;
}



/* 本文 */
#body {
}

.double_col #inner_body h3 {
	border-left: 6px solid #666;
	margin: 0 10px 10px 0;
	/*padding: 7px 0 30px 0;*/
	font-size: 2.2rem; 
}

.double_col #inner_body h3 span{

	font-size: 1.4rem; 
}

.double_col #inner_body h3 + h4 {
	margin-bottom: 1em;
}
@media (min-width: 768px) {

	.double_col #inner_body h3 {
		border-left: 10px solid #666;
		margin: 0 10px 10px 0;
		/*padding: 7px 0 30px 0;*/
		font-size: 2.5rem; 
	}
	.double_col #inner_body h3 + h4 {
		margin-bottom: 2.5em;
	}
}

.double_col #inner_body h4.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.double_col #inner_body h4.underline ~ h4.underline{
	margin-top: 2.5em;
}



/* サイドバー */

#sidebar h3 {
	text-align: center;
}

#sidebar ul {
	background: #fff;
	list-style: none;
	line-height: 1;
}

#sidebar ul li {
	margin: 0;
	padding: 22px 0 18px 5px;
	border-top: 1px solid #ccc;
	line-height: 1.5;
	text-align: center;
}

#sidebar ul li:first-child {
	border: none;
}
.pc-side-nav-fixed {
	top: 2%;
	left: 68%;
	width: 18%;
	position: absolute;
}
