#contents {
	margin-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
	text-align: left;
	position: relative;
}

#page_title {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	width: 850px;
	height: 40px;
	border-bottom: #ccc 1px solid;
}

#article {
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: auto;
}
p.sentence {
    font-size: 100%;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-left: 30px;
	margin-right: 30px;
}

p.cube_ico {
	margin-top: 40px;
	margin-bottom: 15px;
	padding-left: 20px;
	width: 700px;
	height: 30px;
	display: inline-block;
	font-size: 110%;
	background: url(../images/common/cube_ico.png) no-repeat;
	background-position: 1px 5px;
	border-bottom: #ccc 1px solid;
}
   
p.item {
	margin-top: 30px;
	margin-bottom: 5px;
	width: autuo;
	height: 25px;
}
/*--------------- For Mobile ---------------*/
@media only screen and (max-width: 600px) 
	{	
		#container {
    		width: 100%;
 		}
		#contents {
			margin-top: 80px;
		}
		#page_title {
			padding-left: 0;
			width: 100%;
			height: 40px;
		}
		#article {
			margin-bottom: 30px;
			margin-left: auto;
			margin-right: auto;
			width: 95%;
			padding: 10px;
			height: auto;
		}
		#page_title {
			padding-left: 0;
			width: 100%;
			height: 40px;
			text-align: center;
			border-bottom: #ccc 1px solid;
		}
		p.sentence {
    		margin-top: 10px;
    		margin-left: 10px;
			margin-right: 10px;
		}
		p.cube_ico {
			margin-top: 25px;
			margin-bottom: 15px;
			padding-left: 20px;
			width: 100%;
			
		}
}