@charset "UTF-8";
/*
 * cmn_module.css
 *
 */
#global_container {
    margin-bottom: 35px;
    /*background-position: -40px -194px;
    background-image: url("/common/img/dummy/guide.jpg");*/
}

#page_header #ph_title {
	border-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
}
#page_header #ph_title.guide span {
	font-size: 18px;
}
#ph_title.quality {
	border-bottom: 0;
	padding-bottom: 0;
}

p.lead {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
/* guide_blocks
---------------------------------------------------------- */
#guide_blocks{
	overflow: auto;
}
	#guide_blocks .box{
		overflow: hidden;
		width: 100%;
		padding-bottom: 32px;
		margin-bottom: 8px;
	}
	#guide_blocks .box p{
		margin-bottom: 20px;
		font-size: 14px;
	}
	#guide_blocks .box p:last-child{
		margin-bottom: 0px;
	}
	#guide_blocks .box .tit{
		display: table;
		font-weight: bold;
		font-size: 20px;
		line-height: 1.3;
		float: left;
	}
		#guide_blocks .box .tit span{
			display: table-cell;
			vertical-align: top;
		}
		#guide_blocks .box .tit span:first-child{
			padding: 0 20px 10px 0;
		}
		#guide_blocks .box.mypage .tit span:first-child{
			padding: 10px 20px 0 0;
		}
		#guide_blocks .box .tit span:nth-child(2){
			width: 240px;
			padding: 20px 0;
		}
	#guide_blocks .box .img{
		float: right;
		margin-left: 10px;
		margin-bottom: 0;
	}
	#guide_blocks .box .txt{
		border-left: 1px solid #1c2c3a;
		padding: 0 0 0 35px;
		margin: 20px 0;
		float: right;
		width: 650px;
	}
	#guide_blocks .box .clearfix p{
		box-sizing: content-box;
		overflow: hidden;
		_zoom: 1;
	}

	.g_notes {
		background: rgba(0, 0, 0, 0) url("/common/img/bg/bg_line03.png") repeat-x scroll left top;
		padding: 30px 0;
	}
	.g_notes p {
		line-height: 24px;
	}
	.g_notes p em {
		font-size: 16px;
		font-weight: bold;
	}